* support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
[fw/sdcc] / ChangeLog
1 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
4
5 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
8         * all.dsp: corrected several bin paths
9         * device/include/mcs51/c8051f120.h,
10         * device/include/mcs51/c8051f300.h,
11         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
12           to PCON_IDLE,PCON_STOP
13         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
14         * device/lib/printf_large.c (output_float): fixed bug 1388703
15         * support/regression/tests/bug1057979.c: added test for bug 1388703
16
17
18 2006-02-08 Raphael Neider <rneider AT web.de>
19
20         * src/pic/pcode.c (pciTRIS): fixed typo,
21           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
22           (LinkFlow): fixed handling of flows that end in a call,
23           (ReuseReg): perform safety check earlier
24         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
25             to work with flows at the beginning of a pBlock,
26             fixes #1426557 (Symbol not previously defined),
27           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
28             usage information
29           (RemoveUnusedRegisters): update register usage info
30         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
31             created, reuse existing ones instead
32         * src/pic/gen.c (genPcall): fixed #1424719
33
34 2006-02-01 Borut Razem <borut.razem AT siol.net>
35
36         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
37           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
38           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
39           src/regression/bool1.c, src/regression/bool2.c,
40           src/regression/bool3.c, src/regression/call1.c,
41           src/regression/compare.c, src/regression/compare10.c,
42           src/regression/compare2.c, src/regression/compare3.c,
43           src/regression/compare4.c, src/regression/compare5.c,
44           src/regression/compare6.c, src/regression/compare7.c,
45           src/regression/compare8.c, src/regression/compare9.c,
46           src/regression/configword.c, src/regression/for.c,
47           src/regression/inline.c, src/regression/mult1.c,
48           src/regression/nestfor.c, src/regression/or1.c,
49           src/regression/pointer1.c, src/regression/ptrfunc.c,
50           src/regression/rotate1.c, src/regression/rotate2.c,
51           src/regression/rotate3.c, src/regression/rotate4.c,
52           src/regression/rotate5.c, src/regression/rotate6.c,
53           src/regression/rotate7.c, src/regression/string1.c,
54           src/regression/struct1.c, src/regression/sub.c,
55           src/regression/sub2.c, src/regression/switch1.c,
56           src/regression/while.c, src/regression/xor.c,
57           src/regression/create_stc, src/regression/simulate,
58           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
59           regression tests
60         * src/regression/gpsim_assert.h: added
61
62 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
63
64         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
65         ((void (code *) (void)) 0) ();
66         * as/hc08/aslex.c,
67         * as/hc08/aslink.h,
68         * as/hc08/asm.h,
69         * as/hc08/asmain.c,
70         * as/hc08/lkdata.c,
71         * as/hc08/lklex.c,
72         * as/hc08/lkmain.c,
73         * as/mcs51/aslex.c,
74         * as/mcs51/aslink.h,
75         * as/mcs51/asm.h,
76         * as/mcs51/asmain.c,
77         * as/mcs51/lkdata.c,
78         * as/mcs51/lklex.c,
79         * as/mcs51/lkmain.c,
80         * as/z80/aslex.c,
81         * as/z80/asm.h,
82         * as/z80/asmain.c: fixed build on current cygwin:
83         replaced getline() by as_getline()
84
85 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
86
87         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
88         declarator in the symbol chain
89         * src/SDCCsymt.h,
90         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
91         parameter list for function pointers
92         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
93         * support/regression/tests/bug-716242.c: added
94
95 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
96
97         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
98         offset if possible
99         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
100
101 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
102
103         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
104         inifinitely recurseable, added static
105         * support/regression/tests/bug-1408066.c: added
106
107 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
108
109         * src/SDCCicode.h,
110         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
111         renamed, added possibility to create "postLoopLbl"-labels
112         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
113         newiTempLoopHeaderLabel
114         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
115         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
116         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
117         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
118         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
119         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
120         (basicInduction): fixed bug #136564, made static,
121         (loopInduction): changed parameter of basicInduction, made static,
122         (addPostLoopBlock): added
123         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
124         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
125         findLoopEndSeq
126         * support/regression/tests/bug-136564.c: added
127         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
128         --std-sdcc99 to LIBSDCCFLAGS
129
130 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
131
132         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
133         while loop
134         * support/regression/tests/bug-1406131.c: added
135
136 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
137
138         * src/SDCCast.c (decorateType): fix promotion of unary minus
139         * src/SDCCsymt.c (computeType): beautified
140         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
141         (valUnaryPM, valComplement): fix sign and promotion,
142         (valNot): ANSI: result type is int (SDCC: unsigned char)
143         * support/regression/tests/uminus.c: speedup by removing superflous
144         test case 'int'
145         * support/regression/tests/onebyte.c: added promotion and signedness
146         tests for unary minus
147         * support/regressions/tests/bug-477927.c: disable warning about
148         uninitialized variables
149         * support/regression/tests/not.c: added
150
151 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
152
153         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
154         * src/mcs51/gen.c (gen51Code): show final register usage after
155         fillGaps in asm with --i-code-in-asm
156         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
157         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
158         incUsed, rliveClear, adjustIChain): made static,
159         (setFromRange): excluded because it's unused,
160         (findPrevUseSym, markWholeLoop): added,
161         (findPrevUse): rewritten; fixes bug 895992; now a complete search
162         through all branches of predecessors enables sdcc to emit the warning
163         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
164         (rlivePoint): made static, added parameter emitWarnings which is only
165         true during the first run out of two,
166         (findRecursiveSucc, findRecursivePred): removed,
167         (computeLiveRanges): made static, added parameter emitWarnings,
168         (dumpIcRlive): added for debugging only
169         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
170         removed prototype of setFromRange()
171         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
172         in call of computeLiveRanges()
173         * support/regression/tests/bug-895992.c: added
174         * support/regression/tests/bug-971834.c: added
175         * support/valdiag/tests/bug-895992.c: added
176         * support/valdiag/tests/bug-971834.c: added
177
178 2005-12-18 Raphael Neider <rneider AT web.de>
179
180         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
181           (genUnpackBits): improved code for direct operands,
182           (genPackBits): improved code for literal assignment to bitfields
183             and for direct destination operands (no FSR indirection),
184             prevented redundant AND, fixes #1362800,
185           (AccLsh): added parameter to disable masking of the result
186         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
187           skip instructions with side-effects (like incfsz),
188           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
189         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
190         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
191           fixes #1375263
192
193 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
194
195         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
196         volatile variables as spill location
197
198 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
199
200         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
201         replacing literals
202         * support/regression/tests/bug-1376320.c: added
203
204 2005-12-08 Raphael Neider <rneider AT web.de>
205
206         * src/pic/device.c: renamed is_shared to pic14_is_shared
207         * src/pic/gen.c (genIfx): re-enabled handling of sbits
208         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
209           (is_valid_identifier): added for above workaround
210
211 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
212
213         * device/lib/Makefile.in: fixed to enable port-specific-objects
214         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
215           char, thanks Hubert Sack
216         * doc/sdccman.lyx: documented --xstack-loc,
217           elaborated a bit more on interrupts and pitfalls,
218           removed "setjmp/longjmp unsupported",
219           documented some unsupported C99 features
220         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
221         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
222           if, thanks Hubert Sack
223         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
224         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
225           make make_library
226         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
227           regression tests can report resource usage (rfe 700441)
228         * support/regression/collate-results.py: report resource usage
229         * support/regression/ports/ds390/spec.mk,
230         * support/regression/ports/hc08/spec.mk,
231         * support/regression/ports/mcs51/spec.mk,
232         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
233         * support/regression/ports/ds390/uCsim.cmd,
234         * support/regression/ports/hc08/uCsim.cmd,
235         * support/regression/ports/mcs51/uCsim.cmd,
236         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
237         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
238           library, use the default one
239         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
240           building the library
241
242 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
243
244         * config.dsp: added dependency on .version and configure_vc.awk
245         * device/include/setjmp.h: updated for --stack-auto and --xstack
246         * device/include/mcs51/at89c51snd1c.h: corrected line endings
247         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
248         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
249         * device/lib/libsdcc.lib: added _setjmp
250         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
251           (decorateType): fixed bug 1372851,
252           (optimizeGetHbit): fixed warning
253         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
254           array initialisation
255         * support/regression/tests/bug1057979.c: added test for bug 1358192
256         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
257
258 2005-12-03 Borut Razem <borut.razem AT siol.net>
259
260         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
261           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
262
263 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
264
265         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
266         createIval): implement symbol independant "flexible array member",
267         (createIvalCharPtr): implemented flexible array initialisation with a
268         string
269         * src/SDCCsymt.c (copyStruct): removed,
270         (getSize): fixed misleading comment,
271         (getAllocSize): removed, the additional allocation size is now in
272         sym->flexArrayLength,
273         (checkStructFlexArray): new, syntax checks for flexible array members,
274         (compStructSize): added syntax checks for "flexible array members"
275         (copyStruct): removed,
276         (copyLinkChain): removed inefficient fix for bug 770487
277         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
278         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
279         symbol->flexArrayLength
280         * src/SDCCerr.c,
281         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
282         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
283         * support/regression/tests/structflexarray.c: added
284         * support/valdiag/tests/structflexiblearray.c: added
285
286 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
287
288         * src/SDCCast.c (decorateType): fixed bug 1368489
289         * support/Util/SDCCerr.c,
290         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
291
292 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
293
294         * device/include/mcs51/at89c51snd1c.h: added file submitted by
295           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
296
297 2005-11-27 Borut Razem <borut.razem AT siol.net>
298
299         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
300           support/cpp2/mkdeps.h: added command line option
301           -obj-ext=<extension> to SDCPP to define object file externion, used
302           for generation of make dependencies (-M)
303         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
304
305 2005-11-26 Borut Razem <borut.razem AT siol.net>
306
307         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
308           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
309           added pic and pic16 libraries
310
311 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
312
313         * device/include/float.h: Corrected typo in prototype of __fsgt
314
315 2005-11-25 Borut Razem <borut.razem AT siol.net>
316
317         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
318           added creation of model-mcs51-stack-auto libraries
319
320 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
321
322         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
323         and fields-list too
324         * src/SDCCast.c (createIvalArray): removed obsolete comment
325
326 2005-11-24 Borut Razem <borut.razem AT siol.net>
327
328         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
329           added missing device/lib/mcs51/crt*.asm sources
330
331 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
332
333         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
334
335 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
336
337         * device/lib/_fs2schar.c,
338         * device/lib/_fs2sint.c,
339         * device/lib/_fs2slong.c: optimized inline asm
340
341 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
342
343         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
344           Better handling of floats between -1.0 and 0.0.
345
346 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
347
348         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
349           (the missing "if"s prohibited removal of redundant labels)
350
351 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
352
353         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
354           Properly convert floats between -1.0 and 0.0 to long, int, and char
355           types (max integer value of negative floats tends to zero).
356         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
357           Removed changes made so to work properly with floats between
358           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
359           and _fs2char.c
360
361 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
362
363         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
364         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
365         (genCast) cosmetic change
366         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
367         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
368         from mcs51
369         * support/regression/tests/bitfields (testSignedBitfields): added
370
371 2005-11-18 Borut Razem <borut.razem AT siol.net>
372
373         * sdcc/device/lib/Makefile.in: remove all unnecessary files
374         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
375           introduced SILENT option to make building of pic16 libraries less
376
377 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
378
379         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
380           Now they work properly with floats between -1.0 and 0.0
381         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
382
383 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
384
385         * src/SDCCicode.c (printOperand): added missing else
386
387 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
388
389         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
390         reformatted for better readability
391         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
392         signed bitfields
393
394 2005-11-17 Borut Razem <borut.razem AT siol.net>
395
396         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
397           introduced SILENT option to make building of pic16 libraries less
398           verbose - used for nightly snapshot build
399         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
400           available on Win32 platforms.
401         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
402           medium, large, pic and pic16
403
404 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
405
406         * device/lib/printf_large.c: Temporary patch for bug 1358192:
407           printf("%f"...) sets fraction to zero.
408
409 2005-11-16 Raphael Neider <rneider AT web.de>
410
411         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
412           fixes #1357221
413         * src/pic/gen.c (genIfx): implemented for CARRY bit
414         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
415           to generic pointers, fixes #1357332,
416           (pic16_movLit2f): NEW,
417           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
418
419 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
420
421         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
422
423 2005-11-11 Raphael Neider <rneider AT web.de>
424
425         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
426         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
427           compute pointer's type from operand,
428           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
429           improved single bit reads, fixes bug #1353379
430
431 2005-11-09 Borut Razem <borut.razem AT siol.net>
432
433         * support/scripts/sdcc.nsi: added lib/pic to the package
434
435 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
436
437         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
438
439 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
440
441         * support/regression/tests/bug1348008.c: added
442         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
443         * support/regression/tests/bug1337835.c: updated comment
444
445 2005-11-06 Borut Razem <borut.razem AT siol.net>
446
447         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
448           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
449           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
450           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
451           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
452           dynamic construction of cl_error_class and derivates - 2.nd try
453
454 2005-11-05 Borut Razem <borut.razem AT siol.net>
455
456         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
457           bug, which caused Bus Errors on sparc solaris
458
459 2005-11-04 Borut Razem <borut.razem AT siol.net>
460
461         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
462           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
463           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
464           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
465           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
466           and derivates to resolve the initialization problem on OSX
467
468 2005-11-02 Borut Razem <borut.razem AT siol.net>
469
470         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
471           corrected typo - #include <winsock2.h>
472
473 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
474
475         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
476           (_asxxxx_mapping): added org directive for future enhancements
477
478 2005-11-01 Borut Razem <borut.razem AT siol.net>
479
480         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
481           enabled sockets on WIN32
482         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
483
484 2005-10-31 Borut Razem <borut.razem AT siol.net>
485
486         * support/regression/generate-cases.py: escape backslashes in {testcase}:
487           WIN32 backslash path delimiters should be escaped when used in C strings
488         * support/regression/tests/bitfields.c: exclude failing assertions for
489           __CYGWIN32__ and __MINGW32__ hosts
490
491 2005-10-30 Borut Razem <borut.razem AT siol.net>
492
493         * src/SDCCutil.c: corrected double comparison typo
494
495 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
496
497         * device/lib/medium/Makefile: added for new memory model medium
498         * device/include/asm/mcs51/features.h: updated for medium/pdata
499         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
500           added Multiply & Accumulate sbit's and MAC0_PAGE define
501         * device/include/mcs51/c8051f300.h: added sfr16 definitions
502         * device/include/mcs51/c8051f310.h: added sfr16 definitions
503         * device/lib/_mullong.c: update for medium model
504         * device/lib/incl.mk: added medium model
505         * doc/sdccman.lyx: documented medium model
506         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
507         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
508         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
509         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
510           (allocParms): set SCLS and OCLS to pdata for medium model
511         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
512           for pdata,
513           (powof2): return <0 if not power of 2
514         * src/avr/gen.c (genBitWise): use updated powof2
515         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
516           (shiftR2Left2Result): small optimization in setup, save acc when storing,
517           (shiftLLeftOrResult): use B if necessary
518         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
519         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
520         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
521         * support/regression/Makefile.in: added test-mcs51-medium
522         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
523
524 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
525
526         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
527         specifier unsigned
528         * device/lib/time.c (mktime): fixed bug 1334315
529
530 2005-10-28 Raphael Neider <rneider AT web.de>
531
532         * device/include/pic/p16f_common.inc: added common declarations
533         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
534
535 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
536
537         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
538           (aopPutUsesAcc): added to predict accumulator use,
539           (assignResultValue): save acc if necessary,
540           (genMinusDec): store result if indirectly addressed,
541           (genDivOneByte):  save acc if necessary,
542           (movLeft2Result): bugfix if left already in acc,
543           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
544             attention to accumulator use (esp. pdata),
545           (genReceive): receive pdata correctly
546         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
547         * src/SDCCicode.h: added isOperandInPagedSpace prototype
548
549 2005-10-27 Raphael Neider <rneider AT web.de>
550
551         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
552
553 2005-10-27 Raphael Neider <rneider AT web.de>
554
555         * .version: changed version to 2.5.4
556         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
557         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
558           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
559             arithmetics support routines
560         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
561         * device/lib/Makefile.in: also create installdir for pic
562
563         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
564           pic14 port as well
565         * src/pic/device.c (dump_sfr): rewritten to delegate register
566           placement to the linker (use `extern sym' rather than sym EQU addr),
567           (validAddress): fixed to check last specified address
568         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
569           (popGetLit): truncate literal value to 8 bit,
570           (popGet): moved assert to more appropriate place
571           (popGetExternal): create pCode operand from and mark the according
572             symbol as being `extern'
573           (popGetAddr): added sanity check on immediate's offset, provide
574             GPOINTER tag on demand
575           (aopPut): fixed for immediates,
576           (mov2w_op): move operand's address or contents to WREG (depending on
577             operand type), safer variant of mov2w,
578           (movwf,call_libraryfunc): NEW, handy abbreviations,
579           (get_argument_pcop,get_return_val_pcop,pass_argument,
580           get_returnvalue): interface for accessing function parameters and
581             return values,
582           (assignResultValuei,genRet): use new parameter/return value interface
583           (pic14_getDataSize): back to old version handling generic pointers,
584           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
585             provided implementation and/or fixed old one,
586           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
587             calls, removed legacy 8051 reference code
588           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
589           (loadSignToC): NEW, move the operands sign bit to CARRY,
590           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
591             genRightShiftSigned, accepts negative shift counts,
592           (setup_fsr): load FSR and adjust IRP (indirect memory access),
593           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
594             generic pointers, __data pointers and __code pointers,
595           (genUnpackBits,genPackBits): rewritten to work with generic pointers
596             and signed bitfields, limit bitfields to 8 bit,
597           (genDataPointerGet): fixed number of bytes read,
598           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
599           (genPointerGet,genPointerSet): fixed handling of __code pointers,
600             pointers to constant data are no longer assumed to point to __code
601             space, removed invalid pointer types,
602           (bitpatternFromVal): retrieve the PICs representation of an integer
603             or float literal,
604           (genDataPointerSet): fixed assigning to po_immediate operands,
605           (genGenPointerSet): implemented as library call,
606           (genIfx): fixed incorrect condition,
607           (genAddrOf): limit generic pointers' addresses to 2 bytes,
608             provide GPOINTER tag according to destination's storage class,
609           (genCast): added code to handle casting to generic pointers, added
610             sign-/zero extension of the result
611           (aop_isLitLike,op_isLitLike): fixed handling of immediates
612         * src/pic/gen.h: added macros to access IRP bit in STATUS register
613         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
614           extend the result
615         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
616           address/register resides in the shared banks
617           (emitSymbolToFile): improved to handle global and `pinned' symbols,
618             put all variables into separate sections (have the linker arrange
619             them)
620           (picglue): put init code and interrupt handlers in separate sections
621         * src/pic/main.c: added port specific options table, modified to PORT
622           structure to make GPOINTERs 3 byte, added pic14_options
623           (_pic14_do_link): private linking routine (update paths to libraries,
624             add libsdcc.lib by default)
625         * src/pic/main.h: declare pic14_options
626         * src/pic/pcode.c: fixed instructions i/o relations,
627           (RegCond): reverted to correct version,
628           (newpCodeOpLit): truncate literals to 8 bit,
629           (genericPrint): added debug output,
630           (getRegFromInstruction): fixed for various operand types, simplified
631           (BuildFlow): fixed broken handling of isntructions with labels
632           (LinkFlow): start at last instruction in flow (skip trailing comments),
633             pass the flow on to the next instruction after CALL
634           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
635           (insertPCodeInstruction): fixed inserting after a skip instruction,
636           (DoBankSelect): fixed for labeled instructions
637           (OptimizepBlock): honor --nopeep switch
638           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
639         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
640         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
641           (pCodeOptime2pCodes): allow disabling this optimization via
642             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
643             but is still buggy), started implementation of a dataflow based
644             pCode optimization (CSE + dead code elimination)
645           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
646         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
647           names are independant of the stack location and therefore portable across
648           devices
649
650 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
651
652         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
653           (selectSpil): fixed bug 1337835 by not spilling bit variables
654         * support/regression/tests/bug1337835.c: added test for this bug
655         * src/mcs51/peeph.def: restart after rule 3.c,
656           addded rules 263.x to optimize loading constants
657
658 2005-10-26 Raphael Neider <rneider AT web.de>
659
660         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
661         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
662           (genAssign): emit warning when casting literals to generic pointer
663             type, also applies when taking the address of a fixed variable,
664           (genCast): improved casting to generic pointers
665         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
666           extern variables, added verbose error message
667         * device/include/pic16/{string.h,errno.h}: added #pragma library c
668
669 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
670
671         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
672         carry must be complemented too
673         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
674         could be emitted by genMinus
675         * src/SDCCval.c (constVal): fixed bug 1305065
676
677 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
678
679         * src/SDCCast.c (addCast): added promotion for bit variables
680         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
681         promotion casts + optimisation
682         (optimizeGetWord): fix warning 'i' might be used uninitialized
683         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
684         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
685
686 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
687
688         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
689         all chars are promoted to int; promotion should be handled in SDCCast.c
690
691 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
692
693         * device/lib/_strcmp.c: Fixed bug 1326457
694
695 2005-10-11 Raphael Neider <rneider AT web.de>
696
697         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
698         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
699
700 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
701
702         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
703         * support/regression/tests/sfr16.c: added test for the sfr32 bug
704
705 2005-10-04 Raphael Neider <rneider AT web.de>
706
707         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
708           device/lib/pic16/pics.all: added pic18f1320
709         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
710
711 2005-09-30 Raphael Neider <rneider AT web.de>
712
713         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
714         * src/pic16/devices.inc: NEW, provides device descriptions
715         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
716
717 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
718
719         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
720           GETHBIT
721
722 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
723
724         * doc/sdccman.lyx: updated Highest Order Bit documentation,
725           documented Any Order Bit, Higher Order Byte and Higher Order Word
726         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
727         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
728           (optimizeGetAbit): new, to get any bit, not only the high bit,
729           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
730           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
731           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
732           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
733             RIGHT_OP: also try GETBYTE, GETWORD optimization,
734             GETABIT, GETBYTE, GETWORD: decorate them,
735           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
736           (ast_print): added GETABIT, GETBYTE, GETWORD
737         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
738         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
739           (geniCodeBinary): new generic binary icode,
740           (ast2iCode): added GETABIT, GETBYTE, GETWORD
741         * src/port.h: updated comment for PORT.hasExtBitOp
742         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
743           (genGetByte): new, to get a single byte,
744           (genGetWord): new, to get a word from a long,
745           (gen51Code): added GETABIT, GETBYTE, GETWORD
746         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
747
748 2005-09-23 Raphael Neider <rneider AT web.de>
749
750         * configure.in, configure: have device/lib/pic configured
751         * device/lib/Makefile.in: added model-pic14
752         * device/lib/clean.mk: added pic/ to clean rule
753         * device/lib/pic: added rudimentary pic14 library providing support
754           functions for multiplication/division/generic pointer access
755         * src/SDCCopt.c (convilong): mark support functions as extern
756           for pic14 port as well
757         * src/pic/gen.c (genMult): added assertions,
758           (genpic14Code): emit warning on unhandled iCodes
759         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
760         * src/pic/pcode.c (pCodeOpCopy),
761         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
762           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
763           SFR_REGISTER}), made safe for future extensions
764         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
765           instructions even if preceeded by SKIP instructions (also remove
766           them); removed unused code
767         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
768           prevents leaving parts of the structure uninitialized after copying
769
770 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
771
772         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
773           ago by me
774         * support/regression/tests/addsub.c: added test for the bug
775
776 2005-09-21 Raphael Neider <rneider AT web.de>
777
778         * device/include/pic16/pic18f1220.h,
779           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
780         * device/lib/pic16/Makefile.rules: added missing opening paren
781         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
782           are provided in genutils.c,
783           (genUminusFloat,genUminus,genCmpEq): added asserts on different
784           operand/result sizes,
785           (genCmp): assert on NULL pointers first, then check deref'ed values
786         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
787           result size
788
789 2005-09-18 Raphael Neider <rneider AT web.de>
790
791         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
792           as these are now unused,
793           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
794         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
795           local, avoids uninitialized pointer dereference on r->name
796         * src/pic16/ralloc.c (newReg): fixed indentation
797
798 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
799
800         * src/SDCCval.c (constVal): fixed bug 730366
801         * support/Util/SDCCerr.c,
802         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
803
804 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
805
806         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
807
808 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
809
810         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
811
812 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
813
814         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
815           (hex2dec): made hex_digit unsigned char, removed ascii dependance
816         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
817           (hex2dec): made hex_digit unsigned char, removed ascii dependance
818         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
819         * packihx/packihx.c (hexDigit): made c unsigned char
820         * as/mcs51/lklibr.c (fndsym),
821         * link/z80/lkgb.c (gb),
822         * link/z80/lklibr.c (fndsym),
823         * link/z80/lkrloc.c (relr),
824         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
825         * src/SDCC.lex (checkCurrFile, process_pragma),
826         * src/SDCCglue.c (spacesToUnderscores),
827         * src/SDCCmain.c (setParseWithComma, processFile),
828         * src/asm.c (tvsprintf, printCLine),
829         * src/avr/gen.c (emitcode, aopPut),
830         * src/ds390/gen.c (emitcode),
831         * src/hc08/gen.c (emitcode, emitinline),
832         * src/mcs51/gen.c (emitcode, genInline),
833         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
834           tokenizeLineNode),
835         * src/pic/ralloc.c (debugLog),
836         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
837           tokenizeLineNode),
838         * src/pic16/ralloc.c (debugLog),
839         * src/z80/main.c (_process_pragma):
840            made all ctype.h function calls safe
841         * src/SDCCopt.c: include math.h for fabs
842         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
843           and used them throughout the code to make ctype.h function calls safe
844         * src/ds390/main.c (asmLineNodeFromLineNode),
845         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
846         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
847            unsigned char*
848         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
849           (newpCodeAsmDir): made ctype.h function calls safe
850         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
851           pic16_emitcode):  made lbp unsigned char*
852         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
853           (pic16_newpCodeAsmDir): made ctype.h function calls safe
854         * src/xa51/gen.c (emitcode),
855         * src/z80/gen.c (_emit2): made lbp unsigned char*
856         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
857            char*
858
859 2005-09-05 Raphael Neider <rneider AT web.de>
860
861         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
862           access bank splitpoint
863
864 2005-09-05 Raphael Neider <rneider AT web.de>
865
866         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
867
868 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
869
870         * .version: changed to version 2.5.3
871         * doc/sdccman.lyx: changed version to 2.5.3,
872           documented --codeseg and --constseg and pragma codeseg and constseg,
873           documented bit parameters (reentrant) and bit returning
874         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
875            currFunc->recvSize, but is this ok for all ports?
876           (ast2iCode): result of ~ on unsigned char must be cast to int for
877            bool to work
878         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
879           function pointers in bit space
880         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
881           (processFuncArgs): call port.reg_parm() with reentrancy info
882         * src/port.h,
883         * src/avr/main.c,
884         * src/ds390/main.c,
885         * src/hc08/main.c,
886         * src/pic/main.c,
887         * src/pic16/main.c,
888         * src/xa51/main.c,
889         * src/z80/main.c: port.reg_parm prototype extended with
890           "bool reentrant" parameter
891         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
892           options.stackAuto for allocating bit register parameters
893         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
894           (genSend): set BitBankUsed if it is,
895           (selectRegBank): factored out of genCall for use in genPcall,
896           (genCall): removed redundant dtype assignmen, use selectRegBank,
897           (genPcall): handle returning in Carry properly, save in F0 if needed,
898           (genReceive): handle bit register parameters
899         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
900           (mcs51_assignRegisters): enable bit registers for all reentrant
901            functions and don't set BitBankUsed unconditionally
902         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
903         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
904         * support/regression/tests/funptrs.c: added tests for BOOL and for return
905
906 2005-08-27 Borut Razem <borut.razem AT siol.net>
907
908         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
909         ppc-osx (Darwin) does not support -u option. It seems that it is
910         supported only on Linux - GNU cp
911
912 2005-08-25 Borut Razem <borut.razem AT siol.net>
913
914         * sim/ucsim/gui.src/serio.src/Makefile.in,
915           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
916           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
917           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
918           install and strip, since the strip at /usr/ccs/bin should be used
919           on solaris
920
921 2005-08-24 Borut Razem <borut.razem AT siol.net>
922
923         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
924
925 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
926
927         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
928         ffffffffu
929
930 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
931
932         * as/mcs51/aslink.h: completed lkrloc.c prototypes
933         * as/mcs51/lkmain.c (link_main): fixed warning
934         * device/include/stdbool.h: ds390 has no advanced bit support yet
935         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
936         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
937         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
938           and updated their macros
939         * src/SDCCval.c (constVal): updated comment for renamed b_long
940
941 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
942
943         * as/mcs51/asdata.c: changed ctype['['] to BINOP
944         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
945           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
946           (oprio): set priority for '['
947         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
948            and adb_24_bit
949         * as/mcs51/asm.h: added defines R_BIT and S_BIT
950         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
951         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
952         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
953           added overlayable BIT_BANK area
954         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
955           (summary2): explain 'T' in legenda
956         * as/mcs51/lkrloc.c: replaced old K&R style,
957           (relr): added R_BIT processing,
958           (errmsg): added "Bit-addressable relocation error",
959           (adb_bit): added for converting from byte- to bit-addressable space,
960           (adb_24_bit): added for converting from byte- to bit-addressable space
961         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
962            used in reentrant functions now even as return value
963         * device/lib/_gptrput.c (_gptrput): removed obsolete code
964         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
965           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
966         * src/SDCCglobl.h: added indicator BitBankUsed
967         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
968            the bit registers b0-b7
969         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
970           (geniCodeCast): fixed bug 1263853,
971           (geniCodeLogicAndOr): put result in bool or char,
972           (geniCodeReceive): added parameter func for accessing the return type,
973           (geniCodeFunctionBody): pass func to geniCodeReceive
974         * src/SDCCmain.c: added indicator BitBankUsed
975         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
976         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
977           (checkSClass): don't put automatic bool/bit on stack,
978           (checkFunction): removed check on function cannot return bit
979         * src/SDCCsymt.h: added newBoolLink prototype
980         * src/mcs51/gen.c (rb1regs): added bit registers,
981           (movc): created for assigning to carry,
982           (pushReg, popReg): created for pushing registers,
983           (sameRegs): check both AOP_REG and AOP_CRY types,
984           (aopOp): handle bit registers,
985           (aopPut): optimization no self-assign,
986           (saveRegisters): push reg->base (bits) only once for bit registers,
987            and use pushReg,
988           (unsaveRegisters): pop reg->base only once and use popReg,
989           (assignResultValue): added parameter func and return in carry for bits,
990           (genIpush): optimization no reload in A if not changed,
991           (genSend): bit parameters in reentrant functions are passed in bit
992            registers by first assigning to bits in B, then save registers and
993            copy B to bits,
994           (genCall): handle returning in Carry properly, save it in F0 if needed,
995           (genPcall): updated assignResultValue call, this is not safe yet for bit
996            returning function !!!
997           (genFunction): don't generate equ's for bit registers and use pushReg,
998           (genEndFunction): take care of bit returning functions and use popReg,
999           (genRet): return bit in Carry,
1000           (genIfx): optimize bit registers and other directly addressable bits,
1001           (genReceive): updated assignResultValue call
1002         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1003           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1004            registers when using stack-auto
1005         * src/mcs51/ralloc.c (_G): added allBitregs,
1006           (regs8051): added the bit registers,
1007           (createStackSpil): use macro IS_BIT,
1008           (getRegBit): added to allocate a bit register, else spill,
1009           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1010           (updateRegUsage): factored out to ease stepping while debugging,
1011           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1012            also allocate bit registers,
1013           (fillGaps): handle bit registers,
1014           (findAllBitregs): added to create bit vector with all bit registers,
1015           (mcs51_allBitregs): returns this bit vector,
1016           (mcs51_assignRegisters): when using stack-auto use bit registers for
1017            passing parameters and creating local variables
1018         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1019
1020 2005-08-22 Borut Razem <borut.razem AT siol.net>
1021
1022         * device/lib/Makefile.in: replaced find option -or with -o
1023           to make it run on solaris
1024
1025 2005-08-22 Raphael Neider <rneider AT web.de>
1026
1027         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1028           fixes #1265442 (crash on Solaris)
1029
1030 2005-08-20 Borut Razem <borut.razem AT siol.net>
1031
1032         * configure, configure.in: added tests for libsocket and libnsl libraries,
1033           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1034           from support/regression/Makefile.in
1035         * support/regression/Makefile.in: added
1036         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1037         * sim/ucsim/libtool: regenerated on sparc-solaris
1038         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1039           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1040           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1041           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1042           sparc-solaris, which doesn't use GNU ld linker
1043         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1044         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1045
1046 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1047
1048         * src/mcs51/peeph.def: updated comments
1049
1050 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1051
1052         * device/lib/_gptrget.c,
1053         * device/lib/_gptrput.c: slightly shorter
1054         * doc/sdccman.lyx: incremented version
1055         * src/mcs51/peeph.def: moved peephole comments to the line of first
1056           change to better keep line correlation, reanimated 186.e
1057         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1058
1059 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1060
1061         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1062           David Saxton with quotes around file name.
1063
1064 2005-08-15 Borut Razem <borut.razem AT siol.net>
1065
1066         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1067           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1068           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1069           make tests run on x86_64 platform
1070
1071 2005-08-13 Raphael Neider <rneider AT web.de>
1072
1073         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1074           as it might be executed DURING a build (parallel make is wonderful)
1075
1076 2005-08-13 Raphael Neider <rneider AT web.de>
1077
1078         * device/lib/Makefile.in (port-specific-objects-pic16):
1079           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1080         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1081           dependency
1082         * device/lib/pic16/Makefile.rules: build subdirs before creating
1083           the library, removed builddir rule, create $(builddir) early in
1084           recurse rule, use empty recurse rule for leaf directories
1085         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1086           mkdir errors (race condition), removed duplicate suffix "hex"
1087           from clean rules
1088         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1089         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1090           prevents mkdir -p from aborting on Alpha
1091
1092 2005-08-12 Raphael Neider <rneider AT web.de>
1093
1094         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1095           db-statements in order to allow for arrays of pointers in code
1096           sections to be placed without interspersed 0-padding, fixes
1097           bug #1256215
1098         * (emitStatistics): fixed division by zero for pic18f1220
1099         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1100           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1101         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1102         * (pic16_pCodeConstString): keep track of already emitted string
1103           literals to prevent "duplicate definitions of symbol _str_NR"
1104         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1105           debug message
1106         * device/lib/Makefile.in: ignore failing PIC16 library builds
1107         * device/lib/pic16/Makefile: do not build if gputils are missing
1108         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1109
1110 2005-08-10 Raphael Neider <rneider AT web.de>
1111
1112         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1113           my last commit)
1114
1115 2005-08-10 Raphael Neider <rneider AT web.de>
1116
1117         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1118           Rokas' patch to add the new fixed point type "__fixed16x16"
1119         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1120           functions for __fixed16x16 arithmetics
1121         * device/lib/pic16: reimplemented the build system to support
1122           a separate build directory, better handling of libio (create
1123           the library in a separate subdir for each architecture) and
1124           easier configuration (centralized in Makefile.common)
1125
1126 2005-08-07 Raphael Neider <rneider AT web.de>
1127
1128         * src/pic16/gen.c (genrshTwo): fixed sign extension
1129         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1130         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1131           added T0CONbits
1132         * device/include/pic16/pic18f4220.h: NEW, header for
1133           pic18f4220 and pic18f4320
1134         * device/include/pic16/pic18fregs.h: added new devices,
1135           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1136         * device/include/pic16/signal.h: resolved name clashes
1137           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1138           to also allow testing for interrupt enable bits, added
1139           comments on how to use the macros
1140         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1141         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1142           register definitions for the devices
1143         * device/lib/pic16/pics.all: added new devices
1144         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1145           allocated memory
1146         * device/lib/pic16/libc/stdlib/memfree: do not count
1147           the block header as free memory
1148         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1149           simplified and added missing end-of-blocklist-marker
1150           (reported by Peter Onion, fixes #1252814)
1151         * (_mergeHeapBlock): fixed loop condition
1152         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1153           len==0, restructured code
1154         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1155           up a bit, reduced bitfield accesses, prevent endless loops
1156           in case of heap corruption
1157         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1158           "unreferenced arguments/must return a value" warnings
1159         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1160           replaced BAUDREG with SPBRG
1161         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1162           device/lib/pic16/debug/gstack/gstack.c: replaced
1163           _naked, _asm, _endasm with __naked, __asm, __endasm
1164
1165 2005-08-05 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1168           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1169
1170 2005-08-05 Borut Razem <borut.razem AT siol.net>
1171
1172         * device/lib/Makefile.in: added missing ';'
1173         * configure: removed ^M characters
1174
1175 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1176
1177         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1178           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1179           License
1180
1181 2005-08-04 Borut Razem <borut.razem AT siol.net>
1182
1183         * configure.in: pic16 libraries build 2nd try - enable running
1184           configure in device/lib/pic16
1185         * configure: regenerated from configure.in
1186         * device/lib/Makefile.in: create $(PORT)/bin directory
1187
1188 2005-08-03 Raphael Neider <rneider AT web.de>
1189
1190         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1191           to get/set values via pointers
1192         * (genUnpackBits,genPackBits): changed detection of
1193           ptr->bitfield vs. sym.bitfield, fixed access via generic
1194           pointers, removed dead (wrong) code for multibyte bitfields
1195         * (genNearPointerGet, genGenPointerGet): removed useless code,
1196           fixed bitfield detection, fixes #1250594
1197         * (genNearPointerSet): removed useless code
1198         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1199           and introduced macro pic16_emitpcode that conditionally emits
1200           the origin of the following pCode (useful for debugging SDCC)
1201         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1202         * (createDefmap): fixed handling of LFSR for --optimize-df
1203
1204 2005-08-02 Borut Razem <borut.razem AT siol.net>
1205
1206         * device/lib/Makefile.in: pic16 libraries build enabled since
1207           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1208
1209 2005-08-02 Raphael Neider <rneider AT web.de>
1210
1211         * src/pic16/gen.c (genPackBits): removed deprecated warning
1212         * (genGenPointerSet): fixed bitfield detection
1213
1214 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1215
1216         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1217
1218 2005-07-31 Raphael Neider <rneider AT web.de>
1219
1220         * device/lib/pic16/libdev/pic18f458.c,
1221           device/include/pic16/pic18f458.h: added missing T0CONbits
1222
1223 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1224
1225         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1226
1227 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1228
1229         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1230
1231 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1232
1233         * device/include/mcs51/at89c51ed2.h: added.
1234
1235 2005-07-23 Raphael Neider <rneider AT web.de>
1236
1237         * src/pic/gen.h: added emitpcode macro for debugging
1238         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1239           and replace by macro adding debug information on demand
1240         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1241         * (gencjne): tried to fix; replaced with correct (slower) code
1242         * (gen{Unp,P}ackBits): fixed single bit access
1243         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1244         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1245           previous instruction
1246         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1247           register has to be handled with care (forbidding movement
1248           of assignments/uses, removing assignments completely, ...)
1249         * (pCodeOptime2pCodes): make use of regIsSpecial
1250         * added lots of debugging output (commented out)
1251         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1252           from being reused as result UNLESS it is known to work
1253
1254 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1255
1256         * support/Util/dbuf.h: include <stddef.h> for size_t
1257         * .version: changed to version 2.5.2
1258
1259 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1260
1261         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1262
1263 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1264
1265         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1266           (genModOneByte): removed needless psha/pula
1267
1268 2005-07-22 Raphael Neider <rneider AT web.de>
1269
1270         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1271           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1272         * src/pic/gen.c (resolveIfx): do not "invent" labels
1273         * (genSkipc): changed to positive logic
1274         * (genSkipCond): removed as no longer needed
1275         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1276           backport from PIC16
1277         * (genLeftShift): check operands are in different registers
1278         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1279           INCF does not update CARRY...
1280         * src/pic/main.c: fixed _linkCmd
1281         * src/pic/pcode.c (unlinkpCode): added inactive code
1282         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1283           alive (do not assign result and operand overlapping registers)
1284
1285 2005-07-22 Raphael Neider <rneider AT web.de>
1286
1287         * src/pic/device.c (dump_sfr): replaced register declaration with
1288           call to emitSymbolToFile() to avoid duplicate symbols
1289         * (assignRelocatableRegisters): do not declare external symbols
1290         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1291           right (take size of type, not etype)
1292         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1293         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1294         * (packRegsForAccUse): disabled assignment of WREG as
1295           the result reg to prevent occurence of just fixed #1235003,
1296           fixes #1242954
1297         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1298           symbols (avoids duplicate symbols in .asm file)
1299         * (pic14emitRegularMap): use emitSymbolToFile()
1300         * src/pic/gen.c (aopOp): fixed spillLocation handling
1301         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1302         * (genDataPointerSet): removed unneccessary variables/output
1303
1304 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1305
1306         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1307         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1308
1309 2005-07-21 Raphael Neider <rneider AT web.de>
1310
1311         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1312           architecture cannot handle them efficiently, fixes bug #1235003
1313         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1314           check for empty sets before using them (fixes bug #1232190)
1315
1316 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1317
1318         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1319           (lnksect2): generate warnings for memory overlap
1320         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1321           constseg to set the name of these segments so you can instruct the linker
1322           to place them in banks
1323         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1324         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1325           added code_seg and const_seg to options
1326         * src/SDCCglue.c (emitMaps): use options.const_seg,
1327           (createInterruptVect): put interrupt vectors in segment HOME,
1328           (glue): put HOME before static segment and put the main glue in HOME,
1329           (glue): use options.code_seg
1330         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1331         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1332           these segments so you can instruct the linker to place them in banks
1333           (linkEdit): use code_loc for HOME segment which should be the first
1334           segment in code memory now
1335         * src/SDCCmem.c: fixed more stuff like bug 1238386
1336         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1337           (changePointer): don't change function pointers to code pointers for
1338           banked functions,
1339           (compareType): added exceptional check for banked function pointers
1340         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1341         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1342           after static in code memory
1343         * src/mcs51/gen.c: added aopLiteralLong prototype,
1344           (aopForSym): use getSize for functions,
1345           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1346           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1347           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1348           the segment,
1349           (genPcall): use call for literal function pointers and generate banked
1350           calls over the one trampoline so there's only one place for the user to
1351           modify according to his/hers hardware,
1352           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1353           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1354         * src/mcs51/main.c: added keyword banked,
1355           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1356         * support/Util/SDCCerr.c,
1357         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1358           needed for passing the bank and address to the trampoline
1359         * device/lib/mcs51/crtbank.asm: added for bankswitching
1360         * device/lib/mcs51/Makefile: added crtbank
1361
1362 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1363
1364         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1365           for fields at offset 0 of a struct or union as reported
1366           on 2005-07-07 in the developer mailing list.
1367
1368 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * src/SDCCmem.c: fixed bug 1238386
1371
1372 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1373
1374         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1375           (patch #1144962), added peephole 300, enabled 259.x
1376         * doc/sdccman.lyx: removed screenshot and provided link instead
1377
1378 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1379
1380         * doc/sdccman.lyx: added section about debugging with ddd
1381         * doc/figures/ddd_example.eps: screenshot of debugging session
1382
1383 2005-07-04 Raphael Neider <rneider AT web.de>
1384
1385         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1386           like CODE pointers, fixes #1115683
1387         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1388           call, fixes bugs #1232211, #1228110,
1389           fixed wrong casts to pCodeFlow from pCodeInstructions
1390
1391 2005-07-04 Raphael Neider <rneider AT web.de>
1392
1393         * src/pic/gen.c (popGet): changed assert to allow for
1394           bit operands
1395         * (popGetAddr): changed signature to provide
1396           an additional index, patched all call sites
1397         * (genCmpEq): handle literal-like operands correctly
1398         * (genAddrOf): added sanity checks on __code/__data pointers
1399         * (genAssign): added handling of symbols from __code section
1400         * (gencjne): do not generate code for comparisons whose result
1401           is neither stored nor used, fixes bug #1171114
1402         * (AccLsh, AccRsh): operate on operand instead of WREG
1403         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1404           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1405           by known count
1406         * rewrote complete shift-by-literal logic, commented unused
1407           functions out
1408         * (genConstPointerGet): get multiple bytes (if result size > 1),
1409           fixed handling of non-immediate addresses
1410         * (genPointerGet): handle CODE pointers like CONST pointers
1411         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1412         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1413           operand is to be treated as a literal or not
1414         * (mov2w,genPcall,genCmpEq),
1415           src/pic/genarith.c: use aop_isLitLike() to decide between
1416           literal/register contents
1417         * (addSign): added missing offset
1418         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1419           only emit comment in debug-mode,
1420           use {aop,op}_isLitLike throughout the file
1421         * src/pic/glue.c: fix initializers for pointers (work in progress)
1422         * src/pic/pcode.c (get_op): honor index on _const symbols
1423         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1424         * (dumppBlock): added pCode size estimation
1425         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1426           check for IS_SYMOP before OP_SYMBOL'ing
1427         * fixed indentation, compacted switch-statements
1428         * (allocReg): find free register and allocate it instead of
1429           allocating new registers all the time
1430         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1431           registers as its operands (necessary only for multibyte GETs)
1432
1433 2005-07-01 Raphael Neider <rneider AT web.de>
1434
1435         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1436           debugging .asm-output macros FENTRY + FEXIT
1437         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1438           way... I wonder...
1439         * (emitpComment): NEW, printf to pCode
1440         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1441           offset handling
1442         * (popGetAddr): NEW, variant of popGet to access an immediates
1443           high(er) bytes instead of the n'th byte of memory they reference,
1444           replaced popGet with popGetAddr where neccessary
1445         * (genDataPointerGet): reactivated and fixed implementation
1446         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1447           accesses
1448         * (genDataPointerSet): fixed multibyte assignments
1449         * (genpic14Code): fixed --i-code-in-asm handling
1450         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1451         * (genPlus): fixed index-out-of-bounds error
1452         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1453         * src/pic/ralloc.c: added debugging output macro FENTRY2
1454         * (spillThis): fixed indentation, enbraced for-body for clarity
1455         * (rematStr): commented out as now unused
1456         * (regTypeNum): commented out special spill case (overwrites
1457           arbitrary values)
1458         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1459
1460 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * doc/sdccman.lyx: documented sfr16/sfr32,
1463           added example for using storage class with function pointers
1464         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1465
1466 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1467
1468         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1469         * device/lib/_itoa.c,
1470         * device/lib/_ltoa.c: optimized codesize
1471         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1472           but don't know how to suppress the double warning.
1473         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1474         * support/Util/SDCCerr.c,
1475         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1476
1477 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1478
1479         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1480           fixed old K&R prototypes
1481         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1482         * device/lib/_gptrget.c,
1483         * device/lib/_gptrgetc.c,
1484         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1485           also new versions for small generic pointers and banked generic pointers
1486         * src/port.h: added const_name
1487         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1488         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1489         * src/SDCCcse.c (findPrevIc): check all associative operators
1490         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1491         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1492         * src/SDCCmem.c: updated comments,
1493           set far-space to 0 for pdata, results in optimized code
1494         * src/SDCCmem.h: added macro CONST_NAME
1495         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1496           moving the info into the highest bits, see also gptrget/gptrput
1497         * src/src.dsp: added sdcc.ico to project files
1498         * src/avr/gen.c (genCast): fixed bug 0x%d
1499         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1500         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1501           relation between ptr_type and DCL_TYPE,
1502           (genCast): fixed bug 0x%d
1503         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1504           (CODE)" for const_name
1505         * src/hc08/gen.c (genCast): fixed bug 0x%d
1506         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1507           (hc08_port): added "CONST (CODE)" for const_name
1508         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1509           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1510           between ptr_type and DCL_TYPE,
1511           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1512           operand* and took AOP() inside function so sfr-ness can be checked,
1513           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1514           new prototype,
1515           (genFunction, genEndFunction): optimized stack setup,
1516           (genMinus): optimized for literals with ending zeroes (in bytes),
1517           (genCast): fixed bug 0x%d
1518         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1519           (mcs51_port): added "CONST (CODE)" for const_name
1520         * src/mcs51/peeph.def: made rule 226 more generic
1521         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1522         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1523         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1524         * src/z80/main.c (z80_port): added NULL for const_name,
1525           (gbz80_port): added NULL for const_name
1526         * support/regression/tests/bug663539.c,
1527         * support/regression/tests/sfr16.c: new tests
1528
1529 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1530
1531         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1532
1533 2005-06-24 Raphael Neider <rneider AT web.de>
1534
1535         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1536           corrected typos...
1537         * device/include/pic16/signal.h: added USBIF
1538           and SIG_USB
1539
1540 2005-06-24 Raphael Neider <rneider AT web.de>
1541
1542         * device/lib/pic16/libdev/pic18f2455.c,
1543           device/include/pic16/pic18f2455.h: NEW
1544         * device/include/pic16/pic18fregs.h,
1545           device/lib/pic16/pics.all,
1546           src/pic16/device.c: added 18f2455
1547         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1548           device/include/pic16/{pic18f[68][567].h,usart.h}:
1549           replaced MULTIPLE_USARTS define with more relaible
1550           compatibility sfrs (for USART access)
1551
1552 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1553
1554         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1555           and the output asm file line is printed on two lines.
1556
1557 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1558
1559         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1560           BGT, BLE, BHI, and BLS instructions
1561         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1562           genCmpEq): removed
1563         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1564           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1565           fixes bug #1216342
1566         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1567
1568 2005-06-15 Raphael Neider <rneider AT web.de>
1569
1570         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1571         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1572         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1573           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1574           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1575
1576 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1577
1578         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1579           Marcel Telka in bug #1215704
1580
1581 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1582
1583         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1584           located in shared memory bank.
1585
1586 2005-05-31 Raphael Neider <rneider AT web.de>
1587
1588         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1589           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1590           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1591
1592 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1593
1594         * device/lib/_strncpy.c: fixed the fix
1595
1596 2005-05-26 Raphael Neider <rneider AT web.de>
1597
1598         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1599           initializers with \0, bug #1208187
1600         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1601           intializers with \0, bug #1208187
1602
1603 2005-05-26 Raphael Neider <rneider AT web.de>
1604
1605         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1606           initializers with \0, bug #1208187
1607         * src/pic16/main.c (_process_pragma): added sanity checks
1608           for stack position and size, emit warnings when appropriate
1609
1610 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1611
1612         * device/lib/_strncpy.c: fixed not filling with \0
1613
1614 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1615
1616         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1617           createFunction),
1618         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1619           compound_statement),
1620         * src/SDCCsymt.h,
1621         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1622
1623 2005-05-24 Raphael Neider <rneider AT web.de>
1624
1625         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1626
1627 2005-05-24 Raphael Neider <rneider AT web.de>
1628
1629         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1630           TRISE definitions, closes bug #1162453
1631
1632 2005-05-22 Raphael Neider <rneider AT web.de>
1633
1634         * src/pic16/main.c (_process_pragma): check for missing
1635           arguments to pragmas code and udata
1636         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1637           consistency fixes to match other headers (thanks to Jim Paris)
1638         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1639
1640 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1641
1642         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1643
1644 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1645
1646         * support/regression/tests/bug1198642.c: new test
1647         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1648         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1649         * support/scripts/resource.h,
1650         * support/scripts/resource.rc,
1651         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1652         * support/scripts/sdcc.ico: added 32x32 icon
1653
1654 2005-05-18 Raphael Neider <rneider AT web.de>
1655
1656         * device/lib/pic16/libdev/pic18f*.c,
1657         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1658           keywords to "__sfr" and "__at (X)"
1659         * device/include/pic16/pic18fregs.h: added pic18f4520
1660         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1661           #1203088 (MPLAB compatibility)
1662
1663 2005-05-17 Raphael Neider <rneider AT web.de>
1664
1665         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1666         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1667         * device/lib/pic16/pics.all: added new devices
1668         * src/pic16/device.c: added support for pic18f4520
1669
1670 2005-05-16 Raphael Neider <rneider AT web.de>
1671         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1672         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1673         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1674           convenience function for bit access
1675
1676 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1677
1678         * device/lib/printf_large.c: fixed bug 1193299
1679         * support/regression/tests/bug1057979.c: added test %3.3s
1680
1681 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1682
1683         * device/include/mcs51/8051.h,
1684         * device/include/mcs51/8052.h: made parseable with lint
1685         * device/include/mcs51/lint.h: added include file for (sp)lint
1686         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1687         * doc/cdbfileformat.lyx,
1688         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1689
1690 2005-05-14 Raphael Neider <rneider AT web.de>
1691
1692         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1693         * device/lib/pic16/libc/stdlib/itoa.c (new)
1694         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1695         * device/lib/pic16/libio/Makefile: exclude subdir according to
1696           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1697         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1698         * src/pic16/gen.c (genFunction): prevent annoying warning
1699         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1700           nameclashes on BeOS
1701         * support/cpp2/cppmain.c (cpp_output_string): new
1702         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1703           fixes bug 1116802
1704
1705 2005-05-13 Borut Razem <borut.razem AT siol.net>
1706
1707         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1708
1709 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1710
1711         * .version: changed to version 2.5.1; back to bleeding edge development
1712
1713 2005-05-11 Borut Razem <borut.razem AT siol.net>
1714
1715         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1716           generate PDF version 1.3 documents
1717
1718 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1719
1720         * .version: changed to version 2.5.0
1721
1722 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1723
1724         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1725
1726 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1727
1728         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1729         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1730         well as many smaller updates.
1731         * .version: changed to version 2.5.0-pre1
1732
1733 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1734
1735         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1736
1737 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1738
1739         * support/regression/tests/bug1185672.c: added
1740         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1741           bug 1185672
1742         * src/mcs51/gen.c (genCall): added comments, made it look safer
1743         * src/mcs51/gen.c (genEndFunction): simplified
1744
1745 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1746
1747         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1748
1749 2005-04-14 Borut Razem <borut.razem AT siol.net>
1750
1751         * fixed bug 1045046 - SIGSEGV with really simple code?:
1752           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1753           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1754
1755 2005-04-14 Borut Razem <borut.razem AT siol.net>
1756
1757         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1758           src/pic16/device.h: temporarily disabled experimental #inline pragma
1759           for 2.5.0 release
1760
1761 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1762
1763         * device/include/z80/stdio.h,
1764         * device/include/z80/string.h: removed these highly incomplete files so
1765           SDCC can use the default ones in device/include/
1766
1767 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1768
1769         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1770         gcc warning.
1771         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1772         fix sdcpp warnings.
1773
1774 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1775
1776         * device/include/malloc.h: removed redundant __reentrant prototypes
1777         * device/lib/_mullong.c: added working xstack variant in asm (C version
1778           doesn't pass regression tests)
1779         * device/lib/bpx.c: used __data and made bpx char for mcs51
1780         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1781           (createFunction): fixed bug with xstackPtr
1782         * src/SDCCcse.c: corrected comments
1783         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1784           (killDeadCode, eBBlockFromiCode): removed unused code
1785         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1786           corrected comments
1787         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1788           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1789           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1790           (genModOneByte): fixed warning in MSVC
1791         * src/mcs51/main.c (): added comments
1792         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1793
1794 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1795
1796         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1797
1798 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1799
1800         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1801
1802 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1803
1804         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1805         characters arrays of larger size than the declared one.
1806
1807 2005-04-10 Borut Razem <borut.razem AT siol.net>
1808
1809         * src/pic/gen.c (genInline),
1810           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1811           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1812           (findNextInstruction), (findPrevInstruction),
1813           (findInstructionUsingLabel),
1814           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1815         * src/pic/pcode.c (findLabel): added missing '\n'
1816         * src/src.dsp: added SDCCdwarf2.c to the project
1817
1818 2005-04-09 Borut Razem <borut.razem AT siol.net>
1819
1820         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1821
1822 2005-04-08 Raphael Neider <rneider AT web.de>
1823
1824         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1825           into the chain after a given one) and mergeDefmapSymbols (combine
1826           defmap entries for each symbol per pcode)
1827         * (createDefmap): have defmap entries merged in the end
1828         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1829           a symbol before replacing one access type's symbol, merge symbols in
1830           the end (replacement symbol might already have an entry)
1831         * (assignValnums): keep reference to written WREG intact
1832
1833 2005-04-08 Raphael Neider <rneider AT web.de>
1834
1835         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1836           Alpha)
1837
1838 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1839
1840         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1841         bytes
1842
1843 2005-04-07 Raphael Neider <rneider AT web.de>
1844
1845         * device/include/pic16/usart.h: added compatibility defines for
1846           devices with more than one USART
1847         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1848
1849 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1850
1851         * device/lib/Makefile.in: updated for port specific include
1852
1853 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1854
1855         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1856
1857 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1858
1859         * device/include/8051.h,
1860         * device/include/8052.h,
1861         * device/include/at89S8252.h,
1862         * device/include/at89c55.h,
1863         * device/include/at89x051.h,
1864         * device/include/at89x51.h,
1865         * device/include/at89x52.h,
1866         * device/include/mcs51reg.h,
1867         * device/include/reg51.h,
1868         * device/include/reg764.h,
1869         * device/include/regc515c.h,
1870         * device/include/sab80515.h: (re)moved these 12 files
1871         * device/include/mcs51/8051.h,
1872         * device/include/mcs51/8052.h,
1873         * device/include/mcs51/at89S8252.h,
1874         * device/include/mcs51/at89c55.h,
1875         * device/include/mcs51/at89x051.h,
1876         * device/include/mcs51/at89x51.h,
1877         * device/include/mcs51/at89x52.h,
1878         * device/include/mcs51/mcs51reg.h,
1879         * device/include/mcs51/reg51.h,
1880         * device/include/mcs51/reg764.h,
1881         * device/include/mcs51/regc515c.h,
1882         * device/include/mcs51/sab80515.h: and added them here
1883
1884 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1885
1886         * device/include/stdarg.h: changed SDCC specific keywords to double
1887           underlined form.
1888         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1889           mcs51 and ds390.
1890         * device/include/hc08/mc68hc908gp32.h,
1891         * device/include/hc08/mc68hc908jb8.h,
1892         * device/include/hc08/mc68hc908jkjl.h,
1893         * device/include/hc08/mc68hc908qy.h: fixed comments
1894         * device/include/mcs51/README: updated
1895         * device/include/mcs51/c8051f120.h: added PINRSF
1896         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1897         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1898           amidst code. Also inline is not supported.
1899
1900 2005-04-06 Raphael Neider <rneider AT web.de>
1901
1902         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1903         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1904           callers stack/frame pointers
1905
1906 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1907
1908         * device/include/pic16/usart.h: added, missing in previous commit,
1909         * device/include/pic16/adc.h: fixed typo,
1910         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1911         commit,
1912         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1913         <p18fxxx.inc>
1914         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1915         uninitialized because a bug appears with gplink
1916         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1917         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1918         complains for unrecognised option
1919
1920 2005-04-05 Raphael Neider <rneider AT web.de>
1921
1922         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1923           structs as well (using memcpy)
1924         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1925           on ISRs (GOTO has no label)
1926         * src/pic16/device.h: added OF_OPTIMIZE_DF
1927         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1928           new data flow analysis/optimization
1929         * src/pic16/pcode.c: added (prototypes for and implementation of)
1930           dataflow analysis functions, fixed pCodeInstructions' inCond and
1931           outCond values, made RCALL a branch instruction
1932         * (pic16_unlinkpCode): keep C line if possible
1933         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1934           C line moved if possible
1935         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1936         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1937           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1938         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1939           new flow)
1940         * (pic16_getJumptabpCode): NEW, needed in...
1941         * (LinkFlow): fixed handling of jumptables, calls and conditional
1942           branches
1943         * (pic16_InsertCommentAfter): NEW
1944         * (pic16_pCodeReplace): made verbose and flow preserving
1945         * (AnalyzeFlow): added call to data flow analysis
1946         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1947         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1948         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1949
1950 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1951
1952         * src/SDCCast.c (decorateType): fixed bug #1105626
1953
1954 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1955
1956         * device/include/asm/pic16/features.h,
1957         * pic18f*.h headers,
1958         * device/include/pic16/adc.h,
1959         * device/include/pic16/delay.h,
1960         * device/include/pic16/i2c.h,
1961         * device/include/pic16/malloc.h,
1962         * device/include/pic16/stdio.h,
1963         * device/include/pic16/stdlib.h,
1964         * device/include/pic16/string.h,
1965         * device/lib/pic16/libc/stdio/printf_tiny.c,
1966         * device/lib/pic16/libc/stdio/printf_small.c,
1967         * device/lib/pic16/libc/stdio/strmgpsim.c,
1968         * device/lib/pic16/libc/stdio/strmmssp.c,
1969         * device/lib/pic16/libc/stdio/strmusart.c,
1970         * device/lib/pic16/libc/stdio/vfprintf.c,
1971         * device/lib/pic16/libc/stdlib/ltoa.c,
1972         * device/lib/pic16/libc/stdlib/putchar.c,
1973         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1974         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1975         * device/lib/pic16/libc/stdlib/memchrram.c,
1976         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1977         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1978         * device/lib/pic16/libio/adc/adcbusy.c,
1979         * device/lib/pic16/libio/adc/adcread.c,
1980         * device/lib/pic16/libio/adc/adcsetch.c,
1981         * device/lib/pic16/libio/usart/ubaud.c,
1982         * device/lib/pic16/libio/usart/ubusy.c,
1983         * device/lib/pic16/libio/usart/udrdy.c,
1984         * device/lib/pic16/libio/usart/uopen.c,
1985         * device/lib/pic16/libio/usart/uputc.c,
1986         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1987         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1988         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1989         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1990         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1991         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1992         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1993         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1994         specific keywords to double underlined form,
1995         * device/lib/pic16/libc/Makefile.rules,
1996         * device/lib/pic16/libsdcc/Makefile.rules,
1997         * device/lib/pic16/libm/Makefile,
1998         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1999         to compile with C standard set in Makefile.common
2000         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2001         rand.c and crc.c in compilation process,
2002         * device/lib/pic16/libsdcc/int/divuint.c,
2003         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2004         `c' from signed to unsigned,
2005         * device/lib/pic16/startup/crt0.c,
2006         * device/lib/pic16/startup/crt0i.c,
2007         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2008         keywords to double underlined form, bug fixes in _do_cinit function
2009         which prevented the correct initialization of the .idata segment,
2010         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2011         core to enter a infinite loop
2012         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2013
2014 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2015
2016         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2017
2018 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2019
2020         * device/include/Makefile.in: add support for hc08 subdirectory
2021         * device/include/hc08/: new subdirectory
2022         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2023         Lucas Loizaga, thanks!
2024         * device/include/hc08/mc68hc908qy.h,
2025         * device/include/hc08/mc68hc908gp32.h,
2026         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2027         their own directory. Changed internal macro names to use the compiler
2028         reserved namespace. Changed SDCC specific keywords to double
2029         underlined form.
2030         * device/include/math.h,
2031         * device/include/malloc.h,
2032         * device/include/stdarg.h,
2033         * device/include/stdbool.h
2034         * device/include/string.h,
2035         * device/include/tinibios.h,
2036         * device/include/ds400rom.h,
2037         * device/include/8051.h,
2038         * device/include/8052.h,
2039         * device/include/80c51xa.h,
2040         * device/include/at89c55.h,
2041         * device/include/at89S8252.h,
2042         * device/include/at89x51.h,
2043         * device/include/at89x52.h,
2044         * device/include/ds80c390.h,
2045         * device/include/reg764.h,
2046         * device/include/regc515c.h,
2047         * device/include/sab80515.h,
2048         * device/include/mcs51/c8051f000.h,
2049         * device/include/mcs51/c8051f018.h,
2050         * device/include/mcs51/c8051f020.h,
2051         * device/include/mcs51/c8051f040.h,
2052         * device/include/mcs51/c8051f060.h,
2053         * device/include/mcs51/c8051f120.h,
2054         * device/include/mcs51/c8051f300.h,
2055         * device/include/mcs51/c8051f310.h,
2056         * device/include/mcs51/c8051f320.h,
2057         * device/include/mcs51/c8051f330.h,
2058         * device/include/mcs51/c8051f350.h,
2059         * device/include/z180.h: Changed SDCC specific keywords to double
2060         underlined form.
2061
2062 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2063
2064         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2065         18F4455,
2066         * (pic16_assignConfigWordValue): disable testing of configuration
2067         register value with config mask,
2068         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2069         function with port->fun_prefix,
2070         * (genFunction): when generating a naked interrupt function never
2071         create an absolute segment placed in interrupt vector address, place
2072         the actual interrupt function at IVA instead, when an interrupt
2073         function is generated with unspecified interrupt then do not create
2074         the absolute section,
2075         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2076         code for generating a call to generic pointer get/put function with
2077         a call to function pic16_callGenericPointer(),
2078         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2079         the call to the generic pointer get/put functions with prefixing the
2080         function name with port->fun_prefix,
2081         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2082         * src/pic16/main.c (_process_pragma): prefix function with
2083         port->fun_prefix,
2084         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2085         calling assembler, old 18Fxxxx macro is deprecated,
2086         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2087         PC_ASMDIR in while condition,
2088         * (findInstruction): add PC_ASMDIR in while condition,
2089         * (buildCallTree): prefix main with port->fun_prefix,
2090         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2091         identifier for variable with banked access in instructions BTFSS,
2092         BTFSC, BCF, BSF, BTG
2093         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2094         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2095         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2096         perform optimization when enviroment variable NO_REG_OPT is set,
2097         * (insideLRBlock): NEW, return 1 if register is inside an
2098         INF_LOCALREGS block,
2099         * (RemoveRegFromLRBlock): remove a register that is completely
2100         eliminated by register optimization, but it is still left in local
2101         register store/restore in/from stack block,
2102         * (Remove2pcodes): after removing register, check to see if it
2103         should be removed from local register store/restore in/from stack
2104         block,
2105         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2106         DUMMY_READ_VOLATILE,
2107
2108         * device/include/pic16/adc.h: minor prototype modifications and
2109         update,
2110         * device/include/pic16/malloc.h: added GPL notice various
2111         modifications,
2112         * device/include/pic16/stdint.h: NEW, standard header for ints
2113         * device/include/pic16/delay.h: NEW, header for delay functions,
2114         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2115         delay1mtcy,
2116         * device/include/pic16/signal.h: NEW, header providing helper macros
2117         for implementing signal handlers,
2118         * device/include/pic16/stdio.h: added prototypes for functions,
2119         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2120         prototypes for stdin and stdout, added macro PUTCHAR to
2121         automatically implement putchar function prototype,
2122         * device/include/pic16/usart.h: modified and updated USART library,
2123         * device/lib/pic16/libio/adc/,
2124         * device/lib/pic16/libio/i2c: some modifications to improve library
2125         performance,
2126         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2127         family of functions,
2128         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2129         family of functions and other sources,
2130         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2131         of the PIC18Fxx[28] devices,
2132         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2133         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2134         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2135         _do_cinit function, because the previous failed when local variables
2136         where not placed in the same memory bank,
2137         * device/lib/pic16/libsdcc/char/: various modifications to improve
2138         library performance,
2139         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2140         information on the new functions of the c library and more...
2141
2142 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2143
2144         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2145
2146 2005-03-26 Raphael Neider <rneider AT web.de>
2147
2148         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2149           if condition == CARRY)
2150         * (genCmp): adapted to new genSkipc semantics
2151         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2152           on rIfx (genCmp was broken)
2153
2154 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2155
2156         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2157         * src/z80/main.c (_keywords[]),
2158         * src/SDCCglobal.h (struct options),
2159         * src/SDCC.y,
2160         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2161         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2162         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2163         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2164         always available in leading double underscore form. The C99 support is
2165         mostly missing, but it's a start.
2166         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2167         reserved identifier "__data".
2168
2169 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2170
2171         * src/mcs51/peeph.def: fixed bug 1170013
2172
2173 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2174
2175         * device/include/mcs51reg.h: fixed bug 842007
2176
2177 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2178
2179         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2180         last time.
2181
2182 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2183
2184         * src/port.h (struct PORT),
2185         * src/avr/ralloc.c (avr_assignRegisters),
2186         * src/avr/main.c,
2187         * src/ds390/ralloc.c (ds390_assignRegisters),
2188         * src/ds390/main.c,
2189         * src/hc08/ralloc.c (hc08_assignRegisters),
2190         * src/hc08/main.c,
2191         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2192         * src/mcs51/main.c,
2193         * src/pic/ralloc.c (pic14_assignRegisters),
2194         * src/pic/main.c,
2195         * src/pic16/ralloc.c (pic16_assignRegisters),
2196         * src/pic16/main.c,
2197         * src/xa51/ralloc.c (xa51_assignRegisters),
2198         * src/xa51/main.c,
2199         * src/z80/ralloc.c (z80_assignRegisters),
2200         * src/z80/ralloc.h,
2201         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2202         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2203         * src/SDCCcse.h,
2204         * src/SDCCdflow.c (computeDataFlow),
2205         * src/SDCCdflow.h,
2206         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2207         * src/SDCCloop.h,
2208         * src/SDCCcflow.c (*),
2209         * src/SDCCcflow.h,
2210         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2211         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2212         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2213         immedDom() returning wrong block; probably fixes bug #1160833)
2214
2215 2005-03-20 Borut Razem <borut.razem AT siol.net>
2216
2217         * support/scripts/inc2h.pl: WIN32 port
2218
2219 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2220
2221         * device/lib/makefile.in: added abs.c and labs.c
2222
2223 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2224
2225         * device/include/stdint.h: added
2226         * device/lib/abs.c: added
2227         * device/lib/labs.c: added
2228         * device/include/stdlib.h: added abs() and labs() prototypes
2229         * device/lib/libsdcc.lib: added abs and labs
2230         * device/include/float.h,
2231         * device/lib/_fsmul.c,
2232         * device/lib/printf_fast.c,
2233         * device/lib/printf_tiny.c: updated comments
2234
2235 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2236
2237         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2238         bug #1164313
2239
2240 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2241
2242         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2243         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2244
2245 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2246
2247         * device/lib/printf_large.c: removed inline assembly for portability and
2248           readability. Use printf_fast if speed or size are more important.
2249         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2250         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2251
2252 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2253
2254         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2255         prevent compiler warning
2256
2257 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2258
2259         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2260         moved to level 0 and declared as static. Also they are explicit
2261         placed in access bank. This was necessery because some times they
2262         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2263         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2264         optimizations. Currently only compare to unsigned char is implemented,
2265         * src/pic16/gen.c: added fReturnIdx array,
2266         * (struct resolvedIfx) is moved to gen.h and made public,
2267         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2268         * (aopForSym): added an optimization to directly store in stack of
2269         the operand of a SEND iCode,
2270         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2271         but as registers instead (AOP_REG) using the fReturnIdx array,
2272         * (pic16_freeAsmop): remove the freed register from the
2273         _G.sregsAlloc field,
2274         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2275         a compare of 'WREG',
2276         * (pic16_popGetTempRegCond): changed function prototype, now
2277         function takes also a bitVector argument v which holds the current
2278         set of registers that are allocated for stack access by aopForSym,
2279         registers allocated in aopForSym for accessing stack symbols are not
2280         any more part of the functions usedRegs field,
2281         * (genCall): some times aopOp is called for a stack variable to be
2282         send, aopForSym might perform the push, if this is true make sure
2283         that genCall doesn't push the variable twice by testing _G.resDirect,
2284         * (genFunction): changed testing for unspecified interrupt number
2285         from 256 to INTNO_UNSPEC,
2286         * modified selection scheme of frame pointer generation. Previously
2287         if function did use local registers a frame pointer was generated,
2288         now a frame pointer is generated only if function has arguments
2289         (that need PLUSW2 register access), or has stack arguments, or the
2290         compiler is not instructed to omit the frame pointer,
2291         * (genEndFunction): before restoring local registers that were saved
2292         in the function preamble, also restore the registers that *might*
2293         have been allocated for stack access,
2294         * (genRet): removed some old comments,
2295         * (genCmp, the active (RN's) version): added a call to the
2296         pic16_genCmp_special function to perform the compare with a more
2297         robust and optimized way,
2298         * (genInline): a feature has been added in inline code generation,
2299         which allows a wildcard variable substitution when writing inline
2300         assembly. Code is incomplete and experimental therefore undocumented,
2301         * (genCast): changed order of aopOp for result and right to allow
2302         aopForSym to directly load the result if possible,
2303         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2304         perform an optimized compare on some selected special occasions,
2305         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2306         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2307         generate an IVT any more,
2308         * src/pic16/main.c (pic16_optionsTable): added command line option
2309         --optimize-cmp,
2310         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2311         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2312         macros,
2313         * src/pic16/NOTES: Raphael Neider added in list of active developers
2314         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2315         jumptable_end to prevent bug #,
2316         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2317         inCond and outCond fields,
2318         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2319         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2320         turn off register spilling,
2321         * (packRegsForOneUse): synced with other ports' versions although it
2322         is not used currently,
2323         * (pic16_packRegisters): added an optimization while reading
2324         structure bitfields, some registers may be saved (malloc code is
2325         decreased by 80 bytes)
2326
2327 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2328
2329         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2330         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2331         this can be optimized more?
2332
2333 2005-03-10 Raphael Neider <rneider AT web.de>
2334
2335         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2336           genNearPointerGet): (hopefully) fixed access to bitfields via
2337           pointers (p->bitN = x; and x = p->bitN; failed)
2338
2339 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2340
2341         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2342
2343 2005-03-09 Raphael Neider <rneider AT web.de>
2344
2345         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2346
2347 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2348
2349         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2350         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2351           (regTypeNum): set REG_BIT type if necessary
2352         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2353         * support/regression/tests/critical.c: check bug 1144613
2354
2355 2005-03-02 Raphael Neider <rneider AT web.de>
2356
2357         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2358
2359 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2360
2361         * src/avr/ralloc.c (serialRegAssign),
2362         * src/ds390/ralloc.c (serialRegAssign),
2363         * src/hc08/ralloc.c (serialRegAssign),
2364         * src/mcs51/ralloc.c (serialRegAssign),
2365         * src/pic/ralloc.c (serialRegAssign),
2366         * src/pic16/ralloc.c (serialRegAssign),
2367         * src/xa51/ralloc.c (serialRegAssign),
2368         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2369
2370 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2371
2372         * src/SDCCast.c (decorateType): fixed bug 1124787
2373
2374 2005-02-20 Hubert Sack <sack AT digiplan.de>
2375         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2376
2377         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2378         patch #1121755
2379
2380 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2381
2382         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2383         to keep the correct label reference count when adding/removing references
2384         to labels. A peephole file using this is appended to patch #1144962.
2385
2386 2005-02-14 Raphael Neider <rneider AT web.de>
2387
2388         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2389         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2390         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2391           retrievals of result operand's value on assignment
2392
2393 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2394
2395         * device/include/pic16/string.h: modified prototype for memccpy()
2396         to memccpy(void *, void *, char, size_t)
2397         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2398         check whether to omit frame pointer or not,
2399         * (genInline): convert all occurences of "\n" to LF in inline
2400         assembler blocks, this helps formatting the inline text,
2401         * (pic16_loadFSR0): modified prototype,
2402         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2403         removed some 8051 legacy code,
2404         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2405         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2406         before allocating temporary registers in functions,
2407
2408 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2409
2410         * support/regression/tests/bitvars.c: corrected the "fix"
2411
2412 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2413
2414         * support/regression/tests/bitvars.c,
2415         * support/regression/tests/bitwise.c,
2416         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2417
2418 2005-02-10 Raphael Neider <rneider AT web.de>
2419
2420         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2421           different size for Alpha
2422         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2423
2424 2005-02-09 Raphael Neider <rneider AT web.de>
2425
2426         * src/SDCC.lex(doPragma) : save and restore warning options as well
2427           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2428         * have #pragma less_pedantic set the errorlevel to WARNING
2429           (fixes #1117001)
2430         * (cloneOptimize) : fixed wrong malloc's size
2431         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2432           facilitate correct handling of #pragma (save|restore)
2433
2434 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2435
2436         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2437
2438 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2439
2440         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2441
2442 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2443
2444         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2445
2446 2005-02-02 Raphael Neider <rneider AT web.de>
2447
2448         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2449         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2450         * (pic16_storeForReturn): fixed to allow returning function pointers
2451         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2452         * device/include/pic16/{stddef.h,stdbool.h}: added
2453
2454 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2455
2456         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2457
2458 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2459
2460         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2461         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2462          appeared to be required
2463
2464 2005-01-31 Borut Razem <borut.razem AT siol.net>
2465
2466         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2467           include/mcs51 and include/z80 directories to the package
2468
2469 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2470
2471         * src/hc08/gen.c (genFunction): fixed bug #1112752
2472
2473 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2474
2475         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2476
2477 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2478
2479         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2480
2481 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2482
2483         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2484
2485 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2486
2487         * device/include/c8051fxxx.h: removed these 6 files
2488         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2489
2490 2005-01-26 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/gen.c (genAssign): fixed assignment from longs
2493           in codespace (were cut to three bytes)
2494         * (genDummyRead): implemented (except for CODESPACE...),
2495           fixed bug #1108575
2496         * src/pic16/glue.c (emitStatistics): beautified
2497         * device/lib/pic16/libm/Makefile: added include path
2498
2499 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2500
2501         * src/z80/gen.c (aopPut): fixed bug #1103902
2502
2503 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2504
2505         * device/lib/expf.c: fixed bug #1095792
2506
2507 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2508
2509         * device/lib/pic16/libm: added Math library sources
2510
2511 2005-01-24 Raphael Neider <rneider AT web.de>
2512
2513         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2514           to enable upcast to pCodeOpReg2 (there is no type tag to
2515           differenciate the two and pic16_popGet2p cast into PCOR2)
2516         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2517           (sizeof(sectNames) changed to sizeof(sectName))
2518           Both patches fix segfaults under MinGW.
2519
2520 2005-01-23 Raphael Neider <rneider AT web.de>
2521
2522         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2523           Safe_[mc]?alloc()'ed variables
2524         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2525           of (byte sized) temporaries (assign them to WREG for now)
2526         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2527           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2528           this might fix SIGSEGVs on MinGW...
2529         * src/SDCCopt.c (killDeadCode): restored original behaviour
2530           (volatile operands might get thrown away though)
2531
2532 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2533
2534         * src/pic16/gen.c: fixed bug #1106975,
2535         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2536         pointer update, INTCON is saved, global interrupts are disabled and
2537         restored after updateing TOS.
2538         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2539         * added function attribute 'shadowregs' to take advantage of shadow
2540         registers,
2541         * added function attribute 'wparam' as an alternative to the wparam
2542         pragma,
2543         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2544         user declares a non-ISR function as 'shadowregs',
2545         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2546
2547 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2548
2549         * .version: bumped version number to 2.4.8
2550         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2551         pic16 port,
2552         * device/lib/pic16/libio/i2c/: I2C module support library,
2553         * device/include/pic16/i2c.h: I2C support library header,
2554         * device/lib/pic16/libc/stdio/: standard IO support sources,
2555         * (printf_small.c): printf_small() source, supports float print,
2556         * (printf_tiny.c): printf_tiny() source, does not support floats,
2557         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2558         enable global optimizations for entire library source, other
2559         Makefiles in the source tree are also modified to reflect this,
2560         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2561         function,
2562         * doc/sdccman.lyx: updated to reflect new changes,
2563         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2564         sym->onStack if-case,
2565         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2566         sbit, idata, _idata, xdata, _xdata,
2567         * added pragma library, to link an external library, (see doc),
2568         * removed command line options, --pomit-config-words, --pomit-ivt,
2569         --pleave-reset-vector,
2570         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2571         when calling assembler to reflect memory model used, also define
2572         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2573         reflect stack model used,
2574         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2575         on stack return NULL,
2576
2577 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2578
2579         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2580           of the operands is volatile. Fixes #1020220
2581
2582 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2583
2584         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2585         * (OptimizeRegUsage): make sure that there is really no other flow where
2586           the first pCode is used
2587
2588 2005-01-22 Raphael Neider <rneider AT web.de>
2589
2590         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2591           to fix #1106967 (pCode->seq are not set up correctly)
2592
2593 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2594
2595         * src/SDCCglue.c (glue): make sure code area is declared before the
2596         static initialization area.
2597
2598 2005-01-21 Raphael Neider <rneider AT web.de>
2599
2600         * device/lib/Makefile.in: fixed test for pic16 install dir
2601         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2602           optimizations
2603         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2604           added --optimize-goto compiler switch and pragma wparam documentation
2605         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2606         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2607           and PRODH closing bug #1071770 (peephole optimizer)
2608
2609 2005-01-19 Raphael Neider <rneider AT web.de>
2610
2611         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2612           cmdLine buffers (used when calling sdcpp...) are large enough
2613           (MAX_PATH=256 truncates arguments leading to system halts when
2614           used in MinGW...)
2615         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2616         * (genUminus): rewritten to for efficiency
2617         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2618           used uninitialized in some cases)
2619         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2620           copy the third byte from the int -- now assumes 0x80 (data memory)
2621         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2622           operands (genAddLit expects the iCode's operands to swapped as
2623           well), fixed leftover bytes (crashed for short left operands)
2624         * (pic16_genMinusDec): performance improvements, removed false
2625           PIC14 emitSKPNCs
2626         * (pic16_genMinus): fixed to cope with differently sized operands
2627         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2628           for --obanksel > 1
2629         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2630         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2631           new banksel optimization
2632         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2633           analysis for temporary registers (segfaults...)
2634         * src/pic16/peeph.def: added rule
2635
2636 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2637
2638         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2639         which converts a float number to its ASCII representation
2640         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2641         functions to convert the fractional and integer part of a float to ASCII,
2642         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2643         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2644         ram
2645         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2646         _STATMEM macros,
2647         * device/include/pic16/adc.h: added GPL info,
2648         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2649         a pCodeOp as tested operand,
2650         * (genNearPointerGet): optimized bit testing, does not use
2651         intermediate register for bit value, test directly instead with
2652         BTFSS, BTFSC, works only for single bits,
2653         * (genpic16Code): dump the name of the iCode in the asm,
2654         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2655         renamed to pic16_decodeOp,
2656         * (serialRegAssign): do not allocate a temporary register for iCode
2657         sequences that test a single bit for 1/0
2658
2659 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2660
2661         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2662         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2663         access stack and frame pointers. They are initially assigned to
2664         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2665         accessing SFRs. Updated all occurences of modification of stack or
2666         frame pointer in gen.c and pcode.c,
2667         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2668         assigning of a literal value to pointers,
2669         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2670         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2671         selected
2672
2673 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2674
2675         * doc/sdccman.lyx: update documentation about stack pragma, added
2676         some info for stack memory models
2677
2678 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2679
2680         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2681
2682 2005-01-08 Raphael Neider <rneider AT web.de>
2683
2684         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2685           udata sections to fix bug #1097823
2686
2687 2005-01-05 Raphael Neider <rneider AT web.de>
2688
2689         * src/pic16/gen.c (genGenericShift): added handling of differently
2690           sized left operand and result
2691
2692 2005-01-04 Raphael Neider <rneider AT web.de>
2693
2694         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2695         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2696           to hold the condition bit)
2697         * added new version of genCmp (old code available via #define)
2698         * added new version of genShiftLeft/genShiftRight in a generic
2699           way, now supports shifting by negative values
2700         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2701           shiftCount (expected by genGenericShift)
2702         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2703         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2704           dump
2705         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2706           is an invalid literal too...)
2707
2708 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2709
2710         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2711         from Raphael Neider,
2712         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2713         for 8-bit literals. This fixes some literal operands which are sign
2714         extended to 16-bits ints when instruction needs only 8-bits.
2715
2716 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2717
2718         * device/lib/logf.c: added mcs51 assembly version
2719         * device/lib/expf.c: added mcs51 assembly version
2720         * device/lib/_logexpf.c: new shared asm code for expf and logf
2721         * device/include/math.h: add defines for assembly math library
2722         * device/lib/Makefile.in: build new _logexpf.c
2723         * device/lib/libfloat.lib: use new _logexpf.c
2724
2725 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2726
2727         * src/pic/device.c
2728         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2729           device types which have less than 0x7f registers.
2730
2731 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2732
2733         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2734
2735 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2736
2737         * device/lib/printf_fast.c: only build on supported arch.
2738         * device/lib/printf_tiny.c: only build on supported arch.
2739         * device/lib/printf_fast_f.c: only build if asm float lib
2740         * device/lib/_fsget1arg.c: only build if asm float lib
2741         * device/lib/_fsget2args.c: only build if asm float lib
2742         * device/lib/_fsnormalize.c: only build if asm float lib
2743         * device/lib/_fsreturnval.c: only build if asm float lib
2744         * device/lib/_fsrshift.c: only build if asm float lib
2745         * device/lib/_fsswapargs.c: only build if asm float lib
2746         * device/include/stdio.h: don't provide print_fast,
2747           print_fast_f, print_tiny prototypes if --xstack used
2748
2749 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2750
2751         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2752         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2753           to the SOURCES
2754
2755 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2756
2757         * device/lib/printf_fast_f.c: same as printf_fast, but
2758           with floating point enabled
2759         * device/lib/printf_fast.c: minor tweaks
2760         * device/include/stdio.h: add printf_fast_f
2761
2762 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2763
2764         * src/SDCCmain.c: make --float-reent default for mcs51
2765         * device/lib/_fsadd.c: added mcs51 assembly version
2766         * device/lib/_fssub.c: added mcs51 assembly version
2767         * device/lib/_fsmul.c: added mcs51 assembly version
2768         * device/lib/_fsdiv.c: added mcs51 assembly version
2769         * device/lib/_fseq.c: added mcs51 assembly version
2770         * device/lib/_fsneq.c: added mcs51 assembly version
2771         * device/lib/_fsgt.c: added mcs51 assembly version
2772         * device/lib/_fslt.c: added mcs51 assembly version
2773         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2774         * device/lib/Makefile.in: add _fscmp to build
2775         * device/lib/libfloat.lib: add _fscmp to build
2776
2777 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2778
2779         * device/lib/_fs2slong.c: added mcs51 assembly version
2780         * device/lib/_fs2sint.c: added mcs51 assembly version
2781         * device/lib/_fs2schar.c: added mcs51 assembly version
2782         * device/lib/_fs2ulong.c: added mcs51 assembly version
2783         * device/lib/_fs2uint.c: added mcs51 assembly version
2784         * device/lib/_fs2uchar.c: added mcs51 assembly version
2785         * device/lib/_slong2fs.c: added mcs51 assembly version
2786         * device/lib/_sint2fs.c: added mcs51 assembly version
2787         * device/lib/_schar2fs.c: added mcs51 assembly version
2788         * device/lib/_ulong2fs.c: added mcs51 assembly version
2789         * device/lib/_uint2fs.c: added mcs51 assembly version
2790         * device/lib/_uchar2fs.c: added mcs51 assembly version
2791         * device/include/float.h: added #define to select asm vs c
2792
2793 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2794
2795         * device/lib/printf_fast.c: improvements to float output
2796         * device/include/float.h: add defines for assembly float library
2797         * device/lib/_fsget1arg.c: receive 1 float arg
2798         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2799         * device/lib/_fsnormalize.c: normalize a float
2800         * device/lib/_fsreturnval.c: return float, various helper routines
2801         * device/lib/_fsrshift.c: right shift a float's mantissa
2802         * device/lib/_fsswapargs.c: swap 2 floats
2803         * device/lib/Makefile.in: build these 6 new files for mcs51
2804         * device/lib/libfloat.lib: add these 6 files to the library
2805
2806 2004-12-26 Borut Razem <borut.razem AT siol.net>
2807
2808         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2809           built by gcc 3.4.2
2810
2811 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2812
2813         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2814           and fully reentrant and register bank neutral.
2815         * device/lib/printf_fast.c: added float (not enabled by default),
2816           added compact/slower integer (also not enabled by default),
2817           improved size/speed of fast integer code, other minor changes
2818         * device/include/stdio.h, device/lib/Makefile.in,
2819           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2820
2821 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2822
2823         * src/pic16/pcode.c: declaring variables other than at the start of a
2824           block is not supported in C by VC6.
2825
2826 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2827
2828         * applied a previous patch from Raphael Neider that wasn't included
2829         in the previous commits, which fixes infinite loops within jumptable
2830         improvements,
2831         * made some fixes that previous patches introduced
2832
2833 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2834
2835         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2836         that fixes an issue with AOP_PCODE asmop's offset,
2837         * (pic16_popCopyReg): update instance field too,
2838         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2839         function of pic port,
2840         * (genCmp, genAnd, genAssign),
2841         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2842
2843 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2844
2845         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2846         variables initial values to idata section,
2847         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2848         variables in some functions. This utilizes parmBytes field of iCode
2849         structure to hold the offset of the variable in stack. (might be
2850         able to use the stack field too?)
2851         * applied patch from Raphael Neider # ### , # ###
2852         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2853         variable initial values in idata section,
2854         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2855         for static variables with initial value
2856         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2857         applied fix in while loop from Raphael Neider.
2858
2859 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2860
2861         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2862         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2863         * src/ds390/ralloc.c (serialRegAssign): spill bits
2864         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2865         * support/Util/SDCCerr.c,
2866         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2867         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2868         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2869
2870 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2871
2872         * device/include/sdcc-lib.h: inserted LGPL, added includes
2873           asm/ds390/features.h and asm/mcs51/features.h
2874         * device/include/asm/default/features.h,
2875         * device/include/asm/gbz80/features.h,
2876         * device/include/asm/z80/features.h: added empty _AUTOMEM
2877           and _STATMEM
2878         * device/include/asm/ds390/features.h,
2879         * device/include/asm/mcs51/features.h: added files with defines for
2880           _AUTOMEM and _STATMEM indicating automatic and static storage class
2881         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2882         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2883         * src/SDCCicode.c (geniCodeCast),
2884         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2885         * src/SDCCloop.c (loopInduction): removed unused variable lr
2886         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2887           to convertToFcall to include char modulo (RFE 1065037), added check
2888           if left operand is unsigned and use abs of literal value
2889         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2890           as it doesn't work after conversion from peephole.def to peephole.rul
2891         * src/mcs51/gen.c (toBoolean): added check for size,
2892           (genModOneByte): optimized code for signed char modulo a literal
2893           power of 2 (thanks to Hubert Sack),
2894           (genRRC): removed unnecessary "clr c",
2895           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2896         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2897           jump optimization,
2898           swapped rules 256.c and 256.d,
2899           extended 256.d by using new multiple checks (thanks Erik),
2900           added rules 256.e and 256.f,
2901           updated rule 261.a and 261.b to new generated code
2902         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2903
2904 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2905
2906         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2907           induction related bugs, including first part of bug #1074377
2908
2909 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2910
2911         * applied patch from bug-report #1076292,
2912         * applied patches for genAnd and Goto-optimizations for Raphael
2913         Neider,
2914         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2915         dump a less iCode information,
2916         * src/pic16/device.h (pic16_options_t): added field debgen,
2917         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2918         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2919         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2920         puclic,
2921         * (various functions): added macros FENTRY and FENTRY2 to functions,
2922         to emit function prologue,
2923         * (various functions): fixed indentation,
2924         * (genNearPointerGet): fixed loading of FSR0,
2925         * (genPackBits): applied patch from Raphael Neider to fix updating
2926         of FSR0 and touching only the modified bits,
2927         * src/pic16/genarith.c (various functions): added macros FENTRY to
2928         emit function prologue in comments,
2929         * src/pic16/pcode.h: added functions debugf2, debugf3,
2930         * src/pic16/ralloc.c: partial fix for packForPush caused
2931         segmentation fault,
2932
2933 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2934
2935         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2936           <stsp AT users.sourceforge.net> with reversed byte order
2937         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2938
2939 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2940
2941         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2942           bug #1074377
2943         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2944         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2945
2946 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2947
2948         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2949
2950 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2951
2952         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2953           conditions,
2954           (setFromConditionArgs): friendly operand parser for peephole rules,
2955           (operandBaseName, operandsNotRelated): new peephole condition
2956           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2957           architecture specific register naming into account, handles n-way
2958           comparisons, and supports quoted literals
2959         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2960
2961 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2962
2963         * src/mcs51/peeph.def: fixed bug #1076940
2964
2965 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2966
2967         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2968
2969 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2970
2971         Adding support for replacing ljmps with sjmps in jumptables
2972         generated for switch statements. For now you need to set the
2973         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2974         Now 4 algorithms for mcs51 jumptable generation are used:
2975         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2976         addresses loaded pc-relative for up to 112 cases and stack-pushing
2977         target addresses loaded with offset from dptr for up to 256 cases.
2978
2979         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2980         * src/mcs51/main.c: adapted constants for switch table generation
2981         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2982
2983 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2984
2985         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2986         * support/regression/tests/bug1057979.c: added test for bug 1073386
2987
2988 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2989
2990         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2991         compilers
2992
2993 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2994
2995         * src/pic16/device.h,
2996         * src/pic16/genarith.c,
2997         * src/pic16/glue.c,
2998         * src/pic16/main.c,
2999         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3000
3001 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3002
3003         Large cummulative patch for pic16 port.
3004         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3005         to call when a stack overflow occurs,
3006         * (malloc.h): added CVS Id tag,
3007         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3008         variable,
3009         * added libc directory. The current version of LibC contains string
3010         functions, ctype functions and macros and some functions of the
3011         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3012         be extensively tested in the future. Standard disclaimer here.
3013         Library is not automatically build yet. But one can build it by
3014         invoking 'make' inside the libc directory.
3015         * added ADC library under libio. Preliminary version yet.
3016
3017         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3018         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3019         aopForRemat() now and not by pic16_aopOp(),
3020         * (pic16_popGetTempReg): removed warning messgae when allocating
3021         temporary registers, its a buggy feature and will be removed,
3022         * (pic16_popGet): set register instance field in AOP_CRY,
3023         * (pic16_outBitC): fixed for results in size greater than 1,
3024         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3025         * (pic16_storeForReturn): optimized return of 0,
3026         * (genCmp): experimental code for new genCmp which uses PIC18's
3027         special compare&skip instructions. Initial tests fail some times
3028         with variables grater than 1 byte in size, so new code is disabled,
3029         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3030         a single bit,
3031         * (genCast): began a fix to optimize the casting of a bit to another
3032         bit, now assigning a bitfield to another bitfield will fail, sorry,
3033         * src/pic16/main.c: disabled the use of lr-support feature,
3034         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3035         * added some function prototypes, added function _debugf prototype,
3036         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3037         bits with offset (case PO_GPR_BIT),
3038         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3039         command line,
3040         * (isBankInstruction): modified to return 0 for no banking instruction,
3041         and 1 for banking instruction,
3042         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3043         caused stop processing pCodes after a inline assembly block,
3044         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3045         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3046         registers when it shouldn't,
3047         * src/pic16/ralloc.c (allocReg): add preliminary support for
3048         supporting a limited set of temporary registers,
3049
3050 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3051
3052         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3053           genDataPointerSet): ensure assignments always copy in MSB to LSB
3054           order,
3055           (loadRegFromAop): recognize CLRH optimization,
3056           (genFunction): optimize RECEIVE iCodes in reentrant functions
3057
3058 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3059
3060         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3061           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3062           selected.
3063         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3064         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3065           contiguous with data
3066
3067 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3068
3069         * device/lib/_gptrget.c (_gptrget),
3070         * device/lib/_gptrgetc.c (_gptrgetc),
3071         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3072           instead of sjmp to ret
3073         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3074           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3075
3076 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3077
3078         * .version: bumped version to 2.4.7
3079         * device/lib/_gptrget.c (_gptrget): is now _naked
3080         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3081         * device/lib/_gptrput.c (_gptrput): is now _naked
3082         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3083           (createFunction): fixed xstack
3084         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3085         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3086           or bit either,
3087           (geniCodeCritical): store original interrupt state in an iTemp bit
3088           var unless stack-auto
3089         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3090         * src/SDCCmain.c (setIncludePath): added include/target to search path
3091         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3092         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3093           prototype,
3094           (processFuncArgs): put bit vars in bit area
3095         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3096           unsaveRBank): fixed xstack,
3097           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3098           (genFunction, genEndFunction): fixed xstack,
3099           (genAssign): optimization don't walk backwards through mem
3100         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3101         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3102         * support/regression/Makefile: also make library (for stack-auto) when
3103           making "all" and added "test-mcs51-xstack-auto"
3104         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3105         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3106         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3107         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3108         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3109           make-library by MAKE_LIBRARY
3110         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3111           regression tests for xstack
3112         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3113         * support/regression/tests/critical.c: test for critical on mcs51
3114
3115 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3116
3117         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3118           built version of sdcc instead of installed version
3119
3120 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3121
3122         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3123         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3124           vprintf.c now
3125         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3126         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3127           WARNING: remove device/lib/build/z80/printf.o by hand when
3128           updating from previous build!
3129         * device/lib/z80/printf.c: updated comment
3130         * support/regression/tests/bug1057979.c: test all ports now
3131         * support/regression/tests/bug1065458.c: file added
3132
3133 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3134
3135         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3136           *_start and *_end symbols for static functions
3137
3138 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3139
3140         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3141           and search crt0.o in all library paths,
3142           (setIncludePath): proper handling of --nostdinc,
3143           (setLibPath): proper handling of --nostdlib
3144         * support/regression/Makefile,
3145         * support/regression/ports/ds390/spec.mk,
3146         * support/regression/ports/gbz80/spec.mk,
3147         * support/regression/ports/hc08/spec.mk,
3148         * support/regression/ports/mcs51/spec.mk,
3149         * support/regression/ports/mcs51-large/spec.mk,
3150         * support/regression/ports/mcs51-stack-auto/spec.mk,
3151         * support/regression/ports/z80/spec.mk: use include and lib files from
3152           built version of sdcc instead of installed version
3153         * doc/sdccman.lyx: fixed typo in --nostdinc
3154
3155 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3156
3157         * src/pic/pcode.c,
3158         * src/pic/device.c,
3159         * src/pic/ralloc.c,
3160         * src/pic/gen.c : added support to generate code for struct bit fields.
3161
3162 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3163
3164         * as/xa51/xa_version.h,
3165         * device/include/errno.h,
3166         * device/include/regc515c.h,
3167         * device/lib/_itoa.c,
3168         * device/lib/_ltoa.c,
3169         * device/lib/ser_ir_cts_rts.c,
3170         * sim/ucsim/xa.src/glob.cc,
3171         * sim/ucsim/xa.src/inst_gen.cc,
3172         * sim/ucsim/xa.src/xa_bit.cc,
3173         * sim/ucsim/xa.src/xa_sfr.cc,
3174         * sim/ucsim/z80.src/inst_dd.cc,
3175         * sim/ucsim/z80.src/inst_fdcb.cc,
3176         * support/scripts/keil2sdcc.pl,
3177         * src/pic16/pic16.dsp,
3178         * src/pic16/pic16a.dsp: corrected cvs line endings
3179         * device/lib/printf_large.c: fixed bug 1057979
3180         * src/pic16/gen.c: fixed non-C standard code
3181         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3182         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3183         * support/regression/ports/mcs51/support.c: reload T1 asap
3184         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3185           pdata use and clear idata startup behaviour
3186         * support/regression/tests/bug1057979.c: added
3187
3188 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3189
3190         * device/examples/ds390/ow390/ad26.h,
3191         * device/examples/ds390/ow390/cnt1d.h,
3192         * device/examples/ds390/ow390/crcutil.c,
3193         * device/examples/ds390/ow390/ownet.h,
3194         * device/examples/ds390/ow390/owsesu.c,
3195         * device/examples/ds390/ow390/swt12.h,
3196         * device/examples/ds390/ow390/swtoper.c,
3197         * device/examples/ds390/ow390/temp10.h,
3198         * device/examples/ds390/ow390/thermodl.c,
3199         * device/examples/ds390/tinitalk/tinitalk.dsp,
3200         * device/examples/ds390/tinitalk/tinitalk.dsw,
3201         * device/examples/mcs51/clock/hw.h,
3202         * device/examples/mcs51/simple2/go.bat,
3203         * device/examples/serialcomm/windows/serial.h,
3204         * device/examples/xa51/dummy.c,
3205         * device/examples/xa51/hello.c,
3206         * device/include/80c51xa.h,
3207         * device/include/at89x051.h: corrected cvs line endings
3208
3209 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3210
3211         * src/pic16/main.c (options): added command line --gstack, to trace
3212         stack over/under flows,
3213         * added pragma 'wparam' to allow passing first byte of function
3214         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3215         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3216         call to __gstack_test function and sets up the symbol as extern,
3217         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3218         * popaop): added call to pic16_testStackOverflow,
3219         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3220         wparamList list,
3221         * (genCall, genPcall): now all parameters are passed via stack
3222         except in functions that are pass to wparam pragma in which WREG is
3223         used too,
3224         * (genPcall): REENTRANT flag is checked to see if variable prototype
3225         contains reentrant keyword, don't call a non-reentrant function, via
3226         a reentrant function pointer or vice versa, functions are never
3227         passed via WREG,
3228         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3229         D.Winkler,
3230         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3231         SIGSEGV when accessing a NULL register stucture,
3232         * (pic16_printGPointerType): modified to handle UPPER modifier for
3233         function initializers, changed prototype of function to simpler one,
3234         * (pic16_printIvalFuncPtr): check to see if function is already
3235         added in externs list,
3236         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3237         optimized a move from W to SFR with a move to the same register
3238         later after a CALL,
3239         * device/lib/pic16/debug: NEW directory, contains debug features
3240         which are enabled when linking with libdebug.lib, currently command
3241         line option --gstack enables stack pointer tracing for over/under
3242         flow, corresponding sources are in debug/gstack
3243
3244 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3245
3246         * doc/sdccman.lyx: updated SDCC version,
3247         * (PIC16 port): update list of command line options,
3248         * src/pic16/device.h (structure pic16_options_t): added field gstack
3249         to enable stack overflow tracing on push/pops,
3250         * src/pic16/device.c (statistics structure): added statistics
3251         structure,
3252         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3253         pic16_dump_int_registers): increase statistics counters for each
3254         * variable which is encountered
3255         * (pic16_dump_usection): emit each .udata variable to its own udata
3256         section,
3257         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3258         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3259         parameters via stack, otherwise use old scheme,
3260         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3261         assembler output file,
3262         * src/pic16/main.c: added command line options --gstack to enable
3263         push/pop tracing for stack overflow,
3264         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3265         instructions): added size of each instruction,
3266         * (pic16_countInstruction): estimate size of instructions in
3267         the_pFile list, inline assembly blocks are not counted,
3268         * (pic16_FixRegisterBanking): trace previous register usage, when
3269         banksel optimizations is greater than 0, don't emit a redudant
3270         banksel directive,
3271
3272 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3273
3274         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3275         * src/pic16/ralloc.c : applied same fix for pic16.
3276         * src/pic/gen.c : tidied it up a little.
3277
3278 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3279
3280         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3281         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3282
3283 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3284
3285         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3286
3287 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3288
3289         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3290         non-reentrant function __modsint in the interrupt function (thus
3291         corrupting math operations during serial I/O)
3292         * device/lib/ser_ir.c: as above, changed buffersize
3293         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3294         256.c,d for zeroing
3295         * doc/Makefile: added option -t for rsync
3296
3297 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3298
3299         * src/SDCCast.h (struct ast),
3300         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3301
3302 2004-10-20 Borut Razem <borut.razem AT siol.net>
3303
3304         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3305         package
3306
3307 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3308
3309         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3310         makefile targets,
3311         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3312         support functions to replace long sequences of MOVFF's from access
3313         bank registers to stack and vice versa,
3314         * src/pic16/device.h: added new field opt_flags, where optimization
3315         flags can be set to enable certain features,
3316         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3317         * pBlock, (genFunction, genEndFunction): surroung loop for
3318         saving/loading used registers in stack with PC_INFO pCodes,
3319         INF_LREGS. Code in between can then be optimized by pCode optimizer
3320         to support function calls,
3321         * (genDataPointerSet): fixed bug which loaded float fields in
3322         structures with corrupt data,
3323         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3324         in a standard way debug info on stderr. Feature used for developing
3325         and debugging only,
3326         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3327         obsolete chunks of code,
3328         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3329         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3330         * pic16/src/pcode.c (pic16_newpCodeInfo,
3331         * (pic16_newpCodeOpLocalRegs),
3332         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3333         feature,
3334         * (pic16_pCodeConstString): printing of the initial value of a
3335         symbol as a comment is inhibited since parsing was already done by
3336         copyStr and output is corrupt,
3337         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3338
3339 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3340
3341         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3342
3343 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3344
3345         * as/mcs51/lkarea.c: removed old K&R style,
3346           (lnksect): changed check on boundary error,
3347           (lnksect2): changed check on boundary error,
3348           (lnksect2): extend XSTK to end of page if size = 1
3349         * as/mcs51/lkmain.c: removed old K&R style,
3350           (Areas51): create l_IRAM symbol
3351         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3352         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3353           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3354         * device/lib/_mullong.c: added version to be compiled with xstack
3355         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3356         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3357         * device/lib/mcs51/crtxstack.asm: fixed comment
3358         * src/SDCCglue.c: maxInterrupts defaults to 0,
3359           (emitMaps): added pdata,
3360           (createInterruptVect): (re)moved default,
3361           (glue): added pdata,
3362           (glue): moved __start__xstack to XSTK with default size 1
3363         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3364           and options.float_rent when options.stackAuto is set,
3365           (linkEdit): only write XDATA_NAME if provided on command line
3366         * src/SDCCmem.h,
3367         * src/SDCCmem.c: added pdata
3368         * src/port.h: added pdata_name to PORT
3369         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3370           (saveRegisters, unsaveRegisters): removed usage of B,
3371           (genMinus): fixed accumulator clash,
3372           (genJumpTab): added comment, this needs another look
3373         * src/mcs51/gen.c: added check for "B in use" paranoia,
3374           added pushB() and popB()
3375         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3376           chance
3377         * src/avr/main.c,
3378         * src/ds390/main.c,
3379         * src/hc08/main.c,
3380         * src/mcs51/main.c,
3381         * src/pic/main.c,
3382         * src/pic16/main.c,
3383         * src/xa51/main.c,
3384         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3385           added PSEG (PAG,XDATA) or NULL to port specifier
3386         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3387         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3388           (_mcs51_genInitStartup): removed __start__xstack equ,
3389           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3390         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3391         * src/z80/gen.c (_rleAppend): fixed warnings
3392         * support/regression/tests/zeropad.c: added pdata test
3393         * .version: bumped to 2.4.6
3394
3395 2004-10-17 Borut Razem <borut.razem AT siol.net>
3396
3397         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3398         as a part of nightly build
3399
3400 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3401
3402         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3403         WREG holds the first byte function parameters,
3404         * (aopForSym): take special case for symbols which are in FARSPACE
3405         but in CODESPACE too,
3406         * (assignResultValue): modified to take into account _G.useWreg,
3407         * (genCall): don't use wreg for parameter passing when function is
3408         declared as reentrant, too, added optimization INCF to stack
3409         pointer when stack parameter count is 1,
3410         * (genFunction, genEndFunction): refurnished and fixed to not using
3411         wreg for passing parameters when function has varargs or is
3412         reentrant, fixed bug with symbol name compare for generating
3413         functions in absolute address,
3414         * (pic16_storeForReturn): refurnished,
3415         * (genCmp): began writing a new version of the function, not ready
3416         yet, therefore it is disabled,
3417         * (genAssign): do not read code memory when assigning a function to
3418         a pointer function,
3419         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3420         array of characters, not pointer,
3421         * (pic16initialComments): in debug mode emit an .ident directive for
3422         the assembler,
3423         * (_process_pragma): emit a new warning type (internal to pic16)
3424         when setting stack to default length, emit a similar warning when
3425         placing a function at absolute address and address is not word aligned
3426         * (_pic16_parseOptions): added 'return TRUE' statement,
3427         * (_pic16_linkEdit): if compiling a source, then add the source's
3428         file object, first in the list of objects to link,
3429
3430 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3431
3432         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3433         * src/pic/main.c : removed VC warning.
3434         * src/pic/gen.c : changed comment.
3435
3436 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3437
3438         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3439         reference to a deprecated symbol _GPTRREG was causing failure to
3440         link. Thanks G. M. Gallant for the info.
3441
3442 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3443
3444         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3445         comments for Bugs item #954788.
3446
3447 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3448
3449         * src/pic16/device.c (pic16_dump_gsection,
3450         * pic16_groupRegistersInSection): handle symbols declared to be in
3451         access bank differently,
3452         * src/pic16/gen.c (struct _G): added field resDirect,
3453         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3454         send values read from stack directly to result and don't allocate
3455         temporary values,
3456         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3457         same registers,
3458         * (pic16_sameRegsOfs): NEW,
3459         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3460         free because they were not allocated from temporary pool,
3461         * pic16_popRegFromString): workaround to fix a problem with
3462         allocating variables twice or never,
3463         * (genGenPointerGet): using PRODL instead of FSR0H,
3464         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3465         instead of FSR0H,
3466         * (genAssign): take advantage of the _G.resDirect flag,
3467         * (genCast): around line 11844, use mov2f instead of directly
3468         MOVFF'ing between operands to account for literal values,
3469         * src/pic16/genutils.c: some new debug functions for gpsim have been
3470         added,
3471         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3472         float with integer part only,
3473         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3474         place variables in access bank
3475         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3476         updated sources to reflect recent changes in gen.c
3477
3478 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3479
3480         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3481         sources that searched for headers in installation path, now the
3482         device/include/pic16 is used,
3483         * src/pic16/glue.c (pic16glue),
3484         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3485         .line directives if not in debug mode, this suppresses assembler's
3486         warnings for ignored directives
3487
3488 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3489
3490         * src/port.h: made reset_regparms prototype void parameter explicit.
3491         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3492         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3493         * doc/sdccman.lyx: documented warning disabling and how to use
3494           printf_large to make it print floats.
3495         * device/include/stdbool.h: NEW
3496         * device/lib/_atof.c,
3497         * device/lib/_divuint.c,
3498         * device/lib/_divulong.c,
3499         * device/lib/expf.c,
3500         * device/lib/printf_large.c,
3501         * device/lib/sincosf.c,
3502         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3503         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3504           a completely reentrant lib.
3505
3506 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3507
3508         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3509         * device/include/pic16/stdio.h: fixed bug with colon
3510
3511 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3512
3513         * device/include/pic16/stdio.h,
3514         * device/include/pic16/stdlib.h,
3515         * device/include/pic16/math.h: NEW
3516         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3517         declared as _naked to reduce overhead
3518         * device/lib/Makefile.in (target port-specific-objects-pic16):
3519         changed * to *.* so to ignore the CVS directory,
3520         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3521         stacked variables back in stack,
3522         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3523         corruption
3524
3525 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3526
3527         * .version: bumped version number to 2.4.5
3528         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3529         * support/Util/SDCCerr.c (messages structure): added entry for
3530         W_POSSBUG2
3531
3532         Large cumulative patch for pic16 port and libraries.
3533         * device/include/pic16/sdcc-lib.h,
3534         * device/include/pic16/stdarg.h,
3535         * device/include/asm/pic16/features.h,
3536         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3537         * device/include/pic16/float.h: changes reentrant keyword with
3538         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3539         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3540         updated target build-libraries to include objects from gptr,
3541         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3542         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3543         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3544         all function headings,
3545         * src/SDCCmain.c: added global parameter userIncDirsSet,
3546         * (parseCmdLine): when option -I is encountered add directory to
3547         userIncDirsSet too,
3548         * src/version.awk: added space between control and long,
3549         * src/pic16/NOTES: added some notes for the port,
3550         * src/pic16/gen.c: added prototype for mov2fp function,
3551         * (fReturnpic16[]): properly named return value registers,
3552         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3553         * (aopForSym): added code to handle symbols with onStack flag set,
3554         symbols onStack are allocated PTRSIZE bytes,
3555         * (aopFreeAsmop): handles special case where asmops are stack objects,
3556         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3557         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3558         added argument lock to trace flaws in allocating temporary registers
3559         when developing port,
3560         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3561         * (pic16_popRegFromString): reenabled allocating a direct register
3562         from string,
3563         * (assignResultValue): various beautifications,
3564         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3565         referenced function argument,
3566         * (genIpush): reenabled to allow stacked arguments, handles only
3567         ic->parmPush iCodes,
3568         * (genCall, genPcall): major changes to allow for variable argument
3569         functions, fixed a bug with falsely restoring stack pointer after
3570         returning from call,
3571         * (genFunction): pending code for critical function,
3572         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3573         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3574         * (genNearPointerGet): fixed bug with indirect reading, was always
3575         reading from INDF0
3576         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3577         pointers,
3578         * (genAddrOf): rewrote code to take address of a stacked function parameter
3579         * (genCast): fixed casting to generic pointer type,
3580         * src/pic16/gen.h: added AOP_STA,
3581         * (struct asmop): added field stk,
3582         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3583         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3584         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3585         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3586         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3587         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3588         generic pointers,
3589         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3590         and library paths,
3591         * (pic16_port structure): generic pointer size is set to 3,
3592         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3593         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3594         compiler warning,
3595         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3596         operand is an iTemp,
3597
3598 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3599
3600         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3601         * debugger/mcs51/simi.c: addapt new syntax of s51
3602
3603 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3604
3605         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3606         * src/pic16/pcode.c: commented out some calls to free() in order to
3607         fix bug #989576,
3608
3609 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3610
3611         * src/SDCCicode.h,
3612         * src/SDCCicode.c (isiCodeInFunctionCall),
3613         * src/avr/ralloc.c (selectSpil),
3614         * src/pic/ralloc.c (selectSpil),
3615         * src/pic16/ralloc.c (selectSpil),
3616         * src/ds390/ralloc.c (selectSpil),
3617         * src/hc08/ralloc.c (selectSpil),
3618         * src/xa51/ralloc.c (selectSpil),
3619         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3620         stack in the middle of a function call sequence (fixes bug #1020268)
3621         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3622         costs associated with the minimum switch case.
3623
3624 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3625
3626         * src/SDCC.lex: fixed bug #1030549
3627
3628 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3629
3630         * src/SDCCcse.h (struct cseDef),
3631         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3632         over a function call if the CSE is derived from a symbol whose
3633         address has been taken (fixes bug #1029883)
3634         * support/regression/tests/bug-1029883: a new regression test for
3635         this bug
3636
3637 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3638
3639         * src/hc08/gen.c (emitinline): fixed bug #1029778
3640         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3641         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3642         and starts toward RFE #905167)
3643
3644 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3645
3646         * src/pic16/gen.c (mov2f): New function to move an operand to
3647         another without considering if it is a literal or a register,
3648         * (pic16_sameRegs): don't check if they are both AOP_REG,
3649         * (AccRsh): removed andmask=0 lines,
3650         * (genLeftShift): duplicated to be improved in future versions,
3651         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3652         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3653         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3654         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3655         * (insertBankSwitch): fixed inserting banksel directives algorithm
3656         for instructions that follow a skip instruction, this fixes a report
3657         for broken subtraction code generation,
3658         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3659         iCode is a left op, just in case result and right share the same
3660         registers
3661
3662 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3663
3664         * src/hc08/main.c,
3665         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3666         preservation of HX
3667         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3668         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3669         on 2004-09-12; it was buggy
3670
3671 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3672
3673         * src/SDCCsymt.h: removed RESULT_CHECK
3674         * src/SDCCast.c,
3675         * src/SDCCglue.c,
3676         * src/SDCCval.c,
3677         * src/pic/glue.c,
3678         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3679
3680 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3681
3682         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3683         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3684         configuration values no more rejected by compiler, they are assigned
3685         to configuration registers with a warning message instead,
3686         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3687         the for-loop so last conf register is emitted too,
3688         * (_pic16_initPaths): link library libsdcc.lib by default,
3689         * (_hasNativeMulFor): modified test for multiplication according to
3690         Raphael Neider's remarks. Integer multiplication is also done with
3691         support functions,
3692         * device/include/pic16/pic18fregs.h: corrected type error in while
3693         testing and including 18f6720 header file
3694
3695 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3696
3697         * src/pic16/device.h (pic16_options): removed field use_crt,
3698         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3699         until an optimization to handle single bits is added,
3700         * (pic16_loadFSR0): moved before genUnpackBits,
3701         * (genAnd): some white lines removed,
3702         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3703         leave_reset flags in pic16_options when using crt modules,
3704
3705 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3706
3707         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3708           for bugs 898889 & 979599. Also used some safer print instructions.
3709
3710 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3711
3712         * src/pic16/device.h (pic16_options_t): added field use_crt,
3713         crt_name, no_crt,
3714         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3715         catch a probable future bug,
3716         * src/pic16/gen.c: aopIdx function commented out,
3717         * (genAssign): commented out old code which used aopIdx,
3718         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3719         code, added if conditionals to take into account the --use-crt
3720         command line options,
3721         * src/pic16/main.c (pic16_optionsTable): added new command line
3722         options, --use-crt= and --no-crt,
3723         * (_pic16_linkEdit): now the proper crt object is added in the
3724         linker command line except than when --no-crt is specified,
3725         * src/pic16/pcode.c,
3726         * src/pic16/pcode.h: added some structures and functions for a new
3727         optimization scheme to compansate for instruction overhead between
3728         same iCodes, this scheme is currently under development and is not
3729         working in any way,
3730         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3731         to && operator,
3732         * device/lib/pic16/startup/crt0i.c,
3733         * device/lib/pic16/startup/crt0iz.c: added global char variable
3734         __uflags to force the generation of an idata section
3735
3736 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3737
3738         * doc/Makefile,
3739         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3740         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3741
3742 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3743
3744         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3745         Frieder) and clarified the default code optimization mode
3746
3747 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3748
3749         * src/SDCC.lex (doPragma, process_pragma),
3750         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3751         "opt_code_size", and "opt_code_balanced"
3752         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3753         regrouped options by category, added support for category headers
3754         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3755         and "--opt-code-size"
3756         * doc/sdccman.lyx: documented these new options and pragmas
3757         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3758         preference into account
3759
3760 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3761
3762         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3763           geniCodePreDec): Fixed bug 904237 by generating a warning
3764         * src/SDCCerr.h,
3765         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3766
3767 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3768
3769         * src/pic/device.c : When no max ram set validate full memory range.
3770         * src/pic/pcode.c,
3771         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3772
3773 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3774
3775         * device/lib/_gptrget.c,
3776         * device/lib/_gptrput.c: updated comment
3777         * device/lib/calloc.c,
3778         * device/lib/free.c,
3779         * device/lib/malloc.c,
3780         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3781         * src/SDCCcse.c (cseBBlock),
3782         * src/SDCCicode.c (printOperand, geniCodeArray),
3783         * src/SDCCicode.h (struct operand): fixed bug 868103
3784         * support/regression/tests/bug-868103.c: added
3785         * src/SDCCast.c (searchLitOp),
3786         * src/SDCCcse.h (struct cseDef),
3787         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3788         * src/SDCCicode.h (struct operand),
3789         * src/SDCCsymt.h (struct sym_link),
3790         * src/avr/gen.c (hasInc),
3791         * src/ds390/gen.c (hasInc),
3792         * src/hc08/gen.c (genPlusIncr, hasInc),
3793         * src/mcs51/gen.c (hasInc),
3794         * src/pic16/glue.c (pic16_printIvalChar),
3795         * src/pic16/ralloc.c (regWithIdx),
3796         * src/xa51/gen.c (hasInc) : removed warnings
3797         * src/SDCCast.c (createBlock): added comment ???
3798         * src/hc08/ralloc.c: updated comments
3799
3800 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3801
3802         * doc/sdccman.lyx: updated section on switch statements, added
3803         section about semaphore locking
3804         * doc/Makefile: added option -info for latex2html
3805         * device/lib/_gptrget.c,
3806         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3807
3808 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3809
3810         * src/pic/device.h,
3811         * src/pic/device.c,
3812         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3813          maxram is less than 0x100.
3814
3815 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3816
3817         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3818
3819 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3820
3821         * src/port.h,
3822         * src/mcs51/main.c,
3823         * src/ds390/main.c,
3824         * src/z80/main.c,
3825         * src/hc08/main.c,
3826         * src/pic/main.c,
3827         * src/pic16/main.c,
3828         * src/avr/main.c,
3829         * src/xa51/main.c
3830         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3831         a jump table is the best form for a switch statement, including
3832         automatic insertion of missing cases to make the case range
3833         continuous. Developed in collaboration with Frieder Ferlemann.
3834
3835 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3836
3837         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3838         accumulator result if it needs sign extension
3839
3840 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3841
3842         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3843
3844 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3845
3846         * device/lib/gbz80/printf.c,
3847         * device/lib/z80/printf.c: removed define for NULL
3848
3849 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3850
3851         * as/xa51/xa_link.c,
3852         * device/examples/ds390/ow390/ad26.c,
3853         * device/examples/ds390/ow390/cnt1d.c,
3854         * device/examples/ds390/ow390/counter.c,
3855         * device/examples/ds390/ow390/ds2480.h,
3856         * device/examples/ds390/ow390/ds2480ut.c,
3857         * device/examples/ds390/ow390/findtype.c,
3858         * device/examples/ds390/ow390/gethumd.c,
3859         * device/examples/ds390/ow390/owllu.c,
3860         * device/examples/ds390/ow390/ownetu.c,
3861         * device/examples/ds390/ow390/swt12.c,
3862         * device/examples/ds390/ow390/swtloop.c,
3863         * device/examples/ds390/ow390/temp.c,
3864         * device/examples/ds390/ow390/temp10.c,
3865         * device/examples/ds390/ow390/thermo21.c,
3866         * device/examples/ds390/ow390/tinilnk.c,
3867         * device/examples/ds390/ow390/tstfind.c,
3868         * device/examples/serialcomm/windows/serial.cpp,
3869         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3870         * device/include/reg51.h: fixed line endings for cvs
3871
3872 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3873
3874         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3875         packRegsForAccUse, packRegisters): new accumulator register
3876         packing algorithm
3877         * support/regression/ports/hc08/support.c (_putchar): suppress
3878         warning of unused variable
3879         * src/SDCCicode.c: added SWAP entry to codeTable
3880
3881 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3882
3883         * device/lib/sprintf.c: forgot to add this file before previous commit
3884
3885 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3886
3887         * src/pic16/gen.c (genPackBits): added operand right in function
3888         parameters, load result directly if p_type is POINTER (that is
3889         called by genNearPointerSet)
3890         * (genUnPackBits): added operand left in function parameters,
3891         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3892         FSR0 if accessing bitfields,
3893
3894 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3895
3896         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3897           _print_format; updated printf, sprintf, vsprintf
3898         * device/include/asm/default/features.h: corrected comment/define
3899         * device/lib/Makefile.in: added sprintf.c
3900         * device/lib/libsdcc.lib: added sprintf module
3901         * device/lib/printf_large.c,
3902         * device/lib/vprintf.c,
3903         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3904           into these 3 files
3905         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3906         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3907         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3908           hc08 test
3909         * support/regression/tests/zeropad.c: define idata as data for hc08
3910
3911 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3912
3913         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3914         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3915         labels are referenced at least once (even if a reference is not found)
3916         * src/hc08/gen.c (emitcode): set isComment flag for comments
3917         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3918         loads), rules 6a..6b (optimize jumps to return)
3919
3920 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3921
3922         * device/lib/acosf.c (acosf),
3923         * device/lib/asinf.c (asinf),
3924         * device/lib/atanf.c (atanf),
3925         * device/lib/ceilf.c (ceilf),
3926         * device/lib/cosf.c (cosf),
3927         * device/lib/coshf.c (coshf),
3928         * device/lib/cotf.c (cotf),
3929         * device/lib/fabsf.c (fabsf),
3930         * device/lib/floorf.c (floorf),
3931         * device/lib/log10f.c (log10f),
3932         * device/lib/logf.c (logf),
3933         * device/lib/sinf.c (sinf),
3934         * device/lib/sinhf.c (sinhf),
3935         * device/lib/sqrtf.c (sqrtf),
3936         * device/lib/tanf.c (tanf),
3937         * device/lib/tanhf.c (tanhf),
3938         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3939         replaced all instances of "reentrant" in the library functions
3940         defined in math.h with this macro.
3941         * support/regression/tests/float_trans.c: reenabled test for hc08
3942
3943 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3944
3945         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3946         erroneously deleted
3947
3948 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3949
3950         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3951         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3952         multi-byte volatile operands are used
3953         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3954         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3955         initialization to area GSINIT0 so that it would always precede
3956         any static initializers in GSINIT
3957         * support/regression/tests/zeropad.c: fixed idata define for hc08
3958         * support/regression/tests/bug-927659.c,
3959         * support/regression/tests/float_trans.c: disabled tests for hc08
3960         pending missing library routines
3961         * .version: increased version number to 2.4.4 - hc08 port now passes
3962         regression tests
3963
3964
3965 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3966
3967         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3968         * Makefile.common.in,
3969         * as/Makefile,
3970         * as/hc08/Makefile.in,
3971         * as/mcs51/Makefile.in,
3972         * as/z80/Makefile.in,
3973         * debugger/mcs51/Makefile.in,
3974         * device/include/Makefile.in,
3975         * device/lib/Makefile.in,
3976         * doc/Makefile,
3977         * link/Makefile,
3978         * link/z80/Makefile.in,
3979         * packihx/Makefile.in,
3980         * sim/ucsim/main_in.mk,
3981         * sim/ucsim/avr.src/Makefile.in,
3982         * sim/ucsim/doc/Makefile.in,
3983         * sim/ucsim/gui.src/serio.src/Makefile.in,
3984         * sim/ucsim/hc08.src/Makefile.in,
3985         * sim/ucsim/s51.src/Makefile.in,
3986         * sim/ucsim/xa.src/Makefile.in,
3987         * sim/ucsim/z80.src/Makefile.in,
3988         * src/Makefile.in,
3989         * support/cpp2/Makefile.in,
3990         * support/librarian/Makefile,
3991         * support/makebin/Makefile: added DESTDIR to the install path proposed
3992         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3993         * doc/sdccman.lyx: added DESTDIR documentation
3994
3995 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3996
3997         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3998         instruction for interrupt handlers, use fast returns when returning
3999         from high priority interrupts
4000
4001 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4002
4003         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4004         code generation
4005         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4006         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4007         bugs, ported much of Bernhard's code from mcs51
4008         * src/mcs51/gen.c (genSend),
4009         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4010         than one when calling a reentrant function
4011         * device/lib/_mullong.c: defined an alternate struct layout for big
4012         endian ports (hc08)
4013
4014 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4015
4016         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4017         test
4018
4019 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4022         are sane and complete before asking the port its prefered parameter
4023         passing method (fixes bug #1017633)
4024         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4025         and _ret3
4026
4027 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4028
4029         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4030         problem in bitfields >= 8 bits.
4031
4032 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4033
4034         * src/SDCCsymt.c: undid changes that were not meant to be committed
4035
4036 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4037
4038         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4039
4040 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4041
4042         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4043           copied and wrong bit got inverted
4044
4045 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4046
4047         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4048         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4049         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4050         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4051         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4052         assignments to bitfields at known addresses
4053         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4054         reads from bitfields at known addresses
4055         * src/hc08/ralloc.c (packRegisters),
4056         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4057         genhc08Code): optimize pointer get values used as conditionals
4058         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4059         and branch
4060
4061 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4062
4063         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4064         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4065         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4066         as conditionals
4067
4068 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4069
4070         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4071
4072 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4073
4074         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4075         related problems
4076
4077 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4078
4079         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4080
4081 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4082
4083         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4084         mcs51 port
4085
4086 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4087
4088         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4089
4090 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4091
4092         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4093         cases use more compact code.
4094
4095 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4096
4097         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4098
4099 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4100
4101         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4102
4103 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4104
4105         * src/SDCCsymt.h,
4106         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4107         parameter of changePointer() from symbol* to sym_link*
4108         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4109         * src/SDCCsymt.c (compareType): void* type is castable to other
4110         pointers, but not necesarily an exact match.
4111         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4112         is no longer blindly treated as an exact match.
4113         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4114
4115 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4116
4117         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4118
4119 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4120
4121         * src/pic/gen.c,
4122         * src/pic/pcode.c,
4123         * src/pic/ralloc.h,
4124         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4125
4126 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4127
4128         * src/pic/device.c,
4129         * src/pic/device.h,
4130         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4131
4132 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4133
4134         * src/mcs51/gen.c (emitcode): fixed bug #992819
4135
4136 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4137
4138         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4139           there's no need to make it worse
4140
4141 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4142
4143         * src/mcs51/ralloc.c (deassignLR),
4144         * src/ds390/ralloc.c (deassignLR),
4145         * src/hc08/ralloc.c (deassignLR),
4146         * src/z80/ralloc.c (deassignLR),
4147         * src/pic/ralloc.c (deassignLR),
4148         * src/pic16/ralloc.c (deassignLR),
4149         * src/avr/ralloc.c (deassignLR),
4150         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4151         rlivePoint): fixed another part of bug #971834
4152
4153 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4154
4155         * src/z80/main.c: enabled "critical" keyword
4156         * src/z80/mappings.i,
4157         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4158         functions (fixes bug #979646)
4159         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4160
4161 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4162
4163         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4164           such as c:\mydir.
4165
4166 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4167
4168         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4169           doesn't disable too much optimizations
4170
4171 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4172
4173         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4174
4175 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4176
4177         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4178
4179 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4180
4181         * src/pic/gen.c tidied up tabs
4182         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4183         * src/pic/main.c tidied up tabs
4184         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4185         * src/pic/pcoderegs.c tidied up tabs
4186         * src/pic/ralloc.c tidied up tabs
4187
4188 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4189
4190         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4191         to S_FIXED for pic16 port and when symbol is not in level 0,
4192         allocate for S_REGISTER storage class and pic16 port, too,
4193         * src/pic16/device.h: prototype for checkSym,
4194         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4195         * (pic16_assignConfigWordValue): test the value and the mask to
4196         validate that the value is suitable for the configuration word,
4197         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4198         collect extern declared symbols, don't emit symbol twice, check
4199         first if symbol is in publics set first,
4200         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4201         * added command line '--fstack' which enables an experimental
4202         feature for stack access, too buggy to be used yet...
4203         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4204         * (pic16_allocDirReg): when register has storage class S_REGISTER
4205         allocate in pic16_dynAccessRegs,
4206         * device/include/pic16/pic18f????.h: modified configuration word
4207         naming convention, words started as CONFIG0H but should be CONFIG1H
4208
4209 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4210
4211         * device/include/mcs51reg.h: fixed bug 970993
4212
4213 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4214
4215         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4216         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4217         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4218         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4219         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4220         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4221           error/warning numbers,
4222           added function setWarningDisabled()
4223         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4224         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4225           _memcmp.c _memmove.c calloc.c realloc.c free.c
4226         * support/regression/tests/malloc.c: added tests for new functionality
4227         * support/regression/tests/zeropad.c: added tests for truncated initializers
4228           and initialized char arrays starting with '\x0'
4229         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4230
4231 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4232
4233         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4234
4235 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4236
4237         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4238         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4239         peephole 177.e. Thanks to anonymous
4240
4241 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4242
4243         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4244         function isn't used in the source but referenced as a
4245         variable initializer then declare it as extern in .asm file
4246
4247 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4248
4249         * .version: increased version number to 2.4.3
4250
4251         Adding version extension according to ChangeLog CVS revision
4252         * src/Makefile.in (target all): added dependency 'version.h'
4253         * (rule version.h): added rule to create version.h from ChangeLog,
4254         * (rule dep): added dependency version.h,
4255         * src/version.awk: AWK script to create version.h
4256         * src/SDCCdwarf2.c (dwWriteModule),
4257         * src/SDCCglue.c (initialComments),
4258         * src/SDCCmain.c (printVersionInfo): modified to write after
4259         version string the version extension number,
4260         * src/SDCCutil.c: included "version.h"
4261         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4262         number,
4263         * src/SDCCutil.h: added prototype for getBuildNumber
4264
4265         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4266         includeDirsSet, too,
4267         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4268         const char [] is found in function prototype...
4269
4270         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4271         moving to WREG with source is already in WREG,
4272         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4273         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4274         * (aopForSym): stack'ed symbols are partially supported, added
4275         if-clause to support symbols in FARSPACE,
4276         * (sameRegs): added test for AOP_ACC to see if registers are same,
4277         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4278         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4279         * (pic16_popRegFromString): will not allocate a new register if it
4280         doesn't find one by name, bug may have introduced...
4281         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4282         * (genIpush): revived to use pic16 port's stack,
4283         * (genAddrOf): added incomplete case for stack'ed operand,
4284         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4285         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4286         can handle multibyte operands,
4287         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4288         * (pic16initialComments): added message for MPLAB compatibility
4289         mode enabled,
4290         * src/pic16/main.h: prototype for pic16_mplab_comp,
4291         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4292         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4293         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4294         because of increased complexity of procedure,
4295         * (_process_pragma): stack pragma changed to format 'stack pos len',
4296         emit symbol '_stack_end' to conform with gplink,
4297         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4298         to search for register,
4299         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4300         PO_GPR_REGISTER,
4301         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4302         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4303         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4304         case for PO_GPR_REGISTER,
4305         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4306         dies, the new era is ahead !...
4307         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4308         pic16_dynInternalRegs,
4309         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4310         * (pic16_allocDirReg): minor optimizations and bug fixes,
4311         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4312
4313         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4314         load stack and frame pointer with address of 'stack_end' symbol
4315
4316 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4317
4318         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4319         without source code but only variable initializers
4320
4321 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4322
4323         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4324         external are not declared as extern to reduce overhead while linking
4325
4326 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4327
4328         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4329
4330 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4331
4332         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4333           Yee Keat for the patch
4334         * src/SDCCast.c (decorateType): fixed bug #979599
4335         * src/ds390/gen.h: removed local fReturnSizeDS390
4336         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4337         * src/ds390/gen.c (genAnd, genOr, genXor),
4338         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4339
4340 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4341
4342         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4343         add relFilesSet to $3, manipulate $2 to handle linking of object
4344         files without source files in command line,
4345         * device/include/pic16 (all headers): added ID location macros,
4346         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4347         entries for ID location bytes,
4348         * (pic16_assignIdByteValue): NEW,
4349         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4350         added field dumpcalltree to pic16_options_t,
4351         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4352         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4353         emitting rFalseIfx label after check_carry label,
4354         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4355         pic16_emitDIRegs), NEW
4356         * (pic16glue): dump .calltree file when option --calltree found,
4357         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4358         * (_pic16_genAssemblerPreamble): emit ID locations after
4359         configuration registers,
4360         * (pic16_linkCmd): modifications of the link command,
4361         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4362         * (pic16_pCodeInitRegisters): don't init stack registers,
4363         * (pic16_findPrevInstruction): fixed bug,
4364         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4365         bug with immediate registers,
4366         * (buildCallTree): traces stack push and pop,
4367         * (pct2): dump also stack usage for each function,
4368         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4369         * (pic16_allocDirReg): various modifications,
4370         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4371         fixed to 1,
4372
4373 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4374
4375         * src/pic16/pcode.c: removed buggy double colon
4376
4377 2004-07-01 Borut Razem <borut.razem AT siol.net>
4378
4379         * support/scripts/sdcc.nsi: added include/pic16 to setup
4380
4381 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4382
4383         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4384         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4385         target 'clean',
4386         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4387         specific command line arguments. Also added sample lkr script
4388         for placing a variable at a specific memory bank.
4389         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4390         at a specific memory bank,
4391         * (pic16_dump_isection): fixed bug which caused string literals to
4392         be omitted when dumping idata section,
4393         * (pic16_groupRegistersInSection): added code to handle registers
4394         in specific memory banks,
4395         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4396         public, all references are renamed too,
4397         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4398         AOP_DPTR2,
4399         * (pic16_storeForReturn): added case to handle when dest is WREG,
4400         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4401         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4402         pic16_rel_udata, check to see if that register is marked as being
4403         a member of a specific memory bank,
4404         * (pic16_printIvalCharPtr): added code to add string literals either
4405         to code or the idata sections,
4406         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4407         also accept the 'udata' pragma,
4408         * src/pic16/main.h: new structure types sectName and sectSym
4409         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4410         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4411         * (pic16_findPrevInstruction): fixed, it returned nothing,
4412         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4413         instruction combinations,
4414         * (pic16_FixRegisterBanking): heavily reorganised,
4415         * (pic16_AnalyzeBanking): if generating banksel directives is
4416         disabled, then don't call FixRegisterBanking at all,
4417         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4418         completely removed,
4419         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4420
4421 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4422
4423         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4424         Phuah Yee Keat <yk.phuah AT nestac.com>
4425
4426 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4427
4428         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4429         correctly the IVT even if it is relocated to some other location
4430
4431 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4432
4433         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4434         * device/include/pic16/pic18f2220.h: NEW,
4435         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4436         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4437         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4438         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4439         nodefaultlibs, ivt_loc is the location of the interrupt vector
4440         table, and nodefaultlibs signs that default libraries should not be
4441         linked in link stage,
4442         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4443         according to --ivt-loc argument,
4444         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4445         when pragma stack is found,
4446
4447 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4448
4449         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4450         256 (range check), 257 (do while), 258.a-f (bit banging
4451         f.e. on 3-wire SPI bus)
4452
4453 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4454
4455         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4456         variables used exclusively within a loop
4457
4458 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4459
4460         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4461
4462 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4463
4464         * src/SDCClrange.c (computeClash): fixed bug #971834
4465
4466 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4467
4468         * src/mcs51/gen.c (genCmp): fixed bug #975903
4469         * src/hc08/gen.c (operandsEqu),
4470         * src/ds390/gen.c (operandsEqu),
4471         * src/z80/gen.c (operandsEqu),
4472         * src/pic/gen.c (operandsEqu),
4473         * src/pic16/gen.c (operandsEqu),
4474         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4475         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4476
4477 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4478
4479         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4480
4481 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4482
4483         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4484         default case in switch statement,
4485         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4486         to eliminate problem with initialisation of pointers, but problem
4487         still exists,
4488         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4489         * (emitStaticSegment): removed various lines emitting debug info,
4490         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4491         added processor registers for utilizing EEPROM,
4492         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4493         configurable and set 8
4494
4495 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4496
4497         * .version: increased version number to 2.4.2,
4498
4499         Cumulative patch for pic16 port
4500         * src/pic16/device.c: changed scheme to dump initial values for
4501         variables in idata segment, all print_idata* functions were removed,
4502         now the pic16_printIval* will be called,
4503         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4504         * _pic16_printPointerType, pic16_printPointerType,
4505         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4506         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4507         NEW, similar to the respective functions in SDCCglue.c,
4508         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4509         way, emitting hex bytes,
4510         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4511
4512 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4513
4514         * src/avr/ralloc.c (serialRegAssign),
4515         * src/xa51/ralloc.c (serialRegAssign),
4516         * src/pic/ralloc.c (serialRegAssign),
4517         * src/pic16/ralloc.c (serialRegAssign),
4518         * src/hc08/ralloc.c (serialRegAssign),
4519         * src/z80/ralloc.c (serialRegAssign),
4520         * src/ds390/ralloc.c (serialRegAssign),
4521         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4522
4523 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4524
4525         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4526         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4527
4528 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4529
4530         Cumulative patch for pic16 port:
4531         * src/pic16/device.h (typedef PIC16_device) modified fields for
4532         defining microcontrollers,
4533         * src/pic16/device.c: added new info for all devices in Pics16 array,
4534         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4535         to be optimised out by the pCode optimiser,
4536         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4537         specially, bug reported by G.M. Gallant,
4538         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4539         as force'd so that cannot be optimised out by pCode optimiser,
4540         * src/pic16/pcode.c,
4541         * src/pic16/pcodepeeph.c,
4542         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4543         they are disabled by default, but can be enabled explicit with
4544         command argument --denable-peeps, for testing,
4545         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4546         --pomit-ivt in COMPILE_FLAGS
4547
4548 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4549
4550         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4551           compilation on MSVC
4552
4553 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4554
4555         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4556
4557 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4558
4559         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4560         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4561
4562 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4563
4564         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4565         would only assign 0x300001 register.
4566
4567 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4568
4569         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4570         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4571
4572 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4573
4574         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4575         for ds80c400
4576         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4577         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4578         added peephole 254 (left shift), 255 (jump table)
4579
4580 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4581
4582         * device/lib/Makefile.in: removed comment line with model-pic16,
4583         * (target port-specific-objects-pic16): the libraries and objects
4584         are copied to the build directory form the device/lib/pic16/bin
4585         directory
4586
4587         Cumulative patch concerning pic16 port:
4588         * library directory has been re-organized,
4589         * added support for PIC18F1220,
4590         * added headers and library sources for chips 18f1220,18f6520,
4591         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4592
4593         * configuration registers setting has changed, now each supported
4594         device has a complete description of the registers it uses,
4595         * all initialisations are moved to idata sections, these section
4596         can be absolute or relocatable,
4597         * fixed initialisation of codespace variables,
4598         * fixed warning about PCLATU and gpsim,
4599         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4600         * (genAssign): use table reads when assigning from variables in codespace,
4601         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4602         char/int variables placed in codespace,
4603         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4604         registers set in .asm file, no need for --pomit-config-words anymore,
4605         * (pic16glue): some 8051 legacy segments are commented out
4606         (to be removed completely),
4607         * added support for alternative assembler and linker with --asm=
4608         and --link= command line arguments,
4609         * peepholes are disabled automatically in the port, no need to
4610         specify on command line,
4611         * port supports natively char/int/long multiplication, but converts
4612         all divisions to support functions,
4613         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4614         to the file set in variable $2,
4615         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4616         strings in ASCII format and not in hex,
4617         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4618         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4619         allocate proper register if iCodes aren't temporary,
4620
4621 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4622
4623         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4624
4625 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4626
4627         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4628         is commented out
4629
4630 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4631
4632         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4633         computed address is reused
4634         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4635         multi-byte bitfields
4636
4637 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4638
4639         * src/z80/gen.c: (genArrayInit): must check for pointers too
4640
4641 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4642
4643         * support/regression/tests/zeropad.c: never meant to commit the
4644           nestedstruct test: removed, added check for GCC version
4645
4646 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4647
4648         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4649         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4650         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4651           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4652           bugs 928906 and 954082 half-empty initializers
4653         * src/SDCCsymt.h,
4654         * src/SDCCsymt.c (getAllocSize): added for above fix
4655         * src/z80/gen.c (genArrayInit): fixed bug 741044
4656         * support/regression/tests/zeropad.c: added tests
4657
4658 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4659
4660         * src/pic16/device.c (pic16_dump_section): corrected bug which
4661         caused some symbols of the libraries to be misplaced
4662
4663 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4664
4665         * src/pic16/glue.c,
4666         * src/pic16/ralloc.h,
4667         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4668         to fix conflict with pic port
4669
4670 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4671
4672         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4673         externs configuration variables,
4674         * src/pic16/ralloc.h,
4675         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4676         prototype in header, commented out some debug messages
4677
4678 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4679
4680         * src/pic16/glue.c,
4681         * src/pic16/main.c,
4682         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4683         for gpasm COFF object generation. Thanks to D. Hawkins for
4684         his patch info
4685
4686 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4687
4688         * src/ds390/main.c,
4689         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4690         Brock for spotting this)
4691         * src/ds390/gen.c (genEndFunction),
4692         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4693         interrupt handler and critical. Disable push/pop optimizations when
4694         peephole optimizations disabled.
4695
4696 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4697
4698         Updated pic16 library sources and headers.
4699         * device/lib/pic16/pic18f*/ ,
4700         * device/include/pic16/*.h: modified to handle structured SFR
4701         definitions
4702
4703 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4704
4705         * src/port.h (PORT structure): added hook initPaths, now each
4706         port can declare its own default search paths,
4707         which can been seen with the --print-search-dirs option,
4708         see pic16 port for example,
4709         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4710         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4711         * (doPrintSearchDirs): NEW, replaces in a central manner the
4712         printing of search dirs which was split in set*Paths functions,
4713         * (main): added call to port->initPaths and doPrintSearchDirs,
4714         * src/avr/main.c,
4715         * src/ds390/main.c,
4716         * src/hc08/main.c,
4717         * src/izt/i186.c,
4718         * src/izt/tlcs900h.c,
4719         * src/mcs51/main.c,
4720         * src/pic/main.c,
4721         * src/pic16/main.c: modified port structures to reflect addition of
4722         initPaths hook,
4723
4724         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4725         * (pic16_dump_section): for registers in same address reserve memory once,
4726         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4727         to no_banksel,
4728         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4729         result is greater in size than right or left,
4730         * (pic16_genUMult8X8_8): there are some cases where the result can
4731         be 16 bits size, so handle these,
4732         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4733         * (pic16_outBitC): modified to emit pcodes,
4734         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4735         or not,
4736         * (genDivOneByte): implemented algorithm to divide 8-bits,
4737         * (genCmp): uncommented goto, but issues still exist,
4738         * (genAnd): fixed a bug with variables >8bits,
4739         * (genPackBits): optimization added that uses BCF/BSF to change a
4740         single bit,
4741         * (genAssign): fixed bug when assigning floating point literals,
4742         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4743         __sdcc_gsinit_startup label,
4744         * src/pic16/main.c (_pic16_init): removed search directory
4745         initialisations,
4746         * (_pic16_initPaths): NEW, used to initialise search directories,
4747         * (_hasNativeMulFor): support functions for all except char/int
4748         multiplication, and char division,
4749         * (PIC16_port struct): modified entry for native mul support,
4750         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4751         no_banksel option,
4752         * (buildCallTree): call to register_usage is ifdef'ed out,
4753
4754 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4755
4756         * device/include/string.h: applied Stas Sergeev's patch to make this
4757         header file compatible with the preprocessor -Wundef option
4758         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4759         failure (fixes bug #941458)
4760
4761 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4762
4763         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4764         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4765         that the variable, not the function, should be static
4766         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4767         to be consistent with non-literal case
4768
4769 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4770
4771         * src/SDCCast.c (isConformingBody): fixed bug #949967
4772         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4773         convilong): fixed bug #952086
4774
4775 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4776
4777         * src/SDCCmem.c (allocVariables): fixed bug #955321
4778
4779 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4780
4781         * src/hc08/main.c (_hc08_genAssemblerEnd),
4782         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4783         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4784         completely eliminated the use of a temporary file
4785         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4786         when more than one file linked
4787         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4788
4789 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4790
4791         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4792         which fixes bug #543481
4793         * support/regression/tests/bug-751703.c: fixed comments left from a
4794         cut and paste error
4795         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4796         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4797         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4798         scopes
4799         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4800         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4801         are now changed to underscores in moduleName
4802
4803 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4804
4805         * as/mcs51/lkmem.c: better fix for bug #954173
4806
4807 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4808         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4809
4810         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4811         * device/include/c8051f000.h,
4812         * device/include/c8051f120.h,
4813         * device/include/c8051f300.h,
4814         * device/include/c8051f310.h,
4815         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4816         PWM16) and detab'ed
4817
4818 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4819
4820         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4821         and mailing lists, doc'ed --no-peep-comments, removed reference
4822         to knoppix (newest version has no LyX/LaTeX), other minor changes
4823         * src/SDCCglue.c (glue): save 2 bytes stack space with
4824         option --main-return. The ljmp could probably be avoided too
4825
4826 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4827
4828         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4829
4830 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4831
4832         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4833         * src/SDCCopt.c (isLocalWithoutDef),
4834         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4835         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4836         (credit to Maarten Brock for patch #949363, on which this is based)
4837         * support/regression/tests/bug-751703.c: some test cases of extern used
4838         within inner scopes.
4839
4840 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4843         SPEC_STRUCT
4844         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4845         struct definitions
4846         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4847         dwWriteLabel): fix to create valid debugger symbols even when
4848         the module name has non-alphanumeric symbols in it
4849         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4850         when a variable's allocation has been optimized away
4851
4852
4853 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4856         * src/hc08/main.c,
4857         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4858         * src/mcs51/main.c,
4859         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4860         * src/ds390/main.c,
4861         * src/z80/gen.c (z80_emitDebuggerSymbol),
4862         * src/z80/main.c,
4863         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4864         * src/pic/main.c,
4865         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4866         * src/pic16/main.c,
4867         * src/avr/gen.c (avr_emitDebuggerSymbol),
4868         * src/avr/main.c,
4869         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4870         * src/xa51/main.c,
4871         * src/SDCCdebug.c (emitDebuggerSymbol),
4872         * src/SDCCdebug.h,
4873         * src/port.h: added a debugger struct to the port struct. Added a
4874         callback for defining debugger symbols
4875
4876         * src/SDCCast.c (createLabel),
4877         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4878         with isitmp = 1
4879         * src/SDCCicode.h,
4880         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4881         iCode back to the ast for the function
4882
4883         * src/hc08/ralloc.c (hc08_assignRegisters),
4884         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4885         unneeded fields from the regs struct.
4886         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4887         pushReg() & pullReg() functions instead of emitcode()
4888
4889         * src/hc08/gen.c (genLabel, genhc08Code),
4890         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4891
4892         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4893         debugger hooks
4894
4895         * src/hc08/gen.c (genEndFunction, genhc08Code),
4896         * src/hc08/gen.h,
4897         * src/mcs51/gen.c (genEndFunction, gen51Code),
4898         * src/mcs51/gen.h,
4899         * src/ds390/gen.c (genEndFunction, gen390Code),
4900         * src/ds390/gen.h,
4901         * src/z80/gen.c (genEndFunction, genZ80Code),
4902         * src/z80/gen.h,
4903         * src/z80/z80.h,
4904         * src/pic/gen.c (genEndFunction, genpic14Code),
4905         * src/pic/gen.h,
4906         * src/pic16/gen.c (genEndFunction, genpic16Code),
4907         * src/pic16/gen.h,
4908         * src/avr/gen.c (genEndFunction, genAVRCode),
4909         * src/avr/gen.h,
4910         * src/xa51/gen.c (genEndFunction, genXA51Code),
4911         * src/xa51/gen.h,
4912         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4913         specific code to cdbFile.c and out of the backend code generators
4914
4915         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4916         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4917         starting address is now 0
4918
4919         * as/hc08/asm.h,
4920         * as/hc08/m08pst.c,
4921         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4922         assembler directive for DWARF support
4923         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4924
4925         * src/src.dsp,
4926         * src/Makefile.in,
4927         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4928
4929 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4930
4931         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4932         and inappropriate peephole optimization in jump tables
4933
4934 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4935
4936         * as/hc08/m08pst.c,
4937         * src/SDCCglue.c: sdccopt works for the hc08 port now
4938
4939 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4940
4941         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4942
4943 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4944
4945         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4946
4947 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4948
4949         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4950         rules
4951         * src/SDCCmain.c,
4952         * src/SDCCglobl.h,
4953         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4954         comments from the peephole optimizer replacement rules
4955         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4956         symbols
4957         * src/SDCCcse.c (updateSpillLocation),
4958         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4959         equivalents
4960         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4961         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4962         objects far pointers
4963
4964 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4965
4966         * src/SDCCsymt.h: a missing part of my last change
4967         * src/pic/ralloc.c (regTypeNum),
4968         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4969
4970 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4971
4972         * src/SDCCicode.h,
4973         * src/SDCCicode.c (aggrToPtrDclType),
4974         * src/SDCCptropt.h,
4975         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4976         ptrPseudoSymConvert),
4977         * src/pic/ralloc.c (regTypeNum),
4978         * src/pic16/ralloc.c (regTypeNum),
4979         * src/hc08/ralloc.c (regTypeNum),
4980         * src/ds390/ralloc.c (regTypeNum),
4981         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4982         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4983
4984 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4985
4986         * link/z80/lkmain.c (afile),
4987         * as/hc08/lkmain.c (afile),
4988         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4989         prevent a pointer problem when a filename has no directory and
4990         no extension specified.
4991
4992 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4993
4994         * link/z80/lkmain.c (afile): allow periods in directory names
4995         * link/z80/lkmain.c (afile),
4996         * as/mcs51/lkmain.c (afile),
4997         * as/hc08/lkmain.c (afile): allow linker script file to have an
4998         extension other than ".lnk"
4999         * link/z80/lklex.c (getfid),
5000         * link/z80/lkmain.c (parse),
5001         * as/mcs51/lklex.c (getfid),
5002         * as/mcs51/lkmain.c (parse),
5003         * as/hc08/lklex.c (getfid),
5004         * as/hc08/lkmain.c (parse): Support comments in the linker script
5005         file on lines by themselves and after filenames
5006
5007 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5008
5009         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5010
5011 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5012
5013         * src/z80/peeph-z80.def: removed some peephole rules that don't
5014         work with multibyte arithmetic (fixed bug #937126)
5015         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5016         to registers and not global variables
5017         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5018         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5019         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5020         checking for assignments not internally generated (fixed bug #931895)
5021         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5022         structure member (fixed bug #930072)
5023
5024 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5025
5026         * src/SDCCmain.c (linkEdit),
5027         * src/hc08/main.c (_hc08_parseOptions),
5028         * as/hc08/Makefile.in,
5029         * as/hc08/aslink.h,
5030         * as/hc08/asm.h,
5031         * as/hc08/m08pst.c,
5032         * as/hc08/lkrloc.c (relr, rele),
5033         * as/hc08/lkarea.c (lnkarea)
5034         * as/hc08/lkmain.c (afile, parse),
5035         * as/hc08/lkelf.c: support for ELF output
5036         * as/hc08/lks19.c (s19),
5037         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5038
5039 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5040
5041         * as/mcs51/lkihx.c: Fixed bug #899105.
5042
5043 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5044
5045         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5046         .dsp files from Unix to DOS.
5047
5048 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5049
5050         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5051         function pointers; we have been compliant for several months now.
5052         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5053         change that was accidently commented out
5054         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5055         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5056         bug #922319
5057
5058 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5059
5060         * src/hc08/gen.c: output of all of the internal debugging information
5061         is now controlled by the D() macro; it is disabled by default
5062
5063 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5064
5065         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5066         harder to keep the same registers during a CAST iCode
5067         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5068         long via int can be done in a single cast, if the signedness is
5069         correct.
5070         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5071         putchar() in tinibios.c in ds390's library
5072
5073 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5074
5075         * src/SDCCast.c (decorateType): fixed bug #898889,
5076         cast result of a literal complement too
5077         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5078         fixed check for bitfields
5079
5080 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5081
5082         * src/SDCCicode.c (geniCodeLogic): made it static,
5083         (geniCodeLogicAndOr): added in order to fix bug #905492,
5084         (ast2iCode): fixed bug #905492
5085         * support/regression/tests/bug-905492.c: added
5086         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5087         (processParms): fixed bug #927659: don't copy parms, this will clear
5088         decorated flag
5089         * support/regression/tests/bug-927659.c: added
5090
5091 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5092
5093         * src/SDCCast.c (addCast): don't cast float to char
5094         * device/lib/libsdcc.lib: added _memmove
5095
5096 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5097
5098         * device/lib/large/Makefile: fixed parallel execution by
5099         replacing `make` by `$(MAKE)`
5100
5101 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5102
5103         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5104         offsets (fixes bug #923936)
5105
5106 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5107
5108         * device/lib/small/Makefile: fixed parallel execution by
5109         replacing `make` by `$(MAKE)`
5110
5111 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5112
5113         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5114
5115 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5116
5117         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5118         * src/regression/Makefile: Regression test was not running.
5119
5120 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5121
5122         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5123         complement if possible
5124         * src/SDCCval.c (valComplement),
5125         * src/SDCCicode.c (operandOperation): fixed complement of literal
5126         * support/regression/tests/onebyte.c (testComplement): added
5127
5128 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5129
5130         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5131         return an optimized tree; actually replace actParm with the new tree
5132         * src/SDCCast.h: added some parantheses to remove side effects
5133         * support/regression/tests/bug-920866.c
5134
5135 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5136         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5137         Bit operands were not being handled properly in the pic14 port.
5138         (now src/regression/add.c passes again).
5139
5140 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * src/SDCC.y (labeled_statement): case and default no longer require
5143         a following statement (RFE #893037)
5144
5145 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5146
5147         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5148         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5149         disabled (fixes bug #916294)
5150         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5151         "mov a,acc"; patch provided by Lenny Story
5152         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5153
5154 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5155
5156         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5157         functions
5158         * src/ds390/gen.c (genFunction, genEndFunction),
5159         * src/ds390/ralloc.c (ds390_assignRegisters),
5160         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5161         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5162         pushed if there are parameters passed on the stack. Also, a cleaner
5163         way to decide if r0/r1 should be pushed/popped. (Together they fix
5164         bug #918693)
5165
5166 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5167
5168         * doc/sdccman.lyx,
5169         * device/lib/mcs51/crtpagesfr.asm,
5170         * device/lib/mcs51/crtxinit.asm,
5171         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5172         to avoid confusion with Si Lab's SFRPAGE register.
5173
5174 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5175
5176         * src/SDCCglue.c (emitMaps): allow public sfr variables
5177         * src/SDCCglue.c (initialComments): include compiler build date
5178         with compiler version and put the timestamp of the generated
5179         assembly file on a serperate line to be less confusing.
5180         * src/port.h: added genInitStartup hook
5181         * src/avr/main.c,
5182         * src/ds390/main.c,
5183         * src/hc08/main.c,
5184         * src/pic/main.c,
5185         * src/pic16/main.c,
5186         * src/xa51/main.c,
5187         * src/z80/main.c: genInitStartup initialize as NULL (default to
5188         historical behaviour)
5189         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5190         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5191         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5192         library instead of hard coding it into the compiler.
5193         * support/regression/ports/mcs51-stack-auto/spec.mk,
5194         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5195         * device/lib/mcs51/Makefile,
5196         * device/lib/small/Makefile,
5197         * device/lib/large/Makefile,
5198         * device/lib/mcs51/crtpagesfr.asm,
5199         * device/lib/mcs51/crtstart.asm,
5200         * device/lib/mcs51/crtxclear.asm,
5201         * device/lib/mcs51/crtxinit.asm,
5202         * device/lib/mcs51/crtclear.asm,
5203         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5204         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5205         and into user configurable files.
5206         * device/lib/clean.mk: clean mcs51 directory too
5207         * support/regression/tests/longlit.c: added static to T1 declaration
5208         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5209         accesses in the initialization code
5210
5211 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5212
5213         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5214         OSCTRIMVAL as noted in bug #916008
5215
5216 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5217
5218         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5219         in loops with multiple exits (reported as incorrect registers
5220         used by Martin Helmling in Sdcc-user list)
5221
5222 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5223
5224         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5225         made ds390 register extensions look less like error messages
5226
5227 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5228
5229         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5230         reported by Adam Wozniak in Sdcc-user list
5231
5232 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5233
5234         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5235         arithmetic optimizations, added debug output
5236
5237 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5238
5239         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5240         * sdcc.spec: updated and split sdcc into 3 rpms
5241         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5242         needed for literals of LEFT_OP and '+'
5243         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5244         introduced RESULT_TYPE_NOPROM
5245         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5246         left shift
5247         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5248         limited promotion to int only for '*'
5249         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5250
5251 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5252
5253         * src/pic16/gen.c (genSkip),
5254         (genc16bit2lit), (gencjneshort): commented out
5255         (is_LitOp): new helper function, checks operand type
5256         (genCmpEq): rewritten
5257
5258 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5259
5260         * support/regression/tests/bug-908454.c: added
5261
5262 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5263
5264         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5265         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5266         (geniCodeCast): cosmetic, don't preserve bit storage class
5267         (geniCodeLeftShift): added promotion
5268         (geniCodeLogic): fixed regression
5269         * src/SDCCsymt.c (computeTypeOr): accept bits too
5270         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5271
5272 2004-03-07  Borut Razem <borut.razem AT siol.net>
5273
5274         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5275
5276 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5277
5278         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5279         version of pic16_genPackRegisters which does not check if ic is a
5280         CAST operator,
5281         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5282         function cause string1.c regression test fails
5283
5284 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5285
5286         * sim/ucsim/configure.in,
5287         * sim/ucsim/configure,
5288         * sim/ucsim/doc/Makefile.in: use docdir
5289         * src/SDCC.y: fixed sbit atrributes
5290         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5291         * src/SDCCast.c (decorateType): |^& need special promotion handling
5292         * src/SDCCast.h,
5293         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5294         * src/SDCCsymt.h (computeType),
5295         * src/SDCCicode.c: computeType() needs op
5296         * src/SDCCsymt.c (checkTypeSanity),
5297         * doc/sddman.lyx: "plain" bitfields are unsigned
5298         * src/SDCCsymt.c (computeTypeOr): added
5299         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5300         |^& ops
5301         * src/SDCCval.c (val*): computeType() needs op
5302         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5303         * support/regression/tests/onebyte.c: added tests for |^&
5304
5305 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5306
5307         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5308         for writing icode into asm output.
5309
5310 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5311
5312         * src/pic16/device.c: added some debug lines enabled
5313         with macro DEBUG_CHECK,
5314         * src/pic16/genarith.c: more debug in genPlus,
5315         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5316         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5317         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5318         * (aopForSym): onStack symbols are re-placed in data memspace,
5319         and onStack flag is cleared,
5320         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5321         copy temporary pcodeop,
5322         * (genPcall): added warning for not updating PCLATU,
5323         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5324         always true for pic16 port,
5325         * (genMultOneWord): NEW, supports integer multiplication,
5326         * (genMult): modified to call genMultOneWord,
5327         * (ifxForOp): added warning when return NULL,
5328         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5329         flag is set before call to operandFromSymbol for implicit
5330         added structures,
5331         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5332         options.intlong_rent are set by default,
5333         * (_hasNativeMulFor): modified to allow port generation of integer
5334         multiplication,
5335         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5336         set regtype to REG_SFR for all registers, restricting seting the
5337         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5338
5339 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5340
5341         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5342         more than 500 times in the regression tests
5343
5344 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * support/Util/SDCCerr.h,
5347         * support/Util/SDCCerr.c,
5348         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5349         enumerator_list),
5350         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5351         for symbol conflicts.
5352         * support/valdiags/tests/enum.c,
5353         * support/valdiags/tests/tentdecl.c,
5354         * support/valdiags/tests/struct.c: expect possible error messages
5355         referring to original symbol definitions.
5356         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5357         * src/SDCCsymt.h,
5358         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5359
5360 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5361
5362         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5363
5364 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5365
5366         * src/pic16/ralloc.c (newReg): fixed bug #908929
5367
5368 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5369
5370         * src/ds390/gen.c: added missing #include "main.h"
5371
5372 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5373
5374         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5375         checking if symbol is already in set,
5376         * src/pic16/device.h: prototype for checkAddSym,
5377         * src/pic16/gen.c: (_G): added entry interruptvector,
5378         * (assignResultValue): removed some commented out lines,
5379         * (genFunction): check for ISR via sym->type, absolute section for
5380         interrupt code is created via a new pBlock, the goto instruction is
5381         placed now correctly at the interrupt vector position, changed all
5382         references from ivec to _G.interruptvector,
5383         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5384         is the interrupt is a high priority one, same for return from ISR,
5385         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5386         externs to calls of checkAddSym,
5387         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5388         pic16_pcode_verbose flag is set,
5389         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5390         * src/pic16/pcoderegs.c: message about how many registers are saved
5391         will only be emitted if pic16_pcode_verbose flag is set,
5392
5393 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5394
5395         * src/ds390/ralloc.h,
5396         * src/ds390/ralloc.c (ds390_regWithIdx),
5397         * src/ds390/gen.c (emitcode),
5398         * src/ds390/main.h,
5399         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5400         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5401         ds390operandCompare, getRegsRead, getRegsWritten,
5402         initializeAsmLineNode): customized instruction size calculation for
5403         ds390, started basis for some register optimizations
5404         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5405         corresponding assembly output
5406         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5407         missing push/pop of r0/r1. Optimized push/pops
5408
5409 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5410
5411         * src/mcs51/main.c (instructionSize): fixed ACALL size
5412         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5413
5414 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5415
5416         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5417         the sorting of rlist with NULL elements
5418         * (print_idataType, print_idata): NEW to create idata sections
5419         * src/pic16/device.h: idataSymSet new variable
5420         * src/pic16/gen.c (genFunction): fixed some bugs in string
5421         comparing, improved the absolute section creation for ISRs,
5422         added FSR0L/FSR0H in registers that are saved in an ISR,
5423         * (genInline): fixed the processing of inline snippets,
5424         now they undergo no process by the peephole optimizer
5425         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5426         are placed in idataSymSet,
5427         * (pic16emitStaticSeg): extern symbols are added in externs,
5428         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5429         switching when aboslute variables are placed in access bank memory
5430         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5431         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5432         commented out with #if,
5433         * (pic16_packRegisters): reintroduce the check for CAST because some
5434         symbols are not correctly handled,
5435         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5436         pCodeInstruction instead of pCode,
5437         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5438         pCodeAsmDir definition,
5439         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5440         directive, then the argument directive is emitted without the leading
5441         tab, hack for inline labels which must be in the first column,
5442         * (compareLabel,pic16_findNextInstruction),
5443         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5444         * (insertBankSwitch): modified for the new pCodeAsmDir,
5445
5446 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5447         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5448
5449         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5450         instance,
5451         * (pushSide): commented out with #if,
5452         * (assignResultValue): fixed some typos in saving
5453         registers,
5454         * (genPcall): FIXED and sync'ed with genCall,
5455         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5456         * (genNearPointerGet): fixed to handle some more cases,
5457         implementation scheme via table reads,
5458         * (genConstPointerGet): modified to access code memory correct,
5459         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5460         and improved to handle some cases
5461         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5462         instead of "RETLW" for init data
5463         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5464         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5465         variables are placed in access bank memory (<0x80 and >=0xf80),
5466         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5467         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5468         TBLWT_POSTDEC,TBLWT_PREINC
5469         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5470         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5471         directives
5472         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5473         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5474         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5475         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5476
5477 2004-02-29  Borut Razem <borut.razem AT siol.net>
5478
5479         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5480         support/Util/findme.h, support/Util/system.h: enhance binary relative
5481         search for lib and include by using findProgramPath()
5482
5483 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5484
5485         * src/SDCCpeeph.h,
5486         * src/SDCCpeeph.c (pcDistance),
5487         * src/port.h,
5488         * src/mcs51/ralloc.h,
5489         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5490         * src/mcs51/main.h,
5491         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5492         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5493         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5494         size calculation port specific, started basis for some register
5495         optimizations
5496         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5497         missing push/pop of r0/r1. Optimized push/pops
5498         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5499         * device/lib/_modsint.c (_modsint),
5500         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5501         and stack version so regression tests pass
5502
5503 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5504
5505         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5506         * src/SDCCast.c (decorateType): catch another small optimization
5507         with '?' operator
5508         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5509         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5510         modified to finally use computeType() all over SDCC,
5511         see Feature Request #877103
5512         * src/SDCCval.h: cosmetic
5513         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5514         valCompare(); regression tested in muldiv.c
5515         * support/regression/tests/muldiv.c (testMod): mod sign follows
5516         dividend only
5517
5518 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5519
5520         * src/SDCCast.c (decorateType): fixed bug #902362
5521         * doc/INSTALL.txt: fixed install instructions for win32
5522
5523 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5524
5525         * device/include/Makefile.in (install): fixed by replacing spaces
5526         by tabs
5527         * doc/README.txt,
5528         * doc/INSTALL.txt: updated for release
5529         * doc/sdccman.lyx: added warning for --xstack being buggy
5530
5531 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5532
5533         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5534         to eliminate build warnings.
5535         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5536
5537 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5538            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5539
5540         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5541         removed -penable-stack, added comment for stack pragma, added
5542         warning for not initializing the stack/frame registers, removed
5543         comment at interrupts section
5544
5545         Stack is made permanent, there is no ability to disable stack usage.
5546         * src/pic16/device.h,
5547         * src/pic16/device.c: removed all references to USE_STACK macro,
5548         * src/pic16/device.c (pic16_dump_section): when no elements in
5549         rlist, free rlist before return,
5550         * (pic16_dump_int_registers): NEW, internal registers are a new set
5551         of general purpose registers reused by each function,
5552         * (checkAddReg): returns 1 if registers is added to set,
5553         * (pic16_groupRegistersInSection): when a registers is of type
5554         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5555         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5556         SRCASECMP macro is moved here from device.c
5557         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5558         PO_PCLATU, PO_PRODL, PO_PRODH,
5559         * (pic16_pCodeOpType, genMinus,
5560         changed compares to "a" register, with AOP_ACC,
5561         * (pic16_genPlus): fixed some bugs and indented properly,
5562         * (pic16_addSign): changed size to size+offset in the MOVWF
5563         instruction,
5564         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5565         multiply 8-bit operand by literal, result is 8-bit,
5566         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5567         multiply 2 8-bit operand, result is 8-bit,
5568         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5569         genUMult8X*_16,
5570         * src/pic16/gen.c: changed accUse to contain WREG only,
5571         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5572         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5573         true, do not use immediate addressing any more unless sym is a
5574         pointer in codespace,
5575         * (aopForRemat): do not use immediate addressing when symbol not in
5576         codespace and when symbol's address is requested,
5577         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5578         accUse size (= 1),
5579         * (aopGet): added case for AOP_ACC and don't return "accumulator
5580         bug" but WREG instead,
5581         * (popGetTempReg): pushes contents of temporary register in stack,
5582         * (popReleaseTempReg): pops contents of temporary register from
5583         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5584         * (pic16_popGet): separated case AOP_ACC to return register WREG
5585         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5586         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5587         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5588         the use of immediate pointers to certain cases only.
5589
5590         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5591         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5592         * (assignResultValue, genCall, genRet): modified to use the new
5593         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5594         genPcall is still broken,
5595         * (genFunction): added code to create 'A' type pBlocks when
5596         interrupt functions are generated, code not extensively tested yet,
5597         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5598         * (genEndFunction): modified so ISRs pop stored registers from stack,
5599         * (genMultOneByte): cleanup,
5600         * (AccRsh): added flag andmask, to and result with appropriate mask,
5601         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5602         * (genDataPointerGet): fixed and reenabled its use,
5603         * (genNearDataPointerGet): bugs fixed,
5604         * (genDataPointerSet): bugs fixed,
5605         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5606         pic16_DumpSymbol, pic16_DumpOp,
5607         * src/pic16/genutils.h: function prototypes for the above functions,
5608         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5609         pointers,
5610         * (pic16emitRegularMap): many many many improvements, but needs a
5611         major cleanup,
5612         * src/pic16/main.c: enable_stack in pic16_options is removed,
5613         * (_pic16_parseOptions): removed command line options -penable-stack,
5614         * (_process_pragma): emit stack symbol only when stack pragma is
5615         processed,
5616         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5617         redirected to FSR0L/FSR0H pair,
5618         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5619         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5620         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5621         for immediates,
5622         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5623         * (dumpPicOptype): NEW,
5624         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5625         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5626         with movff instruction,
5627         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5628         added pic16_int_regs, some packRegsFor* functions are commented out,
5629         because produce errors,
5630         * src/pic16/NOTES: minor modifications
5631
5632 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5633
5634         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5635         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5636         --pack-iram.
5637         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5638         * as/mcs51/lkaomf51.c: fixed bug #895763
5639
5640 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5641
5642         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5643
5644 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5645
5646         * doc/sdccman.lyx: added details about the HC08 storage classes and
5647         interrupts, fixed the register usage info for z80 & gbz80
5648
5649 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5650
5651         * doc/sdccman.lyx: added more pic16 port documentation
5652         * device/include/pic16/: added header pic18fregs.h
5653
5654 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5655
5656         * doc/sdccman.lyx: added Vangelis' contribution
5657
5658 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5659
5660         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5661         extend to the next CALL or PCALL, not just to the next CALL.
5662
5663 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5664
5665         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5666
5667 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5668
5669         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5670         bug #895752 and a better fix for bug #716790
5671
5672 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5673
5674         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5675
5676 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5677
5678         * doc/sdccman.lyx: minor changes, minor changed
5679
5680 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5681
5682         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5683         which can't handle SDCC_NEWONEBYTEOPS,
5684         (geniCodeMultiply): removed conversion from mult to shift for pic14
5685         and pic16
5686
5687 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5688
5689         * src/hc08/gen.h,
5690         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5691         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5692         thus fixing bug #895406
5693
5694 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5695
5696         * device/lib/_modsint.c,
5697         * device/lib/_modslong.c: sign follows divisor only
5698         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5699         signs or signedness can be ignored
5700         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5701         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5702         added optimization for IFX,
5703         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5704         arguments;
5705         reenabled optimization for IFX, which was removed on 2004-01-11
5706         * src/SDCCast.h: added return type IFX
5707         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5708         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5709         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5710         SDCC_OLDONEBYTEOPS selects the old behaviour
5711         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5712         changed again and commented promotion rule
5713         * src/SDCCval.c (valDiv): promotion no longer necessary
5714         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5715         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5716         rewritten
5717         * support/regression/tests/onebyte.c: added
5718
5719 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5720
5721         * gen.c (genInline): reverted to old code for assemnling inline
5722         code because of bug reported James Chadd
5723
5724 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5725
5726         * ralloc.h: missing declarations from previous patch,
5727         seems that patch for ralloc.h was never applied, fixed
5728
5729 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5730            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5731
5732         * pcode.c,
5733         * pcode.h,
5734         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5735         indirect addressing. Marked FSR0 as deprecated
5736         * gen.c (pointerCode): commented out, not needed now
5737         (pic16_popGet2p): new MOVFF helper function
5738         (genGenPointerGet),
5739         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5740         (shiftRLong): removed duplicate debugging info
5741
5742 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5743
5744         * src/ds390/gen.c (genNearPointerGet),
5745         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5746         optimization with bits, but not bitfields.
5747         * src/ds390/ralloc.c (packRegisters),
5748         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5749
5750 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5751
5752         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5753
5754 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5755
5756         * src/SDCCsymt.h,
5757         * src/SDCCicode.c (operandFromSymbol),
5758         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5759         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5760         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5761         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5762         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5763         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5764         bug #892038
5765         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5766         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5767         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5768         * src/SDCCsymt.c (newSymbol),
5769         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5770         enumerator_list),
5771         * src/SDCCval.h,
5772         * src/SDCCval.c (newiList): fixed bug #885705
5773
5774 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5775
5776         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5777         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5778
5779 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5780
5781         * device/include/c8051f120.h,
5782         * device/include/c8051f300.h,
5783         * device/include/c8051f310.h: added/updated header files for Silicon
5784         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5785         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5786         in new section Submitting patches
5787
5788 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5791         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5792         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5793         genGenPointerSet),
5794         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5795         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5796         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5797         genGenPointerSet),
5798         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5799         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5800         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5801         genGenPointerSet),
5802         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5803         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5804         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5805         genGenPointerSet): fixed bug #892400
5806         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5807         to eliminate build warnings.
5808         * src/SDCCast.c (processParms),
5809         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5810         fixed bug 751859
5811         * support/valdiag/valdiag.py: added GCC to the list of defines active
5812         when compiling with gcc
5813
5814 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5815
5816         * support/Util/SDCCerr.h,
5817         * support/Util/SDCCerr.c,
5818         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5819         with an incomplete type (fixed bug #883734)
5820         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5821
5822 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823
5824         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5825
5826 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5827
5828         * src/SDCCast.c (decorateType),
5829         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5830         function pointer implementation
5831         * support/regression/tests/funptrs.c: added tests to verify both forms
5832         of function pointers work correctly. Added tests to verify parameters
5833         are passed in the correct order.
5834
5835 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5836
5837         * device.c (regCompare): registers are sorted by ascending
5838         address and increasing size,
5839         * main.c (_pic16_finaliseOptions): removed the declaration
5840         of compiler macro MCU. Now a macro of the format pic18fxxxx
5841         will be defined from the command line
5842
5843 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5844             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5845
5846         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5847         PCOP_RLCF was overwritten!
5848         * gen.c (genSkip): commented out calls to pic16_emitcode,
5849         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5850         * (genlshTwo),
5851         * (genRRC): added debugging info,
5852         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5853         overwritten while shifting,
5854         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5855         overwritten while shifting,
5856         * (AccLsh),
5857         * (AccRsh),
5858         * (shiftLLeftOrResult),
5859         * (shiftRLeftOrResult),
5860         * (shiftRLong),
5861         * (shiftLLong): Implemented with pic16_emitpcode
5862         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5863         * (genLeftShift): Fixed bug, operand for shift by variable always
5864         was "and"ed with 0x0f,
5865         * (genLeftShiftLiteral),
5866         * (genrshTwo),
5867         * (genRightShiftLiteral): added debugging info,
5868         * (genrshFour): added comment,
5869         * (genRightShift): determined signedness from operand "left"
5870         instead of "result"
5871
5872 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5873
5874         * src/SDCCicode.c (geniCodeParms),
5875         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5876         function pointers, fixed function pointer bugs #861242 and #861896
5877
5878 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5879
5880         * device/include/c8051f000.h,
5881         * device/include/c8051f120.h,
5882         * device/include/c8051f300.h: added header files for Silicon
5883         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5884
5885 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5886
5887         * src/SDCCast.c (processParams): added new type flow and restructured
5888         (gatherAutoInit): added new type flow
5889         (addCast): cosmetic changes
5890         (getLeftResultType): added new type flow for array indices, patch
5891         provided by Stas, see FR #877103
5892         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5893         array index patch by Stas
5894         * src/SDCCast.h: added prototype getResultTypeFromType()
5895         * src/SDCCval.h,
5896         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5897         * src/pic/glue.c (pic14emitStaticSeg),
5898         * src/pic16/glue.c (pic16emitStaticSeg),
5899         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5900         for initialization of symbols
5901         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5902         * support/Util/SDCCerr.h:
5903         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5904         * .version: bumped version number to 2.3.8
5905         * device/include/Makefile.in (install),
5906         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5907         avoid warnings
5908
5909 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5910
5911         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5912         Slade Rich fixed an optimization bug
5913         * src/pic/pcodepeep.c,
5914         * src/pic/pcoderegs.c
5915         * doc/Makefile (install): added test for directory
5916
5917 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5918
5919         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5920         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5921         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5922         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5923         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5924         * as/mcs51/asexpr.c (term),
5925         * as/hc08/asexpr.c (term): fixed bug #887146
5926
5927 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5928
5929         * src/z80/gen.c (genMult): handle single byte result product
5930         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5931         DUMMY_READ_VOLATILE (fixed bug #886367)
5932
5933 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5934
5935         * support/regression/tests/libmullong.c: fixed logic, on little endian
5936         hosts we ended without a mullong_wrapper()
5937
5938 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5941         virus/worm forged address usage.
5942
5943 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5944
5945         Fixed promotion, it should be done on AST level:
5946         * src/SDCCast.c (addCast): added promotion to int
5947         (decorateType): updated call to upCast()
5948         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5949         usualUnaryConversions()
5950
5951 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5952
5953         * support/regression/tests/literalop.c (mulWrapper): Added a
5954         wrapper to remove integer overflow warnings.
5955
5956         * support/regression/tests/float_trans.c: Made work on host.
5957
5958         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5959         location of sz80.
5960
5961         * support/regression/generate-cases.py (main): Changed from inline
5962         to a main method.
5963
5964         * doc/Makefile (install): Changed to depth first to get rid of
5965         missing directory install warning.
5966
5967         * as/Makefile (install-doc): Made work on Mac.
5968
5969 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5970
5971         * src/SDCCast.c: added an additional type flow in decorateType() of
5972         opposite direction, see feature request #860006; it's enabled at runtime
5973         by setting the environment variable SDCC_NEWTYPEFLOW
5974         * src/SDCCast.h: changed prototype of decorateType()
5975         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5976         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5977         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5978         see feature request #877103
5979         * src/SDCCval.c: updated call of decorateType()
5980         (valBitwise): fixed bug #882876
5981         (valMinus): added promotion
5982         (valLogicAndOr): result is unsigned
5983         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5984         * src/SDCCsymt.c (computeType),
5985         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5986         must not cause an unsigned operation
5987         * src/pic/glue (pic14emitRegularMap),
5988         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5989
5990 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5991
5992         * src/pic/pcode.c (PCodeID): commented out left over debug code
5993
5994 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5995
5996         * support/valdiag/tests/overflow.c: added shift tests
5997         * src/pic/device.c,
5998         * src/pic/gen.c,
5999         * src/pic/gen.h,
6000         * src/pic/glue.c,
6001         * src/pic/main.c,
6002         * src/pic/pcode.c,
6003         * src/pic/pcode.h,
6004         * src/pic/pcodepeep.c,
6005         * src/pic/pcoderegs.c,
6006         * src/pic/ralloc.c,
6007         * src/pic/ralloc.h: applied patch from Slade Rich;
6008         added support for multiple code pages and multiple RAM banks on the
6009         PIC 14 port. The ASM files now no longer simply assume all the
6010         code / RAM are in the same page / bank. This means the linker can
6011         safely allocate code/RAM of separate ASM files to different pages/banks.
6012         * doc/sdccman.lyx: added Slade's tips
6013         * src/mcs51/peeph.def: fixed bug #880768
6014
6015 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6016
6017         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6018         * src/SDCCast.c (decorateType): fixed bug #880197
6019
6020 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6021
6022         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6023         getopt.h.
6024
6025         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6026         strtof is not part of C89 and isn't included with Mac OS X.
6027
6028 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6029
6030         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6031         shiftL2Left2Result): fixed bug #879326
6032         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6033         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6034         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6035         address fetch for clr instruction
6036         * device/lib/hc08/_mulint.c: created optimized assembly version
6037         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6038
6039 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6040
6041         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6042         proposed in FR #877103
6043
6044 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6045
6046         * src/SDCCval.c (cheapestVal): added missing checks
6047         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6048         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6049
6050 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6051
6052         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6053         equal operands
6054
6055 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6056
6057         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6058         loaded with the linker search paths (-L arguments) and the libraries
6059         to be linked with the current source (-l arguments). Changes
6060         currently will affect only the pic16 port.
6061         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6062         include path the port specific paths and port specific libraries,
6063         * gplink command now contains the $3 argument,
6064         * src/pic16/device.h,
6065         * src/pic16/device.c,: structure PIC_device is made public and
6066         renamed to PIC16_device, the same for variable Pics which is renamed
6067         to Pics16. Updated all references to them.
6068         * src/pic16/glue.c (pic16glue): corrected bug with code
6069         initialization which bypassed the variable initializations block.
6070
6071         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6072         COMPILE_FLAGS and added the --nostdinc option
6073
6074 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6075
6076         * device/include/mc68hc908jb8.h: Register defs for another member
6077         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6078
6079 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6080
6081         Documenting changes from previous commits.
6082         * configure.in (version 1.56),
6083         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6084         when generating output files to configure the pic16 library,
6085         but now I've commented it out, since gputils aren't installed in the
6086         SF compile farm, so library won't compile
6087
6088         * device/lib/Makefile.in (version 1.56): initially I've added in
6089         target 'all' the prerequestive 'model-pic16' so it compiled the
6090         pic16 library, but now I've commented it out for the same reasons
6091         above,
6092         * added targets 'model-pic16' and 'objects-pic16' to compile the
6093         library
6094         * added target 'port-specific-objects-pic16' to handle the
6095         generated libraries and copy them into the build/ directory
6096         * added target 'clean-intermediate-pic16' to clean intermediate
6097         files into pic16 directory
6098         * in target 'installdirs' added line to create directory pic16 in
6099         the installation path
6100
6101         * device/include/Makefile.in (version 1.11): in target 'install'
6102         added lines to copy all header files to installation path,
6103         * in target 'installdirs' added line create directory for pic16
6104         headers in the installation path
6105
6106 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6107
6108         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6109          a function call
6110
6111 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6112
6113         * configure,
6114         * device/lib/configure.in,
6115         * device/lib/configure: fixed for autoconf 2.57
6116
6117 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6118
6119         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6120         option so that it actually works. Made it specific to the z80, since
6121         the gbz80 doesn't have these kinds of I/O ports.
6122
6123 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6124
6125         * device/include/z180.h,
6126         * device/lib/_memcpy.c,
6127         * device/lib/_memmove.c,
6128         * device/lib/_mulint.c,
6129         * device/lib/ser_ir.c,
6130         * device/lib/ser_ir_cts_rts.c,
6131         * device/lib/_strcmp.c,
6132         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6133         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6134         portmode; added deprecation warning for bank= and protmode= forms.
6135         Also, guard against buffer overflow.
6136         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6137
6138 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6139
6140         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6141         changed interrupt vector table generation to only emit declared vectors.
6142         * device/include/Makefile.in: added missing backslash
6143         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6144
6145 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6146
6147         Mainly changes to support compilation of the device libraries
6148         * src/pic16/device.c: stack is allocated via symbol and not
6149         via literal number. The symbol is placed in the corresponding
6150         position of the data ram
6151         * (pic16_dump_section): relocatable and absolute uninitialized
6152         data are now emitted in sorted order to reduce section naming,
6153         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6154         weren't marked as being in the access bank,
6155
6156 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6157
6158         Added portion of GNU PIC Library under the directory
6159         device/include/pic16 and device/lib/pic16. These files
6160         contain the declarations of SFRs for the PIC18Fxx2 devices.
6161         The directory is initialized via configure from toplevel.
6162
6163 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6164
6165         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6166         the spilllocations to be compared correctly
6167
6168 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6169
6170         * src/SDCCast.c (decorateType): fixed bug introduced today
6171
6172 2004-01-12  Borut Razem <borut.razem AT siol.net>
6173
6174         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6175         doc/sdccman.lyx: upper case pragmas are deprecated
6176
6177 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6178
6179         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6180         in simpler and even better code
6181
6182 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6183
6184         * src/SDCCicode.c (operandOperation): fixed bug #874819
6185         * src/SDCCast.c (decorateType): fixed
6186         char foo (unsigned long ul) { return ul > 0; }
6187
6188 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6189
6190         * doc/sdccman.lyx: Moved and added some sections, small changes
6191         all over. Telling LaTeX to be less strict with word spacing
6192         to better keep the right margin. Changed some notes about
6193         maintainance of the ports in section 3.2.1 - is it OK like this?
6194
6195 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6196
6197         SDCC source changes:
6198         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6199         convilong): modified to inform the pic16 port that builtin functions
6200         are external
6201
6202         PIC16 PORT specific changes:
6203         * src/pic16/device.c pic16_dump_equates() added,
6204         processor registers declared internally by the port are emitted in
6205         the translation as equates,
6206         * src/pic16/gen.c: inline code is passed unprocessed to the
6207         translation,
6208         * (pic16_popGetLit2): fnuction modified to take second operand as
6209         pCodeOp pointer and not as literal,
6210         * (popRegFromIdx): prefixed with pic16_,
6211         * (pic16_popCombine2): modified to receive already allocated pCode
6212         operands,
6213         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6214         * (genFunction): initializes local stack frame and pushes on stack
6215         all the registers used by this function,
6216         * (genEndFunction): restores all registers from stack and restores
6217         stack frame,
6218         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6219         improvements,
6220         * (pic16glue): changed the program startup sequence,
6221         * added new dbName code 'A' for functions placed in absolute section
6222         * src/pic16/main.c: added function attribute _naked,
6223         * added pragma 'code' to place a fnuction at an absolute address,
6224         * added command line arguments --debug-ralloc and --pcode-verbose,
6225         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6226         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6227         * (pic16_newpCodeOpLit2): modified to take the second operand as
6228         pCodeOp pointer,
6229         * (pic16_printpBlock): modified to emit each function in a separate
6230         section,
6231         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6232         UPPER for immediate operands,
6233         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6234         instruction,
6235         * src/pic16/peeph.def: all peepholes with movff are commented out,
6236         because there is a problem in the pcode peep optimizer,
6237         * src/pic16/ralloc.c: the register allocator can now reuse local
6238         function symbols for another function. This saves register usage.
6239         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6240
6241         Added file src/pic16/NOTES with information about program writing on
6242         the current port version.
6243
6244 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6245
6246         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6247         and peephole 252 (array access)
6248
6249 2004-01-09  Borut Razem <borut.razem AT siol.net>
6250
6251         * src/SDCCmain.c : fixed #872250: -l command line defined library
6252           files are scanned before standard library files
6253
6254 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6255
6256         * src/SDCCast.c (decorateType): fixed bug #874046
6257
6258 2004-01-09  Borut Razem <borut.razem AT siol.net>
6259
6260         * support/scripts/sdcc.nsi: remove previous installation
6261
6262 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6263
6264         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6265         bytes for last interrupt vector (mcs51)
6266         * sdcc.spec: fixed typo
6267
6268 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6269
6270         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6271         gen51Code): more efficient parameter receive for --model-large
6272         ("bug" #845294)
6273
6274 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6275
6276         * src/ds390/main.c,
6277         * src/z80/main.c: added missed needLinkerScript flags (more than
6278         one port structure defined in these file)
6279         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6280         bug #795325
6281
6282 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6283
6284         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6285         * src/port.h: added flag needLinkerScript in port->linker
6286         structure to inform whether to create a .lnk file or not,
6287         * src/avr/main.c,
6288         * src/ds390/main.c,
6289         * src/hc08/main.c,
6290         * src/mcs51/main.c,
6291         * src/pic/main.c,
6292         * src/pic16/main.c,
6293         * src/xa51/main.c,
6294         * src/z80/main.c: changed appropriately to configure
6295         needLinkerScript flag
6296         * src/pic/gen.c,
6297         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6298         * src/pic/glue.c: added variable udata_section_name to
6299         override default uninitialized data segment definition for
6300         devices only with SHAREBANK memory (reported from Erik Epetrich)
6301         * (pic14emitOverlay): modified to emit a commented overlay segment
6302         directive when no overlay data exist
6303         * (picglue): modified to emit uninitialized data segment
6304         according to udata_section_name
6305         * src/pic/main.c (_pic14_parseOptions): added command line
6306         options --udata-section-name=[name] to override default
6307         udata definition name
6308         * modified _linkCmd and _asmCmd to include compiler passed
6309         arguments via -W option
6310         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6311         object file from '.rel' to '.o' in port->linker structure,
6312         changed size of fptr from 2 to 3 in port structure
6313
6314 2004-01-07  Borut Razem <borut.razem AT siol.net>
6315
6316         * support/scripts/sdcc.nsi: update PATH
6317         * support/scripts/sdcc.ico: craeted
6318
6319 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6320
6321         * device/include/Makefile.in: fix install
6322         * doc/Makefile: fix install
6323
6324 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6325
6326         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6327         in bug #860505
6328         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6329         how the function variable allocation summary is displayed; also
6330         include information about variables allocated to the overlay
6331         segment
6332
6333 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6334
6335         * as/mcs51/lkmain.c: Help about -Y option
6336         * as/mcs51/lkarea.c: Fixed gcc warnings
6337
6338 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6339
6340         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6341         fixed warning
6342         * support/valdiag/tests/overflow.c: added
6343         * src/SDCCast.c (decorateType),
6344         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6345         LEFT_OP (left shift)
6346
6347 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6348
6349         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6350         (default behaviour).
6351
6352 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         A python script to validate compiler diagnostic messages. It can be
6355         used to verify that sdcc complains about bad c source code and
6356         gives a good location of the error.
6357         * support/valdiag/Makefile,
6358         * support/valdiag/valdiag.py,
6359         * support/valdiag/tests/*
6360
6361 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6362
6363         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6364         * src/SDCCsymt.c (newEnumType),
6365         * src/SDCCsymt.h
6366         * support/Util/SDCCerr.c,
6367         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6368         enum related bugs.
6369         * support/regression/tests/enum.c: added test for enum values that
6370         require at least 2 bytes of storage.
6371
6372 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6373
6374         * src/common.h: added ifndef/define/endif macros
6375         around the header file.
6376         Bug reported from Jesus Calvino-Fraga
6377
6378 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6379
6380         * sdcc.spec: updated
6381         * device/include/Makefile.in: don't install CVS directories
6382         * device/lib/Makefile.in: added removal of CVS directories after install
6383         * doc/Makefile: fixed install, added local_icons
6384         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6385         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6386         * src/ds390/gen.c (genRightShift): fixed bug #870788
6387         * src/SDCCast.c (decorateType): fixed bug #870781
6388
6389 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6390
6391         PIC16 port related changes:
6392         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6393         added variable stackPos,
6394
6395         * gen.c: genCall, assignResultValue: added support for
6396         pushing/retrieving function parameters to/from stack,
6397         genFunction,genEndFunction: setup stack frame for the
6398         generated function,
6399         genAddrOf: will be changed according to bug 863624
6400
6401         * added files genutils.c and genutils.h which contain gen*
6402         debugged and optimised functions extracted from gen.c
6403
6404         * glue.c: added variable 'externs' which holds extern symbols,
6405         pic16emitRegularMap: is modified to properly handle relocatable
6406          symbols under the new scheme,
6407         pic16createInterruptVect: is modified
6408         pic16printPublics: is modified to emit 'global' assembler directives,
6409         added pic16_printExterns to print extern symbols,
6410         pic16glue: initializes stack/frame pointer in the beginning of
6411         the assembly output. Temporary hack, will be corrected later,
6412         because gplink yet does not support stack and SDCC does not
6413         yet support a type of crt0.o object to create the final binary.
6414
6415         * Removed many lines that contain 8051 legacy code.
6416         * The code is finally placed under a 'code' directive.
6417         * Added port specific options.
6418
6419         * _process_pragma: simplified since now we do not need *special*
6420         include file to define SFR registers. But a separate header
6421         will be needed. This will be developed later.
6422         * _pic16_parseOptions: added, parses port specific options:
6423         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6424         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6425         --preplace-udata-with=
6426
6427         * _pic16_setDefaultOptions: modified to initialize section names,
6428         but hack is temporarly out of order since it needs improvement.
6429         * _pic16_genAssemblerPreamble: configuration words are emitted by
6430         their address instead of their name. This part is incomplete and
6431         supports only the 18Fxx2 devices. Other devices will emit an error
6432         during assembly since they do not contain the same set of config
6433         registers
6434         * _pic16_genIVT: is modified,
6435
6436         * pcode.c: added definitions for some hardware registers that are needed
6437         for stack support
6438         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6439         All PCI entries are updated. Now LFSR is supported.
6440         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6441         * added pic16_newpCodeOpLit2 to support instructions with
6442         two literal arguments
6443         * pic16_pCode2str: corrected code that emits assembler instructions
6444         with two literal operands and those that have an access bit modifier
6445         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6446         this fixes a bug which caused some labels to be lost, when an
6447         assembler directive was added, i.e. banksel,
6448         * pic16_FixRegisterBanking: improved logic that causes the insertion
6449         of bank switching,
6450         * InlineFunction: functions that are called once, are not any more
6451         inlined. This can be a port option in the future,
6452
6453         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6454
6455         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6456         hold the corresponding uninitialized symbols,
6457         * pic16_allocProcessorRegister: registers have explicit marked the
6458         accessBank field,
6459         * pic16_allocInternalRegister: registers are explicit marked as
6460         not used,
6461         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6462         processing list, so bit registers were lost,
6463         *
6464
6465         * ralloc.h: added field 'accessBank' and original symbol operand
6466         in register definition,
6467         * removed the field isMapped from register definition,
6468
6469         ** Several functions have been removed from various sources:
6470         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6471         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6472         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6473         pic16_assignRelocatableRegisters
6474
6475         ** others have been introduced:
6476         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6477         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6478
6479 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6480
6481         * support/scripts/inc2h.pl: changed definition of BIT_AT
6482         to emit 'sbit at' instead of 'bit at'. This was a request.
6483
6484         PIC16 port related preliminary changes:
6485         * gen.c: prefixed function popRegFromString with
6486         pic16_ and all references to it corrected
6487         * pcode.c: all pic16_pc_* hardware registers prefixed
6488         with underscore (_),
6489         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6490         * ralloc.c: newReg(): when register is REG_SFR then
6491         set address to rIdx,
6492         pic16_allocProcessorRegister(): marks register wasUsed=0
6493         pic16_writeUsedRegs(): added a call to assign processor
6494         registers via pic16_assignFixedRegisters
6495
6496 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6497
6498         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6499         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6500         variables in unused register banks.  Also the SSEG is placed
6501         wherever there is enough space for it, and IDATA can be anywhere
6502         in internal RAM.  For now compile using -Wl-Y[stack_size].
6503         The mem file is different for this option as well, since it
6504         makes no sense of talking about DSEG lenght.
6505
6506 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6507
6508         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6509         in certain cases, e.g. when ROM assignment, patch provided
6510         from Albert den Haan.
6511
6512 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6513
6514         Many signedness and type propagation fixes:
6515         * src/SDCCicode.c: made geniCodeCast() static
6516         replaced SPEC_ by IS_ (cosmetic)
6517         (operandOperation): fixed div and mod operation
6518         (usualBinaryConversions): added support for promotion of char
6519         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6520         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6521         (geniCodeAdd): an array index will stay unsigned, even if promoted
6522         from char to int
6523         (geniCodeArray): ditto
6524         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6525         * src/SDCCsymt.c (computeType): added more support for char;
6526         promotion of char is selectable by promoteCharToInt, fixed signedness
6527         for all cases
6528         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6529         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6530         * src/SDCCval (val*): replaced signedness calculation by
6531         computeType()
6532         rearranged if-branches (cosmetic)
6533         (valShift): added warning W_SHIFT_CHANGED
6534         (valCompare): fixed problem with different types
6535         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6536         * support/regression/tests/literalop.c: added many cases
6537         * support/regression/tests/ast_constant_folding.c: changed finally to
6538         'unsigned int'
6539         * .version: new year, new version: 2.3.7
6540         * src/SDCCmain.c (main): applied patch #866468
6541         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6542         provided by Scott Bronson
6543         * doc/sdccman.lyx: updated documentation for sdcdb
6544         updated and added chapter tips
6545
6546 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6547
6548         * src/SDCCsymt.h: missing from yesterday's commits
6549
6550 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6551
6552         * src/SDCC.y (struct_or_union_specifier),
6553         * support/Util/SDCCerr.c,
6554         * support/Util/SDCCerr.h: verify that struct & union tags are used
6555         as declared.
6556
6557 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6558
6559         * src/SDCCglobl.h: missing from yesterday's commits
6560
6561 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6562
6563         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6564         sft_attributes, struct_declaration, parameter_declaration,
6565         type_name, start_block, declaration_list),
6566         * src/SDCC.lex (check_type): support redefinition of typedef names
6567
6568 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6569
6570         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6571         aligned xdata arrays. Erik helped me with the if clause.
6572
6573 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6574
6575         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6576         warning
6577
6578 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6579
6580         * src/SDCCast.h,
6581         * src/SDCCast.c (newAst_),
6582         * src/SDCCicode.h,
6583         * src/SDCCicode.c (ast2iCode, newiCode),
6584         * src/SDCCglobl.h,
6585         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6586         expr, statement, expression_statement, selection_statement,
6587         iteration_statement, expr_opt, jump_statement): foundation for tracking
6588         sequence points
6589         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6590         point code too)
6591
6592 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6593
6594         * support/Util/SDCCerr.c,
6595         * src/SDCCast.h,
6596         * src/SDCCast.c (createCase, createDefault, decorateType),
6597         * src/SDCClabel.c (labelUnreach),
6598         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6599         to error messages.
6600         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6601         (with thanks to Stas Sergeev)
6602         * device/include/time.h,
6603         * device/lib/time.c (CheckTime): suppress unreachable code warning
6604
6605 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/SDCCast.c (createIvalCharPtr),
6608         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6609         bug #753752)
6610         * support/regression/tests/nullstring.c: tests for these two bugs
6611
6612 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6613
6614         * support/Util/SDCCerr.h,
6615         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6616         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6617         about storage class and 'at' used inside struct or union
6618         * src/SDCCBBlock.c (iCodeFromeBBlock),
6619         * src/SDCCcse.c (ifxOptimize),
6620         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6621         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6622         printIval, emitStaticSeg, emitOverlay),
6623         * src/SDCClabel.c (deleteIfx),
6624         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6625         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6626         gatherAutoInit, processParms),
6627         * support/Util/SDCCerr.h,
6628         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6629         reporting for post-parse errors.
6630
6631 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6634         implicit casts via union; they don't work on big endian systems
6635         (possible fix for bug #861138)
6636
6637 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6638
6639         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6640         * src/mcs51/main.c: fixed the fix for bug #737001
6641
6642 2003-12-15  Borut Razem <borut.razem AT siol.net>
6643
6644         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6645
6646 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6647
6648         * support/makebin/makebin.c: put output in binary mode
6649
6650 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6651
6652         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6653         xdata and data memory on startup. Set the environment variable
6654         SDCC_NOGENRAMCLEAR to disable this.
6655         * src/mcs51/peephole.def,
6656         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6657         (allows non-interrupt and interrupt code to safely compete for a resource
6658         without the non-interrupt code having to disable interrupts)
6659
6660 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6661
6662         * src/SDCCicode.c (geniCodeAdd),
6663         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6664         with valFromType if type might be a pointer and host is big endian).
6665         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6666         types, not just integer types.
6667         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6668         multiply defined with mismatching "at" address.
6669
6670 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6673         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6674         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6675         with embedded nulls (fixed bug #753752)
6676
6677 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6678
6679         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6680         Apparently this did not see much testing (endless loop)
6681
6682 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6683
6684         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6685
6686 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6687
6688         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6689         gracefully handle NULL memmap pointers
6690
6691 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6692
6693         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6694         instead of deleting the iCode when an operand is volatile
6695         * src/z80/gen.c (genDummyRead),
6696         * src/mcs51/gen.c (genDummyRead),
6697         * src/ds390/gen.c (genDummyRead),
6698         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6699         not just IC_RIGHT
6700         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6701         * src/SDCC.y: fixed bug #850420
6702
6703 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6704
6705         Applied z80 i/o port patch from Peter Townson and fixed some operators
6706         to better handle operands in A register.
6707         * device/include/z180.h
6708         * src/SDCC.y
6709         * src/SDCCglue.c
6710         * src/z80/gen.c
6711         * src/z80/gen.h
6712         * src/z80/main.c
6713         * src/z80/peeph-z80.def
6714         * src/z80/peeph.def
6715         * src/z80/z80.h
6716
6717 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6718
6719         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6720
6721 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6722
6723         * device/lib/hc08/_mullong.c: Removed extra #endif
6724
6725 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6726
6727         * sim/ucsim/hc08.src/inst.cc,
6728         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6729         carries from x to h
6730         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6731         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6732         * device/include/stdarg.h: fixed varargs for hc08
6733         * device/lib/Makefile.in,
6734         * device/lib/hc08/Makefile,
6735         * device/lib/hc08/_mulint.c,
6736         * device/lib/hc08/_mullong.c: fixed some endian problems
6737
6738 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6739
6740         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6741         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6742         * device/lib/_gptrget.c,
6743         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6744
6745 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6748         * src/SDCCast.c (astErrors): fixed bug #846007
6749         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6750
6751 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6752
6753         * src/SDCCast.c (decorateType): disabled a transformation I added in
6754         revision 1.188 (access to fields of a structure at an absolute address);
6755         it breaks with bitfields, extern declarations, and gcse analysis.
6756         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6757         could be assigned through a pointer, so don't complain.
6758         * src/SDCCast.c (astErrors),
6759         * src/SDCCast.h,
6760         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6761
6762 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6763
6764         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6765         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6766         output of __config directives, since gpasm now supports them
6767         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6768         pre-processor macro, i.e. -DMCU=p18f452
6769         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6770         and modified to handle 'cast' icode similarly to '=' icode
6771         * src/pic16/device.h (typedef struct PIC_device): added field
6772         'extMIface' to indicate that chip has external memory interface
6773         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6774         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6775         18F8720
6776
6777 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6778
6779         * src/SDCC.y (pointer): fixed bug #846006
6780         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6781         * src/SDCCast.c (decorateType): fixed bug #846009
6782         * src/ds390/peeph.def,
6783         * src/ds390/gen.c (genAnd, genOr),
6784         * src/mcs51/peeph.def,
6785         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6786
6787 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6790         * src/SDCCdflow.c
6791         * src/SDCCcse.c
6792         * src/SDCCcse.h
6793         * src/SDCCBBlock.h
6794         * src/SDCCBBlock.c
6795
6796 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6797
6798         fixed bug #845089
6799         * src/SDCCbitv.h,
6800         * src/SDCCbitv.c: added function to free a bitvector
6801         * src/SDCClrange.h,
6802         * src/SDCClrange.c: added function to recompute the liveranges
6803         * src/avr/ralloc.c,
6804         * src/ds390/ralloc.c,
6805         * src/hc08/ralloc.c,
6806         * src/mcs51/ralloc.c,
6807         * src/pic/ralloc.c,
6808         * src/pic16/ralloc.c,
6809         * src/xa51/ralloc.c,
6810         * src/z80/ralloc.c: recompute the liveranges after register packing
6811
6812 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6813
6814         * src/SDCCloop.c (newInduction): fixed bug #845630
6815
6816 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6819         inadvertantly left behind from my 2003-11-12 change
6820
6821 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6822
6823         Updated headers I neglected to commit yesterday.
6824         * src/SDCClrange.h,
6825         * src/SDCCicode.h
6826
6827 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6828
6829         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6830         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6831         * src/SDCCopt.c (eBBlockFromiCode),
6832         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6833         the creation of the key hash table from the sequencing so it can be used
6834         earlier (for some GCSE bug fixes still pending)
6835
6836 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6837
6838         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6839         * support/regression/tests/addsub.c: testing genPlus shortcut
6840
6841 2003-11-15  Borut Razem <borut.razem AT siol.net>
6842
6843         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6844
6845 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6846
6847         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6848         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6849         ordering is immaterial.
6850         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6851
6852 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6855         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6856         (SIGSEV) of bug #840381
6857         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6858         unlink new file before rename if new and old filenames are the same)
6859
6860 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6861
6862         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6863         uninitialized variables) for the mcs51. Set environment variable
6864         SDCC_GENRAMCLEAR to test.
6865         xdata initialization slightly shorter
6866
6867 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6868
6869         * src/SDCCsymt.h,
6870         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6871         #838241 & 780691 (basicly the same bug)
6872         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6873         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6874
6875 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6876
6877         * src/SDCCmain.c (linkEdit): "fix" #834252
6878
6879 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6880
6881         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6882         * src/SDCCast.h,
6883         * src/SDCC.y: fixed bug #819403
6884
6885 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6886
6887         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6888         the reentrant attribute.
6889         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6890         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6891         simulation
6892         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6893         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6894         erroneously reduced to a literal.
6895         * src/hc08/ralloc.c (packRegisters, rematStr),
6896         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6897         some cases
6898
6899 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6900
6901         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6902         * doc/sdccman.lyx: changed from 'article' to 'book'
6903         * doc/Makefile: readded test_suite_spec and cdbfileformat
6904
6905 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6906
6907         * device/include/stdlib.h: include malloc.h to comply with ANSI
6908         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6909
6910 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6911
6912         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6913         * doc/clean.mk: also remove *.out files
6914         * doc/sdccman.lyx: some additions, larger top/bottom margins
6915
6916 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6917
6918         * src/SDCC.y: fixed bug #837365
6919         * support/regression/tests/bitopcse.c
6920         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6921         a symbol (might be valop instead)
6922         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6923         * device/lib/clean.mk: added hc08 to the cleaning list
6924
6925 2003-11-04  Borut Razem <borut.razem AT siol.net>
6926
6927         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6928           made 2003-11-04
6929         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6930           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6931           malloc is declared in standard stdlib.h
6932
6933 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6934
6935         * device/lib/hc08/Makefile: need to clean .rel not .o files
6936         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6937
6938 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6939
6940         * src/port.h,
6941         * src/hc08/main.c,
6942         * src/mcs51/main.c,
6943         * src/ds390/main.c,
6944         * src/z80/main.c,
6945         * src/avr/main.c,
6946         * src/pic/main.c,
6947         * src/pic16/main.c,
6948         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6949         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6950         tests (which uses the port's oclsExpense function)
6951         * src/SDCC.y,
6952         * src/SDCCast.c,
6953         * src/SDCCicode.c,
6954         * src/hc08/gen.c,
6955         * src/ds390/gen.c,
6956         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6957
6958 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6959
6960         * src/SDCCcse.c (ifxOptimize),
6961         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6962         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6963         deleting the IFX iCode.
6964         * src/hc08/ralloc.c: reduced unneeded slocs
6965         * src/hc08/gen.c: fixed bug in asmopToBoolean
6966
6967 2003-11-04  Borut Razem <borut.razem AT siol.net>
6968
6969         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6970           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6971           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6972           transferred to configure
6973
6974 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6975
6976         Use headers defined in the C[++] standards:
6977         * sim/ucsim/gui.src/serio.src/fileio.cc
6978         * sim/ucsim/gui.src/serio.src/frontend.cc
6979         * sim/ucsim/gui.src/serio.src/main.cc
6980         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6981         * support/Util/NewAlloc.c
6982         * as/hc08/lklibr.c
6983         * as/mcs51/lklibr.c
6984         * as/z80/aslist.c
6985         * as/z80/assym.c
6986
6987 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6988
6989         * Added MSVC projects for hc08 assembler and linker:
6990         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6991         /as/hc08/link_hc08.dsp
6992
6993 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6994
6995         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6996
6997 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6998
6999         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7000
7001 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7002
7003         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7004
7005 2003-10-31  Borut Razem <borut.razem AT siol.net>
7006
7007         * support/cpp2/cpplib.h,
7008           support/cpp2/cpplib.c,
7009           support/cpp2/cpplex.c,
7010           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7011           to switch _asm block preprocessing on / off. Default is
7012           #pragma preproc_asm +
7013
7014 2003-10-31  Borut Razem <borut.razem AT siol.net>
7015
7016         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7017           when outputting comment blocks (when executed with -C option) and
7018           _asm (SDCPP specific) blocks
7019
7020 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7021
7022         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7023
7024 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7025
7026         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7027
7028 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7029
7030         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7031         * src/SDCCast.c (decorateType): fixed bug #832664
7032
7033 2003-10-31  Borut Razem <borut.razem AT siol.net>
7034
7035         * support\cpp2\cpplex.c: fixed for SDCPP:
7036           comments(when executed with -C option) and _asm blocks
7037           were included even if they where in skipped #if block.
7038           Applied solution from GCC cpp 3.3.2
7039
7040 2003-10-31  Borut Razem <borut.razem AT siol.net>
7041
7042         * src/SDCC.lex: sdcc now understands both formats:
7043           '# <line_number> <file_name>' and
7044           '#line <line_number> <file_name>'
7045         * support/cpp2/cppmain.c: sdcpp now generates the standard
7046           '# <line_number> <file_name>' instead of former
7047           '#line <line_number> <file_name>'
7048
7049 2003-10-30  Borut Razem <borut.razem AT siol.net>
7050
7051         * support/cpp2/cpphash.h,
7052         * support/cpp2/cpplib.h
7053         * support/cpp2/cpplex.c,
7054         * support/cpp2/cppmain.c,
7055         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7056
7057 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7058
7059         Fixed a number of problems revealed by bug #827883.
7060         * src/SDCCloop.c (loopInvariants): Spill location of the
7061         result operand should be recomputed if extracted from
7062         a loop. Also, don't extract assignments of an iTemp
7063         from a literal.
7064         * src/SDCCast.c (isConformingBody): loop reversal should
7065         not occur if the control variable is involved with a
7066         relational operator.
7067
7068 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7069
7070         * .version: bumped to 2.3.6 to reflect the big improvements
7071         made by Erik and Klaus. Thanks!
7072
7073 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7074
7075         Replaced the livrange code.
7076         * src/SDCClrange.c: added new LR code
7077         * src/SDCCloop.c,
7078         * src/SDCCBBlock.h: removed remainig parts from old LR code
7079         * src/ds390/ralloc.c,
7080         * src/ds390/gen.c: minor fixes to make it work with new code
7081
7082 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7083
7084         * as/hc08/asm.h,
7085         * as/hc08/lkrloc.c,
7086         * src/hc08/gen.c,
7087         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7088         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7089         (tweaked fix for bug #818696)
7090
7091 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7092
7093         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7094
7095 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7096
7097         * src/SDCCmain.c,
7098         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7099         * src/mcs51/gen.c (gencjneshort),
7100         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7101         more efficient (per Scott Bronson's suggestion)
7102
7103 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7104
7105         Extended the semantics of the critical keyword to include
7106         individual statements. See RFE #827755 and #799831
7107         * src/SDCC.y
7108         * src/SDCCicode.c
7109         * src/SDCCopt.c
7110         * src/SDCCast.c
7111         * support/Util/SDCCerr.c
7112         * support/Util/SDCCerr.h
7113         * src/mcs51/gen.c
7114         * src/ds390/gen.c
7115         * src/hc08/gen.c
7116
7117 2003-10-19  Borut Razem <borut.razem AT siol.net>
7118
7119         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7120
7121 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7122
7123         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7124         Fixed bug #818696
7125         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7126         and predecrement operand is displayed
7127
7128 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7129
7130         * src/SDCCval.c (valMinus): fixed bug #826041
7131
7132 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7133
7134         Some hc08 related updates that I missed earlier
7135         * sim/ucsim/stypes.h
7136         * support/regression/ports/hc08/spec.mk
7137
7138 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7139
7140         New target "hc08" for the Motorola 68hc08 family of micros
7141
7142         * configure
7143         * configure.in
7144         * Makefile
7145         * src/hc08/*
7146         * src/SDCCmain.c
7147         * src/port.h
7148         * sim/ucsim/hc08.src/*
7149         * sim/ucsim/configure.in
7150         * src/ucsim/configure
7151         * sim/ucsim/packages_in.mk
7152         * as/hc08/*
7153         * as/Makefile
7154         * device/include/mc68hc908qy.h
7155         * device/lib/hc08/*
7156         * device/lib/Makefile.in
7157         * support/regression/ports/hc08/*
7158         * support/regression/Makefile
7159
7160 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7161
7162         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7163         regression test
7164         * src/ds390/gen.c (genCast): fixed bug #821957
7165
7166 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7167
7168         * device/lib/logf.c: "fixed" overlay bug
7169         * support/regression/ports/host/spec.mk: added m library
7170         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7171         * support/regression/tests/float_trans: added (for Eric)
7172
7173 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7174
7175         * src/mcs51/gen.c (genCpl): fixed bug
7176         http://sf.net/mailarchive/message.php?msg_id=6263915
7177
7178 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7179
7180         * src/SDCCast.c (decorateType): added extended constant folding
7181         * src/SDCCsymt.c (computeType): cleanup
7182         * src/SDCCval.c (valShift): minor optimization
7183         * support/regression/tests/ast_constant_folding.c: added
7184
7185 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7186
7187         * src/SDCCmain.c: removed some unintended changes
7188
7189 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7190
7191         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7192         * src/z80/gen.c: fixed part of bug #817589
7193         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7194
7195 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7196
7197         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7198         * src/SDCCcflow.c
7199         * src/SDCCcse.c
7200         * src/SDCCdflow.c
7201         * src/SDCClabel.c
7202         * src/SDCClrange.c
7203         * src/SDCCmem.c
7204         * src/SDCCopt.c
7205         * src/SDCCpeeph.c
7206         * src/SDCCset.c
7207         * src/avr/ralloc.c
7208         * src/ds390/ralloc.c
7209         * src/izt/ralloc.c
7210         * src/mcs51/ralloc.c
7211         * src/pic/ralloc.c
7212         * src/pic16/ralloc.c
7213         * src/xa51/ralloc.c
7214         * src/z80/ralloc.c
7215         * src/z80/gen.c: removed unused label "release:"
7216
7217 2003-10-06  Borut Razem <borut.razem AT siol.net>
7218
7219         * src/SDCC.lex: removed definition of unused variables
7220           save_optimize and save_options
7221
7222 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7223
7224         * clean.mk: removed '=' in "-maxdepth=1"
7225         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7226         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7227
7228 2003-10-06  Borut Razem <borut.razem AT siol.net>
7229
7230         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7231           my_unput() replaced by unput()
7232
7233 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7234
7235         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7236         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7237         type-punned pointer will break strict-aliasing rules"
7238         Old LR behaviour is again default; Klaus' LR can be choosen by
7239         defining the environment variable LRKLAUS
7240         * src/SDCCBBlock.h
7241         * src/SDCCloop.c
7242         * src/SDCClrange.c
7243         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7244         * clean.mk: fixed removal of files in bin/CVS/
7245         * device/lib/clean.mk: fixed removal of directories small and large
7246         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7247         * src/SDCCicode.c,
7248         * src/SDCCval.c: removed superflous test for pedantic
7249
7250 2003-10-05  Borut Razem <borut.razem AT siol.net>
7251
7252         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7253           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7254           message "unmatched #pragma SAVE and #pragma RESTORE"
7255
7256 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7257
7258         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7259           assembly, critical functions, atomic, nojtbound)
7260
7261 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7262
7263         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7264         * src/SDCCBBlock.h
7265         * src/SDCCloop.c
7266         * src/SDCCloop.h
7267         * src/SDCClrange.c
7268
7269 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * src/z80/gen.h,
7272         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7273         * src/mcs51/gen.h
7274         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7275         * src/ds390/gen.h
7276         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7277         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7278         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7279
7280 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         * src/z80/gen.c (genRet): fixed bug #524753
7283         * src/z80/gen.c (genCast): fixed internal error on cast from
7284         pointer to long
7285         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7286         fix for bug #477835 to the z80
7287         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7288         for tracking iCodes in the peephole optimizer for z80
7289
7290 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7291
7292         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7293         the other part of bug #814548
7294         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7295
7296 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7297
7298         * src/SDCCcse.c: fixed part of bug #814548
7299
7300 2003-09-28  Borut Razem <borut.razem AT siol.net>
7301
7302         * src/asm.c: rewrite of printILine() to use temporary file instead
7303           a pipe
7304         * src/xa51/main.c: commented out declaration of int rewinds
7305
7306 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7307
7308         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7309
7310 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7311
7312         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7313         * src/asm.c (printILine): Fixed bug #811015
7314
7315 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7316
7317         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7318         freeing.
7319
7320 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7321
7322         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7323         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7324         to correctly handle general case of AOP_PAIRPTR
7325         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7326
7327 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7328
7329         * src/mcs51/ralloc.c (fillGaps),
7330         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7331         register positioning bug)
7332
7333 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7334
7335         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7336
7337 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7338
7339         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7340         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7341         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7342         (ralloc doesn't intentionally do this now, but perhaps later)
7343         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7344         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7345         register positioning bugs (Fixed bug #762602 and #795325)
7346         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7347         (Fixed bug #808779)
7348         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7349         lines that --i-code-in-asm generates
7350
7351 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7352
7353         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7354         trying to fclose a FILE* that was already closed.
7355
7356 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7357
7358         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7359         of const struct should be treated as if const themselves)
7360
7361 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7362
7363         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7364
7365 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7366
7367         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7368         Unix (/n) and DOS (/r/n) line terminations.
7369
7370 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7371
7372         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7373         bug #613775
7374
7375 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7376
7377         * src/mcs51/gen.c (genFunction, genEndFunction),
7378         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7379         and restore of EA so that stack offsets to parameters are
7380         correct when using both critical and reentrant/stack-auto.
7381         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7382         size (can be triggered in error if sloc is shared between
7383         different sized objects)
7384         * device/include/float.h: fixed macros to explicitly use
7385         unsigned long where needed
7386
7387 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7388
7389         Feature req. 799831: added code to allow nesting of critical functions
7390         * src/mcs51/gen.c (genFunction, genEndFunction)
7391         * src/ds390/gen.c (genFunction, genEndFunction)
7392
7393 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * src/SDCCsymt.c (sclsFromPtr),
7396         * src/SDCCsymt.h,
7397         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7398         support for standard C idiom of memory mapped variables; for
7399         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7400         to xdata int at 0x1234 tempvar = 1.
7401         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7402         provided by Akiya ISHIDA
7403
7404 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7405
7406         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7407         * src/SDCCval.c (constVal): added reduction from int to char
7408         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7409         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7410         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7411         to ignore the sign
7412         * support/regression/tests/shifts.c: fixed
7413
7414 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7415
7416         * src/z80/gen.c (genXor): Fixed bug #805445
7417
7418 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7419
7420         Fixed bug #621531 (const & volatile confusion in the type chain).
7421         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7422         refer to the const or volatile state of the pointer itself.
7423
7424         * src/SDCCast.c
7425         * src/SDCCglue.c
7426         * src/SDCCicode.c
7427         * src/SDCCsymt.c
7428         * src/SDCCval.c
7429         * src/SDCC.y
7430         * src/SDCCsymt.h
7431         * src/pic/gen.c
7432         * src/pic/ralloc.c
7433         * src/pic16/gen.c
7434         * src/pic16/ralloc.c
7435         * support/regression/tests/const.c
7436
7437 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7438
7439         When checking for duplicated modules, use absolute paths
7440         instead of relative paths.  Files changed:
7441
7442         * as/mcs51/lklib.c
7443         * link/z80/lklib.c
7444
7445 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7448
7449 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7450
7451         * device/include/string.h: added size_t typedef, changed
7452         prototypes to use size_t, eliminated separate reentrant and
7453         non-reentrant declarations, added _memmove declaration
7454         * device/lib/_memcpy.c: changed to use size_t instead of int,
7455         changed /4 to >>2 to avoid division library call
7456         * device/lib/_memcmp.c,
7457         * device/lib/_memset.c,
7458         * device/lib/_strncat.c,
7459         * device/lib/_strncpy.c,
7460         * device/lib/_strncmp.c: changed to use size_t instead of int
7461         * device/lib/_memmove.c: new file (fixed bug #772294)
7462         * device/lib/Makefile.in: added _memmove.c
7463         * device/lib/z80/asm_strings.s: fixed bug #772290
7464         * support/regression/tests/bitfields.c: attempt to fix host assertion
7465         failure on amd64-unknown-linux2.2
7466
7467 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7468
7469         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7470         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7471         * as/z80/asmain.c (main): fixed bug #801766
7472
7473 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7474
7475         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7476         compilers
7477
7478 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7479
7480         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7481         reported in bug #800609
7482
7483 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7484
7485         * Top header beautifications in src/pic16 directory:
7486           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7487           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7488           pcoderegs.h, ralloc.c, ralloc.h
7489         * main.c: added top header and GPL license notice
7490         * pcode.c: fixed the if-conditional warning
7491
7492 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7493
7494         * device/lib/_mullong.c: replaced int by short for gcc
7495
7496 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7497
7498         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7499         and JUMPTABLE iCodes properly now (worked by accident before)
7500         * src/mcs51/gen.c (leftRightUseAcc),
7501         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7502         iCode properly now. Use getSize instead of nRegs since a & b
7503         aren't part of the nRegs tally.
7504
7505 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7506
7507         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7508         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7509           before instructions that use the _STATUS register
7510
7511 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7512
7513         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7514         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7515         fetching of the pointer
7516         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7517         copied from genNearPointerSet()
7518         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7519         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7520         If they pop r0/r1 they must be called in the opposite order than aopOp().
7521         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7522         (resp. --stack-auto), prepared for --xstack
7523
7524 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7525
7526         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7527
7528 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7529
7530         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7531         these ports have their own __sdcc_external_start()
7532
7533 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7534
7535         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7536         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7537         type for bits was changed. It resulted in bit variables becoming
7538         global, which is not permitted in PIC 14 assembly output.
7539
7540 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7541
7542         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7543
7544 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7545
7546         Z80 and MCS51 linkers complaint if a public symbol is defined
7547         in more than one library module:
7548
7549         * as/mcs51/lklib.c
7550         * link/z80/lklib.c
7551         * as/mcs51/Makefile.in
7552
7553 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         A few small changes that speed up the peephole optimizer.
7556
7557         * src/SDCCpeeph.c
7558
7559 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7560
7561         Try to make the peephole optimizer smarter by maintaining
7562         an association between the assembly source code and the
7563         iCodes that originated them. Put this information to use
7564         with a new peephole rule condition "notVolatile" so that
7565         the rules can be aggressive yet still safe.
7566
7567         * src/SDCCpeeph.c
7568         * src/SDCCpeeph.h
7569         * src/mcs51/gen.c
7570         * src/mcs51/peeph.def
7571
7572 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         Fixed bug #741761
7575
7576         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7577         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7578         if the left or right operand symbols have the accuse flag set.
7579
7580 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7581
7582         Changed the type of the result of the ! (NOT) operator to char;
7583         previously it returned the same type as the source. This allows
7584         us to eliminate all the genFloatNot functions (all of its target
7585         implementations were very buggy) since !float can use the same
7586         code as !long now.
7587
7588         * src/SDCCicode.c (ast2iCode): ! returns char
7589         * src/mcs51/gen.c (genNot, genNotFloat),
7590         * src/ds390/gen.c (genNot, genNotFloat),
7591         * src/z80/gen.c (genNot, genNotFloat),
7592         * src/pic/gen.c (genNot, genNotFloat),
7593         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7594
7595 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7596
7597         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7598         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7599            during interrupts. Ensure WSAVE is located at a shared bank address.
7600         2. Fixed page selection in some places
7601         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7602            the registers name strings.
7603         4. Fixed "signed / unsigned compare" compiler warnings.
7604         5. The PIC port manages its own allocation of the general purpose
7605            registers, but makes no attempt to reuse them. As a result when
7606            compiling it soon runs out of general purpose registers. Some
7607            additional code was added to the files pcode.c and device.c to walk
7608            through the function call tree and rename the registers so that they
7609            get reused.
7610
7611         * src/pic/device.c
7612         * src/pic/gen.c
7613         * src/pic/glue.c
7614         * src/pic/pcode.c
7615         * src/pic/pcode.h
7616         * src/pic/ralloc.c
7617         * src/pic/ralloc.h
7618         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7619         genPlus() & genMinus() when the result is the same as left or right
7620
7621 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7622
7623         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7624
7625 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7626
7627         Made bitfield a distinct type from bit so that bitfields
7628         convert as per ANSI C and bits retain their traditional
7629         boolean style behaviour. Implemented bitfield support in
7630         the z80 port.
7631
7632         * src/SDCCsymt.h,
7633         * src/SDCCsymt.c,
7634         * src/SDCCast.c,
7635         * src/cdbFile.c,
7636         * src/mcs51/gen.c,
7637         * src/ds390/gen.c: bit v bitfield split
7638         * src/z80/gen.c: New support for bitfields
7639         * support/regression/tests/bitfields.c: reenabled z80,
7640         added more tests
7641
7642 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7643
7644         Rules 246.x, 247.x relate to bitfields, the others speed up
7645         access to xdata mapped I/O devices.
7646
7647         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7648
7649 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7650
7651         Cleaned up genPackBits and genUnpackBits and added two helper
7652         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7653         for literal assignments in genPackBits (thanks to Frieder for
7654         reminding me).
7655
7656         * src/mcs51/gen.c
7657         * src/ds390/gen.c
7658
7659 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7660
7661         Fixed bug #748310 (pointer to function type mishandled when the
7662         function name is omitted). Also fixed a SIGSEGV when a function
7663         attribute (reentrant, etc) is used on a non-function or on a
7664         function but misplaced before the parameter list.
7665
7666         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7667         bug #748310
7668         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7669         * support/Util/SDCCerr.h,
7670         * support/Util/SDCCerr.c: Added func attr misuse error msg
7671
7672 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7673
7674         Fixed bug #787649 by anonymous
7675         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7676         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7677
7678 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7679
7680         Fixed numerous bitfield problems.
7681
7682         * src/SDCC.y: More bitfield related error checking
7683         * src/SDCCsymt.h,
7684         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7685         * support/Util/SDCCerr.h,
7686         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7687         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7688         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7689         * support/regression/tests/bitfields.c: tests added
7690
7691 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7692
7693         Made the constant following the "interrupt" keyword optional. If
7694         omitted, the function will not automatically be given an entry
7695         in the interrupt vector table (similar to #pragma NOIV, but
7696         less syntacticly kludgy). The interrupt number is also now
7697         range checked. Also fixed a bug in the high order bit example
7698         in the manual.
7699
7700         * src/SDCC.y
7701         * src/SDCCmem.c
7702         * src/SDCCglue.c
7703         * src/SDCCsymt.h
7704         * support/Util/SDCCerr.c
7705         * support/Util/SDCCerr.h
7706         * doc/sdccman.lyx
7707
7708 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7709
7710         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7711         * src/SDCCicode.c (operandOperation): rewritten some ops
7712         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7713         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7714         other type
7715         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7716         be re-activated by defining REDUCE_LITERALS)
7717         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7718         unsigned, but are signed by default
7719         * src/SDCCval.c (constVal): rearranged
7720         * src/SDCCval.c (valMod): preliminary fix
7721         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7722         * support/regression/literalop.c: added, work in progress
7723
7724 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7725
7726         Generate warnings for useless declarations like "char data;"
7727         that don't do what new users expect.
7728
7729         * src/SDCC.y
7730         * support/Util/SDCCerr.h
7731         * support/Util/SDCCerr.c
7732
7733 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7734
7735         * src/SDCCval.c (valMult): fix overflow detection of negative int
7736
7737 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7738
7739         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7740
7741         Changes to support big endian targets:
7742
7743         * src/ports.h
7744         * src/SDCCglue.c
7745         * src/avr/main.c
7746         * src/ds390/main.c
7747         * src/izt/i186.c
7748         * src/mcs51/main.c
7749         * src/pic/main.c
7750         * src/pic16/main.c
7751         * src/xa51/main.c
7752         * src/z80/main.c
7753
7754 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7755
7756         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7757         * device/lib/time.c: fixed warning "integer overflow in expression"
7758
7759 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7760
7761         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7762         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7763         constants are unsigned; added recognition of "u" flag for unsigned
7764         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7765         * src/SDCCval.c (valDiv, valMod): fixed signdness
7766         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7767         signedness of modulo, left and right shift
7768         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7769         * support/Util/SDCCerr.h: added warning W_INT_OVL
7770         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7771         * src/SDCCast.c (ast_print): improved output of constants
7772
7773 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7774
7775         Fixed some warnings when building with MSVC:
7776
7777         * as\mcs51\asdata.c
7778         * as\z80\asdata.c
7779         * as\mcs51\asm.h
7780         * as\z80\asm.h
7781         * link\z80\aslink.h
7782         * link\z80\lkdata.c
7783         * link\z80\lkeval.c
7784         * link\z80\lkgb.c
7785         * link\z80\lkihx.c
7786         * link\z80\lks19.c
7787         * link\z80\lksym.c
7788         * support\cpp2\cpplib.c
7789         * src\ds390\gen.c
7790         * src\mcs51\gen.c
7791
7792 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7793
7794         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7795
7796 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7797
7798         * support\librarian\clean.mk: Do not remove Makefile.
7799         * support\librarian\Makefile: added.
7800
7801 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7802
7803         Added librarian to MSVC build:
7804         * all.dsp
7805         * sdcc.dsw
7806         * support\librarian\librarian.dsp
7807
7808         'configure' not needed for librarian, removed:
7809         * support\librarian\configure
7810         * support\librarian\configure.in
7811         * support\librarian\config_in.h
7812         * support\librarian\Makefile.in
7813
7814         Hopefully these ones built the librarian and the rest of sdcc properly:
7815         * Makefile
7816         * Makefile.common.in
7817
7818         Messed up 'configure', so revert to previous version:
7819         * configure
7820         * configure.in
7821
7822 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7825         there, while the mantissa of a double is "only" 53 bits wide.
7826
7827 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7828
7829         Adding sdcclib to the build.  MSVC project coming soon.
7830         Files added/changed:
7831
7832         * support\librarian\clean.mk
7833         * support\librarian\configure
7834         * support\librarian\configure.in
7835         * support\librarian\config_in.h
7836         * support\librarian\Makefile.bcc
7837         * support\librarian\Makefile.in
7838         * support\librarian\sdcclib.c
7839         * Makefile.bcc
7840         * Makefile
7841         * Makefile.common.in
7842         * configure
7843         * configure.in
7844
7845 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7846
7847         Linker now complaints if linked modules have conflicting options, for
7848         example, one compiled using --model-large and another one compiled with
7849         --model-small.  The following files were modified:
7850
7851         * as\mcs51\asdata.c
7852         * as\mcs51\aslink.h
7853         * as\mcs51\asm.h
7854         * as\mcs51\asmain.c
7855         * as\mcs51\asout.c
7856         * as\mcs51\i51pst.c
7857         * as\mcs51\lkdata.c
7858         * as\mcs51\lklibr.c
7859         * as\mcs51\lkmain.c
7860         * as\z80\asdata.c
7861         * as\z80\asm.h
7862         * as\z80\asmain.c
7863         * as\z80\asout.c
7864         * as\z80\z80pst.c
7865         * link\z80\aslink.h
7866         * link\z80\lkdata.c
7867         * link\z80\lklibr.c
7868         * link\z80\lkmain.c
7869         * src\SDCCglue.c
7870
7871 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7872
7873         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7874         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7875
7876 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7877
7878         * src/z80/mappings.i: fix _mul[us][int,long] entries
7879
7880 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7881
7882         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7883
7884 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7885
7886         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7887         * support/regression/tests/bitopcse.c: added
7888         fixed warning:
7889         * src/avr/gen.c:
7890         * src/pic/gen.c:
7891         * src/pic16/gen.c:
7892         * src/z80/gen.c:
7893         * src/xa51/gen.c:
7894
7895 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7896
7897         added support for new library format to z80, gbz80 linkers:
7898         *link/z80/aslink.h
7899         *link/z80/lklex.c
7900         *link/z80/lklib.c
7901         *link/z80/lklist.c
7902
7903 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7906         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7907
7908 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7909
7910         added DUMMY_READ_VOLATILE:
7911         * src/SDCC.y:
7912         * src/avr/gen.c:
7913         * src/xa51/gen.c:
7914         * src/z80/gen.c:
7915         * src/pic/gen.c:
7916         * src/pic16/gen.c:
7917         * src/mcs51/gen.c:
7918         * src/ds390/gen.c:
7919         * src/SDCCcse.c (algebraicOpts): many improvements
7920         * src/SDCCcse.h: removed algebraicOpts()
7921         * src/SDCCicode.c (picDummyRead): added
7922
7923 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7924
7925         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7926         "Insufficient space in data memory".
7927
7928 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7929
7930         * src/mcs51/gen.c: fixed bug #771358
7931         * src/z80/gen.c: fixed bug #759087
7932
7933 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         * src/pic16/glue.c: minor cleanup by Vangelis
7936
7937 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7938
7939         * device/include/regc515c.h: fixed #758477
7940         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7941         * device/lib/_gptrput.c: saved a few bytes
7942         * my tab spacing is 8, yours too?)
7943         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7944         * device/lib/serial.c: process RX bytes earlier than TX bytes
7945         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7946
7947 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7948
7949         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7950
7951 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7952
7953     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7954
7955 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7956
7957         * device/lib/Makefile.in: bad fix, reverted to 1.43
7958
7959 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7960
7961         * device/lib/Makefile.in: added missing z80 object files
7962
7963 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7964
7965         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7966         pic16 progress by Vangelis:
7967         * src/SDCCglobl.h:
7968         * src/SDCCmain.c:
7969         * src/pic/Makefile:
7970         * src/pic:
7971         * pic/Makefile:
7972         * pic16/device.c:
7973         * pic16/device.h:
7974         * pic16/gen.c:
7975         * pic16/gen.h:
7976         * pic16/genarith.c:
7977         * pic16/glue.c:
7978         * pic16/main.c:
7979         * pic16/pcode.c:
7980         * pic16/pcode.h:
7981         * pic16/pcodepeep.c:
7982         * pic16/peeph.def:
7983
7984 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7985
7986     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7987
7988 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7989
7990     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7991     added gbz80 build to MSVC project.
7992     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7993     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7994     from 8051 stuff and setup so it links using a .lnk file.
7995
7996 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7997
7998     * support/librarian/sdcclib.c: sdcc librarian.
7999     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8000     with sdcclib.
8001
8002 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8003
8004     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8005
8006 2003-07-02  Borut Razem <borut.razem AT siol.net>
8007
8008         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8009         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8010         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8011         src/xa51/main.c, src/z80/main.c:
8012         virtualization of glue() function: each port has it's own glue function,
8013         which is accessed by do_glue function pointer in PORT.general structure
8014
8015 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8016
8017         * DS800C400 fun, improved ROM interface and tinibios.
8018
8019 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8020
8021         * More support for DS80C400. Now includes beginning of interface to ROM.
8022
8023 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8024
8025         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8026
8027 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8028
8029         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8030
8031 2003-06-19  Borut Razem <borut.razem AT siol.net>
8032
8033         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8034
8035 2003-06-19  Borut Razem <borut.razem AT siol.net>
8036
8037         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8038         fixed Z80 port - crt0.o: cannot open.
8039
8040 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8041
8042         * support/Util/MySystem.c (merge_command): revert bad fix
8043
8044 2003-06-18  Borut Razem <borut.razem AT siol.net>
8045
8046         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8047
8048 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8049
8050         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8051         option --use-stdout sends errors to stdout instead of stderr.
8052
8053 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8054
8055         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8056
8057 2003-06-15  Borut Razem <borut.razem AT siol.net>
8058
8059         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8060         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8061         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8062         fixed width array of pointers replaced with sets;
8063         multiple include and lib paths ared transferred to preprocessor and linker
8064         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8065         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8066         fixed width array of pointers
8067         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8068         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8069         fixupPath(), getPathDifference()
8070         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8071         fixed width array of pointers
8072
8073 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8074
8075         * src/pic16/ralloc.c: fix warnings
8076         * src/pic16/pcode.c: fix warning
8077
8078 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8079
8080          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8081         know all the details, but essentially this set of changes enable
8082         the pic16 port to generate movff instructions and generate assembler
8083         directives,
8084         * src/SDCCmain.c:
8085         * src/pic16/gen.c:
8086         * src/pic16/glue.c:
8087         * src/pic16/pcode.c:
8088         * src/pic16/device.c:
8089         * src/pic16/main.c:
8090         * src/pic16/pcode.h:
8091         * src/pic16/pcoderegs.c:
8092         * src/pic16/ralloc.c:
8093         * src/pic16/ralloc.h:
8094
8095 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8096
8097         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8098         added option --vc, so sdcc errors and warnings are compatible with
8099         Microsoft Visual Studio.
8100
8101 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8102
8103         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8104           device/lib/libfloat.lib: added atof function.
8105
8106 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8107
8108         * doc/sdccman.lyx: updated to Lyx 1.3
8109         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8110         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8111         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8112
8113 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8114
8115         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8116
8117 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8118
8119         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8120           additions to the "related tools/documentation" section
8121
8122 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8123
8124         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8125
8126 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8127
8128         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8129         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8130
8131 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8132
8133         * doc/sdccman.lyx: fix double dash and other minor things
8134         * doc/Makefile: fix double dash
8135
8136 2003-05-28  Karl Bongers(patches from Martin Helmling)
8137         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8138           condition and ignore commands.
8139
8140 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8141
8142         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8143           is in parts still quite out of date, I did changes as far as I felt makes sense
8144           for a non-native english speaker.
8145           Please feel free to add to the manual or to correct my changes.
8146         * doc/Makefile: undid touching the date of intermediate tex files.
8147
8148 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8149
8150         * doc/sdccman.lyx: Manual has an index now
8151
8152 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8153
8154         Finalize muluint/mulsint and mululong/mulslong merging:
8155         * device/lib/_mulint.c
8156         * device/lib/_mullong.c
8157         * device/lib/gbz80/mul.s
8158         * device/lib/gbz80/stubs.s
8159         * device/lib/z80/mul.s
8160         * device/lib/z80/stubs.s
8161         * src/SDCCsymt.c (initCSupport)
8162
8163 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8164
8165         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8166         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8167           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8168           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8169           instead of /Zm500.
8170
8171 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8172
8173         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8174           the regression tests I'm not brave enough to enable 245.b, 245.c
8175         * doc/sdccman.lyx: added latex preamble for hyperref package.
8176           Using pdflatex this will give you a hyperlinked pdf file with
8177           bookmarks. (prepend '%' before /usepackage if this breaks something)
8178
8179 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8180
8181          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8182
8183 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8184
8185         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8186
8187 2003-05-21    <johan AT balder>
8188
8189         * src/SDCCglue.c (printIval): fixed bug #739934
8190
8191 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8192
8193         Applied patch from bug 737905 (renamed yylineo to mylineno):
8194         * src/altlex.c
8195         * src/SDCCast.c
8196         * src/SDCglobl.h
8197         * src/SDCC.lex
8198         * src/SDCCsymt.c
8199         * src/SDCCval.c
8200         * src/pic16/pcode.c: Cleaned warnings
8201         * src/pic16/pcodeflow.c: Cleaned warnings
8202         * src/pic16/pcoderegs.c: Cleaned warnings
8203
8204 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8205
8206         * src/pic16/pcode.c: Cleaned warnings
8207         * src/pic16/pcodepeep.c: Cleaned warnings
8208         * src/pic16/ralloc.c: Cleaned warnings
8209
8210 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8211
8212         * doc/sdccman.lyx: fixed bug 739745
8213         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8214
8215 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8216
8217         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8218         it can be defined with CFLAGS when running configure
8219         * src/SDCCmain.c: fixed compiling + linking with object files
8220
8221 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8222
8223         * configure.in: configure for pic16 port,
8224             added --disable-pic16-port
8225         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8226         * src/SDCCmain.c: linkOptions is changed to set *,
8227             added if/endif conditional macros to remove options help
8228             messages from optionsTable when a port is not configured, added
8229             support for the PIc16 port in the ports table, when executing
8230             the compiler with no port specified on command line, a default
8231             port is selected with the new macro DEFAULT_PORT which is
8232             defined in port.h, in setDefaultOptions() linkOptions is removed
8233             from initialization assignment, since now it is a set,
8234             parseCmdLine uses setParseWithComma for linkOptions, in
8235             linkEdit() linkOptions are accessed with new function indexSet()
8236             which returns the i'th item of a set variable. See SDCCset.c, in
8237             linkEdit() when calling buildCmdLine(), added linkOptions as
8238             last argument. Now users can pass arguments to gplink via the
8239             -Wl option, main() uses pic16glue() to glue up pic16 programs
8240         * src/SDCCpeeph.c: various changes to support pic16
8241         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8242             return the i'th item of the set
8243         * src/SDCCset.h: added function prototype for indexSet()
8244         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8245         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8246         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8247             added macro DEFAULT_PORT
8248         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8249         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8250             generated
8251         * src/pic16/glue.c: commented out some error producing lines
8252         * src/pic16/main.c: __config directives are commented out to stop
8253             gpasm complaining and test the linkage with gplink, _linkCmd and
8254             _asmCmd changed to be more gplink and gpasm friendly
8255         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8256             produced an error when parsed, peep rule 12 is added to utilize
8257             movff, but it is commented out since the pCode does not support
8258             yet a command with 2 address arguments
8259
8260 2003-05-18    <johan AT balder>
8261
8262         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8263         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8264 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8265
8266         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8267   Added feature to script commands from file.
8268
8269 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8270
8271         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8272         * src/SDCCutil.c: include ctype.h for win32
8273
8274 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8275
8276         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8277
8278 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8279
8280         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8281   Fixed so you can set breakpoints prior to run, run does not stop
8282   on entry now.  Add tbreak.  Other enhancements and fixes for use
8283   with ddd.
8284
8285 2003-05-12  Borut Razem <borut.razem AT siol.net>
8286
8287         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8288
8289 2003-05-11  Borut Razem <borut.razem AT siol.net>
8290
8291         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8292         the path of bin directory, so that PATH is the only env. variable, which has to be set
8293         in case of standard installation.
8294         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8295         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8296         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8297
8298 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8299
8300         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8301         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8302         temp files are in the port dir; clean the gen/test directory when
8303         generating new test.c
8304         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8305         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8306         * support/regression/tests/zeropad.c: added
8307
8308 2003-05-09    <johan AT balder>
8309
8310         * src/SDCCglue.c: fixed bug #597940
8311
8312 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8313
8314         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8315   cache sfr, optimize next,step, fix off by one sourceline,
8316   support ddd list function.
8317         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8318
8319 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8320
8321         * support/regression/HTMLgen.py: added compare_s2f()
8322         * support/regression/Makefile: redo 1.27
8323         * support/regression/generate-cases.py: redo 1.5
8324
8325 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8326
8327         * support/regression/tests/float.c: workaround 33 bit hex constant
8328         * support/regression/tests/simplefloat.c: fix division for host
8329
8330 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8331
8332         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8333         that tame's the PIC's over-aggressive optimizer.
8334
8335 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8336
8337          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8338          support for MSVC.
8339
8340 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8341
8342         Initial support for DS80C400. "Hello world" runs on TINIm400
8343         (with polled I/O).
8344
8345 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8346
8347          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8348          * Some notes on ddd usage added in debugger/README
8349          Martin Helmling adding more features and fixes for ddd GUI debugger.
8350          Code added for nexti, stepi, up, down, and other adjustments.
8351
8352 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8353
8354         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8355         * src/pic/peeph.def Added two rules to optimize carry manipulation
8356         * src/pic/* removed debug printfs
8357
8358 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8359
8360         * debugger/mcs51/cmd.c: added header newalloc.h
8361
8362 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8363
8364         * as/Makefile: new EXEEXT
8365         * as/z80/Makefile: remove trailing slash of BUILDIR
8366         * as/z80/clean.mk: new EXEEXT
8367         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8368         * support/cpp2/Makefile.in: new EXEEXT
8369         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8370
8371 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8372
8373         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8374         EXEEXT was introduced to fix all related problems with targets
8375         "clean", "install" and "uninstall"; a couple of further flaws
8376         especially with "clean" have been fixed too
8377         * as/mcs51/Makefile.in
8378         * as/mcs51/clean.mk
8379         * as/z80/Makefile
8380         * Makefile
8381         * clean.mk
8382         * debugger/mcs51/Makefile.in
8383         * debugger/mcs51/clean.mk
8384         * link/z80/Makefile
8385         * link/z80/Makefile.in
8386         * link/z80/clean.mk
8387         * link/Makefile
8388         * packihx/Makefile.in
8389         * packihx/clean.mk
8390         * sim/ucsim/Makefile
8391         * sim/ucsim/clean.mk
8392         * sim/ucsim/avr.src/Makefile.in
8393         * sim/ucsim/avr.src/clean.mk
8394         * sim/ucsim/s51.src/Makefile.in
8395         * sim/ucsim/s51.src/clean.mk
8396         * sim/ucsim/xa.src/Makefile.in
8397         * sim/ucsim/xa.src/clean.mk
8398         * sim/ucsim/z80.src/Makefile.in
8399         * sim/ucsim/z80.src/clean.mk
8400         * sim/ucsim/main_in.mk
8401         * sim/ucsim/packages_in.mk
8402         * sim/ucsim/gui.src/Makefile.in
8403         * sim/ucsim/gui.src/serio.src/Makefile.in
8404         * sim/ucsim/gui.src/serio.src/clean.mk
8405         * src/Makefile.in
8406         * src/clean.mk
8407         * support/cpp2/Makefile.in
8408         * support/cpp2/clean.mk
8409         * support/makebin/Makefile
8410         * support/makebin/clean.mk
8411         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8412         * doc/sdccman.lyx: --program-suffix no longer needed
8413
8414 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8415
8416          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8417          Martin Helmling added support for ddd GUI debugger.
8418          Code added to display assembly, set variables, and other commands
8419          to interface to ddd.
8420
8421 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8422
8423         * as/Makefile: fix target clean
8424         * as/clean.mk: fix target clean
8425         * as/z80/clean.mk: fix target clean
8426
8427 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8428
8429         * Makefile.common.in: added  AT EXEEXT AT
8430         * configure.in: removed all mingw32 stuff
8431         * configure: rebuilt from configure.in
8432         * doc/sdccman.lyx: updated section "installation"
8433         * support/scripts/sdcc_mingw32: adapted to configure
8434         * support/scripts/sdcc_cygwin_mingw32: added
8435
8436 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8437
8438         * src/pic Added object file support for the PIC port
8439         * src/pic Applied patch from Craig Franklin (this started the object file support)
8440         * src/regression Updated the PIC regression tests for object files
8441
8442 2003-04-20  Borut Razem <borut.razem AT siol.net>
8443
8444         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8445           lklex.c: In function `getfid':
8446           lklex.c:203: warning: array subscript has type `char'
8447         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8448           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8449         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8450           stack handling macros
8451
8452 2003-04-19  Borut Razem <borut.razem AT siol.net>
8453
8454         * "handling space characters in file path" task:
8455         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8456         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8457         * support/Util/MySystem.h: make it self-sufficient
8458         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8459           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8460           handling space characters in file path
8461         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8462           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8463         * support/Util/MySystem.c: handling space characters in executable's path
8464
8465 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8466
8467         * as/z80/Makefile: fix permanent rebuild of z80
8468         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8469         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8470
8471 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8472
8473         * src/SDCCopt.c: add special case optimization to replace modulo by
8474           a power of two with a bitwise AND.
8475
8476 2003-04-18    <johan AT balder>
8477
8478         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8479
8480 2003-04-17    <johan AT balder>
8481
8482         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8483         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8484
8485 2003-04-13  Borut Razem <borut.razem AT siol.net>
8486
8487         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8488         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8489           fixed mingw problem in adl_NORMALIZE_PATH
8490
8491 2003-04-12  Borut Razem <borut.razem AT siol.net>
8492
8493         * fixed "#pragma SAVE/RESTORE can not be nested":
8494         * src/SDCC.lex: reworked pragma handling functions
8495         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8496         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8497
8498 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8499
8500         * src/SDCCutil.c (pathEquivalent): defined but not used
8501         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8502         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8503         * configure: rebuilt from configure.in
8504         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8505         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8506         * device/include/Makefile.in: replace sdcc_datadir
8507         * device/lib/Makefile.in: replace sdcc_datadir
8508         * Makefile.common.in: add LDFLAGS from configure
8509         * packihx/Makefile.in: use LDFLAGS
8510         * src/Makefile.in: use LDFLAGS
8511         * support/cpp2/Makefile.in: add LDFLAGS from configure
8512         * support/makebin/Makefile: use LDFLAGS
8513         * .version: bumped version number to 2.3.5
8514
8515 2003-04-12  Borut Razem <borut.razem AT siol.net>
8516
8517         * completed "different paths" task:
8518         * src/SDCCmacro.c: fixed bug in handling quotes
8519         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8520         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8521
8522 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8525
8526 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8527
8528         * ds390/gen.c ds390/peeph.def: fix bug 706781
8529
8530 2003-04-11  Borut Razem <borut.razem AT siol.net>
8531
8532         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8533
8534 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8535
8536         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8537         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8538          set - this bit used to not be set...).
8539         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8540           bad code in PIC Port
8541         * src/regression/and2.c added to test bug 609268
8542         * src/regression/Makefile added and2.c to regression test
8543
8544
8545 2003-04-08    <johan AT CP255758-A>
8546
8547         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8548         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8549         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8550
8551 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8552
8553         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8554         fix bug #487815
8555         * support/cpp2/Makefile.in: fix bug #487815
8556         * configure: rebuilt from configure.in
8557         * Makefile.common.in: docdir changed, new path suffixes
8558         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8559         * sdcc_vc_in.h: reflect changes from sdccconf.h
8560         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8561         * src/SDCCutil.h: remove BINDIR hack
8562         * doc/sdccman.lyx: update new path hierarchy
8563
8564 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8565
8566         * src/SDCCpeeph.c: added okToRemoveSLOC test
8567
8568 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8569
8570         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8571
8572 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8573
8574         * src/SDCCpeeph.c: added labelIsReturnOnly test
8575         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8576
8577 2003-04-05    <johan AT balder>
8578
8579         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8580         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8581         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8582         * src/SDCCast.c: fixed a warning
8583         * src/SDCCast.h: fixed a warning
8584         * src/SDCCicode.c (operandFromAst): fixed a warning
8585
8586 2003-04-04    <johan AT balder>
8587
8588         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8589         * src/SDCCast.c (decorateType): fixed bug #715076
8590         * src/SDCC.y: fixed bug #702907
8591
8592 2003-04-03    <johan AT balder>
8593
8594         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8595         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8596         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8597         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8598         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8599
8600 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8601
8602         * _decdptr.c: fix return values
8603         * _gptrget.c: fix return values
8604         * _gptrgetc.c: fix return values
8605         * _gptrput.c: fix return values
8606         * _mulint.c: fix return values
8607         * as/z80/Makefile: fix 'make -j' problem
8608
8609 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8610
8611         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8612         * configure.in: big cleanup, updated to autoconf 2.5x
8613         * configure: rebuilt from configure.in
8614         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8615         * sdcc_vc_in.h: reflect changes from sdccconf.h
8616         * doc/Makefile: fixed a flaw in "make install"
8617
8618 2003-04-02    <johan AT balder>
8619
8620         * src/ds390/gen.c (genCmp): no comments
8621         * src/mcs51/gen.c (genCmp): no comments
8622         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8623         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8624
8625 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8626
8627         * support/regression/generate-cases.py: place generated file in given sub directory
8628         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8629         * support/regression/Makefile: improvements for 'make -j';
8630         side effect: it's simpler and faster now
8631
8632 2003-03-31  Borut Razem <borut.razem AT siol.net>
8633
8634         * src/z80/main.c: link-{port} and as-{port} defined without path
8635         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8636
8637 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8638
8639         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8640
8641 2003-03-30  Borut Razem <borut.razem AT siol.net>
8642
8643         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8644           changed type of list parameter to set
8645         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8646         * src/port.h: changed type of do_assemble() parameter to set
8647         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8648           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8649           definition of "cppoutfilename" macro with NULL value in preProcess()
8650         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8651         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8652         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8653           replaced with set *binPathSet
8654         * shash_add() deallocates the item, if allready exsists, before adding the new one
8655         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8656
8657 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8658
8659         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8660           a nested for loop bug in the PIC port
8661         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8662           for loops
8663
8664 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8665
8666         * support/Util/dbuf.h: remove C++ stuff to make it portable
8667
8668 2003-03-28  Borut Razem <borut.razem AT siol.net>
8669
8670         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8671           literal strings in stringLiteral()
8672         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8673         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8674           to the project
8675
8676 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8677
8678         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8679
8680 2003-03-26    <johan AT balder>
8681
8682         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8683         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8684         * src/SDCCast.c (decorateType): fixed " -v < 3"
8685
8686 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8687
8688         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8689         Added Lenny Story's debug infrastructure changes:
8690         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8691         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8692         * src/cdbFile.c: added
8693         * src/SDCCdebug.c: added
8694         * src/SDCCdebug.h: added
8695         * src/SDCCast.c (createFunction)
8696         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8697         * src/SDCCmain.c (parseCmdLine, main)
8698         * src/SDCCmem.c (redoStackOffsets)
8699         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8700         * src/SDCCsymt.h
8701         * src/common.h
8702         * src/avr/gen.c (genAVRCode)
8703         * src/ds390/gen.c (gen390Code)
8704         * src/mcs51/gen.c (gen51Code)
8705         * src/pic/gen.c (genpic14Code)
8706         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8707         * src/xa51/gen.c (genXA51Code)
8708         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8709
8710 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8711
8712         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8713         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8714
8715 2003-03-22    <johan AT balder>
8716
8717         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8718
8719 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8720
8721         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8722         * doc/cdbfileformat.lyx: added, written by Lenny Story
8723         * doc/Makefile: added cdbfileformat.lyx
8724         * doc/clean.mk: added cdbfileformat.lyx
8725
8726 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8727
8728         * src/mcs51/peeph.def: fix bug #705773
8729
8730 2003-03-20    <johan AT balder>
8731
8732         An sfr/sbit can have an "at #" AND an initializer
8733         * src/SDCCsymt.c (checkSClass):
8734         * src/SDCCmem.c (allocGlobal):
8735         * src/SDCCmem.c (allocLocal):
8736         * src/SDCCast.c (createBlock):
8737
8738 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8739
8740         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8741
8742 2003-03-16    <johan AT balder>
8743
8744         Undid the hackup of const and volatile, the problem is much bigger
8745         * src/SDCC.y:1.65
8746         * src/SDCCast.c:1.171
8747         * src/SDCCglue.c:1.138
8748         * src/SDCCicode.c:1.146
8749         * src/SDCCsymt.c:1.150
8750         * src/SDCCval.c:1.65
8751
8752 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8753
8754         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8755         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8756
8757 2003-03-13    <johan AT balder>
8758
8759         Hackup const and volatile modifiers in type chains a bit:
8760         * src/SDCC.y:1.63
8761         * src/SDCCast.c:1.169
8762         * src/SDCCglue.c:1.136
8763         * src/SDCCicode.c:1.143
8764         * src/SDCCsymt.c1.146
8765         * src/SDCCsymt.h1.59
8766         * src/SDCCval.c:1.63
8767
8768 2003-03-12    <johan AT balder>
8769
8770         * src/SDCCBBlock.h: more LRH debugging junk
8771         * src/SDCCcflow.h: more LRH debugging junk
8772         * src/SDCCloop.c: more LRH debugging junk
8773         * src/SDCC.y (struct_declaration): fixed bug #697590
8774         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8775         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8776         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8777
8778 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8779         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8780         test function names must now match exactly).
8781         * src/SDCCcse.c: added special case in findCheaperOp to allow
8782         extending a short integer. Makes less awful code for bug 700121 test case.
8783
8784 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8785
8786         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8787         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8788
8789 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8790
8791         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8792         actually called (operandsNotEqual() was called for all
8793         operandsNotEqualX tests).
8794
8795 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8796
8797         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8798         with shorter literals. Fixes bug 700121.
8799
8800 2003-03-11    <johan AT balder>
8801
8802         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8803
8804 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8805
8806         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8807         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8808
8809 2003-03-10  Borut Razem <borut.razem AT siol.net>
8810
8811         * src/SDCCmain.c: pipe preprocessor's output
8812         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8813         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8814         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8815         which closes all pipes in pipeSet set
8816         * src/SDCCset.c: free deleted item in function deleteSetItem()
8817         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8818         moved from z80 to src subproject
8819         * .version: increased version number to 2.3.4
8820
8821 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8822
8823         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8824         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8825         * support/regression/ports/xa51/spec.mk: fix typo
8826
8827 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8828
8829         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8830
8831 2003-03-09  Borut Razem <borut.razem AT siol.net>
8832
8833         * src/SDCCmain.c: pipe preprocessor's output
8834         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8835         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8836         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8837         which closes all pipes in pipeSet set
8838         * src/SDCCset.c: free deleted item in function deleteSetItem()
8839         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8840         moved from z80 to src subproject
8841
8842 2003-03-09  Borut Razem <borut.razem AT siol.net>
8843
8844         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8845         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8846         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8847         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8848         * src/SDCCglobl.h: unification of WIN32 native definitions
8849
8850 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8851
8852         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8853
8854 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8855
8856         * src/configure.in:   check for endianess (even while cross-compiling)
8857         * src/configure:      check for endianess (even while cross-compiling)
8858         * src/configure_in.h: check for endianess (even while cross-compiling)
8859         * src/avr/gen.c:        remove old endianess stuff
8860         * src/mcs51/gen.c:      remove old endianess stuff
8861         * src/ds390/gen.c:      remove old endianess stuff
8862         * src/pic/gen.c:        remove old endianess stuff
8863         * src/pic/genarith.c:   remove old endianess stuff
8864         * src/pic/glue.c:       fix endianess check
8865         * src/pic16/gen.c:      remove old endianess stuff
8866         * src/pic16/genarith.c: remove old endianess stuff
8867         * src/pic16/glue.c:     fix endianess check
8868         * src/xa51/gen.c:       remove old endianess stuff
8869         * src/z80/gen.c:        fix endianess check
8870         * src/SDCCglue.c:       fix endianess check
8871         * src/ds390/peeph.def: fix bug 700036
8872
8873 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8874
8875         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8876         * src/configure: find appropriate data-types on host for SDCC's int and long
8877         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8878         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8879         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8880
8881 2003-03-07    <johan AT balder>
8882
8883         Just a big NOOP:
8884                 some minor cleanups before the big shot
8885                 OP_DEFS and OP_USES now use Kevin's protection
8886                 new option --nolabelopt
8887
8888         * src/SDCCBBlock.c:
8889         * src/SDCCast.c,:
8890         * src/SDCCcflow.c:
8891         * src/SDCCcse.c:
8892         * src/SDCCicode.c:
8893         * src/SDCCicode.h:
8894         * src/SDCClabel.c:
8895         * src/SDCCloop.c:
8896         * src/SDCCmain.c:
8897         * src/ds390/ralloc.c:
8898         * src/mcs51/ralloc.c:
8899         * src/pic/ralloc.c:
8900         * src/xa51/ralloc.c:
8901         * src/z80/ralloc.c:
8902
8903 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * src/pic/pcode.c (get_op): fix 64 bit warnings
8906         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8907         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8908         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8909         * support/regression/tests/malloc.c: fix 64 bit warnings
8910
8911 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         * src/mcs51/gen.c (genMinus): fixed bug 696436
8914
8915 2003-03-02  Borut Razem <borut.razem AT siol.net>
8916
8917         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8918
8919 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8920
8921         * configure.in: test for mkstemp
8922         * sdccconf_in.h: add HAVE_MKSTEMP
8923
8924 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * device/include/ctype.h: removed warning while using --stack-auto
8927         * device/include/malloc.h: removed warning while using --stack-auto
8928         * device/include/string.h: removed warning while using --stack-auto
8929
8930 2003-02-23  Borut Razem <borut.razem AT siol.net>
8931
8932         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8933         because NDEBUG is defined (see man assert)
8934         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8935
8936 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8937
8938         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8939         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8940
8941 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8942
8943         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8944         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8945
8946 2003-02-18    <johan AT balder>
8947
8948         * as/mcs51/asmain.c (asmbl): module can start with a digit
8949         * as/z80/asmain.c (asmbl): module can start with a digit
8950
8951 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8952
8953         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8954         * src/asm.c: fix pipe() for Mingw32
8955
8956 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8957
8958         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8959         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8960         make -V work again; --c1mode reads now from stdin
8961         * doc/sdccman.lyx: added --c1mode
8962         * support/Util/SDCCerr.c: new messages for c1 mode
8963         * support/Util/SDCCerr.h: new messages for c1 mode
8964         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8965
8966 2003-02-15    <johan AT balder>
8967
8968         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8969
8970 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8971
8972         * doc/sdccman.lyx: Environment variables, -o and other minor things
8973
8974 2003-02-14    <johan AT balder>
8975
8976         * src/xa51/main.c: before anyone really tries to use it :)
8977
8978         * Install doc's in share/sdcc/doc
8979         * removed some obsolete files
8980         * Do a proper make distclean and uninstall
8981         M Makefile.common.in
8982         R sdccbuild.sh
8983         M as/Makefile
8984         M device/include/Makefile.in
8985         M device/lib/Makefile.in
8986         M doc/sdccman.lyx
8987         M link/Makefile
8988         M sim/ucsim/doc/Makefile.in
8989         M src/clean.mk
8990         R src/avr/peeph.rul
8991         R src/xa51/peeph.rul
8992         M support/cpp2/Makefile.in
8993         M support/makebin/Makefile
8994
8995
8996 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8997
8998         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8999
9000 2003-02-10  Borut Razem <borut.razem AT siol.net>
9001
9002         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9003         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9004         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9005         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9006         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9007         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9008         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9009         src/z80/Makefile.bcc: Borland Makefile cleanup
9010         * as/z80/Makefile.bcc: Added Borland Makefile
9011         * support/cpp2/borland.h: Removed
9012
9013 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9014
9015         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9016         * src/SDCC.lex: new pragma NOIV
9017         * src/SDCCglobl.h: new pragma NOIV
9018         * src/SDCCmem.c: new pragma NOIV
9019
9020 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9021
9022         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9023
9024 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9025
9026         * src/SDCCmain.c: signal handling is switched off by --debug
9027         * doc/Makefile: small fix for install; use clean.mk again
9028         * doc/clean.mk: clean *.pdf and *.html too
9029
9030 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9031
9032         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9033         * device/lib/printfl.c: fix a ds390 bug by making it portable
9034         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9035         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9036         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9037         * debugger/mcs51/cmd.c: converted multi-line string literals
9038         * sim/ucsim/globals.cc: converted multi-line string literals
9039         * src/SDCCmain.c: introduced signal handler to remove temp files
9040         * doc/Makefile: small tweaks, implement clean
9041         * doc: removed generated files
9042
9043 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9044
9045         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9046         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9047         Address Record is not correctly generated for DS390."
9048
9049 2003-02-02  Borut Razem <borut.razem AT siol.net>
9050
9051         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9052         * as/mcs51/asm.h: fixed compilation with Borland C
9053         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9054         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9055         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9056         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9057         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9058         src/z80/Makefile.bcc: delete $(LIB) only if exist
9059         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9060
9061 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9062
9063         * device/include/malloc.h: introduced NULL
9064         * device/include/string.h: introduced NULL
9065         * device/include/stdlib.h: introduced NULL
9066         * device/lib/_memcpy.c: removed NULL
9067         * device/lib/_strcat.c: removed NULL
9068         * device/lib/_strchr.c: removed NULL
9069         * device/lib/_strcmp.c: removed NULL
9070         * device/lib/_strcpy.c: removed NULL
9071         * device/lib/_strcspn.c: removed NULL
9072         * device/lib/_strlen.c: removed NULL
9073         * device/lib/_strncat.c: removed NULL
9074         * device/lib/_strncmp.c: removed NULL
9075         * device/lib/_strncpy.c: removed NULL
9076         * device/lib/_strpbrk.c: removed NULL
9077         * device/lib/_strrchr.c: removed NULL
9078         * device/lib/_strspn.c: removed NULL
9079         * device/lib/_strstr.c: removed NULL
9080         * device/lib/_strtok.c: removed NULL
9081         * device/lib/malloc.c: removed NULL, include own header
9082
9083 2003-02-02    <johan AT balder>
9084
9085         * 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
9086         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9087         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9088         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9089         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9090         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9091
9092 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9093
9094         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9095         area 'DATA'"
9096
9097 2003-02-01    <johan AT balder>
9098
9099         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9100
9101 2003-01-31    <johan AT CP255758-A>
9102
9103         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9104
9105 2003-01-30    <johan AT balder>
9106
9107         * src/SDCCBBlock.c: automatic bug detection
9108         * src/SDCCicode.c: automatic bug detection
9109
9110 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9111
9112         * src/SDCCglobl.h:   now --xram-size 0 works
9113         * src/SDCCmain.c:    now --xram-size 0 works
9114
9115 2003-01-29    <johan AT balder>
9116
9117         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9118
9119 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9120
9121         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9122         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9123         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9124         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9125         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9126         * src/SDCCmain.c:    Added options --xram-size and --code-size
9127
9128 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9129
9130         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9131         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9132
9133 2003-01-27    <johan AT balder>
9134
9135         * src/SDCC.y: fixed bug #613764
9136
9137 2003-01-26    <johan AT balder>
9138
9139         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9140         * src/SDCCsymt.h: fixed bug #673374
9141         * src/SDCCglue.c: fixed bug #661910
9142         * src/SDCCast.c: fixed bug #458099 and 673374
9143
9144 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9145
9146         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9147         * as/mcs51/strcmpi.h: added
9148         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9149         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9150         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9151         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9152         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9153         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9154         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9155         * as/mcs51/Makefile.aslink: new module strcmpi
9156         * as/mcs51/Makefile.asx8051: new module strcmpi
9157         * as/mcs51/Makefil.bcc: new module strcmpi
9158         * as/mcs51/Makefile.in: new module strcmpi
9159         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9160
9161 2003-01-26    <johan AT balder>
9162
9163         * src/SDCCglue.c: reverted back to 1.124
9164         * src/SDCCast.c: reverted back to 1.156
9165         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9166
9167 2003-01-25    <johan AT balder>
9168
9169         * src/SDCCglue.c: A better fix for bug #661910
9170         * src/SDCCast.c: A better fix for bug #661910
9171         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9172
9173 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9174
9175         * src/Makefile.in: remove spawn.o
9176         * src/SDCCmain.c: remove spawn.h
9177         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9178         * src/spawn.c: removed
9179         * src/spawn.h: removed
9180         * support/regression/ports/ds390/spec.mk: link with -r
9181
9182 2003-01-24    <johan AT CP255758-A>
9183
9184         * src/ds390/gen.c (aopOp): fixed bug #667458
9185         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9186         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9187         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9188
9189 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9190
9191         * src/mcs51/peeph.def: better assembler identation by Frieder
9192         * src/mcs51/gen.c: better assembler identation by Frieder
9193
9194 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * as/z80/string.h: removed for gcc 3.2
9197         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9198         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9199
9200 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9201
9202         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9203         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9204         * support/regression/Makefile: separate temp files for ports
9205         * support/regression/generate-cases.py: separate temp files for ports
9206         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9207         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9208
9209 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9210
9211         * moved tinitalk to device/examples/ds390
9212
9213 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9214
9215         * as/mcs51/lkmem.c: rflag is for DS390
9216         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9217         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9218                          (linkEdit): move mem- and map-files the same way as ihx-files
9219         * src/z80/main.c (_setDefaultOptions): removed --generic
9220         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9221         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9222         * src/pic/glue.c (picglue): --c1mode works again
9223         * src/pic16/glue.c (pic16glue): --c1mode works again
9224         * src/asm.c (printCLine): fix #660034
9225
9226 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9227
9228         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9229         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9230         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9231         * as/mcs51/lkmem (summary): better fix for sp problem
9232         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9233         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9234         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9235                                               remove --stack-after-data
9236
9237 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9238
9239         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9240         * src/SDCCutil.c (join): ugly bug: missing '\0'
9241         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9242
9243 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9244
9245         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9246         * src/port.h: typo
9247         * src/pic/main.c (_asmCmd): gpasm supports -o
9248         * src/z80/main.c: more general macros
9249         * device/lib/Makefile.in: remove intermediate files
9250
9251 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         * .version: Bumped version number to 2.3.3
9254         * src/SDCCBBlock.c: new option -o
9255         * src/SDCCglobl.h: new option -o
9256         * src/SDCCglue.c: new option -o
9257         * src/SDCCmain.c: new option -o
9258         * src/asm.c: new option -o
9259         * src/ds390/main.c: new option -o
9260         * src/pic/glue.c: new option -o
9261         * src/pic/pcode.c: new option -o
9262         * src/pic/ralloc.c: new option -o
9263         * src/pic16/glue.c: new option -o
9264         * src/pic16/pcode.c: new option -o
9265         * src/pic16/ralloc.c: new option -o
9266         * src/z80/main.c: new option -o
9267         * device/lib/Makefile.in: use -o
9268         * support/regression/ports/ds390/spec.mk: use -o
9269         * support/regression/ports/gbz80/spec.mk: use -o
9270         * support/regression/ports/mcs51/spec.mk: use -o
9271         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9272         * support/regression/ports/z80/spec.mk: use -o
9273         * support/regression/ports/ucz80/spec.mk: use -o
9274         * support/regression/ports/xa51/spec.mk: use -o
9275         * support/regression/fwk/lib/timeout.c: fix usage string
9276
9277 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9278         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9279
9280 2003-01-07    <johan AT balder>
9281
9282         * src/SDCCast.c (decorateType): fixed bug #600035
9283
9284 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9285         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9286         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9287         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9288         * src/pic/pcode.c: outcommented unused variable to remove warnings
9289         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9290
9291 2003-01-06    <karl AT turbobit.com>
9292         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9293    regression tests.
9294
9295 2003-01-06    <johan AT balder>
9296
9297         * src/SDCCicode.c: fixed array add
9298
9299 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9300         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9301         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9302
9303 2003-01-04    <johan AT balder>
9304
9305         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9306
9307 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9308         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9309
9310 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9311         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9312         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9313
9314 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9315         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9316
9317 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9318         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9319
9320 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9321         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9322
9323 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9324
9325     * in \sdcc\as\mcs51\ changed these files in order to create an
9326     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9327     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9328     following files to include the previous two files: aslink.dsp,
9329     Makefile.aslink, Makefile.bcc, and Makefile.in.
9330
9331     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9332     .adb instead of .cdb
9333
9334 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9335
9336         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9337         value from option --iram-size.
9338
9339 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9340
9341         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9342         dram[] array.
9343
9344 2002-09-18    <wiml AT hhhh.org>
9345
9346         * SDCClrange.h: exposed setFromRange() and setToRange()
9347         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9348           packRegsForAccUse() (bug 542397)
9349         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9350           multiple times and emitting the fetch operations more than once
9351           added aopGetUsesAcc() function to allow binary operators to
9352           fetch their operands in the correct order; made genMinus() emit
9353           compact code for X = LITERAL - Y
9354
9355 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9356         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9357         sprintf() in line 1267.
9358
9359 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9360         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9361         like ports.
9362
9363 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9364         Changes to aslink (All the changes are marked with 'JCF'):
9365
9366         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9367         summary().
9368
9369         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9370         area BSEG.  Also moves, if possible, the DATA area down into the internal
9371         ram so more space is available.
9372
9373         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9374         sflag.
9375
9376         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9377         not bytes.  Function summary() which creates a memory usage summary
9378         file with extension .mem.  Reports of overlaping stack and small stack
9379         size.  If the space for the stack is less than 16 bytes aslink trows a
9380         warning.
9381
9382         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9383         the 8051.  Option 'y' for memory summary output file.
9384
9385         Changes to sdcc (All the changes are marked with 'JCF'):
9386
9387         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9388
9389         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9390         overlaying area for it (uses RegBankUsed[4]).
9391
9392         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9393         bank zero as used by default.  By default aslink locates the stack
9394         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9395         the creation of the .mem file.  Delegates the allocation of data area
9396         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9397         the begining of the stack area to aslink.
9398
9399         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9400         glue() in SDCCglue.c creates an area for it.
9401
9402 2002-09-03  Borut Razem <borut.razem AT siol.net>
9403         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9404         sdcc/src/pic/glue.c:
9405         introduced atexit() handler for teporay files removal in case of
9406         errors, assertions, ...
9407
9408 2002-08-29  Borut Razem <borut.razem AT siol.net>
9409         * sdcc/support/cpp2/auto-host_vc_in.h:
9410         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9411         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9412         Maybe there is a similar problem with BORLANDC? It should be checked!
9413
9414         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9415         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9416         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9417         was not executed, and the compiler (cl) launched a warning:
9418         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9419
9420 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9421         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9422
9423 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9424         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9425
9426         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9427           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9428           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9429           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9430           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9431           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9432           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9433         - added Release configuration in VS projects
9434         - review of compiler an linker options
9435         - VC .exe files are generated in bin_vc directory, not to interfere
9436           with binaries generated from other projects (cygwin, mingw, bcc ...)
9437
9438         * sdcc/src/yacc.dsp: added
9439
9440         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9441         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9442         and insert the version number definitions from .version
9443
9444         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9445
9446         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9447         added - genarate auto-host.h using auto-host_vc_in.h as template
9448
9449         * sdcc/sdcc_vc.h,
9450         removed from CVS, generated automatically
9451
9452 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9453         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9454
9455 2002-08-11  Borut Razem <borut.razem AT siol.net>
9456         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9457
9458 2002-08-10  Borut Razem <borut.razem AT siol.net>
9459         * src/SDCCmain.c (main):
9460         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9461         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9462         The consequence was that some temporary files were not removed.
9463
9464         * src/SDCCglue.c:
9465         unification of code in functions tempfilename() and tempfile():
9466         function tempnam() is defined in Visual Studio 6.0 and .NET
9467
9468         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9469
9470         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9471           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9472         - removed compiler command line option /WX: Treats all warnings as errors
9473         - update a list of source files, included into the project
9474
9475         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9476           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9477         changed project type to Generic Project so that can be correcly converted to VS.NET project
9478
9479         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9480
9481         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9482
9483         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9484
9485         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9486         added return 0 statements after assert() to make compiler happy
9487
9488         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9489         added newline in the def file to keep MSC compiler satisfied
9490
9491         * sdcc/src/z80/gen.c:
9492         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9493           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9494         - solved MSC error in function aopDump()
9495
9496         * sdcc_vc.h: define PREFIX as "\\sdcc"
9497
9498 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9499         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9500
9501 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9502         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9503         - Rewrote the register banking algorithm.
9504         - Added pCode live-range analysis to registers (for now, only non-used and
9505         singly-used registers optimized away)
9506
9507         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9508
9509         * 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.
9510
9511 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9512         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9513
9514 2002-04-22  Michael Hope  <michaelh AT vroom>
9515
9516         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9517
9518         * configure.in (DD_COPT): Added include support required for gbdk.
9519
9520         * .version: Bumped version number just to increase it.
9521
9522         * src/SDCCmain.c: Added -nostdinc to the default options.
9523
9524 2002-04-15  Michael Hope  <michaelh AT vroom>
9525
9526         * device/lib/z80/printf.c (sprintf): Added.
9527
9528         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9529
9530         * src/z80/peeph.def: Added transpose redundent load rule.
9531
9532         * src/z80/main.c: Added force callee saves for jaune.
9533
9534         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9535
9536         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9537
9538 2002-03-28  Johan Knol  <johan AT balder>
9539
9540         * src/SDCCval.c: fixed bug #532436
9541
9542 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9543         * /src/port.h:
9544         Added "char *Processor" field to the port structure.
9545
9546         * /src/SDCCmain.c:
9547         Added -p option. Allows port dependent processor to be specified.
9548
9549         * all ports:
9550         Initialized the new field char *Processor field to NULL in all ports
9551
9552         * /src/pic/*:
9553         Compiler generated registers for interrupt context saving
9554         were not getting allocated.
9555
9556 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9557
9558         * /src/SDCCast.c:
9559         Fixed left shift. Will promote the left side of a left shift
9560         if a) left shifting more than size of operand or b) when assigned
9561         to something size > size of left side
9562
9563 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9564         * src/pic/*
9565         tons of changes. Register allocation has been
9566         rewritten. Added customization for the various PICs. Flow
9567         analysis is restructured. ...
9568
9569         * src/pic/device.h:
9570         Added
9571
9572         * src/pic/device.c:
9573         Added. device.c is a PIC port hack to accomodate variations
9574         in PIC devices.
9575
9576 2002-03-13  Michael Hope  <michaelh AT vroom>
9577
9578         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9579
9580 2002-03-04  johanknol  <johanknol AT manik>
9581
9582         * /src/SDCCval.c: fixed
9583
9584         const unsigned char arr[][2] = { { 0, 1 } };
9585         t18.c:1: error: Initializer element is not constant
9586
9587 2002-03-04  bela  <bela AT manik>
9588
9589         * /device/include/mcs51reg.h:
9590         ds89c420 register definition update
9591
9592 2002-03-03    <johan AT FRIJA>
9593
9594         * support/Util/SDCCerr.c: did something, but don't no why anymore
9595
9596         * support/regression/tests/bug-524691.c: made it a little less shy
9597
9598         * src/SDCCast.c (decorateType): fixed bug #524697
9599
9600         * src/SDCCast.c: made some lineno improvements
9601
9602         * src/SDCCval.c (getNelements): changed warning to error
9603
9604         * src/SDCCglue.c (printIvalArray): changed warning to error
9605
9606         * src/SDCCicode.c: fixed a warning for mingw
9607
9608         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9609
9610         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9611
9612 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9613
9614         * src/ds390/peeph.def:
9615         Added some more peephole rules
9616
9617         * src/ds390/gen.c: Various fixes & enhancements
9618
9619         * src/SDCClrange.c, src/SDCClrange.h:
9620         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9621
9622         * src/ds390/ralloc.c:
9623         various fixes & enhancements (ds390) specific
9624
9625         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9626         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9627         from rallocs.
9628
9629         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9630
9631 2002-03-02    <johan AT FRIJA>
9632
9633         * src/SDCCast.c (decorateType): fixed bug #524708
9634
9635         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9636
9637         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9638
9639 2002-03-01  Michael Hope  <michaelh AT vroom>
9640
9641         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9642
9643         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9644
9645 2002-03-01    <johan AT FRIJA>
9646
9647         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9648
9649         * src/SDCCast.c (decorateType): fixed bug #524209
9650
9651         * src/SDCCval.c (valNot): fixed bug #524195
9652
9653 2002-02-26    <johan AT balder>
9654
9655         * src/xa51/gen.c: fixed a warning
9656
9657         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9658
9659         * src/SDCCast.c (decorateType): fixed bug #522534
9660
9661 2002-02-23    <johan AT balder>
9662
9663         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9664
9665 2002-02-22    <johan AT balder>
9666
9667         * src/SDCCast.c: fixed bug #514865
9668
9669         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9670
9671 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9672
9673         * sdcc/src/SDCCloop.c:
9674         Previous fix was not good. basic blocks that have "break" or "return" are
9675         not really partof a loop , but live ranges used in these blocks should
9676         be live thru the entire loop, so set partOfLoop but don't add them to
9677         loop region
9678
9679 2002-02-21    <johan AT FRIJA>
9680
9681         * src/SDCCcse.c: fixed bug #514308
9682
9683 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9684
9685         * src/SDCCloop.c:
9686         Fixed BUG #519583. If a conditional block ended in a return/break
9687         statement inside a loop, it was not being considered part of the loop.
9688
9689         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9690
9691 2002-02-10  Karl Bongers <karl AT turbobit.com>
9692
9693         * debugger/*:
9694         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9695         with lots of comments and notes.
9696
9697         * device/examples/test2.c:
9698         Fix bug, "red" variable not being initialized(compiler complained).
9699
9700         * device/examples/Makefile, examples/test3.c:
9701         Add Makefile in device/examples folder, compiles test3.c
9702         for use as a multiple module SDCDB test case.
9703
9704         * sim/ucsim/cmd.src/cmdset.cc:
9705         Took out debug printfs in ucsim "next" command.
9706
9707         * sim/ucsim/xa.src:
9708         Karl and Johan start ucsim XA support.  Most dissassembly working,
9709         about 75% emulation done(plenty of work remaining).
9710
9711         * sim/ucsim/z80.src:
9712         Add Z80 support to ucsim, add test-ucz80 regression test,
9713         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9714         Notice z80 compiler fails on examples/test3.c/crc code.
9715
9716 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9717
9718         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9719         Added support for --parms-in-bank1
9720
9721         * src/ds390/peeph.def:
9722         added a few more peephole optimzations
9723
9724         * src/ds390/main.c:
9725         1) added __builtin_inp & __builtin_outp used to read in data of given length
9726            from a memory mapped port
9727         2) added __builtin_memcmp
9728         3) added __builtin_swapw swap bytes of a short
9729
9730         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9731         1) handle multiple send & receives from register bank1
9732         2) ralloc can now allocate DPTR1 to some liveRanges
9733
9734         * src/SDCCsymt.c, src/SDCCsymt.h:
9735         changes to handle multiple sends & receives
9736
9737         * src/SDCCptropt.h:
9738         added some pointer arithmetic optimization
9739
9740         * src/SDCCptropt.c:
9741         added some pointer arithmetic optimizations but not stable yet so not
9742         called from anywhere (will get this working shortly)
9743
9744         * src/SDCCopt.c: fixed for multiple sends & receives
9745
9746         * src/SDCCmain.c:
9747         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9748         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9749            set preprocessor defines (depending on options)
9750
9751         * src/SDCCicode.c, src/SDCCicode.h:
9752         changes made to handle multiple sends & receives
9753
9754         * src/SDCCglobl.h:
9755         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9756
9757         * src/SDCCcse.c, src/SDCCcse.h:
9758         added function findbackward def (to be used in upcoming optimization)
9759
9760         * src/SDCCcflow.c, src/SDCCcflow.h:
9761         added function returnAtEnd - to determine if a basic block terminates with
9762         a RETURN iCode
9763
9764         * src/SDCCast.c, src/SDCCast.h:
9765         added option parms-in-bank1
9766
9767         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9768         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9769         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9770         adjusted for --parms-in-bank1 option
9771
9772         * device/include/string.h:
9773         donot redefine "reentrant" keyword
9774
9775         * device/include/ds80c390.h: Added some more SFRs
9776
9777 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9778
9779         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9780
9781 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9782
9783         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9784
9785 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9786
9787         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9788
9789 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9790
9791         * Added --xram-movc option
9792
9793 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9794
9795         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9796
9797 2002-01-11  Johan Knol
9798
9799         * Added math lib of Jesus Calvino-Fraga
9800
9801 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9802
9803         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9804         * support/regression/Makefile: new target test-mcs51-stack-auto
9805         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9806
9807 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9808
9809         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9810
9811 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9812
9813         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9814
9815 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9816
9817         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9818
9819         * src/SDCCglue.h: add definition for printIvalChar()
9820
9821 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9822
9823         * src/SDCCast.c: fix #498138 by Johan
9824
9825         * src/SDCCglue.c: fix #498138 by Johan
9826
9827 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9828
9829         * support/regression/Makefile: fix clean
9830
9831         * support/regression/ports/ds390/support.c: fix transmission of last character
9832
9833 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9834
9835         * /sdcc/src/ds390/gen.c:
9836         a) improved computing address of stack variable
9837         b) took out some #if 0 code
9838         c) improved parmBytes adjustment
9839         d) improved genPlusIncr & genMinusIncr
9840         e) genCmp could generate bad code (when left assigned to DPTR)
9841         f) Fixed bug in hasInc
9842
9843         * /sdcc/src/ds390/ralloc.c:
9844         a) packRegsForSupport could mess up live information (Fixed)
9845         b) packRegsDPTRuse could be incorrect for left & right shift
9846
9847         * /sdcc/src/mcs51/ralloc.c:
9848         packRegsForSupport could mess up the live information (Fixed)
9849
9850         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9851
9852         * /sdcc/src/SDCCast.c:
9853         can reverse a loop even if function call is present as long
9854         as the loop control variable is local & is not passed as parameter
9855
9856 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9857
9858         * /sdcc/ChangeLog: *** empty log message ***
9859
9860         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9861         More builtin function additions for TININative
9862
9863         * /sdcc/src/ds390/ralloc.c:
9864         Had broken the regression testsuite
9865
9866         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9867
9868         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9869         Added funcattr hasStackParms will be set for reentrant functions when there
9870         are paramteres on the stack, this helps in minimizing frame pointer generation
9871         typeFromStr can handle function pointers now
9872
9873         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9874         *** empty log message ***
9875
9876 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9877
9878         * /src/ds390/gen.c, /src/ds390/main.c:
9879         More builtin function additions for TININative
9880
9881         * /src/ds390/ralloc.c:
9882         Had broken the regression testsuite
9883
9884         * /src/SDCCast.c: Fixed a bug in dumptree
9885
9886         * /src/SDCCsymt.c, /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         * /doc/builtins.txt, /doc/TININative.txt:
9892         *** empty log message ***
9893
9894
9895 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9896
9897         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9898         ALPHA version for -mTININative
9899
9900         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9901         updated to reflect changes in the port structure
9902
9903         * /src/port.h:
9904         added function do_assemble (similar to do_link) if non-null this function
9905         will be called to do assembly (-mTININative) requires a multi command
9906         assembly
9907         added function genAssemblerEnd will be called to generate assembler Epilogue
9908
9909         * /src/SDCCsymt.c:
9910         added _JavaNative to debug info printing
9911
9912         * /src/SDCCmain.c: added option --tini-libid
9913         added port->do_assemble function (-mTININative) has a multi command assemble
9914
9915         * /src/SDCCglue.c: Disabled "constExpr" check
9916         added port->genAssemblerEnd function
9917
9918         * /src/SDCCglobl.h: Added option --tini-libid value
9919
9920         * /src/SDCCast.h:
9921         tookout optimizeCompare from the header (has no external references)
9922
9923         * /src/SDCCast.c: made one more function "static"
9924
9925 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9926
9927         * src/z80/mappings.i: Added z80asm support.
9928
9929         * src/z80/main.c: Added z80asm support on --asm=z80asm
9930
9931         * src/z80/gen.c: Fixed asm portability issues.
9932
9933         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9934
9935         * src/SDCCglue.c (printExterns): Added global/extern split.
9936
9937 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9938
9939         * support/regression/Makefile: added test for mcs51 model large
9940
9941         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9942
9943         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9944
9945 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9946
9947         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9948
9949 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9950
9951         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9952
9953         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9954
9955 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9956
9957         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9958
9959         * support/regression/tests/simplefloat.c: Port to mcs51.
9960
9961 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9962         * support/regression/tests/bug-485362.c: Added.
9963
9964         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9965
9966         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9967
9968         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9969
9970         * src/z80/gen.c (aopDump): Added a dump function.
9971
9972 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9973         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9974
9975         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9976
9977         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9978
9979         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9980
9981         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9982
9983         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9984
9985         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9986
9987         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9988
9989         * support/regression/ports/ds390/support.c: Use tinibios.
9990
9991         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9992
9993 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9994
9995         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9996         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9997
9998         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9999
10000         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10001
10002 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10003
10004         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10005
10006         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10007         (packRegsForIYUse): Created and optimised.
10008
10009 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10010
10011         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10012 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10013
10014         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10015
10016         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10017
10018         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10019
10020 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10021
10022         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10023
10024         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10025
10026 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10027
10028         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10029
10030         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10031
10032         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10033
10034 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10035
10036         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10037         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10038         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10039
10040         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10041
10042         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10043         (genNotFloat): Added.
10044         (genUminusFloat): Added.
10045
10046         * device/lib/z80/Makefile: Added floating pt stubs.
10047
10048         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10049
10050         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10051
10052         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10053
10054 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10055
10056         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10057
10058         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10059
10060         * sdcc/support/regression/Makefile: Add port ds390.
10061
10062         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10063
10064         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10065
10066         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10067
10068         * sdcc/support/regression/ports/ds390/support.c: Added.
10069
10070         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10071
10072         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10073
10074         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10075
10076 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10077
10078         * device/include/malloc.h: Added z80 and gbz80 support.
10079
10080         * device/lib/gbz80/heap.s: Added.
10081
10082         * device/lib/z80/heap.s: Added.
10083
10084         * device/lib/malloc.c: Added z80 and gbz80 support.
10085
10086         * support/regression/tests/malloc.c (testMalloc): Added.
10087
10088         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10089
10090         * support/regression/tests/bug-478094.c: Added.
10091
10092         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10093
10094 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10095
10096         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10097
10098         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10099
10100         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10101
10102         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10103
10104         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10105
10106 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10107
10108         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10109
10110 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10111
10112         * support/regression/tests/bug-477927.c: Added.
10113
10114         * src/z80/peeph.def: Added minor rules.
10115
10116         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10117
10118         * src/z80/peeph.def: Added jump optimisation modification.
10119
10120 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10121
10122         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10123
10124 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10125
10126         * support/regression/tests/funptrs.c: Added.
10127
10128 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10129
10130         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10131
10132 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10133
10134         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10135
10136         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10137
10138         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10139         (movLeft2ResultLong): Created.
10140
10141         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10142         (joinPushes): Added.  Joins two char pushes into a word push.
10143
10144 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10145
10146         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10147
10148         * support/makebin/Makefile (install): Added creation of dest dir.
10149
10150 2001-10-24 Karl Bongers <karl AT turbobit.com>
10151
10152         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10153
10154 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10155
10156         * src/z80/ralloc.c: Turned off faulty pack for one use.
10157
10158         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10159
10160         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10161
10162 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10163
10164         * support/regression/Makefile: Improved clean
10165
10166         * support/regression/ports/gbz80/spec.mk: Added clean
10167
10168         * support/regression/ports/host/spec.mk: Added clean
10169
10170         * support/regression/ports/z80/spec.mk: Added clean
10171
10172         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10173
10174         * support/regression/ports/mcs51/timeout.c: little improvements
10175
10176 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10177
10178         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10179
10180         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10181
10182         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10183
10184 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10185
10186         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10187
10188         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10189
10190 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10191         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10192
10193         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10194
10195         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10196
10197         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10198
10199         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10200
10201         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10202
10203         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10204
10205         * support/regression/tests/longor.c: Added.
10206
10207 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10208
10209         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10210
10211         * as/mcs51/aslink.h: define PATH_MAX
10212
10213         * as/mcs51/asm.h: define PATH_MAX
10214
10215         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10216
10217         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10218
10219         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10220
10221         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10222
10223         * src/SDCCglobl.h: define PATH_MAX
10224
10225         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10226
10227         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10228
10229 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10230
10231         * src/z80/gen.c (gencjneshort): Fixed
10232
10233         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10234
10235 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10236
10237         * support/regression/tests/bug-469671.c: Added.
10238
10239         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10240
10241 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10242
10243         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10244
10245         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10246
10247 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10248
10249         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10250
10251         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10252
10253         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10254
10255         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10256
10257         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10258
10259         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10260
10261         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10262
10263 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10264
10265         * 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.
10266
10267         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10268
10269         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10270
10271 2001-10-07    <johan AT FRIJA>
10272
10273         * device/lib/gets.c (gets): fixed the return value.
10274
10275 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10276         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10277
10278         * 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.
10279
10280         * 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.
10281
10282         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10283
10284         * src/pic/gen.c: Removed Safe_strdup.
10285
10286         * configure.in: Added option to enable libgc support.
10287
10288         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10289         (bitVectUnion): Optimised.
10290         (bitVectIntersect): Optimised.
10291         (bitVectBitsInCommon): Optimised.
10292         (bitVectCplAnd): Optimised.
10293
10294         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10295
10296 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10297
10298         * src/SDCCmain.c: distinguish between assembler debug and plain options
10299
10300         * src/avr/main.c:   remove standard assembler options
10301
10302         * src/ds390/main.c: remove standard assembler options
10303
10304         * src/mcs51/main.c: remove standard assembler options
10305
10306         * src/port.h: removed "PENDING" comment
10307
10308 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10309
10310         * src/device/lib/_mulint.c  : new, with assember functions
10311
10312         * src/device/lib/_mullong.c : new, with assember functions
10313
10314         * src/device/lib/_divuint.c : with assember functions
10315
10316         * src/device/lib/_divsint.c : with assember functions
10317
10318         * src/device/lib/_divulong.c: with assember functions
10319
10320         * src/device/lib/_divslong.c: with assember functions
10321
10322         * src/device/lib/_moduint.c : with assember functions
10323
10324         * src/device/lib/_modsint.c : with assember functions
10325
10326         * src/device/lib/_modulong.c: with assember functions
10327
10328         * src/device/lib/_modslong.c: with assember functions
10329
10330         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10331
10332         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10333
10334         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10335                                       replaced _mululong.c and _mulslong.c by _mullong.c
10336
10337 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10338
10339         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10340
10341 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10342
10343         * src/SDCCglue.c: test, if win32api is available for MINGW
10344
10345 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10346
10347         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10348         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10349         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10350         * support/regression/ports/host/spec.mk: removed GENERIC
10351         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10352         * support/regression/ports/z80/spec.mk: removed GENERIC
10353
10354 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10355
10356         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10357
10358         * support/regression/tests/bug-467035.c: Created.
10359
10360 2001-10-01    <johan AT FRIJA>
10361
10362         * src/SDCC.y: fixed bug #466586 part 1
10363
10364 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10365
10366         * SDCCicode.c: z80 has no generic pointers
10367         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10368
10369 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10370
10371         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10372
10373 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10374
10375         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10376
10377         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10378
10379 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10380
10381         * configure.in: Fixed up so that ucsim is only configured once.
10382
10383         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10384
10385         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10386         (getPathDifference): As above.
10387
10388         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10389
10390         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10391
10392 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10393         * .version: Updated to 2.3.1
10394
10395         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10396         Added copyright header.
10397
10398         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10399         (assemble): Added support for macro based assembler commands.
10400         (linkEdit): Added support for macro based linker commands.
10401         (preProcess): Changed the pre-processor to use macros.
10402         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10403         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10404
10405         * device/lib/z80/crt0.s: Added module name for debugging.
10406
10407 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10408
10409         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10410
10411         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10412
10413         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10414
10415         * src/Makefile.in: Added SDCCmacro and SDCCutil
10416
10417 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10418
10419         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10420
10421 2001-09-16    <johan AT FRIJA>
10422
10423         * 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.
10424
10425 2001-09-15    <johan AT FRIJA>
10426
10427         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10428         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10429
10430 2001-09-11    <johan AT FRIJA>
10431
10432         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10433
10434 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10435
10436         * support/regression/tests/bug-460444.c: Added test case.
10437
10438         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10439         (genCast): Added justification for all of the asserts.
10440
10441 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10442
10443         * support/regression/support.c: _xdata replaced by xdata
10444
10445         * support/regression/spec.mk: removed _generic
10446
10447 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10448
10449         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10450
10451         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10452         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10453
10454         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10455
10456         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10457
10458         * support/regression/tests/bug-460010.c: Added test case.
10459
10460         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10461
10462 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10463
10464         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10465
10466         * support/regression/testfwk.c: removed workaround for bug #436344
10467
10468         * support/regression/tests/bp.c: use less memory with mcs51
10469
10470         * support/regression/tests/bug-441448.c: use less memory
10471
10472         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10473
10474         * support/regression/collate-results.py: typo
10475
10476 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10477
10478         * support/regression/tests/fetchoverlap.c: Added new test case.
10479
10480         * support/regression/tests/bp.c: Added new test case.
10481
10482         * support/regression/tests/bug-448984.c: Added new test case.
10483
10484         * support/regression/tests/pow2shifts.c: Added new test case.
10485
10486         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10487         (genlshTwo): Fixed right shift for count > 8.
10488
10489         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10490
10491 2001-09-08    <johan AT FRIJA>
10492
10493         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10494
10495 2001-09-07    <johan AT FRIJA>
10496
10497         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10498
10499         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10500
10501 2001-09-06    <johan AT FRIJA>
10502
10503         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10504         * bernhard noted me at this: "() equals to (void)" (1.38)
10505
10506 2001-09-05    <johan AT FRIJA>
10507
10508         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10509
10510 2001-09-04    <johan AT FRIJA>
10511
10512         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10513
10514
10515 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10516
10517         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10518
10519 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10520
10521         * link/z80/aslink.h: Fixed path for PATH_MAX
10522
10523 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10524
10525         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10526
10527         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10528
10529         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10530
10531         * 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.
10532
10533 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10534
10535         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10536         (genCmp): Fixed up genCmp for the GB with longs.
10537
10538         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10539
10540         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10541
10542         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10543
10544         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10545
10546 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10547
10548         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10549
10550 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10551
10552         * 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.
10553
10554         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10555
10556 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10557
10558         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10559
10560         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10561
10562 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10563
10564   * sim/ucsim/configure:    little improvement of Cygwin-detection
10565   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10566   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10567   * support/regression/tests/bug-221100.c: small changes for mcs51
10568   * support/regression/tests/bug-221168.c: small changes for mcs51
10569   * support/regression/tests/bug-227710.c: small changes for mcs51
10570   * support/regression/tests/staticinit.c: small changes for mcs51
10571   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10572   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10573   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10574
10575 $Revision$