* support/regression/tests/array.c: added, contains check for #1434401
[fw/sdcc] / ChangeLog
1 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2
3         * support/regression/tests/array.c: added, contains check for #1434401
4         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
5
6 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
9         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
10         * device/include/mcs51/c8051f326.h,
11         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
12         * device/include/mcs51/c8051f000.h,
13         * device/include/mcs51/c8051f018.h,
14         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
15           PCON_IDLE,PCON_STOP and added sfr16 definitions
16
17 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
20           genGetWord): fixed bug 1409955
21
22 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
23
24         * device/include/hc08/mc68hc908gp32.h,
25         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
26
27 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
28
29         * src/SDCCast.c (constExprValue): return NULL if not a value
30         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
31         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
32         * support/regression/tests/bitfields.c: enabled signed bitfield for all
33
34 2006-02-13 Borut Razem <borut.razem AT siol.net>
35
36         * src/regression/ptrarg.c: added, fails due to bug #1430967
37         * src/regression/Makefile: ptrarg.c added, ...
38
39 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
42         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
43
44 2006-02-11 Borut Razem <borut.razem AT siol.net>
45
46         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
47           print "Processor: xxx" message to stdout only if --verbose
48
49 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
50
51         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
52         * support/regression/tests/bug1426356.c: added
53         * support/regression/tests/bitfields.c: removed 2 tests
54
55 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
56
57         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
58         * device/include/mcs51/c8051f330.h,
59         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
60           PCON_IDLE,PCON_STOP and added sfr16 definitions
61         * device/lib/_divsint.c,
62         * device/lib/_divuint.c,
63         * device/lib/_divulong.c,
64         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
65           register bank bug for small stackauto
66
67 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
68
69         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
70
71 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
72
73         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
74         * all.dsp: corrected several bin paths
75         * device/include/mcs51/c8051f120.h,
76         * device/include/mcs51/c8051f300.h,
77         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
78           to PCON_IDLE,PCON_STOP
79         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
80         * device/lib/printf_large.c (output_float): fixed bug 1388703
81         * support/regression/tests/bug1057979.c: added test for bug 1388703
82
83 2006-02-08 Raphael Neider <rneider AT web.de>
84
85         * src/pic/pcode.c (pciTRIS): fixed typo,
86           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
87           (LinkFlow): fixed handling of flows that end in a call,
88           (ReuseReg): perform safety check earlier
89         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
90             to work with flows at the beginning of a pBlock,
91             fixes #1426557 (Symbol not previously defined),
92           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
93             usage information
94           (RemoveUnusedRegisters): update register usage info
95         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
96             created, reuse existing ones instead
97         * src/pic/gen.c (genPcall): fixed #1424719
98
99 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
100
101         * link/z80/lkmain.c,
102         * link/z80/lklex.c,
103         * link/z80/lkdata.c,
104         * link/z80/aslink.h: fixed build on current cygwin:
105         replaced getline() by lk_getline()
106
107 2006-02-01 Borut Razem <borut.razem AT siol.net>
108
109         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
110           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
111           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
112           src/regression/bool1.c, src/regression/bool2.c,
113           src/regression/bool3.c, src/regression/call1.c,
114           src/regression/compare.c, src/regression/compare10.c,
115           src/regression/compare2.c, src/regression/compare3.c,
116           src/regression/compare4.c, src/regression/compare5.c,
117           src/regression/compare6.c, src/regression/compare7.c,
118           src/regression/compare8.c, src/regression/compare9.c,
119           src/regression/configword.c, src/regression/for.c,
120           src/regression/inline.c, src/regression/mult1.c,
121           src/regression/nestfor.c, src/regression/or1.c,
122           src/regression/pointer1.c, src/regression/ptrfunc.c,
123           src/regression/rotate1.c, src/regression/rotate2.c,
124           src/regression/rotate3.c, src/regression/rotate4.c,
125           src/regression/rotate5.c, src/regression/rotate6.c,
126           src/regression/rotate7.c, src/regression/string1.c,
127           src/regression/struct1.c, src/regression/sub.c,
128           src/regression/sub2.c, src/regression/switch1.c,
129           src/regression/while.c, src/regression/xor.c,
130           src/regression/create_stc, src/regression/simulate,
131           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
132           regression tests
133         * src/regression/gpsim_assert.h: added
134
135 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
136
137         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
138         ((void (code *) (void)) 0) ();
139         * as/hc08/aslex.c,
140         * as/hc08/aslink.h,
141         * as/hc08/asm.h,
142         * as/hc08/asmain.c,
143         * as/hc08/lkdata.c,
144         * as/hc08/lklex.c,
145         * as/hc08/lkmain.c,
146         * as/mcs51/aslex.c,
147         * as/mcs51/aslink.h,
148         * as/mcs51/asm.h,
149         * as/mcs51/asmain.c,
150         * as/mcs51/lkdata.c,
151         * as/mcs51/lklex.c,
152         * as/mcs51/lkmain.c,
153         * as/z80/aslex.c,
154         * as/z80/asm.h,
155         * as/z80/asmain.c: fixed build on current cygwin:
156         replaced getline() by as_getline()
157
158 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
159
160         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
161         declarator in the symbol chain
162         * src/SDCCsymt.h,
163         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
164         parameter list for function pointers
165         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
166         * support/regression/tests/bug-716242.c: added
167
168 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
169
170         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
171         offset if possible
172         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
173
174 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
175
176         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
177         inifinitely recurseable, added static
178         * support/regression/tests/bug-1408066.c: added
179
180 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
181
182         * src/SDCCicode.h,
183         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
184         renamed, added possibility to create "postLoopLbl"-labels
185         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
186         newiTempLoopHeaderLabel
187         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
188         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
189         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
190         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
191         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
192         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
193         (basicInduction): fixed bug #136564, made static,
194         (loopInduction): changed parameter of basicInduction, made static,
195         (addPostLoopBlock): added
196         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
197         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
198         findLoopEndSeq
199         * support/regression/tests/bug-136564.c: added
200         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
201         --std-sdcc99 to LIBSDCCFLAGS
202
203 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
204
205         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
206         while loop
207         * support/regression/tests/bug-1406131.c: added
208
209 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
210
211         * src/SDCCast.c (decorateType): fix promotion of unary minus
212         * src/SDCCsymt.c (computeType): beautified
213         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
214         (valUnaryPM, valComplement): fix sign and promotion,
215         (valNot): ANSI: result type is int (SDCC: unsigned char)
216         * support/regression/tests/uminus.c: speedup by removing superflous
217         test case 'int'
218         * support/regression/tests/onebyte.c: added promotion and signedness
219         tests for unary minus
220         * support/regressions/tests/bug-477927.c: disable warning about
221         uninitialized variables
222         * support/regression/tests/not.c: added
223
224 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
225
226         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
227         * src/mcs51/gen.c (gen51Code): show final register usage after
228         fillGaps in asm with --i-code-in-asm
229         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
230         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
231         incUsed, rliveClear, adjustIChain): made static,
232         (setFromRange): excluded because it's unused,
233         (findPrevUseSym, markWholeLoop): added,
234         (findPrevUse): rewritten; fixes bug 895992; now a complete search
235         through all branches of predecessors enables sdcc to emit the warning
236         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
237         (rlivePoint): made static, added parameter emitWarnings which is only
238         true during the first run out of two,
239         (findRecursiveSucc, findRecursivePred): removed,
240         (computeLiveRanges): made static, added parameter emitWarnings,
241         (dumpIcRlive): added for debugging only
242         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
243         removed prototype of setFromRange()
244         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
245         in call of computeLiveRanges()
246         * support/regression/tests/bug-895992.c: added
247         * support/regression/tests/bug-971834.c: added
248         * support/valdiag/tests/bug-895992.c: added
249         * support/valdiag/tests/bug-971834.c: added
250
251 2005-12-18 Raphael Neider <rneider AT web.de>
252
253         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
254           (genUnpackBits): improved code for direct operands,
255           (genPackBits): improved code for literal assignment to bitfields
256             and for direct destination operands (no FSR indirection),
257             prevented redundant AND, fixes #1362800,
258           (AccLsh): added parameter to disable masking of the result
259         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
260           skip instructions with side-effects (like incfsz),
261           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
262         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
263         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
264           fixes #1375263
265
266 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
267
268         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
269         volatile variables as spill location
270
271 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
272
273         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
274         replacing literals
275         * support/regression/tests/bug-1376320.c: added
276
277 2005-12-08 Raphael Neider <rneider AT web.de>
278
279         * src/pic/device.c: renamed is_shared to pic14_is_shared
280         * src/pic/gen.c (genIfx): re-enabled handling of sbits
281         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
282           (is_valid_identifier): added for above workaround
283
284 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
285
286         * device/lib/Makefile.in: fixed to enable port-specific-objects
287         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
288           char, thanks Hubert Sack
289         * doc/sdccman.lyx: documented --xstack-loc,
290           elaborated a bit more on interrupts and pitfalls,
291           removed "setjmp/longjmp unsupported",
292           documented some unsupported C99 features
293         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
294         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
295           if, thanks Hubert Sack
296         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
297         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
298           make make_library
299         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
300           regression tests can report resource usage (rfe 700441)
301         * support/regression/collate-results.py: report resource usage
302         * support/regression/ports/ds390/spec.mk,
303         * support/regression/ports/hc08/spec.mk,
304         * support/regression/ports/mcs51/spec.mk,
305         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
306         * support/regression/ports/ds390/uCsim.cmd,
307         * support/regression/ports/hc08/uCsim.cmd,
308         * support/regression/ports/mcs51/uCsim.cmd,
309         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
310         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
311           library, use the default one
312         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
313           building the library
314
315 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
316
317         * config.dsp: added dependency on .version and configure_vc.awk
318         * device/include/setjmp.h: updated for --stack-auto and --xstack
319         * device/include/mcs51/at89c51snd1c.h: corrected line endings
320         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
321         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
322         * device/lib/libsdcc.lib: added _setjmp
323         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
324           (decorateType): fixed bug 1372851,
325           (optimizeGetHbit): fixed warning
326         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
327           array initialisation
328         * support/regression/tests/bug1057979.c: added test for bug 1358192
329         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
330
331 2005-12-03 Borut Razem <borut.razem AT siol.net>
332
333         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
334           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
335
336 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
337
338         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
339         createIval): implement symbol independant "flexible array member",
340         (createIvalCharPtr): implemented flexible array initialisation with a
341         string
342         * src/SDCCsymt.c (copyStruct): removed,
343         (getSize): fixed misleading comment,
344         (getAllocSize): removed, the additional allocation size is now in
345         sym->flexArrayLength,
346         (checkStructFlexArray): new, syntax checks for flexible array members,
347         (compStructSize): added syntax checks for "flexible array members"
348         (copyStruct): removed,
349         (copyLinkChain): removed inefficient fix for bug 770487
350         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
351         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
352         symbol->flexArrayLength
353         * src/SDCCerr.c,
354         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
355         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
356         * support/regression/tests/structflexarray.c: added
357         * support/valdiag/tests/structflexiblearray.c: added
358
359 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
360
361         * src/SDCCast.c (decorateType): fixed bug 1368489
362         * support/Util/SDCCerr.c,
363         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
364
365 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
366
367         * device/include/mcs51/at89c51snd1c.h: added file submitted by
368           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
369
370 2005-11-27 Borut Razem <borut.razem AT siol.net>
371
372         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
373           support/cpp2/mkdeps.h: added command line option
374           -obj-ext=<extension> to SDCPP to define object file externion, used
375           for generation of make dependencies (-M)
376         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
377
378 2005-11-26 Borut Razem <borut.razem AT siol.net>
379
380         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
381           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
382           added pic and pic16 libraries
383
384 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
385
386         * device/include/float.h: Corrected typo in prototype of __fsgt
387
388 2005-11-25 Borut Razem <borut.razem AT siol.net>
389
390         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
391           added creation of model-mcs51-stack-auto libraries
392
393 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
394
395         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
396         and fields-list too
397         * src/SDCCast.c (createIvalArray): removed obsolete comment
398
399 2005-11-24 Borut Razem <borut.razem AT siol.net>
400
401         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
402           added missing device/lib/mcs51/crt*.asm sources
403
404 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
405
406         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
407
408 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
409
410         * device/lib/_fs2schar.c,
411         * device/lib/_fs2sint.c,
412         * device/lib/_fs2slong.c: optimized inline asm
413
414 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
415
416         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
417           Better handling of floats between -1.0 and 0.0.
418
419 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
420
421         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
422           (the missing "if"s prohibited removal of redundant labels)
423
424 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
425
426         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
427           Properly convert floats between -1.0 and 0.0 to long, int, and char
428           types (max integer value of negative floats tends to zero).
429         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
430           Removed changes made so to work properly with floats between
431           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
432           and _fs2char.c
433
434 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
435
436         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
437         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
438         (genCast) cosmetic change
439         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
440         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
441         from mcs51
442         * support/regression/tests/bitfields (testSignedBitfields): added
443
444 2005-11-18 Borut Razem <borut.razem AT siol.net>
445
446         * sdcc/device/lib/Makefile.in: remove all unnecessary files
447         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
448           introduced SILENT option to make building of pic16 libraries less
449
450 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
451
452         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
453           Now they work properly with floats between -1.0 and 0.0
454         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
455
456 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
457
458         * src/SDCCicode.c (printOperand): added missing else
459
460 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
461
462         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
463         reformatted for better readability
464         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
465         signed bitfields
466
467 2005-11-17 Borut Razem <borut.razem AT siol.net>
468
469         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
470           introduced SILENT option to make building of pic16 libraries less
471           verbose - used for nightly snapshot build
472         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
473           available on Win32 platforms.
474         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
475           medium, large, pic and pic16
476
477 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
478
479         * device/lib/printf_large.c: Temporary patch for bug 1358192:
480           printf("%f"...) sets fraction to zero.
481
482 2005-11-16 Raphael Neider <rneider AT web.de>
483
484         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
485           fixes #1357221
486         * src/pic/gen.c (genIfx): implemented for CARRY bit
487         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
488           to generic pointers, fixes #1357332,
489           (pic16_movLit2f): NEW,
490           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
491
492 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
495
496 2005-11-11 Raphael Neider <rneider AT web.de>
497
498         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
499         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
500           compute pointer's type from operand,
501           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
502           improved single bit reads, fixes bug #1353379
503
504 2005-11-09 Borut Razem <borut.razem AT siol.net>
505
506         * support/scripts/sdcc.nsi: added lib/pic to the package
507
508 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
511
512 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
513
514         * support/regression/tests/bug1348008.c: added
515         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
516         * support/regression/tests/bug1337835.c: updated comment
517
518 2005-11-06 Borut Razem <borut.razem AT siol.net>
519
520         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
521           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
522           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
523           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
524           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
525           dynamic construction of cl_error_class and derivates - 2.nd try
526
527 2005-11-05 Borut Razem <borut.razem AT siol.net>
528
529         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
530           bug, which caused Bus Errors on sparc solaris
531
532 2005-11-04 Borut Razem <borut.razem AT siol.net>
533
534         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
535           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
536           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
537           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
538           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
539           and derivates to resolve the initialization problem on OSX
540
541 2005-11-02 Borut Razem <borut.razem AT siol.net>
542
543         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
544           corrected typo - #include <winsock2.h>
545
546 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
547
548         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
549           (_asxxxx_mapping): added org directive for future enhancements
550
551 2005-11-01 Borut Razem <borut.razem AT siol.net>
552
553         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
554           enabled sockets on WIN32
555         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
556
557 2005-10-31 Borut Razem <borut.razem AT siol.net>
558
559         * support/regression/generate-cases.py: escape backslashes in {testcase}:
560           WIN32 backslash path delimiters should be escaped when used in C strings
561         * support/regression/tests/bitfields.c: exclude failing assertions for
562           __CYGWIN32__ and __MINGW32__ hosts
563
564 2005-10-30 Borut Razem <borut.razem AT siol.net>
565
566         * src/SDCCutil.c: corrected double comparison typo
567
568 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
569
570         * device/lib/medium/Makefile: added for new memory model medium
571         * device/include/asm/mcs51/features.h: updated for medium/pdata
572         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
573           added Multiply & Accumulate sbit's and MAC0_PAGE define
574         * device/include/mcs51/c8051f300.h: added sfr16 definitions
575         * device/include/mcs51/c8051f310.h: added sfr16 definitions
576         * device/lib/_mullong.c: update for medium model
577         * device/lib/incl.mk: added medium model
578         * doc/sdccman.lyx: documented medium model
579         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
580         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
581         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
582         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
583           (allocParms): set SCLS and OCLS to pdata for medium model
584         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
585           for pdata,
586           (powof2): return <0 if not power of 2
587         * src/avr/gen.c (genBitWise): use updated powof2
588         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
589           (shiftR2Left2Result): small optimization in setup, save acc when storing,
590           (shiftLLeftOrResult): use B if necessary
591         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
592         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
593         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
594         * support/regression/Makefile.in: added test-mcs51-medium
595         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
596
597 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
598
599         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
600         specifier unsigned
601         * device/lib/time.c (mktime): fixed bug 1334315
602
603 2005-10-28 Raphael Neider <rneider AT web.de>
604
605         * device/include/pic/p16f_common.inc: added common declarations
606         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
607
608 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
609
610         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
611           (aopPutUsesAcc): added to predict accumulator use,
612           (assignResultValue): save acc if necessary,
613           (genMinusDec): store result if indirectly addressed,
614           (genDivOneByte):  save acc if necessary,
615           (movLeft2Result): bugfix if left already in acc,
616           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
617             attention to accumulator use (esp. pdata),
618           (genReceive): receive pdata correctly
619         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
620         * src/SDCCicode.h: added isOperandInPagedSpace prototype
621
622 2005-10-27 Raphael Neider <rneider AT web.de>
623
624         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
625
626 2005-10-27 Raphael Neider <rneider AT web.de>
627
628         * .version: changed version to 2.5.4
629         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
630         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
631           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
632             arithmetics support routines
633         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
634         * device/lib/Makefile.in: also create installdir for pic
635
636         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
637           pic14 port as well
638         * src/pic/device.c (dump_sfr): rewritten to delegate register
639           placement to the linker (use `extern sym' rather than sym EQU addr),
640           (validAddress): fixed to check last specified address
641         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
642           (popGetLit): truncate literal value to 8 bit,
643           (popGet): moved assert to more appropriate place
644           (popGetExternal): create pCode operand from and mark the according
645             symbol as being `extern'
646           (popGetAddr): added sanity check on immediate's offset, provide
647             GPOINTER tag on demand
648           (aopPut): fixed for immediates,
649           (mov2w_op): move operand's address or contents to WREG (depending on
650             operand type), safer variant of mov2w,
651           (movwf,call_libraryfunc): NEW, handy abbreviations,
652           (get_argument_pcop,get_return_val_pcop,pass_argument,
653           get_returnvalue): interface for accessing function parameters and
654             return values,
655           (assignResultValuei,genRet): use new parameter/return value interface
656           (pic14_getDataSize): back to old version handling generic pointers,
657           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
658             provided implementation and/or fixed old one,
659           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
660             calls, removed legacy 8051 reference code
661           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
662           (loadSignToC): NEW, move the operands sign bit to CARRY,
663           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
664             genRightShiftSigned, accepts negative shift counts,
665           (setup_fsr): load FSR and adjust IRP (indirect memory access),
666           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
667             generic pointers, __data pointers and __code pointers,
668           (genUnpackBits,genPackBits): rewritten to work with generic pointers
669             and signed bitfields, limit bitfields to 8 bit,
670           (genDataPointerGet): fixed number of bytes read,
671           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
672           (genPointerGet,genPointerSet): fixed handling of __code pointers,
673             pointers to constant data are no longer assumed to point to __code
674             space, removed invalid pointer types,
675           (bitpatternFromVal): retrieve the PICs representation of an integer
676             or float literal,
677           (genDataPointerSet): fixed assigning to po_immediate operands,
678           (genGenPointerSet): implemented as library call,
679           (genIfx): fixed incorrect condition,
680           (genAddrOf): limit generic pointers' addresses to 2 bytes,
681             provide GPOINTER tag according to destination's storage class,
682           (genCast): added code to handle casting to generic pointers, added
683             sign-/zero extension of the result
684           (aop_isLitLike,op_isLitLike): fixed handling of immediates
685         * src/pic/gen.h: added macros to access IRP bit in STATUS register
686         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
687           extend the result
688         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
689           address/register resides in the shared banks
690           (emitSymbolToFile): improved to handle global and `pinned' symbols,
691             put all variables into separate sections (have the linker arrange
692             them)
693           (picglue): put init code and interrupt handlers in separate sections
694         * src/pic/main.c: added port specific options table, modified to PORT
695           structure to make GPOINTERs 3 byte, added pic14_options
696           (_pic14_do_link): private linking routine (update paths to libraries,
697             add libsdcc.lib by default)
698         * src/pic/main.h: declare pic14_options
699         * src/pic/pcode.c: fixed instructions i/o relations,
700           (RegCond): reverted to correct version,
701           (newpCodeOpLit): truncate literals to 8 bit,
702           (genericPrint): added debug output,
703           (getRegFromInstruction): fixed for various operand types, simplified
704           (BuildFlow): fixed broken handling of isntructions with labels
705           (LinkFlow): start at last instruction in flow (skip trailing comments),
706             pass the flow on to the next instruction after CALL
707           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
708           (insertPCodeInstruction): fixed inserting after a skip instruction,
709           (DoBankSelect): fixed for labeled instructions
710           (OptimizepBlock): honor --nopeep switch
711           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
712         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
713         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
714           (pCodeOptime2pCodes): allow disabling this optimization via
715             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
716             but is still buggy), started implementation of a dataflow based
717             pCode optimization (CSE + dead code elimination)
718           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
719         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
720           names are independant of the stack location and therefore portable across
721           devices
722
723 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
724
725         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
726           (selectSpil): fixed bug 1337835 by not spilling bit variables
727         * support/regression/tests/bug1337835.c: added test for this bug
728         * src/mcs51/peeph.def: restart after rule 3.c,
729           addded rules 263.x to optimize loading constants
730
731 2005-10-26 Raphael Neider <rneider AT web.de>
732
733         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
734         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
735           (genAssign): emit warning when casting literals to generic pointer
736             type, also applies when taking the address of a fixed variable,
737           (genCast): improved casting to generic pointers
738         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
739           extern variables, added verbose error message
740         * device/include/pic16/{string.h,errno.h}: added #pragma library c
741
742 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
743
744         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
745         carry must be complemented too
746         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
747         could be emitted by genMinus
748         * src/SDCCval.c (constVal): fixed bug 1305065
749
750 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
751
752         * src/SDCCast.c (addCast): added promotion for bit variables
753         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
754         promotion casts + optimisation
755         (optimizeGetWord): fix warning 'i' might be used uninitialized
756         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
757         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
758
759 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
760
761         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
762         all chars are promoted to int; promotion should be handled in SDCCast.c
763
764 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
765
766         * device/lib/_strcmp.c: Fixed bug 1326457
767
768 2005-10-11 Raphael Neider <rneider AT web.de>
769
770         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
771         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
772
773 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
774
775         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
776         * support/regression/tests/sfr16.c: added test for the sfr32 bug
777
778 2005-10-04 Raphael Neider <rneider AT web.de>
779
780         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
781           device/lib/pic16/pics.all: added pic18f1320
782         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
783
784 2005-09-30 Raphael Neider <rneider AT web.de>
785
786         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
787         * src/pic16/devices.inc: NEW, provides device descriptions
788         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
789
790 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
791
792         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
793           GETHBIT
794
795 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
796
797         * doc/sdccman.lyx: updated Highest Order Bit documentation,
798           documented Any Order Bit, Higher Order Byte and Higher Order Word
799         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
800         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
801           (optimizeGetAbit): new, to get any bit, not only the high bit,
802           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
803           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
804           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
805           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
806             RIGHT_OP: also try GETBYTE, GETWORD optimization,
807             GETABIT, GETBYTE, GETWORD: decorate them,
808           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
809           (ast_print): added GETABIT, GETBYTE, GETWORD
810         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
811         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
812           (geniCodeBinary): new generic binary icode,
813           (ast2iCode): added GETABIT, GETBYTE, GETWORD
814         * src/port.h: updated comment for PORT.hasExtBitOp
815         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
816           (genGetByte): new, to get a single byte,
817           (genGetWord): new, to get a word from a long,
818           (gen51Code): added GETABIT, GETBYTE, GETWORD
819         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
820
821 2005-09-23 Raphael Neider <rneider AT web.de>
822
823         * configure.in, configure: have device/lib/pic configured
824         * device/lib/Makefile.in: added model-pic14
825         * device/lib/clean.mk: added pic/ to clean rule
826         * device/lib/pic: added rudimentary pic14 library providing support
827           functions for multiplication/division/generic pointer access
828         * src/SDCCopt.c (convilong): mark support functions as extern
829           for pic14 port as well
830         * src/pic/gen.c (genMult): added assertions,
831           (genpic14Code): emit warning on unhandled iCodes
832         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
833         * src/pic/pcode.c (pCodeOpCopy),
834         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
835           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
836           SFR_REGISTER}), made safe for future extensions
837         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
838           instructions even if preceeded by SKIP instructions (also remove
839           them); removed unused code
840         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
841           prevents leaving parts of the structure uninitialized after copying
842
843 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
844
845         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
846           ago by me
847         * support/regression/tests/addsub.c: added test for the bug
848
849 2005-09-21 Raphael Neider <rneider AT web.de>
850
851         * device/include/pic16/pic18f1220.h,
852           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
853         * device/lib/pic16/Makefile.rules: added missing opening paren
854         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
855           are provided in genutils.c,
856           (genUminusFloat,genUminus,genCmpEq): added asserts on different
857           operand/result sizes,
858           (genCmp): assert on NULL pointers first, then check deref'ed values
859         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
860           result size
861
862 2005-09-18 Raphael Neider <rneider AT web.de>
863
864         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
865           as these are now unused,
866           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
867         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
868           local, avoids uninitialized pointer dereference on r->name
869         * src/pic16/ralloc.c (newReg): fixed indentation
870
871 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
872
873         * src/SDCCval.c (constVal): fixed bug 730366
874         * support/Util/SDCCerr.c,
875         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
876
877 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
878
879         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
880
881 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
882
883         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
884
885 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
886
887         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
888           (hex2dec): made hex_digit unsigned char, removed ascii dependance
889         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
890           (hex2dec): made hex_digit unsigned char, removed ascii dependance
891         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
892         * packihx/packihx.c (hexDigit): made c unsigned char
893         * as/mcs51/lklibr.c (fndsym),
894         * link/z80/lkgb.c (gb),
895         * link/z80/lklibr.c (fndsym),
896         * link/z80/lkrloc.c (relr),
897         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
898         * src/SDCC.lex (checkCurrFile, process_pragma),
899         * src/SDCCglue.c (spacesToUnderscores),
900         * src/SDCCmain.c (setParseWithComma, processFile),
901         * src/asm.c (tvsprintf, printCLine),
902         * src/avr/gen.c (emitcode, aopPut),
903         * src/ds390/gen.c (emitcode),
904         * src/hc08/gen.c (emitcode, emitinline),
905         * src/mcs51/gen.c (emitcode, genInline),
906         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
907           tokenizeLineNode),
908         * src/pic/ralloc.c (debugLog),
909         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
910           tokenizeLineNode),
911         * src/pic16/ralloc.c (debugLog),
912         * src/z80/main.c (_process_pragma):
913            made all ctype.h function calls safe
914         * src/SDCCopt.c: include math.h for fabs
915         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
916           and used them throughout the code to make ctype.h function calls safe
917         * src/ds390/main.c (asmLineNodeFromLineNode),
918         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
919         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
920            unsigned char*
921         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
922           (newpCodeAsmDir): made ctype.h function calls safe
923         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
924           pic16_emitcode):  made lbp unsigned char*
925         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
926           (pic16_newpCodeAsmDir): made ctype.h function calls safe
927         * src/xa51/gen.c (emitcode),
928         * src/z80/gen.c (_emit2): made lbp unsigned char*
929         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
930            char*
931
932 2005-09-05 Raphael Neider <rneider AT web.de>
933
934         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
935           access bank splitpoint
936
937 2005-09-05 Raphael Neider <rneider AT web.de>
938
939         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
940
941 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
942
943         * .version: changed to version 2.5.3
944         * doc/sdccman.lyx: changed version to 2.5.3,
945           documented --codeseg and --constseg and pragma codeseg and constseg,
946           documented bit parameters (reentrant) and bit returning
947         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
948            currFunc->recvSize, but is this ok for all ports?
949           (ast2iCode): result of ~ on unsigned char must be cast to int for
950            bool to work
951         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
952           function pointers in bit space
953         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
954           (processFuncArgs): call port.reg_parm() with reentrancy info
955         * src/port.h,
956         * src/avr/main.c,
957         * src/ds390/main.c,
958         * src/hc08/main.c,
959         * src/pic/main.c,
960         * src/pic16/main.c,
961         * src/xa51/main.c,
962         * src/z80/main.c: port.reg_parm prototype extended with
963           "bool reentrant" parameter
964         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
965           options.stackAuto for allocating bit register parameters
966         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
967           (genSend): set BitBankUsed if it is,
968           (selectRegBank): factored out of genCall for use in genPcall,
969           (genCall): removed redundant dtype assignmen, use selectRegBank,
970           (genPcall): handle returning in Carry properly, save in F0 if needed,
971           (genReceive): handle bit register parameters
972         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
973           (mcs51_assignRegisters): enable bit registers for all reentrant
974            functions and don't set BitBankUsed unconditionally
975         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
976         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
977         * support/regression/tests/funptrs.c: added tests for BOOL and for return
978
979 2005-08-27 Borut Razem <borut.razem AT siol.net>
980
981         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
982         ppc-osx (Darwin) does not support -u option. It seems that it is
983         supported only on Linux - GNU cp
984
985 2005-08-25 Borut Razem <borut.razem AT siol.net>
986
987         * sim/ucsim/gui.src/serio.src/Makefile.in,
988           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
989           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
990           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
991           install and strip, since the strip at /usr/ccs/bin should be used
992           on solaris
993
994 2005-08-24 Borut Razem <borut.razem AT siol.net>
995
996         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
997
998 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
999
1000         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1001         ffffffffu
1002
1003 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1004
1005         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1006         * as/mcs51/lkmain.c (link_main): fixed warning
1007         * device/include/stdbool.h: ds390 has no advanced bit support yet
1008         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1009         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1010         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1011           and updated their macros
1012         * src/SDCCval.c (constVal): updated comment for renamed b_long
1013
1014 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1015
1016         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1017         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1018           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1019           (oprio): set priority for '['
1020         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1021            and adb_24_bit
1022         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1023         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1024         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1025         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1026           added overlayable BIT_BANK area
1027         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1028           (summary2): explain 'T' in legenda
1029         * as/mcs51/lkrloc.c: replaced old K&R style,
1030           (relr): added R_BIT processing,
1031           (errmsg): added "Bit-addressable relocation error",
1032           (adb_bit): added for converting from byte- to bit-addressable space,
1033           (adb_24_bit): added for converting from byte- to bit-addressable space
1034         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1035            used in reentrant functions now even as return value
1036         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1037         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1038           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1039         * src/SDCCglobl.h: added indicator BitBankUsed
1040         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1041            the bit registers b0-b7
1042         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1043           (geniCodeCast): fixed bug 1263853,
1044           (geniCodeLogicAndOr): put result in bool or char,
1045           (geniCodeReceive): added parameter func for accessing the return type,
1046           (geniCodeFunctionBody): pass func to geniCodeReceive
1047         * src/SDCCmain.c: added indicator BitBankUsed
1048         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1049         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1050           (checkSClass): don't put automatic bool/bit on stack,
1051           (checkFunction): removed check on function cannot return bit
1052         * src/SDCCsymt.h: added newBoolLink prototype
1053         * src/mcs51/gen.c (rb1regs): added bit registers,
1054           (movc): created for assigning to carry,
1055           (pushReg, popReg): created for pushing registers,
1056           (sameRegs): check both AOP_REG and AOP_CRY types,
1057           (aopOp): handle bit registers,
1058           (aopPut): optimization no self-assign,
1059           (saveRegisters): push reg->base (bits) only once for bit registers,
1060            and use pushReg,
1061           (unsaveRegisters): pop reg->base only once and use popReg,
1062           (assignResultValue): added parameter func and return in carry for bits,
1063           (genIpush): optimization no reload in A if not changed,
1064           (genSend): bit parameters in reentrant functions are passed in bit
1065            registers by first assigning to bits in B, then save registers and
1066            copy B to bits,
1067           (genCall): handle returning in Carry properly, save it in F0 if needed,
1068           (genPcall): updated assignResultValue call, this is not safe yet for bit
1069            returning function !!!
1070           (genFunction): don't generate equ's for bit registers and use pushReg,
1071           (genEndFunction): take care of bit returning functions and use popReg,
1072           (genRet): return bit in Carry,
1073           (genIfx): optimize bit registers and other directly addressable bits,
1074           (genReceive): updated assignResultValue call
1075         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1076           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1077            registers when using stack-auto
1078         * src/mcs51/ralloc.c (_G): added allBitregs,
1079           (regs8051): added the bit registers,
1080           (createStackSpil): use macro IS_BIT,
1081           (getRegBit): added to allocate a bit register, else spill,
1082           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1083           (updateRegUsage): factored out to ease stepping while debugging,
1084           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1085            also allocate bit registers,
1086           (fillGaps): handle bit registers,
1087           (findAllBitregs): added to create bit vector with all bit registers,
1088           (mcs51_allBitregs): returns this bit vector,
1089           (mcs51_assignRegisters): when using stack-auto use bit registers for
1090            passing parameters and creating local variables
1091         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1092
1093 2005-08-22 Borut Razem <borut.razem AT siol.net>
1094
1095         * device/lib/Makefile.in: replaced find option -or with -o
1096           to make it run on solaris
1097
1098 2005-08-22 Raphael Neider <rneider AT web.de>
1099
1100         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1101           fixes #1265442 (crash on Solaris)
1102
1103 2005-08-20 Borut Razem <borut.razem AT siol.net>
1104
1105         * configure, configure.in: added tests for libsocket and libnsl libraries,
1106           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1107           from support/regression/Makefile.in
1108         * support/regression/Makefile.in: added
1109         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1110         * sim/ucsim/libtool: regenerated on sparc-solaris
1111         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1112           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1113           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1114           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1115           sparc-solaris, which doesn't use GNU ld linker
1116         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1117         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1118
1119 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1120
1121         * src/mcs51/peeph.def: updated comments
1122
1123 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1124
1125         * device/lib/_gptrget.c,
1126         * device/lib/_gptrput.c: slightly shorter
1127         * doc/sdccman.lyx: incremented version
1128         * src/mcs51/peeph.def: moved peephole comments to the line of first
1129           change to better keep line correlation, reanimated 186.e
1130         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1131
1132 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1133
1134         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1135           David Saxton with quotes around file name.
1136
1137 2005-08-15 Borut Razem <borut.razem AT siol.net>
1138
1139         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1140           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1141           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1142           make tests run on x86_64 platform
1143
1144 2005-08-13 Raphael Neider <rneider AT web.de>
1145
1146         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1147           as it might be executed DURING a build (parallel make is wonderful)
1148
1149 2005-08-13 Raphael Neider <rneider AT web.de>
1150
1151         * device/lib/Makefile.in (port-specific-objects-pic16):
1152           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1153         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1154           dependency
1155         * device/lib/pic16/Makefile.rules: build subdirs before creating
1156           the library, removed builddir rule, create $(builddir) early in
1157           recurse rule, use empty recurse rule for leaf directories
1158         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1159           mkdir errors (race condition), removed duplicate suffix "hex"
1160           from clean rules
1161         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1162         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1163           prevents mkdir -p from aborting on Alpha
1164
1165 2005-08-12 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1168           db-statements in order to allow for arrays of pointers in code
1169           sections to be placed without interspersed 0-padding, fixes
1170           bug #1256215
1171         * (emitStatistics): fixed division by zero for pic18f1220
1172         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1173           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1174         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1175         * (pic16_pCodeConstString): keep track of already emitted string
1176           literals to prevent "duplicate definitions of symbol _str_NR"
1177         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1178           debug message
1179         * device/lib/Makefile.in: ignore failing PIC16 library builds
1180         * device/lib/pic16/Makefile: do not build if gputils are missing
1181         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1182
1183 2005-08-10 Raphael Neider <rneider AT web.de>
1184
1185         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1186           my last commit)
1187
1188 2005-08-10 Raphael Neider <rneider AT web.de>
1189
1190         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1191           Rokas' patch to add the new fixed point type "__fixed16x16"
1192         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1193           functions for __fixed16x16 arithmetics
1194         * device/lib/pic16: reimplemented the build system to support
1195           a separate build directory, better handling of libio (create
1196           the library in a separate subdir for each architecture) and
1197           easier configuration (centralized in Makefile.common)
1198
1199 2005-08-07 Raphael Neider <rneider AT web.de>
1200
1201         * src/pic16/gen.c (genrshTwo): fixed sign extension
1202         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1203         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1204           added T0CONbits
1205         * device/include/pic16/pic18f4220.h: NEW, header for
1206           pic18f4220 and pic18f4320
1207         * device/include/pic16/pic18fregs.h: added new devices,
1208           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1209         * device/include/pic16/signal.h: resolved name clashes
1210           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1211           to also allow testing for interrupt enable bits, added
1212           comments on how to use the macros
1213         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1214         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1215           register definitions for the devices
1216         * device/lib/pic16/pics.all: added new devices
1217         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1218           allocated memory
1219         * device/lib/pic16/libc/stdlib/memfree: do not count
1220           the block header as free memory
1221         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1222           simplified and added missing end-of-blocklist-marker
1223           (reported by Peter Onion, fixes #1252814)
1224         * (_mergeHeapBlock): fixed loop condition
1225         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1226           len==0, restructured code
1227         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1228           up a bit, reduced bitfield accesses, prevent endless loops
1229           in case of heap corruption
1230         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1231           "unreferenced arguments/must return a value" warnings
1232         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1233           replaced BAUDREG with SPBRG
1234         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1235           device/lib/pic16/debug/gstack/gstack.c: replaced
1236           _naked, _asm, _endasm with __naked, __asm, __endasm
1237
1238 2005-08-05 Raphael Neider <rneider AT web.de>
1239
1240         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1241           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1242
1243 2005-08-05 Borut Razem <borut.razem AT siol.net>
1244
1245         * device/lib/Makefile.in: added missing ';'
1246         * configure: removed ^M characters
1247
1248 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1249
1250         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1251           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1252           License
1253
1254 2005-08-04 Borut Razem <borut.razem AT siol.net>
1255
1256         * configure.in: pic16 libraries build 2nd try - enable running
1257           configure in device/lib/pic16
1258         * configure: regenerated from configure.in
1259         * device/lib/Makefile.in: create $(PORT)/bin directory
1260
1261 2005-08-03 Raphael Neider <rneider AT web.de>
1262
1263         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1264           to get/set values via pointers
1265         * (genUnpackBits,genPackBits): changed detection of
1266           ptr->bitfield vs. sym.bitfield, fixed access via generic
1267           pointers, removed dead (wrong) code for multibyte bitfields
1268         * (genNearPointerGet, genGenPointerGet): removed useless code,
1269           fixed bitfield detection, fixes #1250594
1270         * (genNearPointerSet): removed useless code
1271         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1272           and introduced macro pic16_emitpcode that conditionally emits
1273           the origin of the following pCode (useful for debugging SDCC)
1274         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1275         * (createDefmap): fixed handling of LFSR for --optimize-df
1276
1277 2005-08-02 Borut Razem <borut.razem AT siol.net>
1278
1279         * device/lib/Makefile.in: pic16 libraries build enabled since
1280           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1281
1282 2005-08-02 Raphael Neider <rneider AT web.de>
1283
1284         * src/pic16/gen.c (genPackBits): removed deprecated warning
1285         * (genGenPointerSet): fixed bitfield detection
1286
1287 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1288
1289         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1290
1291 2005-07-31 Raphael Neider <rneider AT web.de>
1292
1293         * device/lib/pic16/libdev/pic18f458.c,
1294           device/include/pic16/pic18f458.h: added missing T0CONbits
1295
1296 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1299
1300 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1303
1304 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1305
1306         * device/include/mcs51/at89c51ed2.h: added.
1307
1308 2005-07-23 Raphael Neider <rneider AT web.de>
1309
1310         * src/pic/gen.h: added emitpcode macro for debugging
1311         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1312           and replace by macro adding debug information on demand
1313         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1314         * (gencjne): tried to fix; replaced with correct (slower) code
1315         * (gen{Unp,P}ackBits): fixed single bit access
1316         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1317         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1318           previous instruction
1319         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1320           register has to be handled with care (forbidding movement
1321           of assignments/uses, removing assignments completely, ...)
1322         * (pCodeOptime2pCodes): make use of regIsSpecial
1323         * added lots of debugging output (commented out)
1324         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1325           from being reused as result UNLESS it is known to work
1326
1327 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * support/Util/dbuf.h: include <stddef.h> for size_t
1330         * .version: changed to version 2.5.2
1331
1332 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1333
1334         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1335
1336 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1337
1338         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1339           (genModOneByte): removed needless psha/pula
1340
1341 2005-07-22 Raphael Neider <rneider AT web.de>
1342
1343         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1344           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1345         * src/pic/gen.c (resolveIfx): do not "invent" labels
1346         * (genSkipc): changed to positive logic
1347         * (genSkipCond): removed as no longer needed
1348         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1349           backport from PIC16
1350         * (genLeftShift): check operands are in different registers
1351         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1352           INCF does not update CARRY...
1353         * src/pic/main.c: fixed _linkCmd
1354         * src/pic/pcode.c (unlinkpCode): added inactive code
1355         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1356           alive (do not assign result and operand overlapping registers)
1357
1358 2005-07-22 Raphael Neider <rneider AT web.de>
1359
1360         * src/pic/device.c (dump_sfr): replaced register declaration with
1361           call to emitSymbolToFile() to avoid duplicate symbols
1362         * (assignRelocatableRegisters): do not declare external symbols
1363         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1364           right (take size of type, not etype)
1365         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1366         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1367         * (packRegsForAccUse): disabled assignment of WREG as
1368           the result reg to prevent occurence of just fixed #1235003,
1369           fixes #1242954
1370         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1371           symbols (avoids duplicate symbols in .asm file)
1372         * (pic14emitRegularMap): use emitSymbolToFile()
1373         * src/pic/gen.c (aopOp): fixed spillLocation handling
1374         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1375         * (genDataPointerSet): removed unneccessary variables/output
1376
1377 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1378
1379         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1380         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1381
1382 2005-07-21 Raphael Neider <rneider AT web.de>
1383
1384         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1385           architecture cannot handle them efficiently, fixes bug #1235003
1386         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1387           check for empty sets before using them (fixes bug #1232190)
1388
1389 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1390
1391         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1392           (lnksect2): generate warnings for memory overlap
1393         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1394           constseg to set the name of these segments so you can instruct the linker
1395           to place them in banks
1396         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1397         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1398           added code_seg and const_seg to options
1399         * src/SDCCglue.c (emitMaps): use options.const_seg,
1400           (createInterruptVect): put interrupt vectors in segment HOME,
1401           (glue): put HOME before static segment and put the main glue in HOME,
1402           (glue): use options.code_seg
1403         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1404         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1405           these segments so you can instruct the linker to place them in banks
1406           (linkEdit): use code_loc for HOME segment which should be the first
1407           segment in code memory now
1408         * src/SDCCmem.c: fixed more stuff like bug 1238386
1409         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1410           (changePointer): don't change function pointers to code pointers for
1411           banked functions,
1412           (compareType): added exceptional check for banked function pointers
1413         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1414         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1415           after static in code memory
1416         * src/mcs51/gen.c: added aopLiteralLong prototype,
1417           (aopForSym): use getSize for functions,
1418           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1419           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1420           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1421           the segment,
1422           (genPcall): use call for literal function pointers and generate banked
1423           calls over the one trampoline so there's only one place for the user to
1424           modify according to his/hers hardware,
1425           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1426           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1427         * src/mcs51/main.c: added keyword banked,
1428           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1429         * support/Util/SDCCerr.c,
1430         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1431           needed for passing the bank and address to the trampoline
1432         * device/lib/mcs51/crtbank.asm: added for bankswitching
1433         * device/lib/mcs51/Makefile: added crtbank
1434
1435 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1436
1437         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1438           for fields at offset 0 of a struct or union as reported
1439           on 2005-07-07 in the developer mailing list.
1440
1441 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1442
1443         * src/SDCCmem.c: fixed bug 1238386
1444
1445 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1446
1447         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1448           (patch #1144962), added peephole 300, enabled 259.x
1449         * doc/sdccman.lyx: removed screenshot and provided link instead
1450
1451 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1452
1453         * doc/sdccman.lyx: added section about debugging with ddd
1454         * doc/figures/ddd_example.eps: screenshot of debugging session
1455
1456 2005-07-04 Raphael Neider <rneider AT web.de>
1457
1458         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1459           like CODE pointers, fixes #1115683
1460         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1461           call, fixes bugs #1232211, #1228110,
1462           fixed wrong casts to pCodeFlow from pCodeInstructions
1463
1464 2005-07-04 Raphael Neider <rneider AT web.de>
1465
1466         * src/pic/gen.c (popGet): changed assert to allow for
1467           bit operands
1468         * (popGetAddr): changed signature to provide
1469           an additional index, patched all call sites
1470         * (genCmpEq): handle literal-like operands correctly
1471         * (genAddrOf): added sanity checks on __code/__data pointers
1472         * (genAssign): added handling of symbols from __code section
1473         * (gencjne): do not generate code for comparisons whose result
1474           is neither stored nor used, fixes bug #1171114
1475         * (AccLsh, AccRsh): operate on operand instead of WREG
1476         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1477           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1478           by known count
1479         * rewrote complete shift-by-literal logic, commented unused
1480           functions out
1481         * (genConstPointerGet): get multiple bytes (if result size > 1),
1482           fixed handling of non-immediate addresses
1483         * (genPointerGet): handle CODE pointers like CONST pointers
1484         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1485         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1486           operand is to be treated as a literal or not
1487         * (mov2w,genPcall,genCmpEq),
1488           src/pic/genarith.c: use aop_isLitLike() to decide between
1489           literal/register contents
1490         * (addSign): added missing offset
1491         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1492           only emit comment in debug-mode,
1493           use {aop,op}_isLitLike throughout the file
1494         * src/pic/glue.c: fix initializers for pointers (work in progress)
1495         * src/pic/pcode.c (get_op): honor index on _const symbols
1496         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1497         * (dumppBlock): added pCode size estimation
1498         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1499           check for IS_SYMOP before OP_SYMBOL'ing
1500         * fixed indentation, compacted switch-statements
1501         * (allocReg): find free register and allocate it instead of
1502           allocating new registers all the time
1503         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1504           registers as its operands (necessary only for multibyte GETs)
1505
1506 2005-07-01 Raphael Neider <rneider AT web.de>
1507
1508         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1509           debugging .asm-output macros FENTRY + FEXIT
1510         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1511           way... I wonder...
1512         * (emitpComment): NEW, printf to pCode
1513         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1514           offset handling
1515         * (popGetAddr): NEW, variant of popGet to access an immediates
1516           high(er) bytes instead of the n'th byte of memory they reference,
1517           replaced popGet with popGetAddr where neccessary
1518         * (genDataPointerGet): reactivated and fixed implementation
1519         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1520           accesses
1521         * (genDataPointerSet): fixed multibyte assignments
1522         * (genpic14Code): fixed --i-code-in-asm handling
1523         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1524         * (genPlus): fixed index-out-of-bounds error
1525         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1526         * src/pic/ralloc.c: added debugging output macro FENTRY2
1527         * (spillThis): fixed indentation, enbraced for-body for clarity
1528         * (rematStr): commented out as now unused
1529         * (regTypeNum): commented out special spill case (overwrites
1530           arbitrary values)
1531         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1532
1533 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1534
1535         * doc/sdccman.lyx: documented sfr16/sfr32,
1536           added example for using storage class with function pointers
1537         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1538
1539 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1542         * device/lib/_itoa.c,
1543         * device/lib/_ltoa.c: optimized codesize
1544         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1545           but don't know how to suppress the double warning.
1546         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1547         * support/Util/SDCCerr.c,
1548         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1549
1550 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1551
1552         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1553           fixed old K&R prototypes
1554         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1555         * device/lib/_gptrget.c,
1556         * device/lib/_gptrgetc.c,
1557         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1558           also new versions for small generic pointers and banked generic pointers
1559         * src/port.h: added const_name
1560         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1561         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1562         * src/SDCCcse.c (findPrevIc): check all associative operators
1563         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1564         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1565         * src/SDCCmem.c: updated comments,
1566           set far-space to 0 for pdata, results in optimized code
1567         * src/SDCCmem.h: added macro CONST_NAME
1568         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1569           moving the info into the highest bits, see also gptrget/gptrput
1570         * src/src.dsp: added sdcc.ico to project files
1571         * src/avr/gen.c (genCast): fixed bug 0x%d
1572         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1573         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1574           relation between ptr_type and DCL_TYPE,
1575           (genCast): fixed bug 0x%d
1576         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1577           (CODE)" for const_name
1578         * src/hc08/gen.c (genCast): fixed bug 0x%d
1579         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1580           (hc08_port): added "CONST (CODE)" for const_name
1581         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1582           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1583           between ptr_type and DCL_TYPE,
1584           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1585           operand* and took AOP() inside function so sfr-ness can be checked,
1586           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1587           new prototype,
1588           (genFunction, genEndFunction): optimized stack setup,
1589           (genMinus): optimized for literals with ending zeroes (in bytes),
1590           (genCast): fixed bug 0x%d
1591         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1592           (mcs51_port): added "CONST (CODE)" for const_name
1593         * src/mcs51/peeph.def: made rule 226 more generic
1594         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1595         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1596         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1597         * src/z80/main.c (z80_port): added NULL for const_name,
1598           (gbz80_port): added NULL for const_name
1599         * support/regression/tests/bug663539.c,
1600         * support/regression/tests/sfr16.c: new tests
1601
1602 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1603
1604         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1605
1606 2005-06-24 Raphael Neider <rneider AT web.de>
1607
1608         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1609           corrected typos...
1610         * device/include/pic16/signal.h: added USBIF
1611           and SIG_USB
1612
1613 2005-06-24 Raphael Neider <rneider AT web.de>
1614
1615         * device/lib/pic16/libdev/pic18f2455.c,
1616           device/include/pic16/pic18f2455.h: NEW
1617         * device/include/pic16/pic18fregs.h,
1618           device/lib/pic16/pics.all,
1619           src/pic16/device.c: added 18f2455
1620         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1621           device/include/pic16/{pic18f[68][567].h,usart.h}:
1622           replaced MULTIPLE_USARTS define with more relaible
1623           compatibility sfrs (for USART access)
1624
1625 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1626
1627         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1628           and the output asm file line is printed on two lines.
1629
1630 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1631
1632         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1633           BGT, BLE, BHI, and BLS instructions
1634         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1635           genCmpEq): removed
1636         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1637           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1638           fixes bug #1216342
1639         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1640
1641 2005-06-15 Raphael Neider <rneider AT web.de>
1642
1643         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1644         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1645         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1646           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1647           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1648
1649 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1650
1651         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1652           Marcel Telka in bug #1215704
1653
1654 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1655
1656         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1657           located in shared memory bank.
1658
1659 2005-05-31 Raphael Neider <rneider AT web.de>
1660
1661         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1662           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1663           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1664
1665 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1666
1667         * device/lib/_strncpy.c: fixed the fix
1668
1669 2005-05-26 Raphael Neider <rneider AT web.de>
1670
1671         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1672           initializers with \0, bug #1208187
1673         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1674           intializers with \0, bug #1208187
1675
1676 2005-05-26 Raphael Neider <rneider AT web.de>
1677
1678         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1679           initializers with \0, bug #1208187
1680         * src/pic16/main.c (_process_pragma): added sanity checks
1681           for stack position and size, emit warnings when appropriate
1682
1683 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1684
1685         * device/lib/_strncpy.c: fixed not filling with \0
1686
1687 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1688
1689         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1690           createFunction),
1691         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1692           compound_statement),
1693         * src/SDCCsymt.h,
1694         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1695
1696 2005-05-24 Raphael Neider <rneider AT web.de>
1697
1698         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1699
1700 2005-05-24 Raphael Neider <rneider AT web.de>
1701
1702         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1703           TRISE definitions, closes bug #1162453
1704
1705 2005-05-22 Raphael Neider <rneider AT web.de>
1706
1707         * src/pic16/main.c (_process_pragma): check for missing
1708           arguments to pragmas code and udata
1709         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1710           consistency fixes to match other headers (thanks to Jim Paris)
1711         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1712
1713 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1714
1715         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1716
1717 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1718
1719         * support/regression/tests/bug1198642.c: new test
1720         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1721         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1722         * support/scripts/resource.h,
1723         * support/scripts/resource.rc,
1724         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1725         * support/scripts/sdcc.ico: added 32x32 icon
1726
1727 2005-05-18 Raphael Neider <rneider AT web.de>
1728
1729         * device/lib/pic16/libdev/pic18f*.c,
1730         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1731           keywords to "__sfr" and "__at (X)"
1732         * device/include/pic16/pic18fregs.h: added pic18f4520
1733         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1734           #1203088 (MPLAB compatibility)
1735
1736 2005-05-17 Raphael Neider <rneider AT web.de>
1737
1738         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1739         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1740         * device/lib/pic16/pics.all: added new devices
1741         * src/pic16/device.c: added support for pic18f4520
1742
1743 2005-05-16 Raphael Neider <rneider AT web.de>
1744         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1745         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1746         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1747           convenience function for bit access
1748
1749 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1750
1751         * device/lib/printf_large.c: fixed bug 1193299
1752         * support/regression/tests/bug1057979.c: added test %3.3s
1753
1754 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1755
1756         * device/include/mcs51/8051.h,
1757         * device/include/mcs51/8052.h: made parseable with lint
1758         * device/include/mcs51/lint.h: added include file for (sp)lint
1759         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1760         * doc/cdbfileformat.lyx,
1761         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1762
1763 2005-05-14 Raphael Neider <rneider AT web.de>
1764
1765         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1766         * device/lib/pic16/libc/stdlib/itoa.c (new)
1767         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1768         * device/lib/pic16/libio/Makefile: exclude subdir according to
1769           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1770         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1771         * src/pic16/gen.c (genFunction): prevent annoying warning
1772         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1773           nameclashes on BeOS
1774         * support/cpp2/cppmain.c (cpp_output_string): new
1775         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1776           fixes bug 1116802
1777
1778 2005-05-13 Borut Razem <borut.razem AT siol.net>
1779
1780         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1781
1782 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1783
1784         * .version: changed to version 2.5.1; back to bleeding edge development
1785
1786 2005-05-11 Borut Razem <borut.razem AT siol.net>
1787
1788         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1789           generate PDF version 1.3 documents
1790
1791 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1792
1793         * .version: changed to version 2.5.0
1794
1795 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1796
1797         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1798
1799 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1800
1801         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1802         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1803         well as many smaller updates.
1804         * .version: changed to version 2.5.0-pre1
1805
1806 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1807
1808         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1809
1810 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1811
1812         * support/regression/tests/bug1185672.c: added
1813         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1814           bug 1185672
1815         * src/mcs51/gen.c (genCall): added comments, made it look safer
1816         * src/mcs51/gen.c (genEndFunction): simplified
1817
1818 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1819
1820         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1821
1822 2005-04-14 Borut Razem <borut.razem AT siol.net>
1823
1824         * fixed bug 1045046 - SIGSEGV with really simple code?:
1825           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1826           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1827
1828 2005-04-14 Borut Razem <borut.razem AT siol.net>
1829
1830         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1831           src/pic16/device.h: temporarily disabled experimental #inline pragma
1832           for 2.5.0 release
1833
1834 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1835
1836         * device/include/z80/stdio.h,
1837         * device/include/z80/string.h: removed these highly incomplete files so
1838           SDCC can use the default ones in device/include/
1839
1840 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1841
1842         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1843         gcc warning.
1844         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1845         fix sdcpp warnings.
1846
1847 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1848
1849         * device/include/malloc.h: removed redundant __reentrant prototypes
1850         * device/lib/_mullong.c: added working xstack variant in asm (C version
1851           doesn't pass regression tests)
1852         * device/lib/bpx.c: used __data and made bpx char for mcs51
1853         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1854           (createFunction): fixed bug with xstackPtr
1855         * src/SDCCcse.c: corrected comments
1856         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1857           (killDeadCode, eBBlockFromiCode): removed unused code
1858         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1859           corrected comments
1860         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1861           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1862           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1863           (genModOneByte): fixed warning in MSVC
1864         * src/mcs51/main.c (): added comments
1865         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1866
1867 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1868
1869         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1870
1871 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1872
1873         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1874
1875 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1876
1877         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1878         characters arrays of larger size than the declared one.
1879
1880 2005-04-10 Borut Razem <borut.razem AT siol.net>
1881
1882         * src/pic/gen.c (genInline),
1883           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1884           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1885           (findNextInstruction), (findPrevInstruction),
1886           (findInstructionUsingLabel),
1887           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1888         * src/pic/pcode.c (findLabel): added missing '\n'
1889         * src/src.dsp: added SDCCdwarf2.c to the project
1890
1891 2005-04-09 Borut Razem <borut.razem AT siol.net>
1892
1893         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1894
1895 2005-04-08 Raphael Neider <rneider AT web.de>
1896
1897         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1898           into the chain after a given one) and mergeDefmapSymbols (combine
1899           defmap entries for each symbol per pcode)
1900         * (createDefmap): have defmap entries merged in the end
1901         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1902           a symbol before replacing one access type's symbol, merge symbols in
1903           the end (replacement symbol might already have an entry)
1904         * (assignValnums): keep reference to written WREG intact
1905
1906 2005-04-08 Raphael Neider <rneider AT web.de>
1907
1908         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1909           Alpha)
1910
1911 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1912
1913         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1914         bytes
1915
1916 2005-04-07 Raphael Neider <rneider AT web.de>
1917
1918         * device/include/pic16/usart.h: added compatibility defines for
1919           devices with more than one USART
1920         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1921
1922 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1923
1924         * device/lib/Makefile.in: updated for port specific include
1925
1926 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1927
1928         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1929
1930 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1931
1932         * device/include/8051.h,
1933         * device/include/8052.h,
1934         * device/include/at89S8252.h,
1935         * device/include/at89c55.h,
1936         * device/include/at89x051.h,
1937         * device/include/at89x51.h,
1938         * device/include/at89x52.h,
1939         * device/include/mcs51reg.h,
1940         * device/include/reg51.h,
1941         * device/include/reg764.h,
1942         * device/include/regc515c.h,
1943         * device/include/sab80515.h: (re)moved these 12 files
1944         * device/include/mcs51/8051.h,
1945         * device/include/mcs51/8052.h,
1946         * device/include/mcs51/at89S8252.h,
1947         * device/include/mcs51/at89c55.h,
1948         * device/include/mcs51/at89x051.h,
1949         * device/include/mcs51/at89x51.h,
1950         * device/include/mcs51/at89x52.h,
1951         * device/include/mcs51/mcs51reg.h,
1952         * device/include/mcs51/reg51.h,
1953         * device/include/mcs51/reg764.h,
1954         * device/include/mcs51/regc515c.h,
1955         * device/include/mcs51/sab80515.h: and added them here
1956
1957 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1958
1959         * device/include/stdarg.h: changed SDCC specific keywords to double
1960           underlined form.
1961         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1962           mcs51 and ds390.
1963         * device/include/hc08/mc68hc908gp32.h,
1964         * device/include/hc08/mc68hc908jb8.h,
1965         * device/include/hc08/mc68hc908jkjl.h,
1966         * device/include/hc08/mc68hc908qy.h: fixed comments
1967         * device/include/mcs51/README: updated
1968         * device/include/mcs51/c8051f120.h: added PINRSF
1969         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1970         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1971           amidst code. Also inline is not supported.
1972
1973 2005-04-06 Raphael Neider <rneider AT web.de>
1974
1975         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1976         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1977           callers stack/frame pointers
1978
1979 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1980
1981         * device/include/pic16/usart.h: added, missing in previous commit,
1982         * device/include/pic16/adc.h: fixed typo,
1983         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1984         commit,
1985         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1986         <p18fxxx.inc>
1987         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1988         uninitialized because a bug appears with gplink
1989         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1990         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1991         complains for unrecognised option
1992
1993 2005-04-05 Raphael Neider <rneider AT web.de>
1994
1995         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1996           structs as well (using memcpy)
1997         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1998           on ISRs (GOTO has no label)
1999         * src/pic16/device.h: added OF_OPTIMIZE_DF
2000         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2001           new data flow analysis/optimization
2002         * src/pic16/pcode.c: added (prototypes for and implementation of)
2003           dataflow analysis functions, fixed pCodeInstructions' inCond and
2004           outCond values, made RCALL a branch instruction
2005         * (pic16_unlinkpCode): keep C line if possible
2006         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2007           C line moved if possible
2008         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2009         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2010           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2011         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2012           new flow)
2013         * (pic16_getJumptabpCode): NEW, needed in...
2014         * (LinkFlow): fixed handling of jumptables, calls and conditional
2015           branches
2016         * (pic16_InsertCommentAfter): NEW
2017         * (pic16_pCodeReplace): made verbose and flow preserving
2018         * (AnalyzeFlow): added call to data flow analysis
2019         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2020         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2021         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2022
2023 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2024
2025         * src/SDCCast.c (decorateType): fixed bug #1105626
2026
2027 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2028
2029         * device/include/asm/pic16/features.h,
2030         * pic18f*.h headers,
2031         * device/include/pic16/adc.h,
2032         * device/include/pic16/delay.h,
2033         * device/include/pic16/i2c.h,
2034         * device/include/pic16/malloc.h,
2035         * device/include/pic16/stdio.h,
2036         * device/include/pic16/stdlib.h,
2037         * device/include/pic16/string.h,
2038         * device/lib/pic16/libc/stdio/printf_tiny.c,
2039         * device/lib/pic16/libc/stdio/printf_small.c,
2040         * device/lib/pic16/libc/stdio/strmgpsim.c,
2041         * device/lib/pic16/libc/stdio/strmmssp.c,
2042         * device/lib/pic16/libc/stdio/strmusart.c,
2043         * device/lib/pic16/libc/stdio/vfprintf.c,
2044         * device/lib/pic16/libc/stdlib/ltoa.c,
2045         * device/lib/pic16/libc/stdlib/putchar.c,
2046         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2047         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2048         * device/lib/pic16/libc/stdlib/memchrram.c,
2049         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2050         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2051         * device/lib/pic16/libio/adc/adcbusy.c,
2052         * device/lib/pic16/libio/adc/adcread.c,
2053         * device/lib/pic16/libio/adc/adcsetch.c,
2054         * device/lib/pic16/libio/usart/ubaud.c,
2055         * device/lib/pic16/libio/usart/ubusy.c,
2056         * device/lib/pic16/libio/usart/udrdy.c,
2057         * device/lib/pic16/libio/usart/uopen.c,
2058         * device/lib/pic16/libio/usart/uputc.c,
2059         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2060         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2061         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2062         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2063         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2064         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2065         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2066         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2067         specific keywords to double underlined form,
2068         * device/lib/pic16/libc/Makefile.rules,
2069         * device/lib/pic16/libsdcc/Makefile.rules,
2070         * device/lib/pic16/libm/Makefile,
2071         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2072         to compile with C standard set in Makefile.common
2073         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2074         rand.c and crc.c in compilation process,
2075         * device/lib/pic16/libsdcc/int/divuint.c,
2076         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2077         `c' from signed to unsigned,
2078         * device/lib/pic16/startup/crt0.c,
2079         * device/lib/pic16/startup/crt0i.c,
2080         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2081         keywords to double underlined form, bug fixes in _do_cinit function
2082         which prevented the correct initialization of the .idata segment,
2083         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2084         core to enter a infinite loop
2085         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2086
2087 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2088
2089         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2090
2091 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2092
2093         * device/include/Makefile.in: add support for hc08 subdirectory
2094         * device/include/hc08/: new subdirectory
2095         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2096         Lucas Loizaga, thanks!
2097         * device/include/hc08/mc68hc908qy.h,
2098         * device/include/hc08/mc68hc908gp32.h,
2099         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2100         their own directory. Changed internal macro names to use the compiler
2101         reserved namespace. Changed SDCC specific keywords to double
2102         underlined form.
2103         * device/include/math.h,
2104         * device/include/malloc.h,
2105         * device/include/stdarg.h,
2106         * device/include/stdbool.h
2107         * device/include/string.h,
2108         * device/include/tinibios.h,
2109         * device/include/ds400rom.h,
2110         * device/include/8051.h,
2111         * device/include/8052.h,
2112         * device/include/80c51xa.h,
2113         * device/include/at89c55.h,
2114         * device/include/at89S8252.h,
2115         * device/include/at89x51.h,
2116         * device/include/at89x52.h,
2117         * device/include/ds80c390.h,
2118         * device/include/reg764.h,
2119         * device/include/regc515c.h,
2120         * device/include/sab80515.h,
2121         * device/include/mcs51/c8051f000.h,
2122         * device/include/mcs51/c8051f018.h,
2123         * device/include/mcs51/c8051f020.h,
2124         * device/include/mcs51/c8051f040.h,
2125         * device/include/mcs51/c8051f060.h,
2126         * device/include/mcs51/c8051f120.h,
2127         * device/include/mcs51/c8051f300.h,
2128         * device/include/mcs51/c8051f310.h,
2129         * device/include/mcs51/c8051f320.h,
2130         * device/include/mcs51/c8051f330.h,
2131         * device/include/mcs51/c8051f350.h,
2132         * device/include/z180.h: Changed SDCC specific keywords to double
2133         underlined form.
2134
2135 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2136
2137         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2138         18F4455,
2139         * (pic16_assignConfigWordValue): disable testing of configuration
2140         register value with config mask,
2141         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2142         function with port->fun_prefix,
2143         * (genFunction): when generating a naked interrupt function never
2144         create an absolute segment placed in interrupt vector address, place
2145         the actual interrupt function at IVA instead, when an interrupt
2146         function is generated with unspecified interrupt then do not create
2147         the absolute section,
2148         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2149         code for generating a call to generic pointer get/put function with
2150         a call to function pic16_callGenericPointer(),
2151         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2152         the call to the generic pointer get/put functions with prefixing the
2153         function name with port->fun_prefix,
2154         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2155         * src/pic16/main.c (_process_pragma): prefix function with
2156         port->fun_prefix,
2157         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2158         calling assembler, old 18Fxxxx macro is deprecated,
2159         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2160         PC_ASMDIR in while condition,
2161         * (findInstruction): add PC_ASMDIR in while condition,
2162         * (buildCallTree): prefix main with port->fun_prefix,
2163         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2164         identifier for variable with banked access in instructions BTFSS,
2165         BTFSC, BCF, BSF, BTG
2166         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2167         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2168         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2169         perform optimization when enviroment variable NO_REG_OPT is set,
2170         * (insideLRBlock): NEW, return 1 if register is inside an
2171         INF_LOCALREGS block,
2172         * (RemoveRegFromLRBlock): remove a register that is completely
2173         eliminated by register optimization, but it is still left in local
2174         register store/restore in/from stack block,
2175         * (Remove2pcodes): after removing register, check to see if it
2176         should be removed from local register store/restore in/from stack
2177         block,
2178         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2179         DUMMY_READ_VOLATILE,
2180
2181         * device/include/pic16/adc.h: minor prototype modifications and
2182         update,
2183         * device/include/pic16/malloc.h: added GPL notice various
2184         modifications,
2185         * device/include/pic16/stdint.h: NEW, standard header for ints
2186         * device/include/pic16/delay.h: NEW, header for delay functions,
2187         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2188         delay1mtcy,
2189         * device/include/pic16/signal.h: NEW, header providing helper macros
2190         for implementing signal handlers,
2191         * device/include/pic16/stdio.h: added prototypes for functions,
2192         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2193         prototypes for stdin and stdout, added macro PUTCHAR to
2194         automatically implement putchar function prototype,
2195         * device/include/pic16/usart.h: modified and updated USART library,
2196         * device/lib/pic16/libio/adc/,
2197         * device/lib/pic16/libio/i2c: some modifications to improve library
2198         performance,
2199         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2200         family of functions,
2201         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2202         family of functions and other sources,
2203         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2204         of the PIC18Fxx[28] devices,
2205         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2206         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2207         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2208         _do_cinit function, because the previous failed when local variables
2209         where not placed in the same memory bank,
2210         * device/lib/pic16/libsdcc/char/: various modifications to improve
2211         library performance,
2212         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2213         information on the new functions of the c library and more...
2214
2215 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2216
2217         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2218
2219 2005-03-26 Raphael Neider <rneider AT web.de>
2220
2221         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2222           if condition == CARRY)
2223         * (genCmp): adapted to new genSkipc semantics
2224         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2225           on rIfx (genCmp was broken)
2226
2227 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2228
2229         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2230         * src/z80/main.c (_keywords[]),
2231         * src/SDCCglobal.h (struct options),
2232         * src/SDCC.y,
2233         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2234         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2235         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2236         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2237         always available in leading double underscore form. The C99 support is
2238         mostly missing, but it's a start.
2239         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2240         reserved identifier "__data".
2241
2242 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2243
2244         * src/mcs51/peeph.def: fixed bug 1170013
2245
2246 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2247
2248         * device/include/mcs51reg.h: fixed bug 842007
2249
2250 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2251
2252         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2253         last time.
2254
2255 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2256
2257         * src/port.h (struct PORT),
2258         * src/avr/ralloc.c (avr_assignRegisters),
2259         * src/avr/main.c,
2260         * src/ds390/ralloc.c (ds390_assignRegisters),
2261         * src/ds390/main.c,
2262         * src/hc08/ralloc.c (hc08_assignRegisters),
2263         * src/hc08/main.c,
2264         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2265         * src/mcs51/main.c,
2266         * src/pic/ralloc.c (pic14_assignRegisters),
2267         * src/pic/main.c,
2268         * src/pic16/ralloc.c (pic16_assignRegisters),
2269         * src/pic16/main.c,
2270         * src/xa51/ralloc.c (xa51_assignRegisters),
2271         * src/xa51/main.c,
2272         * src/z80/ralloc.c (z80_assignRegisters),
2273         * src/z80/ralloc.h,
2274         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2275         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2276         * src/SDCCcse.h,
2277         * src/SDCCdflow.c (computeDataFlow),
2278         * src/SDCCdflow.h,
2279         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2280         * src/SDCCloop.h,
2281         * src/SDCCcflow.c (*),
2282         * src/SDCCcflow.h,
2283         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2284         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2285         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2286         immedDom() returning wrong block; probably fixes bug #1160833)
2287
2288 2005-03-20 Borut Razem <borut.razem AT siol.net>
2289
2290         * support/scripts/inc2h.pl: WIN32 port
2291
2292 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * device/lib/makefile.in: added abs.c and labs.c
2295
2296 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * device/include/stdint.h: added
2299         * device/lib/abs.c: added
2300         * device/lib/labs.c: added
2301         * device/include/stdlib.h: added abs() and labs() prototypes
2302         * device/lib/libsdcc.lib: added abs and labs
2303         * device/include/float.h,
2304         * device/lib/_fsmul.c,
2305         * device/lib/printf_fast.c,
2306         * device/lib/printf_tiny.c: updated comments
2307
2308 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2309
2310         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2311         bug #1164313
2312
2313 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2314
2315         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2316         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2317
2318 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2319
2320         * device/lib/printf_large.c: removed inline assembly for portability and
2321           readability. Use printf_fast if speed or size are more important.
2322         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2323         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2324
2325 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2326
2327         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2328         prevent compiler warning
2329
2330 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2331
2332         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2333         moved to level 0 and declared as static. Also they are explicit
2334         placed in access bank. This was necessery because some times they
2335         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2336         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2337         optimizations. Currently only compare to unsigned char is implemented,
2338         * src/pic16/gen.c: added fReturnIdx array,
2339         * (struct resolvedIfx) is moved to gen.h and made public,
2340         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2341         * (aopForSym): added an optimization to directly store in stack of
2342         the operand of a SEND iCode,
2343         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2344         but as registers instead (AOP_REG) using the fReturnIdx array,
2345         * (pic16_freeAsmop): remove the freed register from the
2346         _G.sregsAlloc field,
2347         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2348         a compare of 'WREG',
2349         * (pic16_popGetTempRegCond): changed function prototype, now
2350         function takes also a bitVector argument v which holds the current
2351         set of registers that are allocated for stack access by aopForSym,
2352         registers allocated in aopForSym for accessing stack symbols are not
2353         any more part of the functions usedRegs field,
2354         * (genCall): some times aopOp is called for a stack variable to be
2355         send, aopForSym might perform the push, if this is true make sure
2356         that genCall doesn't push the variable twice by testing _G.resDirect,
2357         * (genFunction): changed testing for unspecified interrupt number
2358         from 256 to INTNO_UNSPEC,
2359         * modified selection scheme of frame pointer generation. Previously
2360         if function did use local registers a frame pointer was generated,
2361         now a frame pointer is generated only if function has arguments
2362         (that need PLUSW2 register access), or has stack arguments, or the
2363         compiler is not instructed to omit the frame pointer,
2364         * (genEndFunction): before restoring local registers that were saved
2365         in the function preamble, also restore the registers that *might*
2366         have been allocated for stack access,
2367         * (genRet): removed some old comments,
2368         * (genCmp, the active (RN's) version): added a call to the
2369         pic16_genCmp_special function to perform the compare with a more
2370         robust and optimized way,
2371         * (genInline): a feature has been added in inline code generation,
2372         which allows a wildcard variable substitution when writing inline
2373         assembly. Code is incomplete and experimental therefore undocumented,
2374         * (genCast): changed order of aopOp for result and right to allow
2375         aopForSym to directly load the result if possible,
2376         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2377         perform an optimized compare on some selected special occasions,
2378         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2379         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2380         generate an IVT any more,
2381         * src/pic16/main.c (pic16_optionsTable): added command line option
2382         --optimize-cmp,
2383         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2384         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2385         macros,
2386         * src/pic16/NOTES: Raphael Neider added in list of active developers
2387         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2388         jumptable_end to prevent bug #,
2389         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2390         inCond and outCond fields,
2391         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2392         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2393         turn off register spilling,
2394         * (packRegsForOneUse): synced with other ports' versions although it
2395         is not used currently,
2396         * (pic16_packRegisters): added an optimization while reading
2397         structure bitfields, some registers may be saved (malloc code is
2398         decreased by 80 bytes)
2399
2400 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2401
2402         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2403         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2404         this can be optimized more?
2405
2406 2005-03-10 Raphael Neider <rneider AT web.de>
2407
2408         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2409           genNearPointerGet): (hopefully) fixed access to bitfields via
2410           pointers (p->bitN = x; and x = p->bitN; failed)
2411
2412 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2413
2414         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2415
2416 2005-03-09 Raphael Neider <rneider AT web.de>
2417
2418         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2419
2420 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2421
2422         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2423         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2424           (regTypeNum): set REG_BIT type if necessary
2425         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2426         * support/regression/tests/critical.c: check bug 1144613
2427
2428 2005-03-02 Raphael Neider <rneider AT web.de>
2429
2430         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2431
2432 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2433
2434         * src/avr/ralloc.c (serialRegAssign),
2435         * src/ds390/ralloc.c (serialRegAssign),
2436         * src/hc08/ralloc.c (serialRegAssign),
2437         * src/mcs51/ralloc.c (serialRegAssign),
2438         * src/pic/ralloc.c (serialRegAssign),
2439         * src/pic16/ralloc.c (serialRegAssign),
2440         * src/xa51/ralloc.c (serialRegAssign),
2441         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2442
2443 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2444
2445         * src/SDCCast.c (decorateType): fixed bug 1124787
2446
2447 2005-02-20 Hubert Sack <sack AT digiplan.de>
2448         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2449
2450         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2451         patch #1121755
2452
2453 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2454
2455         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2456         to keep the correct label reference count when adding/removing references
2457         to labels. A peephole file using this is appended to patch #1144962.
2458
2459 2005-02-14 Raphael Neider <rneider AT web.de>
2460
2461         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2462         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2463         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2464           retrievals of result operand's value on assignment
2465
2466 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2467
2468         * device/include/pic16/string.h: modified prototype for memccpy()
2469         to memccpy(void *, void *, char, size_t)
2470         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2471         check whether to omit frame pointer or not,
2472         * (genInline): convert all occurences of "\n" to LF in inline
2473         assembler blocks, this helps formatting the inline text,
2474         * (pic16_loadFSR0): modified prototype,
2475         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2476         removed some 8051 legacy code,
2477         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2478         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2479         before allocating temporary registers in functions,
2480
2481 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2482
2483         * support/regression/tests/bitvars.c: corrected the "fix"
2484
2485 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2486
2487         * support/regression/tests/bitvars.c,
2488         * support/regression/tests/bitwise.c,
2489         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2490
2491 2005-02-10 Raphael Neider <rneider AT web.de>
2492
2493         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2494           different size for Alpha
2495         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2496
2497 2005-02-09 Raphael Neider <rneider AT web.de>
2498
2499         * src/SDCC.lex(doPragma) : save and restore warning options as well
2500           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2501         * have #pragma less_pedantic set the errorlevel to WARNING
2502           (fixes #1117001)
2503         * (cloneOptimize) : fixed wrong malloc's size
2504         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2505           facilitate correct handling of #pragma (save|restore)
2506
2507 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2508
2509         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2510
2511 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2512
2513         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2514
2515 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2516
2517         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2518
2519 2005-02-02 Raphael Neider <rneider AT web.de>
2520
2521         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2522         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2523         * (pic16_storeForReturn): fixed to allow returning function pointers
2524         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2525         * device/include/pic16/{stddef.h,stdbool.h}: added
2526
2527 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2528
2529         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2530
2531 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2532
2533         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2534         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2535          appeared to be required
2536
2537 2005-01-31 Borut Razem <borut.razem AT siol.net>
2538
2539         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2540           include/mcs51 and include/z80 directories to the package
2541
2542 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2543
2544         * src/hc08/gen.c (genFunction): fixed bug #1112752
2545
2546 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2547
2548         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2549
2550 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2551
2552         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2553
2554 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2555
2556         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2557
2558 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2559
2560         * device/include/c8051fxxx.h: removed these 6 files
2561         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2562
2563 2005-01-26 Raphael Neider <rneider AT web.de>
2564
2565         * src/pic16/gen.c (genAssign): fixed assignment from longs
2566           in codespace (were cut to three bytes)
2567         * (genDummyRead): implemented (except for CODESPACE...),
2568           fixed bug #1108575
2569         * src/pic16/glue.c (emitStatistics): beautified
2570         * device/lib/pic16/libm/Makefile: added include path
2571
2572 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2573
2574         * src/z80/gen.c (aopPut): fixed bug #1103902
2575
2576 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2577
2578         * device/lib/expf.c: fixed bug #1095792
2579
2580 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2581
2582         * device/lib/pic16/libm: added Math library sources
2583
2584 2005-01-24 Raphael Neider <rneider AT web.de>
2585
2586         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2587           to enable upcast to pCodeOpReg2 (there is no type tag to
2588           differenciate the two and pic16_popGet2p cast into PCOR2)
2589         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2590           (sizeof(sectNames) changed to sizeof(sectName))
2591           Both patches fix segfaults under MinGW.
2592
2593 2005-01-23 Raphael Neider <rneider AT web.de>
2594
2595         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2596           Safe_[mc]?alloc()'ed variables
2597         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2598           of (byte sized) temporaries (assign them to WREG for now)
2599         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2600           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2601           this might fix SIGSEGVs on MinGW...
2602         * src/SDCCopt.c (killDeadCode): restored original behaviour
2603           (volatile operands might get thrown away though)
2604
2605 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2606
2607         * src/pic16/gen.c: fixed bug #1106975,
2608         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2609         pointer update, INTCON is saved, global interrupts are disabled and
2610         restored after updateing TOS.
2611         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2612         * added function attribute 'shadowregs' to take advantage of shadow
2613         registers,
2614         * added function attribute 'wparam' as an alternative to the wparam
2615         pragma,
2616         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2617         user declares a non-ISR function as 'shadowregs',
2618         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2619
2620 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2621
2622         * .version: bumped version number to 2.4.8
2623         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2624         pic16 port,
2625         * device/lib/pic16/libio/i2c/: I2C module support library,
2626         * device/include/pic16/i2c.h: I2C support library header,
2627         * device/lib/pic16/libc/stdio/: standard IO support sources,
2628         * (printf_small.c): printf_small() source, supports float print,
2629         * (printf_tiny.c): printf_tiny() source, does not support floats,
2630         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2631         enable global optimizations for entire library source, other
2632         Makefiles in the source tree are also modified to reflect this,
2633         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2634         function,
2635         * doc/sdccman.lyx: updated to reflect new changes,
2636         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2637         sym->onStack if-case,
2638         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2639         sbit, idata, _idata, xdata, _xdata,
2640         * added pragma library, to link an external library, (see doc),
2641         * removed command line options, --pomit-config-words, --pomit-ivt,
2642         --pleave-reset-vector,
2643         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2644         when calling assembler to reflect memory model used, also define
2645         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2646         reflect stack model used,
2647         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2648         on stack return NULL,
2649
2650 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2651
2652         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2653           of the operands is volatile. Fixes #1020220
2654
2655 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2656
2657         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2658         * (OptimizeRegUsage): make sure that there is really no other flow where
2659           the first pCode is used
2660
2661 2005-01-22 Raphael Neider <rneider AT web.de>
2662
2663         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2664           to fix #1106967 (pCode->seq are not set up correctly)
2665
2666 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2667
2668         * src/SDCCglue.c (glue): make sure code area is declared before the
2669         static initialization area.
2670
2671 2005-01-21 Raphael Neider <rneider AT web.de>
2672
2673         * device/lib/Makefile.in: fixed test for pic16 install dir
2674         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2675           optimizations
2676         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2677           added --optimize-goto compiler switch and pragma wparam documentation
2678         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2679         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2680           and PRODH closing bug #1071770 (peephole optimizer)
2681
2682 2005-01-19 Raphael Neider <rneider AT web.de>
2683
2684         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2685           cmdLine buffers (used when calling sdcpp...) are large enough
2686           (MAX_PATH=256 truncates arguments leading to system halts when
2687           used in MinGW...)
2688         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2689         * (genUminus): rewritten to for efficiency
2690         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2691           used uninitialized in some cases)
2692         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2693           copy the third byte from the int -- now assumes 0x80 (data memory)
2694         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2695           operands (genAddLit expects the iCode's operands to swapped as
2696           well), fixed leftover bytes (crashed for short left operands)
2697         * (pic16_genMinusDec): performance improvements, removed false
2698           PIC14 emitSKPNCs
2699         * (pic16_genMinus): fixed to cope with differently sized operands
2700         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2701           for --obanksel > 1
2702         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2703         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2704           new banksel optimization
2705         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2706           analysis for temporary registers (segfaults...)
2707         * src/pic16/peeph.def: added rule
2708
2709 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2710
2711         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2712         which converts a float number to its ASCII representation
2713         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2714         functions to convert the fractional and integer part of a float to ASCII,
2715         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2716         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2717         ram
2718         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2719         _STATMEM macros,
2720         * device/include/pic16/adc.h: added GPL info,
2721         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2722         a pCodeOp as tested operand,
2723         * (genNearPointerGet): optimized bit testing, does not use
2724         intermediate register for bit value, test directly instead with
2725         BTFSS, BTFSC, works only for single bits,
2726         * (genpic16Code): dump the name of the iCode in the asm,
2727         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2728         renamed to pic16_decodeOp,
2729         * (serialRegAssign): do not allocate a temporary register for iCode
2730         sequences that test a single bit for 1/0
2731
2732 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2733
2734         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2735         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2736         access stack and frame pointers. They are initially assigned to
2737         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2738         accessing SFRs. Updated all occurences of modification of stack or
2739         frame pointer in gen.c and pcode.c,
2740         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2741         assigning of a literal value to pointers,
2742         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2743         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2744         selected
2745
2746 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2747
2748         * doc/sdccman.lyx: update documentation about stack pragma, added
2749         some info for stack memory models
2750
2751 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2752
2753         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2754
2755 2005-01-08 Raphael Neider <rneider AT web.de>
2756
2757         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2758           udata sections to fix bug #1097823
2759
2760 2005-01-05 Raphael Neider <rneider AT web.de>
2761
2762         * src/pic16/gen.c (genGenericShift): added handling of differently
2763           sized left operand and result
2764
2765 2005-01-04 Raphael Neider <rneider AT web.de>
2766
2767         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2768         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2769           to hold the condition bit)
2770         * added new version of genCmp (old code available via #define)
2771         * added new version of genShiftLeft/genShiftRight in a generic
2772           way, now supports shifting by negative values
2773         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2774           shiftCount (expected by genGenericShift)
2775         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2776         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2777           dump
2778         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2779           is an invalid literal too...)
2780
2781 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2782
2783         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2784         from Raphael Neider,
2785         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2786         for 8-bit literals. This fixes some literal operands which are sign
2787         extended to 16-bits ints when instruction needs only 8-bits.
2788
2789 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2790
2791         * device/lib/logf.c: added mcs51 assembly version
2792         * device/lib/expf.c: added mcs51 assembly version
2793         * device/lib/_logexpf.c: new shared asm code for expf and logf
2794         * device/include/math.h: add defines for assembly math library
2795         * device/lib/Makefile.in: build new _logexpf.c
2796         * device/lib/libfloat.lib: use new _logexpf.c
2797
2798 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2799
2800         * src/pic/device.c
2801         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2802           device types which have less than 0x7f registers.
2803
2804 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2805
2806         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2807
2808 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2809
2810         * device/lib/printf_fast.c: only build on supported arch.
2811         * device/lib/printf_tiny.c: only build on supported arch.
2812         * device/lib/printf_fast_f.c: only build if asm float lib
2813         * device/lib/_fsget1arg.c: only build if asm float lib
2814         * device/lib/_fsget2args.c: only build if asm float lib
2815         * device/lib/_fsnormalize.c: only build if asm float lib
2816         * device/lib/_fsreturnval.c: only build if asm float lib
2817         * device/lib/_fsrshift.c: only build if asm float lib
2818         * device/lib/_fsswapargs.c: only build if asm float lib
2819         * device/include/stdio.h: don't provide print_fast,
2820           print_fast_f, print_tiny prototypes if --xstack used
2821
2822 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2823
2824         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2825         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2826           to the SOURCES
2827
2828 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2829
2830         * device/lib/printf_fast_f.c: same as printf_fast, but
2831           with floating point enabled
2832         * device/lib/printf_fast.c: minor tweaks
2833         * device/include/stdio.h: add printf_fast_f
2834
2835 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2836
2837         * src/SDCCmain.c: make --float-reent default for mcs51
2838         * device/lib/_fsadd.c: added mcs51 assembly version
2839         * device/lib/_fssub.c: added mcs51 assembly version
2840         * device/lib/_fsmul.c: added mcs51 assembly version
2841         * device/lib/_fsdiv.c: added mcs51 assembly version
2842         * device/lib/_fseq.c: added mcs51 assembly version
2843         * device/lib/_fsneq.c: added mcs51 assembly version
2844         * device/lib/_fsgt.c: added mcs51 assembly version
2845         * device/lib/_fslt.c: added mcs51 assembly version
2846         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2847         * device/lib/Makefile.in: add _fscmp to build
2848         * device/lib/libfloat.lib: add _fscmp to build
2849
2850 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2851
2852         * device/lib/_fs2slong.c: added mcs51 assembly version
2853         * device/lib/_fs2sint.c: added mcs51 assembly version
2854         * device/lib/_fs2schar.c: added mcs51 assembly version
2855         * device/lib/_fs2ulong.c: added mcs51 assembly version
2856         * device/lib/_fs2uint.c: added mcs51 assembly version
2857         * device/lib/_fs2uchar.c: added mcs51 assembly version
2858         * device/lib/_slong2fs.c: added mcs51 assembly version
2859         * device/lib/_sint2fs.c: added mcs51 assembly version
2860         * device/lib/_schar2fs.c: added mcs51 assembly version
2861         * device/lib/_ulong2fs.c: added mcs51 assembly version
2862         * device/lib/_uint2fs.c: added mcs51 assembly version
2863         * device/lib/_uchar2fs.c: added mcs51 assembly version
2864         * device/include/float.h: added #define to select asm vs c
2865
2866 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2867
2868         * device/lib/printf_fast.c: improvements to float output
2869         * device/include/float.h: add defines for assembly float library
2870         * device/lib/_fsget1arg.c: receive 1 float arg
2871         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2872         * device/lib/_fsnormalize.c: normalize a float
2873         * device/lib/_fsreturnval.c: return float, various helper routines
2874         * device/lib/_fsrshift.c: right shift a float's mantissa
2875         * device/lib/_fsswapargs.c: swap 2 floats
2876         * device/lib/Makefile.in: build these 6 new files for mcs51
2877         * device/lib/libfloat.lib: add these 6 files to the library
2878
2879 2004-12-26 Borut Razem <borut.razem AT siol.net>
2880
2881         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2882           built by gcc 3.4.2
2883
2884 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2885
2886         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2887           and fully reentrant and register bank neutral.
2888         * device/lib/printf_fast.c: added float (not enabled by default),
2889           added compact/slower integer (also not enabled by default),
2890           improved size/speed of fast integer code, other minor changes
2891         * device/include/stdio.h, device/lib/Makefile.in,
2892           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2893
2894 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2895
2896         * src/pic16/pcode.c: declaring variables other than at the start of a
2897           block is not supported in C by VC6.
2898
2899 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2900
2901         * applied a previous patch from Raphael Neider that wasn't included
2902         in the previous commits, which fixes infinite loops within jumptable
2903         improvements,
2904         * made some fixes that previous patches introduced
2905
2906 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2907
2908         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2909         that fixes an issue with AOP_PCODE asmop's offset,
2910         * (pic16_popCopyReg): update instance field too,
2911         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2912         function of pic port,
2913         * (genCmp, genAnd, genAssign),
2914         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2915
2916 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2917
2918         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2919         variables initial values to idata section,
2920         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2921         variables in some functions. This utilizes parmBytes field of iCode
2922         structure to hold the offset of the variable in stack. (might be
2923         able to use the stack field too?)
2924         * applied patch from Raphael Neider # ### , # ###
2925         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2926         variable initial values in idata section,
2927         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2928         for static variables with initial value
2929         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2930         applied fix in while loop from Raphael Neider.
2931
2932 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2933
2934         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2935         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2936         * src/ds390/ralloc.c (serialRegAssign): spill bits
2937         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2938         * support/Util/SDCCerr.c,
2939         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2940         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2941         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2942
2943 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2944
2945         * device/include/sdcc-lib.h: inserted LGPL, added includes
2946           asm/ds390/features.h and asm/mcs51/features.h
2947         * device/include/asm/default/features.h,
2948         * device/include/asm/gbz80/features.h,
2949         * device/include/asm/z80/features.h: added empty _AUTOMEM
2950           and _STATMEM
2951         * device/include/asm/ds390/features.h,
2952         * device/include/asm/mcs51/features.h: added files with defines for
2953           _AUTOMEM and _STATMEM indicating automatic and static storage class
2954         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2955         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2956         * src/SDCCicode.c (geniCodeCast),
2957         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2958         * src/SDCCloop.c (loopInduction): removed unused variable lr
2959         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2960           to convertToFcall to include char modulo (RFE 1065037), added check
2961           if left operand is unsigned and use abs of literal value
2962         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2963           as it doesn't work after conversion from peephole.def to peephole.rul
2964         * src/mcs51/gen.c (toBoolean): added check for size,
2965           (genModOneByte): optimized code for signed char modulo a literal
2966           power of 2 (thanks to Hubert Sack),
2967           (genRRC): removed unnecessary "clr c",
2968           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2969         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2970           jump optimization,
2971           swapped rules 256.c and 256.d,
2972           extended 256.d by using new multiple checks (thanks Erik),
2973           added rules 256.e and 256.f,
2974           updated rule 261.a and 261.b to new generated code
2975         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2976
2977 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2978
2979         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2980           induction related bugs, including first part of bug #1074377
2981
2982 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2983
2984         * applied patch from bug-report #1076292,
2985         * applied patches for genAnd and Goto-optimizations for Raphael
2986         Neider,
2987         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2988         dump a less iCode information,
2989         * src/pic16/device.h (pic16_options_t): added field debgen,
2990         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2991         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2992         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2993         puclic,
2994         * (various functions): added macros FENTRY and FENTRY2 to functions,
2995         to emit function prologue,
2996         * (various functions): fixed indentation,
2997         * (genNearPointerGet): fixed loading of FSR0,
2998         * (genPackBits): applied patch from Raphael Neider to fix updating
2999         of FSR0 and touching only the modified bits,
3000         * src/pic16/genarith.c (various functions): added macros FENTRY to
3001         emit function prologue in comments,
3002         * src/pic16/pcode.h: added functions debugf2, debugf3,
3003         * src/pic16/ralloc.c: partial fix for packForPush caused
3004         segmentation fault,
3005
3006 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3007
3008         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3009           <stsp AT users.sourceforge.net> with reversed byte order
3010         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3011
3012 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3013
3014         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3015           bug #1074377
3016         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3017         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3018
3019 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3020
3021         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3022
3023 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3024
3025         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3026           conditions,
3027           (setFromConditionArgs): friendly operand parser for peephole rules,
3028           (operandBaseName, operandsNotRelated): new peephole condition
3029           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3030           architecture specific register naming into account, handles n-way
3031           comparisons, and supports quoted literals
3032         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3033
3034 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3035
3036         * src/mcs51/peeph.def: fixed bug #1076940
3037
3038 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3039
3040         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3041
3042 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3043
3044         Adding support for replacing ljmps with sjmps in jumptables
3045         generated for switch statements. For now you need to set the
3046         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3047         Now 4 algorithms for mcs51 jumptable generation are used:
3048         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3049         addresses loaded pc-relative for up to 112 cases and stack-pushing
3050         target addresses loaded with offset from dptr for up to 256 cases.
3051
3052         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3053         * src/mcs51/main.c: adapted constants for switch table generation
3054         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3055
3056 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3057
3058         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3059         * support/regression/tests/bug1057979.c: added test for bug 1073386
3060
3061 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3062
3063         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3064         compilers
3065
3066 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3067
3068         * src/pic16/device.h,
3069         * src/pic16/genarith.c,
3070         * src/pic16/glue.c,
3071         * src/pic16/main.c,
3072         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3073
3074 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3075
3076         Large cummulative patch for pic16 port.
3077         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3078         to call when a stack overflow occurs,
3079         * (malloc.h): added CVS Id tag,
3080         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3081         variable,
3082         * added libc directory. The current version of LibC contains string
3083         functions, ctype functions and macros and some functions of the
3084         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3085         be extensively tested in the future. Standard disclaimer here.
3086         Library is not automatically build yet. But one can build it by
3087         invoking 'make' inside the libc directory.
3088         * added ADC library under libio. Preliminary version yet.
3089
3090         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3091         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3092         aopForRemat() now and not by pic16_aopOp(),
3093         * (pic16_popGetTempReg): removed warning messgae when allocating
3094         temporary registers, its a buggy feature and will be removed,
3095         * (pic16_popGet): set register instance field in AOP_CRY,
3096         * (pic16_outBitC): fixed for results in size greater than 1,
3097         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3098         * (pic16_storeForReturn): optimized return of 0,
3099         * (genCmp): experimental code for new genCmp which uses PIC18's
3100         special compare&skip instructions. Initial tests fail some times
3101         with variables grater than 1 byte in size, so new code is disabled,
3102         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3103         a single bit,
3104         * (genCast): began a fix to optimize the casting of a bit to another
3105         bit, now assigning a bitfield to another bitfield will fail, sorry,
3106         * src/pic16/main.c: disabled the use of lr-support feature,
3107         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3108         * added some function prototypes, added function _debugf prototype,
3109         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3110         bits with offset (case PO_GPR_BIT),
3111         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3112         command line,
3113         * (isBankInstruction): modified to return 0 for no banking instruction,
3114         and 1 for banking instruction,
3115         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3116         caused stop processing pCodes after a inline assembly block,
3117         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3118         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3119         registers when it shouldn't,
3120         * src/pic16/ralloc.c (allocReg): add preliminary support for
3121         supporting a limited set of temporary registers,
3122
3123 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3124
3125         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3126           genDataPointerSet): ensure assignments always copy in MSB to LSB
3127           order,
3128           (loadRegFromAop): recognize CLRH optimization,
3129           (genFunction): optimize RECEIVE iCodes in reentrant functions
3130
3131 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3132
3133         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3134           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3135           selected.
3136         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3137         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3138           contiguous with data
3139
3140 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3141
3142         * device/lib/_gptrget.c (_gptrget),
3143         * device/lib/_gptrgetc.c (_gptrgetc),
3144         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3145           instead of sjmp to ret
3146         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3147           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3148
3149 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3150
3151         * .version: bumped version to 2.4.7
3152         * device/lib/_gptrget.c (_gptrget): is now _naked
3153         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3154         * device/lib/_gptrput.c (_gptrput): is now _naked
3155         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3156           (createFunction): fixed xstack
3157         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3158         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3159           or bit either,
3160           (geniCodeCritical): store original interrupt state in an iTemp bit
3161           var unless stack-auto
3162         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3163         * src/SDCCmain.c (setIncludePath): added include/target to search path
3164         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3165         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3166           prototype,
3167           (processFuncArgs): put bit vars in bit area
3168         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3169           unsaveRBank): fixed xstack,
3170           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3171           (genFunction, genEndFunction): fixed xstack,
3172           (genAssign): optimization don't walk backwards through mem
3173         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3174         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3175         * support/regression/Makefile: also make library (for stack-auto) when
3176           making "all" and added "test-mcs51-xstack-auto"
3177         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3178         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3179         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3180         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3181         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3182           make-library by MAKE_LIBRARY
3183         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3184           regression tests for xstack
3185         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3186         * support/regression/tests/critical.c: test for critical on mcs51
3187
3188 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3189
3190         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3191           built version of sdcc instead of installed version
3192
3193 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3194
3195         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3196         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3197           vprintf.c now
3198         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3199         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3200           WARNING: remove device/lib/build/z80/printf.o by hand when
3201           updating from previous build!
3202         * device/lib/z80/printf.c: updated comment
3203         * support/regression/tests/bug1057979.c: test all ports now
3204         * support/regression/tests/bug1065458.c: file added
3205
3206 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3207
3208         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3209           *_start and *_end symbols for static functions
3210
3211 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3212
3213         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3214           and search crt0.o in all library paths,
3215           (setIncludePath): proper handling of --nostdinc,
3216           (setLibPath): proper handling of --nostdlib
3217         * support/regression/Makefile,
3218         * support/regression/ports/ds390/spec.mk,
3219         * support/regression/ports/gbz80/spec.mk,
3220         * support/regression/ports/hc08/spec.mk,
3221         * support/regression/ports/mcs51/spec.mk,
3222         * support/regression/ports/mcs51-large/spec.mk,
3223         * support/regression/ports/mcs51-stack-auto/spec.mk,
3224         * support/regression/ports/z80/spec.mk: use include and lib files from
3225           built version of sdcc instead of installed version
3226         * doc/sdccman.lyx: fixed typo in --nostdinc
3227
3228 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3229
3230         * src/pic/pcode.c,
3231         * src/pic/device.c,
3232         * src/pic/ralloc.c,
3233         * src/pic/gen.c : added support to generate code for struct bit fields.
3234
3235 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3236
3237         * as/xa51/xa_version.h,
3238         * device/include/errno.h,
3239         * device/include/regc515c.h,
3240         * device/lib/_itoa.c,
3241         * device/lib/_ltoa.c,
3242         * device/lib/ser_ir_cts_rts.c,
3243         * sim/ucsim/xa.src/glob.cc,
3244         * sim/ucsim/xa.src/inst_gen.cc,
3245         * sim/ucsim/xa.src/xa_bit.cc,
3246         * sim/ucsim/xa.src/xa_sfr.cc,
3247         * sim/ucsim/z80.src/inst_dd.cc,
3248         * sim/ucsim/z80.src/inst_fdcb.cc,
3249         * support/scripts/keil2sdcc.pl,
3250         * src/pic16/pic16.dsp,
3251         * src/pic16/pic16a.dsp: corrected cvs line endings
3252         * device/lib/printf_large.c: fixed bug 1057979
3253         * src/pic16/gen.c: fixed non-C standard code
3254         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3255         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3256         * support/regression/ports/mcs51/support.c: reload T1 asap
3257         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3258           pdata use and clear idata startup behaviour
3259         * support/regression/tests/bug1057979.c: added
3260
3261 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3262
3263         * device/examples/ds390/ow390/ad26.h,
3264         * device/examples/ds390/ow390/cnt1d.h,
3265         * device/examples/ds390/ow390/crcutil.c,
3266         * device/examples/ds390/ow390/ownet.h,
3267         * device/examples/ds390/ow390/owsesu.c,
3268         * device/examples/ds390/ow390/swt12.h,
3269         * device/examples/ds390/ow390/swtoper.c,
3270         * device/examples/ds390/ow390/temp10.h,
3271         * device/examples/ds390/ow390/thermodl.c,
3272         * device/examples/ds390/tinitalk/tinitalk.dsp,
3273         * device/examples/ds390/tinitalk/tinitalk.dsw,
3274         * device/examples/mcs51/clock/hw.h,
3275         * device/examples/mcs51/simple2/go.bat,
3276         * device/examples/serialcomm/windows/serial.h,
3277         * device/examples/xa51/dummy.c,
3278         * device/examples/xa51/hello.c,
3279         * device/include/80c51xa.h,
3280         * device/include/at89x051.h: corrected cvs line endings
3281
3282 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3283
3284         * src/pic16/main.c (options): added command line --gstack, to trace
3285         stack over/under flows,
3286         * added pragma 'wparam' to allow passing first byte of function
3287         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3288         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3289         call to __gstack_test function and sets up the symbol as extern,
3290         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3291         * popaop): added call to pic16_testStackOverflow,
3292         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3293         wparamList list,
3294         * (genCall, genPcall): now all parameters are passed via stack
3295         except in functions that are pass to wparam pragma in which WREG is
3296         used too,
3297         * (genPcall): REENTRANT flag is checked to see if variable prototype
3298         contains reentrant keyword, don't call a non-reentrant function, via
3299         a reentrant function pointer or vice versa, functions are never
3300         passed via WREG,
3301         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3302         D.Winkler,
3303         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3304         SIGSEGV when accessing a NULL register stucture,
3305         * (pic16_printGPointerType): modified to handle UPPER modifier for
3306         function initializers, changed prototype of function to simpler one,
3307         * (pic16_printIvalFuncPtr): check to see if function is already
3308         added in externs list,
3309         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3310         optimized a move from W to SFR with a move to the same register
3311         later after a CALL,
3312         * device/lib/pic16/debug: NEW directory, contains debug features
3313         which are enabled when linking with libdebug.lib, currently command
3314         line option --gstack enables stack pointer tracing for over/under
3315         flow, corresponding sources are in debug/gstack
3316
3317 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3318
3319         * doc/sdccman.lyx: updated SDCC version,
3320         * (PIC16 port): update list of command line options,
3321         * src/pic16/device.h (structure pic16_options_t): added field gstack
3322         to enable stack overflow tracing on push/pops,
3323         * src/pic16/device.c (statistics structure): added statistics
3324         structure,
3325         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3326         pic16_dump_int_registers): increase statistics counters for each
3327         * variable which is encountered
3328         * (pic16_dump_usection): emit each .udata variable to its own udata
3329         section,
3330         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3331         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3332         parameters via stack, otherwise use old scheme,
3333         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3334         assembler output file,
3335         * src/pic16/main.c: added command line options --gstack to enable
3336         push/pop tracing for stack overflow,
3337         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3338         instructions): added size of each instruction,
3339         * (pic16_countInstruction): estimate size of instructions in
3340         the_pFile list, inline assembly blocks are not counted,
3341         * (pic16_FixRegisterBanking): trace previous register usage, when
3342         banksel optimizations is greater than 0, don't emit a redudant
3343         banksel directive,
3344
3345 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3346
3347         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3348         * src/pic16/ralloc.c : applied same fix for pic16.
3349         * src/pic/gen.c : tidied it up a little.
3350
3351 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3352
3353         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3354         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3355
3356 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3357
3358         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3359
3360 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3361
3362         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3363         non-reentrant function __modsint in the interrupt function (thus
3364         corrupting math operations during serial I/O)
3365         * device/lib/ser_ir.c: as above, changed buffersize
3366         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3367         256.c,d for zeroing
3368         * doc/Makefile: added option -t for rsync
3369
3370 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3371
3372         * src/SDCCast.h (struct ast),
3373         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3374
3375 2004-10-20 Borut Razem <borut.razem AT siol.net>
3376
3377         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3378         package
3379
3380 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3381
3382         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3383         makefile targets,
3384         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3385         support functions to replace long sequences of MOVFF's from access
3386         bank registers to stack and vice versa,
3387         * src/pic16/device.h: added new field opt_flags, where optimization
3388         flags can be set to enable certain features,
3389         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3390         * pBlock, (genFunction, genEndFunction): surroung loop for
3391         saving/loading used registers in stack with PC_INFO pCodes,
3392         INF_LREGS. Code in between can then be optimized by pCode optimizer
3393         to support function calls,
3394         * (genDataPointerSet): fixed bug which loaded float fields in
3395         structures with corrupt data,
3396         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3397         in a standard way debug info on stderr. Feature used for developing
3398         and debugging only,
3399         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3400         obsolete chunks of code,
3401         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3402         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3403         * pic16/src/pcode.c (pic16_newpCodeInfo,
3404         * (pic16_newpCodeOpLocalRegs),
3405         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3406         feature,
3407         * (pic16_pCodeConstString): printing of the initial value of a
3408         symbol as a comment is inhibited since parsing was already done by
3409         copyStr and output is corrupt,
3410         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3411
3412 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3413
3414         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3415
3416 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3417
3418         * as/mcs51/lkarea.c: removed old K&R style,
3419           (lnksect): changed check on boundary error,
3420           (lnksect2): changed check on boundary error,
3421           (lnksect2): extend XSTK to end of page if size = 1
3422         * as/mcs51/lkmain.c: removed old K&R style,
3423           (Areas51): create l_IRAM symbol
3424         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3425         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3426           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3427         * device/lib/_mullong.c: added version to be compiled with xstack
3428         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3429         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3430         * device/lib/mcs51/crtxstack.asm: fixed comment
3431         * src/SDCCglue.c: maxInterrupts defaults to 0,
3432           (emitMaps): added pdata,
3433           (createInterruptVect): (re)moved default,
3434           (glue): added pdata,
3435           (glue): moved __start__xstack to XSTK with default size 1
3436         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3437           and options.float_rent when options.stackAuto is set,
3438           (linkEdit): only write XDATA_NAME if provided on command line
3439         * src/SDCCmem.h,
3440         * src/SDCCmem.c: added pdata
3441         * src/port.h: added pdata_name to PORT
3442         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3443           (saveRegisters, unsaveRegisters): removed usage of B,
3444           (genMinus): fixed accumulator clash,
3445           (genJumpTab): added comment, this needs another look
3446         * src/mcs51/gen.c: added check for "B in use" paranoia,
3447           added pushB() and popB()
3448         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3449           chance
3450         * src/avr/main.c,
3451         * src/ds390/main.c,
3452         * src/hc08/main.c,
3453         * src/mcs51/main.c,
3454         * src/pic/main.c,
3455         * src/pic16/main.c,
3456         * src/xa51/main.c,
3457         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3458           added PSEG (PAG,XDATA) or NULL to port specifier
3459         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3460         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3461           (_mcs51_genInitStartup): removed __start__xstack equ,
3462           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3463         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3464         * src/z80/gen.c (_rleAppend): fixed warnings
3465         * support/regression/tests/zeropad.c: added pdata test
3466         * .version: bumped to 2.4.6
3467
3468 2004-10-17 Borut Razem <borut.razem AT siol.net>
3469
3470         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3471         as a part of nightly build
3472
3473 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3474
3475         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3476         WREG holds the first byte function parameters,
3477         * (aopForSym): take special case for symbols which are in FARSPACE
3478         but in CODESPACE too,
3479         * (assignResultValue): modified to take into account _G.useWreg,
3480         * (genCall): don't use wreg for parameter passing when function is
3481         declared as reentrant, too, added optimization INCF to stack
3482         pointer when stack parameter count is 1,
3483         * (genFunction, genEndFunction): refurnished and fixed to not using
3484         wreg for passing parameters when function has varargs or is
3485         reentrant, fixed bug with symbol name compare for generating
3486         functions in absolute address,
3487         * (pic16_storeForReturn): refurnished,
3488         * (genCmp): began writing a new version of the function, not ready
3489         yet, therefore it is disabled,
3490         * (genAssign): do not read code memory when assigning a function to
3491         a pointer function,
3492         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3493         array of characters, not pointer,
3494         * (pic16initialComments): in debug mode emit an .ident directive for
3495         the assembler,
3496         * (_process_pragma): emit a new warning type (internal to pic16)
3497         when setting stack to default length, emit a similar warning when
3498         placing a function at absolute address and address is not word aligned
3499         * (_pic16_parseOptions): added 'return TRUE' statement,
3500         * (_pic16_linkEdit): if compiling a source, then add the source's
3501         file object, first in the list of objects to link,
3502
3503 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3504
3505         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3506         * src/pic/main.c : removed VC warning.
3507         * src/pic/gen.c : changed comment.
3508
3509 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3510
3511         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3512         reference to a deprecated symbol _GPTRREG was causing failure to
3513         link. Thanks G. M. Gallant for the info.
3514
3515 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3516
3517         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3518         comments for Bugs item #954788.
3519
3520 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3521
3522         * src/pic16/device.c (pic16_dump_gsection,
3523         * pic16_groupRegistersInSection): handle symbols declared to be in
3524         access bank differently,
3525         * src/pic16/gen.c (struct _G): added field resDirect,
3526         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3527         send values read from stack directly to result and don't allocate
3528         temporary values,
3529         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3530         same registers,
3531         * (pic16_sameRegsOfs): NEW,
3532         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3533         free because they were not allocated from temporary pool,
3534         * pic16_popRegFromString): workaround to fix a problem with
3535         allocating variables twice or never,
3536         * (genGenPointerGet): using PRODL instead of FSR0H,
3537         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3538         instead of FSR0H,
3539         * (genAssign): take advantage of the _G.resDirect flag,
3540         * (genCast): around line 11844, use mov2f instead of directly
3541         MOVFF'ing between operands to account for literal values,
3542         * src/pic16/genutils.c: some new debug functions for gpsim have been
3543         added,
3544         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3545         float with integer part only,
3546         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3547         place variables in access bank
3548         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3549         updated sources to reflect recent changes in gen.c
3550
3551 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3552
3553         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3554         sources that searched for headers in installation path, now the
3555         device/include/pic16 is used,
3556         * src/pic16/glue.c (pic16glue),
3557         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3558         .line directives if not in debug mode, this suppresses assembler's
3559         warnings for ignored directives
3560
3561 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3562
3563         * src/port.h: made reset_regparms prototype void parameter explicit.
3564         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3565         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3566         * doc/sdccman.lyx: documented warning disabling and how to use
3567           printf_large to make it print floats.
3568         * device/include/stdbool.h: NEW
3569         * device/lib/_atof.c,
3570         * device/lib/_divuint.c,
3571         * device/lib/_divulong.c,
3572         * device/lib/expf.c,
3573         * device/lib/printf_large.c,
3574         * device/lib/sincosf.c,
3575         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3576         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3577           a completely reentrant lib.
3578
3579 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3580
3581         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3582         * device/include/pic16/stdio.h: fixed bug with colon
3583
3584 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3585
3586         * device/include/pic16/stdio.h,
3587         * device/include/pic16/stdlib.h,
3588         * device/include/pic16/math.h: NEW
3589         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3590         declared as _naked to reduce overhead
3591         * device/lib/Makefile.in (target port-specific-objects-pic16):
3592         changed * to *.* so to ignore the CVS directory,
3593         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3594         stacked variables back in stack,
3595         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3596         corruption
3597
3598 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3599
3600         * .version: bumped version number to 2.4.5
3601         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3602         * support/Util/SDCCerr.c (messages structure): added entry for
3603         W_POSSBUG2
3604
3605         Large cumulative patch for pic16 port and libraries.
3606         * device/include/pic16/sdcc-lib.h,
3607         * device/include/pic16/stdarg.h,
3608         * device/include/asm/pic16/features.h,
3609         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3610         * device/include/pic16/float.h: changes reentrant keyword with
3611         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3612         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3613         updated target build-libraries to include objects from gptr,
3614         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3615         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3616         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3617         all function headings,
3618         * src/SDCCmain.c: added global parameter userIncDirsSet,
3619         * (parseCmdLine): when option -I is encountered add directory to
3620         userIncDirsSet too,
3621         * src/version.awk: added space between control and long,
3622         * src/pic16/NOTES: added some notes for the port,
3623         * src/pic16/gen.c: added prototype for mov2fp function,
3624         * (fReturnpic16[]): properly named return value registers,
3625         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3626         * (aopForSym): added code to handle symbols with onStack flag set,
3627         symbols onStack are allocated PTRSIZE bytes,
3628         * (aopFreeAsmop): handles special case where asmops are stack objects,
3629         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3630         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3631         added argument lock to trace flaws in allocating temporary registers
3632         when developing port,
3633         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3634         * (pic16_popRegFromString): reenabled allocating a direct register
3635         from string,
3636         * (assignResultValue): various beautifications,
3637         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3638         referenced function argument,
3639         * (genIpush): reenabled to allow stacked arguments, handles only
3640         ic->parmPush iCodes,
3641         * (genCall, genPcall): major changes to allow for variable argument
3642         functions, fixed a bug with falsely restoring stack pointer after
3643         returning from call,
3644         * (genFunction): pending code for critical function,
3645         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3646         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3647         * (genNearPointerGet): fixed bug with indirect reading, was always
3648         reading from INDF0
3649         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3650         pointers,
3651         * (genAddrOf): rewrote code to take address of a stacked function parameter
3652         * (genCast): fixed casting to generic pointer type,
3653         * src/pic16/gen.h: added AOP_STA,
3654         * (struct asmop): added field stk,
3655         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3656         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3657         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3658         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3659         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3660         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3661         generic pointers,
3662         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3663         and library paths,
3664         * (pic16_port structure): generic pointer size is set to 3,
3665         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3666         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3667         compiler warning,
3668         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3669         operand is an iTemp,
3670
3671 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3672
3673         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3674         * debugger/mcs51/simi.c: addapt new syntax of s51
3675
3676 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3677
3678         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3679         * src/pic16/pcode.c: commented out some calls to free() in order to
3680         fix bug #989576,
3681
3682 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3683
3684         * src/SDCCicode.h,
3685         * src/SDCCicode.c (isiCodeInFunctionCall),
3686         * src/avr/ralloc.c (selectSpil),
3687         * src/pic/ralloc.c (selectSpil),
3688         * src/pic16/ralloc.c (selectSpil),
3689         * src/ds390/ralloc.c (selectSpil),
3690         * src/hc08/ralloc.c (selectSpil),
3691         * src/xa51/ralloc.c (selectSpil),
3692         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3693         stack in the middle of a function call sequence (fixes bug #1020268)
3694         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3695         costs associated with the minimum switch case.
3696
3697 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3698
3699         * src/SDCC.lex: fixed bug #1030549
3700
3701 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3702
3703         * src/SDCCcse.h (struct cseDef),
3704         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3705         over a function call if the CSE is derived from a symbol whose
3706         address has been taken (fixes bug #1029883)
3707         * support/regression/tests/bug-1029883: a new regression test for
3708         this bug
3709
3710 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3711
3712         * src/hc08/gen.c (emitinline): fixed bug #1029778
3713         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3714         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3715         and starts toward RFE #905167)
3716
3717 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3718
3719         * src/pic16/gen.c (mov2f): New function to move an operand to
3720         another without considering if it is a literal or a register,
3721         * (pic16_sameRegs): don't check if they are both AOP_REG,
3722         * (AccRsh): removed andmask=0 lines,
3723         * (genLeftShift): duplicated to be improved in future versions,
3724         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3725         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3726         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3727         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3728         * (insertBankSwitch): fixed inserting banksel directives algorithm
3729         for instructions that follow a skip instruction, this fixes a report
3730         for broken subtraction code generation,
3731         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3732         iCode is a left op, just in case result and right share the same
3733         registers
3734
3735 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3736
3737         * src/hc08/main.c,
3738         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3739         preservation of HX
3740         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3741         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3742         on 2004-09-12; it was buggy
3743
3744 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3745
3746         * src/SDCCsymt.h: removed RESULT_CHECK
3747         * src/SDCCast.c,
3748         * src/SDCCglue.c,
3749         * src/SDCCval.c,
3750         * src/pic/glue.c,
3751         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3752
3753 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3754
3755         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3756         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3757         configuration values no more rejected by compiler, they are assigned
3758         to configuration registers with a warning message instead,
3759         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3760         the for-loop so last conf register is emitted too,
3761         * (_pic16_initPaths): link library libsdcc.lib by default,
3762         * (_hasNativeMulFor): modified test for multiplication according to
3763         Raphael Neider's remarks. Integer multiplication is also done with
3764         support functions,
3765         * device/include/pic16/pic18fregs.h: corrected type error in while
3766         testing and including 18f6720 header file
3767
3768 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3769
3770         * src/pic16/device.h (pic16_options): removed field use_crt,
3771         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3772         until an optimization to handle single bits is added,
3773         * (pic16_loadFSR0): moved before genUnpackBits,
3774         * (genAnd): some white lines removed,
3775         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3776         leave_reset flags in pic16_options when using crt modules,
3777
3778 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3781           for bugs 898889 & 979599. Also used some safer print instructions.
3782
3783 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3784
3785         * src/pic16/device.h (pic16_options_t): added field use_crt,
3786         crt_name, no_crt,
3787         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3788         catch a probable future bug,
3789         * src/pic16/gen.c: aopIdx function commented out,
3790         * (genAssign): commented out old code which used aopIdx,
3791         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3792         code, added if conditionals to take into account the --use-crt
3793         command line options,
3794         * src/pic16/main.c (pic16_optionsTable): added new command line
3795         options, --use-crt= and --no-crt,
3796         * (_pic16_linkEdit): now the proper crt object is added in the
3797         linker command line except than when --no-crt is specified,
3798         * src/pic16/pcode.c,
3799         * src/pic16/pcode.h: added some structures and functions for a new
3800         optimization scheme to compansate for instruction overhead between
3801         same iCodes, this scheme is currently under development and is not
3802         working in any way,
3803         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3804         to && operator,
3805         * device/lib/pic16/startup/crt0i.c,
3806         * device/lib/pic16/startup/crt0iz.c: added global char variable
3807         __uflags to force the generation of an idata section
3808
3809 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3810
3811         * doc/Makefile,
3812         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3813         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3814
3815 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3816
3817         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3818         Frieder) and clarified the default code optimization mode
3819
3820 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3821
3822         * src/SDCC.lex (doPragma, process_pragma),
3823         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3824         "opt_code_size", and "opt_code_balanced"
3825         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3826         regrouped options by category, added support for category headers
3827         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3828         and "--opt-code-size"
3829         * doc/sdccman.lyx: documented these new options and pragmas
3830         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3831         preference into account
3832
3833 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3834
3835         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3836           geniCodePreDec): Fixed bug 904237 by generating a warning
3837         * src/SDCCerr.h,
3838         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3839
3840 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3841
3842         * src/pic/device.c : When no max ram set validate full memory range.
3843         * src/pic/pcode.c,
3844         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3845
3846 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3847
3848         * device/lib/_gptrget.c,
3849         * device/lib/_gptrput.c: updated comment
3850         * device/lib/calloc.c,
3851         * device/lib/free.c,
3852         * device/lib/malloc.c,
3853         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3854         * src/SDCCcse.c (cseBBlock),
3855         * src/SDCCicode.c (printOperand, geniCodeArray),
3856         * src/SDCCicode.h (struct operand): fixed bug 868103
3857         * support/regression/tests/bug-868103.c: added
3858         * src/SDCCast.c (searchLitOp),
3859         * src/SDCCcse.h (struct cseDef),
3860         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3861         * src/SDCCicode.h (struct operand),
3862         * src/SDCCsymt.h (struct sym_link),
3863         * src/avr/gen.c (hasInc),
3864         * src/ds390/gen.c (hasInc),
3865         * src/hc08/gen.c (genPlusIncr, hasInc),
3866         * src/mcs51/gen.c (hasInc),
3867         * src/pic16/glue.c (pic16_printIvalChar),
3868         * src/pic16/ralloc.c (regWithIdx),
3869         * src/xa51/gen.c (hasInc) : removed warnings
3870         * src/SDCCast.c (createBlock): added comment ???
3871         * src/hc08/ralloc.c: updated comments
3872
3873 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3874
3875         * doc/sdccman.lyx: updated section on switch statements, added
3876         section about semaphore locking
3877         * doc/Makefile: added option -info for latex2html
3878         * device/lib/_gptrget.c,
3879         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3880
3881 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3882
3883         * src/pic/device.h,
3884         * src/pic/device.c,
3885         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3886          maxram is less than 0x100.
3887
3888 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3889
3890         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3891
3892 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3893
3894         * src/port.h,
3895         * src/mcs51/main.c,
3896         * src/ds390/main.c,
3897         * src/z80/main.c,
3898         * src/hc08/main.c,
3899         * src/pic/main.c,
3900         * src/pic16/main.c,
3901         * src/avr/main.c,
3902         * src/xa51/main.c
3903         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3904         a jump table is the best form for a switch statement, including
3905         automatic insertion of missing cases to make the case range
3906         continuous. Developed in collaboration with Frieder Ferlemann.
3907
3908 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3909
3910         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3911         accumulator result if it needs sign extension
3912
3913 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3914
3915         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3916
3917 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3918
3919         * device/lib/gbz80/printf.c,
3920         * device/lib/z80/printf.c: removed define for NULL
3921
3922 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3923
3924         * as/xa51/xa_link.c,
3925         * device/examples/ds390/ow390/ad26.c,
3926         * device/examples/ds390/ow390/cnt1d.c,
3927         * device/examples/ds390/ow390/counter.c,
3928         * device/examples/ds390/ow390/ds2480.h,
3929         * device/examples/ds390/ow390/ds2480ut.c,
3930         * device/examples/ds390/ow390/findtype.c,
3931         * device/examples/ds390/ow390/gethumd.c,
3932         * device/examples/ds390/ow390/owllu.c,
3933         * device/examples/ds390/ow390/ownetu.c,
3934         * device/examples/ds390/ow390/swt12.c,
3935         * device/examples/ds390/ow390/swtloop.c,
3936         * device/examples/ds390/ow390/temp.c,
3937         * device/examples/ds390/ow390/temp10.c,
3938         * device/examples/ds390/ow390/thermo21.c,
3939         * device/examples/ds390/ow390/tinilnk.c,
3940         * device/examples/ds390/ow390/tstfind.c,
3941         * device/examples/serialcomm/windows/serial.cpp,
3942         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3943         * device/include/reg51.h: fixed line endings for cvs
3944
3945 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3946
3947         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3948         packRegsForAccUse, packRegisters): new accumulator register
3949         packing algorithm
3950         * support/regression/ports/hc08/support.c (_putchar): suppress
3951         warning of unused variable
3952         * src/SDCCicode.c: added SWAP entry to codeTable
3953
3954 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3955
3956         * device/lib/sprintf.c: forgot to add this file before previous commit
3957
3958 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3959
3960         * src/pic16/gen.c (genPackBits): added operand right in function
3961         parameters, load result directly if p_type is POINTER (that is
3962         called by genNearPointerSet)
3963         * (genUnPackBits): added operand left in function parameters,
3964         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3965         FSR0 if accessing bitfields,
3966
3967 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3968
3969         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3970           _print_format; updated printf, sprintf, vsprintf
3971         * device/include/asm/default/features.h: corrected comment/define
3972         * device/lib/Makefile.in: added sprintf.c
3973         * device/lib/libsdcc.lib: added sprintf module
3974         * device/lib/printf_large.c,
3975         * device/lib/vprintf.c,
3976         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3977           into these 3 files
3978         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3979         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3980         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3981           hc08 test
3982         * support/regression/tests/zeropad.c: define idata as data for hc08
3983
3984 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3985
3986         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3987         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3988         labels are referenced at least once (even if a reference is not found)
3989         * src/hc08/gen.c (emitcode): set isComment flag for comments
3990         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3991         loads), rules 6a..6b (optimize jumps to return)
3992
3993 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3994
3995         * device/lib/acosf.c (acosf),
3996         * device/lib/asinf.c (asinf),
3997         * device/lib/atanf.c (atanf),
3998         * device/lib/ceilf.c (ceilf),
3999         * device/lib/cosf.c (cosf),
4000         * device/lib/coshf.c (coshf),
4001         * device/lib/cotf.c (cotf),
4002         * device/lib/fabsf.c (fabsf),
4003         * device/lib/floorf.c (floorf),
4004         * device/lib/log10f.c (log10f),
4005         * device/lib/logf.c (logf),
4006         * device/lib/sinf.c (sinf),
4007         * device/lib/sinhf.c (sinhf),
4008         * device/lib/sqrtf.c (sqrtf),
4009         * device/lib/tanf.c (tanf),
4010         * device/lib/tanhf.c (tanhf),
4011         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4012         replaced all instances of "reentrant" in the library functions
4013         defined in math.h with this macro.
4014         * support/regression/tests/float_trans.c: reenabled test for hc08
4015
4016 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4017
4018         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4019         erroneously deleted
4020
4021 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4022
4023         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4024         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4025         multi-byte volatile operands are used
4026         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4027         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4028         initialization to area GSINIT0 so that it would always precede
4029         any static initializers in GSINIT
4030         * support/regression/tests/zeropad.c: fixed idata define for hc08
4031         * support/regression/tests/bug-927659.c,
4032         * support/regression/tests/float_trans.c: disabled tests for hc08
4033         pending missing library routines
4034         * .version: increased version number to 2.4.4 - hc08 port now passes
4035         regression tests
4036
4037
4038 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4039
4040         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4041         * Makefile.common.in,
4042         * as/Makefile,
4043         * as/hc08/Makefile.in,
4044         * as/mcs51/Makefile.in,
4045         * as/z80/Makefile.in,
4046         * debugger/mcs51/Makefile.in,
4047         * device/include/Makefile.in,
4048         * device/lib/Makefile.in,
4049         * doc/Makefile,
4050         * link/Makefile,
4051         * link/z80/Makefile.in,
4052         * packihx/Makefile.in,
4053         * sim/ucsim/main_in.mk,
4054         * sim/ucsim/avr.src/Makefile.in,
4055         * sim/ucsim/doc/Makefile.in,
4056         * sim/ucsim/gui.src/serio.src/Makefile.in,
4057         * sim/ucsim/hc08.src/Makefile.in,
4058         * sim/ucsim/s51.src/Makefile.in,
4059         * sim/ucsim/xa.src/Makefile.in,
4060         * sim/ucsim/z80.src/Makefile.in,
4061         * src/Makefile.in,
4062         * support/cpp2/Makefile.in,
4063         * support/librarian/Makefile,
4064         * support/makebin/Makefile: added DESTDIR to the install path proposed
4065         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4066         * doc/sdccman.lyx: added DESTDIR documentation
4067
4068 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4069
4070         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4071         instruction for interrupt handlers, use fast returns when returning
4072         from high priority interrupts
4073
4074 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4075
4076         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4077         code generation
4078         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4079         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4080         bugs, ported much of Bernhard's code from mcs51
4081         * src/mcs51/gen.c (genSend),
4082         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4083         than one when calling a reentrant function
4084         * device/lib/_mullong.c: defined an alternate struct layout for big
4085         endian ports (hc08)
4086
4087 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4088
4089         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4090         test
4091
4092 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4093
4094         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4095         are sane and complete before asking the port its prefered parameter
4096         passing method (fixes bug #1017633)
4097         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4098         and _ret3
4099
4100 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4101
4102         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4103         problem in bitfields >= 8 bits.
4104
4105 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4106
4107         * src/SDCCsymt.c: undid changes that were not meant to be committed
4108
4109 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4110
4111         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4112
4113 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4114
4115         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4116           copied and wrong bit got inverted
4117
4118 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4119
4120         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4121         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4122         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4123         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4124         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4125         assignments to bitfields at known addresses
4126         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4127         reads from bitfields at known addresses
4128         * src/hc08/ralloc.c (packRegisters),
4129         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4130         genhc08Code): optimize pointer get values used as conditionals
4131         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4132         and branch
4133
4134 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4135
4136         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4137         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4138         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4139         as conditionals
4140
4141 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4142
4143         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4144
4145 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4146
4147         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4148         related problems
4149
4150 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4151
4152         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4153
4154 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4155
4156         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4157         mcs51 port
4158
4159 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4160
4161         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4162
4163 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4164
4165         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4166         cases use more compact code.
4167
4168 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4169
4170         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4171
4172 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4173
4174         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4175
4176 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4177
4178         * src/SDCCsymt.h,
4179         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4180         parameter of changePointer() from symbol* to sym_link*
4181         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4182         * src/SDCCsymt.c (compareType): void* type is castable to other
4183         pointers, but not necesarily an exact match.
4184         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4185         is no longer blindly treated as an exact match.
4186         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4187
4188 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4189
4190         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4191
4192 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4193
4194         * src/pic/gen.c,
4195         * src/pic/pcode.c,
4196         * src/pic/ralloc.h,
4197         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4198
4199 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4200
4201         * src/pic/device.c,
4202         * src/pic/device.h,
4203         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4204
4205 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4206
4207         * src/mcs51/gen.c (emitcode): fixed bug #992819
4208
4209 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4210
4211         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4212           there's no need to make it worse
4213
4214 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4215
4216         * src/mcs51/ralloc.c (deassignLR),
4217         * src/ds390/ralloc.c (deassignLR),
4218         * src/hc08/ralloc.c (deassignLR),
4219         * src/z80/ralloc.c (deassignLR),
4220         * src/pic/ralloc.c (deassignLR),
4221         * src/pic16/ralloc.c (deassignLR),
4222         * src/avr/ralloc.c (deassignLR),
4223         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4224         rlivePoint): fixed another part of bug #971834
4225
4226 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4227
4228         * src/z80/main.c: enabled "critical" keyword
4229         * src/z80/mappings.i,
4230         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4231         functions (fixes bug #979646)
4232         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4233
4234 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4235
4236         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4237           such as c:\mydir.
4238
4239 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4240
4241         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4242           doesn't disable too much optimizations
4243
4244 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4245
4246         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4247
4248 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4249
4250         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4251
4252 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4253
4254         * src/pic/gen.c tidied up tabs
4255         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4256         * src/pic/main.c tidied up tabs
4257         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4258         * src/pic/pcoderegs.c tidied up tabs
4259         * src/pic/ralloc.c tidied up tabs
4260
4261 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4262
4263         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4264         to S_FIXED for pic16 port and when symbol is not in level 0,
4265         allocate for S_REGISTER storage class and pic16 port, too,
4266         * src/pic16/device.h: prototype for checkSym,
4267         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4268         * (pic16_assignConfigWordValue): test the value and the mask to
4269         validate that the value is suitable for the configuration word,
4270         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4271         collect extern declared symbols, don't emit symbol twice, check
4272         first if symbol is in publics set first,
4273         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4274         * added command line '--fstack' which enables an experimental
4275         feature for stack access, too buggy to be used yet...
4276         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4277         * (pic16_allocDirReg): when register has storage class S_REGISTER
4278         allocate in pic16_dynAccessRegs,
4279         * device/include/pic16/pic18f????.h: modified configuration word
4280         naming convention, words started as CONFIG0H but should be CONFIG1H
4281
4282 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4283
4284         * device/include/mcs51reg.h: fixed bug 970993
4285
4286 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4287
4288         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4289         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4290         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4291         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4292         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4293         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4294           error/warning numbers,
4295           added function setWarningDisabled()
4296         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4297         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4298           _memcmp.c _memmove.c calloc.c realloc.c free.c
4299         * support/regression/tests/malloc.c: added tests for new functionality
4300         * support/regression/tests/zeropad.c: added tests for truncated initializers
4301           and initialized char arrays starting with '\x0'
4302         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4303
4304 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4305
4306         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4307
4308 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4309
4310         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4311         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4312         peephole 177.e. Thanks to anonymous
4313
4314 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4315
4316         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4317         function isn't used in the source but referenced as a
4318         variable initializer then declare it as extern in .asm file
4319
4320 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4321
4322         * .version: increased version number to 2.4.3
4323
4324         Adding version extension according to ChangeLog CVS revision
4325         * src/Makefile.in (target all): added dependency 'version.h'
4326         * (rule version.h): added rule to create version.h from ChangeLog,
4327         * (rule dep): added dependency version.h,
4328         * src/version.awk: AWK script to create version.h
4329         * src/SDCCdwarf2.c (dwWriteModule),
4330         * src/SDCCglue.c (initialComments),
4331         * src/SDCCmain.c (printVersionInfo): modified to write after
4332         version string the version extension number,
4333         * src/SDCCutil.c: included "version.h"
4334         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4335         number,
4336         * src/SDCCutil.h: added prototype for getBuildNumber
4337
4338         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4339         includeDirsSet, too,
4340         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4341         const char [] is found in function prototype...
4342
4343         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4344         moving to WREG with source is already in WREG,
4345         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4346         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4347         * (aopForSym): stack'ed symbols are partially supported, added
4348         if-clause to support symbols in FARSPACE,
4349         * (sameRegs): added test for AOP_ACC to see if registers are same,
4350         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4351         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4352         * (pic16_popRegFromString): will not allocate a new register if it
4353         doesn't find one by name, bug may have introduced...
4354         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4355         * (genIpush): revived to use pic16 port's stack,
4356         * (genAddrOf): added incomplete case for stack'ed operand,
4357         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4358         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4359         can handle multibyte operands,
4360         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4361         * (pic16initialComments): added message for MPLAB compatibility
4362         mode enabled,
4363         * src/pic16/main.h: prototype for pic16_mplab_comp,
4364         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4365         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4366         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4367         because of increased complexity of procedure,
4368         * (_process_pragma): stack pragma changed to format 'stack pos len',
4369         emit symbol '_stack_end' to conform with gplink,
4370         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4371         to search for register,
4372         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4373         PO_GPR_REGISTER,
4374         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4375         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4376         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4377         case for PO_GPR_REGISTER,
4378         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4379         dies, the new era is ahead !...
4380         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4381         pic16_dynInternalRegs,
4382         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4383         * (pic16_allocDirReg): minor optimizations and bug fixes,
4384         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4385
4386         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4387         load stack and frame pointer with address of 'stack_end' symbol
4388
4389 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4390
4391         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4392         without source code but only variable initializers
4393
4394 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4395
4396         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4397         external are not declared as extern to reduce overhead while linking
4398
4399 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4400
4401         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4402
4403 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4404
4405         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4406           Yee Keat for the patch
4407         * src/SDCCast.c (decorateType): fixed bug #979599
4408         * src/ds390/gen.h: removed local fReturnSizeDS390
4409         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4410         * src/ds390/gen.c (genAnd, genOr, genXor),
4411         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4412
4413 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4414
4415         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4416         add relFilesSet to $3, manipulate $2 to handle linking of object
4417         files without source files in command line,
4418         * device/include/pic16 (all headers): added ID location macros,
4419         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4420         entries for ID location bytes,
4421         * (pic16_assignIdByteValue): NEW,
4422         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4423         added field dumpcalltree to pic16_options_t,
4424         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4425         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4426         emitting rFalseIfx label after check_carry label,
4427         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4428         pic16_emitDIRegs), NEW
4429         * (pic16glue): dump .calltree file when option --calltree found,
4430         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4431         * (_pic16_genAssemblerPreamble): emit ID locations after
4432         configuration registers,
4433         * (pic16_linkCmd): modifications of the link command,
4434         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4435         * (pic16_pCodeInitRegisters): don't init stack registers,
4436         * (pic16_findPrevInstruction): fixed bug,
4437         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4438         bug with immediate registers,
4439         * (buildCallTree): traces stack push and pop,
4440         * (pct2): dump also stack usage for each function,
4441         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4442         * (pic16_allocDirReg): various modifications,
4443         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4444         fixed to 1,
4445
4446 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4447
4448         * src/pic16/pcode.c: removed buggy double colon
4449
4450 2004-07-01 Borut Razem <borut.razem AT siol.net>
4451
4452         * support/scripts/sdcc.nsi: added include/pic16 to setup
4453
4454 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4455
4456         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4457         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4458         target 'clean',
4459         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4460         specific command line arguments. Also added sample lkr script
4461         for placing a variable at a specific memory bank.
4462         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4463         at a specific memory bank,
4464         * (pic16_dump_isection): fixed bug which caused string literals to
4465         be omitted when dumping idata section,
4466         * (pic16_groupRegistersInSection): added code to handle registers
4467         in specific memory banks,
4468         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4469         public, all references are renamed too,
4470         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4471         AOP_DPTR2,
4472         * (pic16_storeForReturn): added case to handle when dest is WREG,
4473         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4474         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4475         pic16_rel_udata, check to see if that register is marked as being
4476         a member of a specific memory bank,
4477         * (pic16_printIvalCharPtr): added code to add string literals either
4478         to code or the idata sections,
4479         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4480         also accept the 'udata' pragma,
4481         * src/pic16/main.h: new structure types sectName and sectSym
4482         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4483         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4484         * (pic16_findPrevInstruction): fixed, it returned nothing,
4485         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4486         instruction combinations,
4487         * (pic16_FixRegisterBanking): heavily reorganised,
4488         * (pic16_AnalyzeBanking): if generating banksel directives is
4489         disabled, then don't call FixRegisterBanking at all,
4490         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4491         completely removed,
4492         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4493
4494 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4495
4496         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4497         Phuah Yee Keat <yk.phuah AT nestac.com>
4498
4499 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4500
4501         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4502         correctly the IVT even if it is relocated to some other location
4503
4504 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4505
4506         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4507         * device/include/pic16/pic18f2220.h: NEW,
4508         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4509         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4510         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4511         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4512         nodefaultlibs, ivt_loc is the location of the interrupt vector
4513         table, and nodefaultlibs signs that default libraries should not be
4514         linked in link stage,
4515         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4516         according to --ivt-loc argument,
4517         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4518         when pragma stack is found,
4519
4520 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4521
4522         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4523         256 (range check), 257 (do while), 258.a-f (bit banging
4524         f.e. on 3-wire SPI bus)
4525
4526 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4529         variables used exclusively within a loop
4530
4531 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4532
4533         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4534
4535 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4536
4537         * src/SDCClrange.c (computeClash): fixed bug #971834
4538
4539 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4540
4541         * src/mcs51/gen.c (genCmp): fixed bug #975903
4542         * src/hc08/gen.c (operandsEqu),
4543         * src/ds390/gen.c (operandsEqu),
4544         * src/z80/gen.c (operandsEqu),
4545         * src/pic/gen.c (operandsEqu),
4546         * src/pic16/gen.c (operandsEqu),
4547         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4548         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4549
4550 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4551
4552         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4553
4554 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4555
4556         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4557         default case in switch statement,
4558         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4559         to eliminate problem with initialisation of pointers, but problem
4560         still exists,
4561         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4562         * (emitStaticSegment): removed various lines emitting debug info,
4563         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4564         added processor registers for utilizing EEPROM,
4565         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4566         configurable and set 8
4567
4568 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4569
4570         * .version: increased version number to 2.4.2,
4571
4572         Cumulative patch for pic16 port
4573         * src/pic16/device.c: changed scheme to dump initial values for
4574         variables in idata segment, all print_idata* functions were removed,
4575         now the pic16_printIval* will be called,
4576         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4577         * _pic16_printPointerType, pic16_printPointerType,
4578         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4579         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4580         NEW, similar to the respective functions in SDCCglue.c,
4581         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4582         way, emitting hex bytes,
4583         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4584
4585 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4586
4587         * src/avr/ralloc.c (serialRegAssign),
4588         * src/xa51/ralloc.c (serialRegAssign),
4589         * src/pic/ralloc.c (serialRegAssign),
4590         * src/pic16/ralloc.c (serialRegAssign),
4591         * src/hc08/ralloc.c (serialRegAssign),
4592         * src/z80/ralloc.c (serialRegAssign),
4593         * src/ds390/ralloc.c (serialRegAssign),
4594         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4595
4596 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4597
4598         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4599         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4600
4601 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4602
4603         Cumulative patch for pic16 port:
4604         * src/pic16/device.h (typedef PIC16_device) modified fields for
4605         defining microcontrollers,
4606         * src/pic16/device.c: added new info for all devices in Pics16 array,
4607         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4608         to be optimised out by the pCode optimiser,
4609         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4610         specially, bug reported by G.M. Gallant,
4611         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4612         as force'd so that cannot be optimised out by pCode optimiser,
4613         * src/pic16/pcode.c,
4614         * src/pic16/pcodepeeph.c,
4615         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4616         they are disabled by default, but can be enabled explicit with
4617         command argument --denable-peeps, for testing,
4618         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4619         --pomit-ivt in COMPILE_FLAGS
4620
4621 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4622
4623         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4624           compilation on MSVC
4625
4626 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4627
4628         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4629
4630 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4631
4632         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4633         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4634
4635 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4636
4637         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4638         would only assign 0x300001 register.
4639
4640 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4641
4642         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4643         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4644
4645 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4646
4647         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4648         for ds80c400
4649         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4650         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4651         added peephole 254 (left shift), 255 (jump table)
4652
4653 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4654
4655         * device/lib/Makefile.in: removed comment line with model-pic16,
4656         * (target port-specific-objects-pic16): the libraries and objects
4657         are copied to the build directory form the device/lib/pic16/bin
4658         directory
4659
4660         Cumulative patch concerning pic16 port:
4661         * library directory has been re-organized,
4662         * added support for PIC18F1220,
4663         * added headers and library sources for chips 18f1220,18f6520,
4664         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4665
4666         * configuration registers setting has changed, now each supported
4667         device has a complete description of the registers it uses,
4668         * all initialisations are moved to idata sections, these section
4669         can be absolute or relocatable,
4670         * fixed initialisation of codespace variables,
4671         * fixed warning about PCLATU and gpsim,
4672         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4673         * (genAssign): use table reads when assigning from variables in codespace,
4674         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4675         char/int variables placed in codespace,
4676         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4677         registers set in .asm file, no need for --pomit-config-words anymore,
4678         * (pic16glue): some 8051 legacy segments are commented out
4679         (to be removed completely),
4680         * added support for alternative assembler and linker with --asm=
4681         and --link= command line arguments,
4682         * peepholes are disabled automatically in the port, no need to
4683         specify on command line,
4684         * port supports natively char/int/long multiplication, but converts
4685         all divisions to support functions,
4686         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4687         to the file set in variable $2,
4688         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4689         strings in ASCII format and not in hex,
4690         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4691         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4692         allocate proper register if iCodes aren't temporary,
4693
4694 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4695
4696         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4697
4698 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4699
4700         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4701         is commented out
4702
4703 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4704
4705         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4706         computed address is reused
4707         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4708         multi-byte bitfields
4709
4710 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4711
4712         * src/z80/gen.c: (genArrayInit): must check for pointers too
4713
4714 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4715
4716         * support/regression/tests/zeropad.c: never meant to commit the
4717           nestedstruct test: removed, added check for GCC version
4718
4719 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4720
4721         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4722         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4723         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4724           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4725           bugs 928906 and 954082 half-empty initializers
4726         * src/SDCCsymt.h,
4727         * src/SDCCsymt.c (getAllocSize): added for above fix
4728         * src/z80/gen.c (genArrayInit): fixed bug 741044
4729         * support/regression/tests/zeropad.c: added tests
4730
4731 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4732
4733         * src/pic16/device.c (pic16_dump_section): corrected bug which
4734         caused some symbols of the libraries to be misplaced
4735
4736 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4737
4738         * src/pic16/glue.c,
4739         * src/pic16/ralloc.h,
4740         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4741         to fix conflict with pic port
4742
4743 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4744
4745         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4746         externs configuration variables,
4747         * src/pic16/ralloc.h,
4748         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4749         prototype in header, commented out some debug messages
4750
4751 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4752
4753         * src/pic16/glue.c,
4754         * src/pic16/main.c,
4755         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4756         for gpasm COFF object generation. Thanks to D. Hawkins for
4757         his patch info
4758
4759 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4760
4761         * src/ds390/main.c,
4762         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4763         Brock for spotting this)
4764         * src/ds390/gen.c (genEndFunction),
4765         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4766         interrupt handler and critical. Disable push/pop optimizations when
4767         peephole optimizations disabled.
4768
4769 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4770
4771         Updated pic16 library sources and headers.
4772         * device/lib/pic16/pic18f*/ ,
4773         * device/include/pic16/*.h: modified to handle structured SFR
4774         definitions
4775
4776 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4777
4778         * src/port.h (PORT structure): added hook initPaths, now each
4779         port can declare its own default search paths,
4780         which can been seen with the --print-search-dirs option,
4781         see pic16 port for example,
4782         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4783         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4784         * (doPrintSearchDirs): NEW, replaces in a central manner the
4785         printing of search dirs which was split in set*Paths functions,
4786         * (main): added call to port->initPaths and doPrintSearchDirs,
4787         * src/avr/main.c,
4788         * src/ds390/main.c,
4789         * src/hc08/main.c,
4790         * src/izt/i186.c,
4791         * src/izt/tlcs900h.c,
4792         * src/mcs51/main.c,
4793         * src/pic/main.c,
4794         * src/pic16/main.c: modified port structures to reflect addition of
4795         initPaths hook,
4796
4797         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4798         * (pic16_dump_section): for registers in same address reserve memory once,
4799         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4800         to no_banksel,
4801         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4802         result is greater in size than right or left,
4803         * (pic16_genUMult8X8_8): there are some cases where the result can
4804         be 16 bits size, so handle these,
4805         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4806         * (pic16_outBitC): modified to emit pcodes,
4807         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4808         or not,
4809         * (genDivOneByte): implemented algorithm to divide 8-bits,
4810         * (genCmp): uncommented goto, but issues still exist,
4811         * (genAnd): fixed a bug with variables >8bits,
4812         * (genPackBits): optimization added that uses BCF/BSF to change a
4813         single bit,
4814         * (genAssign): fixed bug when assigning floating point literals,
4815         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4816         __sdcc_gsinit_startup label,
4817         * src/pic16/main.c (_pic16_init): removed search directory
4818         initialisations,
4819         * (_pic16_initPaths): NEW, used to initialise search directories,
4820         * (_hasNativeMulFor): support functions for all except char/int
4821         multiplication, and char division,
4822         * (PIC16_port struct): modified entry for native mul support,
4823         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4824         no_banksel option,
4825         * (buildCallTree): call to register_usage is ifdef'ed out,
4826
4827 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4828
4829         * device/include/string.h: applied Stas Sergeev's patch to make this
4830         header file compatible with the preprocessor -Wundef option
4831         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4832         failure (fixes bug #941458)
4833
4834 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4835
4836         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4837         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4838         that the variable, not the function, should be static
4839         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4840         to be consistent with non-literal case
4841
4842 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4843
4844         * src/SDCCast.c (isConformingBody): fixed bug #949967
4845         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4846         convilong): fixed bug #952086
4847
4848 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4849
4850         * src/SDCCmem.c (allocVariables): fixed bug #955321
4851
4852 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4853
4854         * src/hc08/main.c (_hc08_genAssemblerEnd),
4855         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4856         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4857         completely eliminated the use of a temporary file
4858         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4859         when more than one file linked
4860         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4861
4862 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4863
4864         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4865         which fixes bug #543481
4866         * support/regression/tests/bug-751703.c: fixed comments left from a
4867         cut and paste error
4868         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4869         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4870         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4871         scopes
4872         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4873         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4874         are now changed to underscores in moduleName
4875
4876 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4877
4878         * as/mcs51/lkmem.c: better fix for bug #954173
4879
4880 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4881         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4882
4883         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4884         * device/include/c8051f000.h,
4885         * device/include/c8051f120.h,
4886         * device/include/c8051f300.h,
4887         * device/include/c8051f310.h,
4888         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4889         PWM16) and detab'ed
4890
4891 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4892
4893         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4894         and mailing lists, doc'ed --no-peep-comments, removed reference
4895         to knoppix (newest version has no LyX/LaTeX), other minor changes
4896         * src/SDCCglue.c (glue): save 2 bytes stack space with
4897         option --main-return. The ljmp could probably be avoided too
4898
4899 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4900
4901         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4902
4903 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4904
4905         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4906         * src/SDCCopt.c (isLocalWithoutDef),
4907         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4908         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4909         (credit to Maarten Brock for patch #949363, on which this is based)
4910         * support/regression/tests/bug-751703.c: some test cases of extern used
4911         within inner scopes.
4912
4913 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4914
4915         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4916         SPEC_STRUCT
4917         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4918         struct definitions
4919         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4920         dwWriteLabel): fix to create valid debugger symbols even when
4921         the module name has non-alphanumeric symbols in it
4922         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4923         when a variable's allocation has been optimized away
4924
4925
4926 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4927
4928         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4929         * src/hc08/main.c,
4930         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4931         * src/mcs51/main.c,
4932         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4933         * src/ds390/main.c,
4934         * src/z80/gen.c (z80_emitDebuggerSymbol),
4935         * src/z80/main.c,
4936         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4937         * src/pic/main.c,
4938         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4939         * src/pic16/main.c,
4940         * src/avr/gen.c (avr_emitDebuggerSymbol),
4941         * src/avr/main.c,
4942         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4943         * src/xa51/main.c,
4944         * src/SDCCdebug.c (emitDebuggerSymbol),
4945         * src/SDCCdebug.h,
4946         * src/port.h: added a debugger struct to the port struct. Added a
4947         callback for defining debugger symbols
4948
4949         * src/SDCCast.c (createLabel),
4950         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4951         with isitmp = 1
4952         * src/SDCCicode.h,
4953         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4954         iCode back to the ast for the function
4955
4956         * src/hc08/ralloc.c (hc08_assignRegisters),
4957         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4958         unneeded fields from the regs struct.
4959         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4960         pushReg() & pullReg() functions instead of emitcode()
4961
4962         * src/hc08/gen.c (genLabel, genhc08Code),
4963         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4964
4965         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4966         debugger hooks
4967
4968         * src/hc08/gen.c (genEndFunction, genhc08Code),
4969         * src/hc08/gen.h,
4970         * src/mcs51/gen.c (genEndFunction, gen51Code),
4971         * src/mcs51/gen.h,
4972         * src/ds390/gen.c (genEndFunction, gen390Code),
4973         * src/ds390/gen.h,
4974         * src/z80/gen.c (genEndFunction, genZ80Code),
4975         * src/z80/gen.h,
4976         * src/z80/z80.h,
4977         * src/pic/gen.c (genEndFunction, genpic14Code),
4978         * src/pic/gen.h,
4979         * src/pic16/gen.c (genEndFunction, genpic16Code),
4980         * src/pic16/gen.h,
4981         * src/avr/gen.c (genEndFunction, genAVRCode),
4982         * src/avr/gen.h,
4983         * src/xa51/gen.c (genEndFunction, genXA51Code),
4984         * src/xa51/gen.h,
4985         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4986         specific code to cdbFile.c and out of the backend code generators
4987
4988         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4989         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4990         starting address is now 0
4991
4992         * as/hc08/asm.h,
4993         * as/hc08/m08pst.c,
4994         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4995         assembler directive for DWARF support
4996         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4997
4998         * src/src.dsp,
4999         * src/Makefile.in,
5000         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5001
5002 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5003
5004         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5005         and inappropriate peephole optimization in jump tables
5006
5007 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5008
5009         * as/hc08/m08pst.c,
5010         * src/SDCCglue.c: sdccopt works for the hc08 port now
5011
5012 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5013
5014         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5015
5016 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5017
5018         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5019
5020 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5021
5022         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5023         rules
5024         * src/SDCCmain.c,
5025         * src/SDCCglobl.h,
5026         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5027         comments from the peephole optimizer replacement rules
5028         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5029         symbols
5030         * src/SDCCcse.c (updateSpillLocation),
5031         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5032         equivalents
5033         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5034         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5035         objects far pointers
5036
5037 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5038
5039         * src/SDCCsymt.h: a missing part of my last change
5040         * src/pic/ralloc.c (regTypeNum),
5041         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5042
5043 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5044
5045         * src/SDCCicode.h,
5046         * src/SDCCicode.c (aggrToPtrDclType),
5047         * src/SDCCptropt.h,
5048         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5049         ptrPseudoSymConvert),
5050         * src/pic/ralloc.c (regTypeNum),
5051         * src/pic16/ralloc.c (regTypeNum),
5052         * src/hc08/ralloc.c (regTypeNum),
5053         * src/ds390/ralloc.c (regTypeNum),
5054         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5055         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5056
5057 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5058
5059         * link/z80/lkmain.c (afile),
5060         * as/hc08/lkmain.c (afile),
5061         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5062         prevent a pointer problem when a filename has no directory and
5063         no extension specified.
5064
5065 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5066
5067         * link/z80/lkmain.c (afile): allow periods in directory names
5068         * link/z80/lkmain.c (afile),
5069         * as/mcs51/lkmain.c (afile),
5070         * as/hc08/lkmain.c (afile): allow linker script file to have an
5071         extension other than ".lnk"
5072         * link/z80/lklex.c (getfid),
5073         * link/z80/lkmain.c (parse),
5074         * as/mcs51/lklex.c (getfid),
5075         * as/mcs51/lkmain.c (parse),
5076         * as/hc08/lklex.c (getfid),
5077         * as/hc08/lkmain.c (parse): Support comments in the linker script
5078         file on lines by themselves and after filenames
5079
5080 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5081
5082         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5083
5084 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5085
5086         * src/z80/peeph-z80.def: removed some peephole rules that don't
5087         work with multibyte arithmetic (fixed bug #937126)
5088         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5089         to registers and not global variables
5090         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5091         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5092         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5093         checking for assignments not internally generated (fixed bug #931895)
5094         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5095         structure member (fixed bug #930072)
5096
5097 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * src/SDCCmain.c (linkEdit),
5100         * src/hc08/main.c (_hc08_parseOptions),
5101         * as/hc08/Makefile.in,
5102         * as/hc08/aslink.h,
5103         * as/hc08/asm.h,
5104         * as/hc08/m08pst.c,
5105         * as/hc08/lkrloc.c (relr, rele),
5106         * as/hc08/lkarea.c (lnkarea)
5107         * as/hc08/lkmain.c (afile, parse),
5108         * as/hc08/lkelf.c: support for ELF output
5109         * as/hc08/lks19.c (s19),
5110         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5111
5112 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5113
5114         * as/mcs51/lkihx.c: Fixed bug #899105.
5115
5116 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5117
5118         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5119         .dsp files from Unix to DOS.
5120
5121 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5122
5123         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5124         function pointers; we have been compliant for several months now.
5125         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5126         change that was accidently commented out
5127         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5128         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5129         bug #922319
5130
5131 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5132
5133         * src/hc08/gen.c: output of all of the internal debugging information
5134         is now controlled by the D() macro; it is disabled by default
5135
5136 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5137
5138         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5139         harder to keep the same registers during a CAST iCode
5140         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5141         long via int can be done in a single cast, if the signedness is
5142         correct.
5143         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5144         putchar() in tinibios.c in ds390's library
5145
5146 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5147
5148         * src/SDCCast.c (decorateType): fixed bug #898889,
5149         cast result of a literal complement too
5150         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5151         fixed check for bitfields
5152
5153 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5154
5155         * src/SDCCicode.c (geniCodeLogic): made it static,
5156         (geniCodeLogicAndOr): added in order to fix bug #905492,
5157         (ast2iCode): fixed bug #905492
5158         * support/regression/tests/bug-905492.c: added
5159         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5160         (processParms): fixed bug #927659: don't copy parms, this will clear
5161         decorated flag
5162         * support/regression/tests/bug-927659.c: added
5163
5164 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5165
5166         * src/SDCCast.c (addCast): don't cast float to char
5167         * device/lib/libsdcc.lib: added _memmove
5168
5169 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5170
5171         * device/lib/large/Makefile: fixed parallel execution by
5172         replacing `make` by `$(MAKE)`
5173
5174 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5175
5176         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5177         offsets (fixes bug #923936)
5178
5179 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5180
5181         * device/lib/small/Makefile: fixed parallel execution by
5182         replacing `make` by `$(MAKE)`
5183
5184 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5185
5186         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5187
5188 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5189
5190         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5191         * src/regression/Makefile: Regression test was not running.
5192
5193 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5194
5195         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5196         complement if possible
5197         * src/SDCCval.c (valComplement),
5198         * src/SDCCicode.c (operandOperation): fixed complement of literal
5199         * support/regression/tests/onebyte.c (testComplement): added
5200
5201 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5202
5203         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5204         return an optimized tree; actually replace actParm with the new tree
5205         * src/SDCCast.h: added some parantheses to remove side effects
5206         * support/regression/tests/bug-920866.c
5207
5208 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5209         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5210         Bit operands were not being handled properly in the pic14 port.
5211         (now src/regression/add.c passes again).
5212
5213 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5214
5215         * src/SDCC.y (labeled_statement): case and default no longer require
5216         a following statement (RFE #893037)
5217
5218 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5219
5220         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5221         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5222         disabled (fixes bug #916294)
5223         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5224         "mov a,acc"; patch provided by Lenny Story
5225         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5226
5227 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5228
5229         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5230         functions
5231         * src/ds390/gen.c (genFunction, genEndFunction),
5232         * src/ds390/ralloc.c (ds390_assignRegisters),
5233         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5234         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5235         pushed if there are parameters passed on the stack. Also, a cleaner
5236         way to decide if r0/r1 should be pushed/popped. (Together they fix
5237         bug #918693)
5238
5239 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5240
5241         * doc/sdccman.lyx,
5242         * device/lib/mcs51/crtpagesfr.asm,
5243         * device/lib/mcs51/crtxinit.asm,
5244         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5245         to avoid confusion with Si Lab's SFRPAGE register.
5246
5247 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5248
5249         * src/SDCCglue.c (emitMaps): allow public sfr variables
5250         * src/SDCCglue.c (initialComments): include compiler build date
5251         with compiler version and put the timestamp of the generated
5252         assembly file on a serperate line to be less confusing.
5253         * src/port.h: added genInitStartup hook
5254         * src/avr/main.c,
5255         * src/ds390/main.c,
5256         * src/hc08/main.c,
5257         * src/pic/main.c,
5258         * src/pic16/main.c,
5259         * src/xa51/main.c,
5260         * src/z80/main.c: genInitStartup initialize as NULL (default to
5261         historical behaviour)
5262         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5263         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5264         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5265         library instead of hard coding it into the compiler.
5266         * support/regression/ports/mcs51-stack-auto/spec.mk,
5267         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5268         * device/lib/mcs51/Makefile,
5269         * device/lib/small/Makefile,
5270         * device/lib/large/Makefile,
5271         * device/lib/mcs51/crtpagesfr.asm,
5272         * device/lib/mcs51/crtstart.asm,
5273         * device/lib/mcs51/crtxclear.asm,
5274         * device/lib/mcs51/crtxinit.asm,
5275         * device/lib/mcs51/crtclear.asm,
5276         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5277         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5278         and into user configurable files.
5279         * device/lib/clean.mk: clean mcs51 directory too
5280         * support/regression/tests/longlit.c: added static to T1 declaration
5281         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5282         accesses in the initialization code
5283
5284 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5287         OSCTRIMVAL as noted in bug #916008
5288
5289 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5290
5291         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5292         in loops with multiple exits (reported as incorrect registers
5293         used by Martin Helmling in Sdcc-user list)
5294
5295 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5296
5297         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5298         made ds390 register extensions look less like error messages
5299
5300 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5301
5302         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5303         reported by Adam Wozniak in Sdcc-user list
5304
5305 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5306
5307         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5308         arithmetic optimizations, added debug output
5309
5310 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5311
5312         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5313         * sdcc.spec: updated and split sdcc into 3 rpms
5314         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5315         needed for literals of LEFT_OP and '+'
5316         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5317         introduced RESULT_TYPE_NOPROM
5318         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5319         left shift
5320         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5321         limited promotion to int only for '*'
5322         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5323
5324 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5325
5326         * src/pic16/gen.c (genSkip),
5327         (genc16bit2lit), (gencjneshort): commented out
5328         (is_LitOp): new helper function, checks operand type
5329         (genCmpEq): rewritten
5330
5331 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5332
5333         * support/regression/tests/bug-908454.c: added
5334
5335 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5336
5337         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5338         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5339         (geniCodeCast): cosmetic, don't preserve bit storage class
5340         (geniCodeLeftShift): added promotion
5341         (geniCodeLogic): fixed regression
5342         * src/SDCCsymt.c (computeTypeOr): accept bits too
5343         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5344
5345 2004-03-07  Borut Razem <borut.razem AT siol.net>
5346
5347         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5348
5349 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5350
5351         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5352         version of pic16_genPackRegisters which does not check if ic is a
5353         CAST operator,
5354         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5355         function cause string1.c regression test fails
5356
5357 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5358
5359         * sim/ucsim/configure.in,
5360         * sim/ucsim/configure,
5361         * sim/ucsim/doc/Makefile.in: use docdir
5362         * src/SDCC.y: fixed sbit atrributes
5363         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5364         * src/SDCCast.c (decorateType): |^& need special promotion handling
5365         * src/SDCCast.h,
5366         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5367         * src/SDCCsymt.h (computeType),
5368         * src/SDCCicode.c: computeType() needs op
5369         * src/SDCCsymt.c (checkTypeSanity),
5370         * doc/sddman.lyx: "plain" bitfields are unsigned
5371         * src/SDCCsymt.c (computeTypeOr): added
5372         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5373         |^& ops
5374         * src/SDCCval.c (val*): computeType() needs op
5375         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5376         * support/regression/tests/onebyte.c: added tests for |^&
5377
5378 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5379
5380         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5381         for writing icode into asm output.
5382
5383 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5384
5385         * src/pic16/device.c: added some debug lines enabled
5386         with macro DEBUG_CHECK,
5387         * src/pic16/genarith.c: more debug in genPlus,
5388         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5389         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5390         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5391         * (aopForSym): onStack symbols are re-placed in data memspace,
5392         and onStack flag is cleared,
5393         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5394         copy temporary pcodeop,
5395         * (genPcall): added warning for not updating PCLATU,
5396         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5397         always true for pic16 port,
5398         * (genMultOneWord): NEW, supports integer multiplication,
5399         * (genMult): modified to call genMultOneWord,
5400         * (ifxForOp): added warning when return NULL,
5401         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5402         flag is set before call to operandFromSymbol for implicit
5403         added structures,
5404         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5405         options.intlong_rent are set by default,
5406         * (_hasNativeMulFor): modified to allow port generation of integer
5407         multiplication,
5408         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5409         set regtype to REG_SFR for all registers, restricting seting the
5410         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5411
5412 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5413
5414         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5415         more than 500 times in the regression tests
5416
5417 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5418
5419         * support/Util/SDCCerr.h,
5420         * support/Util/SDCCerr.c,
5421         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5422         enumerator_list),
5423         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5424         for symbol conflicts.
5425         * support/valdiags/tests/enum.c,
5426         * support/valdiags/tests/tentdecl.c,
5427         * support/valdiags/tests/struct.c: expect possible error messages
5428         referring to original symbol definitions.
5429         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5430         * src/SDCCsymt.h,
5431         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5432
5433 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5434
5435         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5436
5437 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5438
5439         * src/pic16/ralloc.c (newReg): fixed bug #908929
5440
5441 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5442
5443         * src/ds390/gen.c: added missing #include "main.h"
5444
5445 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5446
5447         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5448         checking if symbol is already in set,
5449         * src/pic16/device.h: prototype for checkAddSym,
5450         * src/pic16/gen.c: (_G): added entry interruptvector,
5451         * (assignResultValue): removed some commented out lines,
5452         * (genFunction): check for ISR via sym->type, absolute section for
5453         interrupt code is created via a new pBlock, the goto instruction is
5454         placed now correctly at the interrupt vector position, changed all
5455         references from ivec to _G.interruptvector,
5456         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5457         is the interrupt is a high priority one, same for return from ISR,
5458         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5459         externs to calls of checkAddSym,
5460         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5461         pic16_pcode_verbose flag is set,
5462         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5463         * src/pic16/pcoderegs.c: message about how many registers are saved
5464         will only be emitted if pic16_pcode_verbose flag is set,
5465
5466 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * src/ds390/ralloc.h,
5469         * src/ds390/ralloc.c (ds390_regWithIdx),
5470         * src/ds390/gen.c (emitcode),
5471         * src/ds390/main.h,
5472         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5473         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5474         ds390operandCompare, getRegsRead, getRegsWritten,
5475         initializeAsmLineNode): customized instruction size calculation for
5476         ds390, started basis for some register optimizations
5477         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5478         corresponding assembly output
5479         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5480         missing push/pop of r0/r1. Optimized push/pops
5481
5482 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5483
5484         * src/mcs51/main.c (instructionSize): fixed ACALL size
5485         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5486
5487 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5488
5489         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5490         the sorting of rlist with NULL elements
5491         * (print_idataType, print_idata): NEW to create idata sections
5492         * src/pic16/device.h: idataSymSet new variable
5493         * src/pic16/gen.c (genFunction): fixed some bugs in string
5494         comparing, improved the absolute section creation for ISRs,
5495         added FSR0L/FSR0H in registers that are saved in an ISR,
5496         * (genInline): fixed the processing of inline snippets,
5497         now they undergo no process by the peephole optimizer
5498         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5499         are placed in idataSymSet,
5500         * (pic16emitStaticSeg): extern symbols are added in externs,
5501         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5502         switching when aboslute variables are placed in access bank memory
5503         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5504         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5505         commented out with #if,
5506         * (pic16_packRegisters): reintroduce the check for CAST because some
5507         symbols are not correctly handled,
5508         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5509         pCodeInstruction instead of pCode,
5510         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5511         pCodeAsmDir definition,
5512         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5513         directive, then the argument directive is emitted without the leading
5514         tab, hack for inline labels which must be in the first column,
5515         * (compareLabel,pic16_findNextInstruction),
5516         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5517         * (insertBankSwitch): modified for the new pCodeAsmDir,
5518
5519 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5520         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5521
5522         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5523         instance,
5524         * (pushSide): commented out with #if,
5525         * (assignResultValue): fixed some typos in saving
5526         registers,
5527         * (genPcall): FIXED and sync'ed with genCall,
5528         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5529         * (genNearPointerGet): fixed to handle some more cases,
5530         implementation scheme via table reads,
5531         * (genConstPointerGet): modified to access code memory correct,
5532         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5533         and improved to handle some cases
5534         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5535         instead of "RETLW" for init data
5536         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5537         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5538         variables are placed in access bank memory (<0x80 and >=0xf80),
5539         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5540         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5541         TBLWT_POSTDEC,TBLWT_PREINC
5542         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5543         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5544         directives
5545         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5546         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5547         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5548         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5549
5550 2004-02-29  Borut Razem <borut.razem AT siol.net>
5551
5552         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5553         support/Util/findme.h, support/Util/system.h: enhance binary relative
5554         search for lib and include by using findProgramPath()
5555
5556 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * src/SDCCpeeph.h,
5559         * src/SDCCpeeph.c (pcDistance),
5560         * src/port.h,
5561         * src/mcs51/ralloc.h,
5562         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5563         * src/mcs51/main.h,
5564         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5565         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5566         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5567         size calculation port specific, started basis for some register
5568         optimizations
5569         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5570         missing push/pop of r0/r1. Optimized push/pops
5571         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5572         * device/lib/_modsint.c (_modsint),
5573         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5574         and stack version so regression tests pass
5575
5576 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5577
5578         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5579         * src/SDCCast.c (decorateType): catch another small optimization
5580         with '?' operator
5581         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5582         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5583         modified to finally use computeType() all over SDCC,
5584         see Feature Request #877103
5585         * src/SDCCval.h: cosmetic
5586         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5587         valCompare(); regression tested in muldiv.c
5588         * support/regression/tests/muldiv.c (testMod): mod sign follows
5589         dividend only
5590
5591 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5592
5593         * src/SDCCast.c (decorateType): fixed bug #902362
5594         * doc/INSTALL.txt: fixed install instructions for win32
5595
5596 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5597
5598         * device/include/Makefile.in (install): fixed by replacing spaces
5599         by tabs
5600         * doc/README.txt,
5601         * doc/INSTALL.txt: updated for release
5602         * doc/sdccman.lyx: added warning for --xstack being buggy
5603
5604 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5605
5606         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5607         to eliminate build warnings.
5608         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5609
5610 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5611            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5612
5613         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5614         removed -penable-stack, added comment for stack pragma, added
5615         warning for not initializing the stack/frame registers, removed
5616         comment at interrupts section
5617
5618         Stack is made permanent, there is no ability to disable stack usage.
5619         * src/pic16/device.h,
5620         * src/pic16/device.c: removed all references to USE_STACK macro,
5621         * src/pic16/device.c (pic16_dump_section): when no elements in
5622         rlist, free rlist before return,
5623         * (pic16_dump_int_registers): NEW, internal registers are a new set
5624         of general purpose registers reused by each function,
5625         * (checkAddReg): returns 1 if registers is added to set,
5626         * (pic16_groupRegistersInSection): when a registers is of type
5627         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5628         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5629         SRCASECMP macro is moved here from device.c
5630         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5631         PO_PCLATU, PO_PRODL, PO_PRODH,
5632         * (pic16_pCodeOpType, genMinus,
5633         changed compares to "a" register, with AOP_ACC,
5634         * (pic16_genPlus): fixed some bugs and indented properly,
5635         * (pic16_addSign): changed size to size+offset in the MOVWF
5636         instruction,
5637         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5638         multiply 8-bit operand by literal, result is 8-bit,
5639         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5640         multiply 2 8-bit operand, result is 8-bit,
5641         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5642         genUMult8X*_16,
5643         * src/pic16/gen.c: changed accUse to contain WREG only,
5644         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5645         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5646         true, do not use immediate addressing any more unless sym is a
5647         pointer in codespace,
5648         * (aopForRemat): do not use immediate addressing when symbol not in
5649         codespace and when symbol's address is requested,
5650         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5651         accUse size (= 1),
5652         * (aopGet): added case for AOP_ACC and don't return "accumulator
5653         bug" but WREG instead,
5654         * (popGetTempReg): pushes contents of temporary register in stack,
5655         * (popReleaseTempReg): pops contents of temporary register from
5656         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5657         * (pic16_popGet): separated case AOP_ACC to return register WREG
5658         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5659         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5660         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5661         the use of immediate pointers to certain cases only.
5662
5663         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5664         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5665         * (assignResultValue, genCall, genRet): modified to use the new
5666         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5667         genPcall is still broken,
5668         * (genFunction): added code to create 'A' type pBlocks when
5669         interrupt functions are generated, code not extensively tested yet,
5670         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5671         * (genEndFunction): modified so ISRs pop stored registers from stack,
5672         * (genMultOneByte): cleanup,
5673         * (AccRsh): added flag andmask, to and result with appropriate mask,
5674         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5675         * (genDataPointerGet): fixed and reenabled its use,
5676         * (genNearDataPointerGet): bugs fixed,
5677         * (genDataPointerSet): bugs fixed,
5678         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5679         pic16_DumpSymbol, pic16_DumpOp,
5680         * src/pic16/genutils.h: function prototypes for the above functions,
5681         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5682         pointers,
5683         * (pic16emitRegularMap): many many many improvements, but needs a
5684         major cleanup,
5685         * src/pic16/main.c: enable_stack in pic16_options is removed,
5686         * (_pic16_parseOptions): removed command line options -penable-stack,
5687         * (_process_pragma): emit stack symbol only when stack pragma is
5688         processed,
5689         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5690         redirected to FSR0L/FSR0H pair,
5691         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5692         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5693         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5694         for immediates,
5695         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5696         * (dumpPicOptype): NEW,
5697         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5698         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5699         with movff instruction,
5700         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5701         added pic16_int_regs, some packRegsFor* functions are commented out,
5702         because produce errors,
5703         * src/pic16/NOTES: minor modifications
5704
5705 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5706
5707         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5708         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5709         --pack-iram.
5710         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5711         * as/mcs51/lkaomf51.c: fixed bug #895763
5712
5713 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5714
5715         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5716
5717 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5718
5719         * doc/sdccman.lyx: added details about the HC08 storage classes and
5720         interrupts, fixed the register usage info for z80 & gbz80
5721
5722 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5723
5724         * doc/sdccman.lyx: added more pic16 port documentation
5725         * device/include/pic16/: added header pic18fregs.h
5726
5727 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5728
5729         * doc/sdccman.lyx: added Vangelis' contribution
5730
5731 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5734         extend to the next CALL or PCALL, not just to the next CALL.
5735
5736 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5737
5738         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5739
5740 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5741
5742         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5743         bug #895752 and a better fix for bug #716790
5744
5745 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5746
5747         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5748
5749 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5750
5751         * doc/sdccman.lyx: minor changes, minor changed
5752
5753 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5754
5755         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5756         which can't handle SDCC_NEWONEBYTEOPS,
5757         (geniCodeMultiply): removed conversion from mult to shift for pic14
5758         and pic16
5759
5760 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5761
5762         * src/hc08/gen.h,
5763         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5764         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5765         thus fixing bug #895406
5766
5767 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5768
5769         * device/lib/_modsint.c,
5770         * device/lib/_modslong.c: sign follows divisor only
5771         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5772         signs or signedness can be ignored
5773         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5774         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5775         added optimization for IFX,
5776         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5777         arguments;
5778         reenabled optimization for IFX, which was removed on 2004-01-11
5779         * src/SDCCast.h: added return type IFX
5780         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5781         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5782         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5783         SDCC_OLDONEBYTEOPS selects the old behaviour
5784         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5785         changed again and commented promotion rule
5786         * src/SDCCval.c (valDiv): promotion no longer necessary
5787         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5788         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5789         rewritten
5790         * support/regression/tests/onebyte.c: added
5791
5792 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5793
5794         * gen.c (genInline): reverted to old code for assemnling inline
5795         code because of bug reported James Chadd
5796
5797 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5798
5799         * ralloc.h: missing declarations from previous patch,
5800         seems that patch for ralloc.h was never applied, fixed
5801
5802 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5803            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5804
5805         * pcode.c,
5806         * pcode.h,
5807         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5808         indirect addressing. Marked FSR0 as deprecated
5809         * gen.c (pointerCode): commented out, not needed now
5810         (pic16_popGet2p): new MOVFF helper function
5811         (genGenPointerGet),
5812         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5813         (shiftRLong): removed duplicate debugging info
5814
5815 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5816
5817         * src/ds390/gen.c (genNearPointerGet),
5818         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5819         optimization with bits, but not bitfields.
5820         * src/ds390/ralloc.c (packRegisters),
5821         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5822
5823 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5824
5825         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5826
5827 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * src/SDCCsymt.h,
5830         * src/SDCCicode.c (operandFromSymbol),
5831         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5832         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5833         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5834         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5835         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5836         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5837         bug #892038
5838         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5839         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5840         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5841         * src/SDCCsymt.c (newSymbol),
5842         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5843         enumerator_list),
5844         * src/SDCCval.h,
5845         * src/SDCCval.c (newiList): fixed bug #885705
5846
5847 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5848
5849         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5850         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5851
5852 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5853
5854         * device/include/c8051f120.h,
5855         * device/include/c8051f300.h,
5856         * device/include/c8051f310.h: added/updated header files for Silicon
5857         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5858         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5859         in new section Submitting patches
5860
5861 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5862
5863         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5864         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5865         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5866         genGenPointerSet),
5867         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5868         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5869         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5870         genGenPointerSet),
5871         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5872         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5873         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5874         genGenPointerSet),
5875         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5876         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5877         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5878         genGenPointerSet): fixed bug #892400
5879         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5880         to eliminate build warnings.
5881         * src/SDCCast.c (processParms),
5882         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5883         fixed bug 751859
5884         * support/valdiag/valdiag.py: added GCC to the list of defines active
5885         when compiling with gcc
5886
5887 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5888
5889         * support/Util/SDCCerr.h,
5890         * support/Util/SDCCerr.c,
5891         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5892         with an incomplete type (fixed bug #883734)
5893         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5894
5895 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5896
5897         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5898
5899 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5900
5901         * src/SDCCast.c (decorateType),
5902         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5903         function pointer implementation
5904         * support/regression/tests/funptrs.c: added tests to verify both forms
5905         of function pointers work correctly. Added tests to verify parameters
5906         are passed in the correct order.
5907
5908 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5909
5910         * device.c (regCompare): registers are sorted by ascending
5911         address and increasing size,
5912         * main.c (_pic16_finaliseOptions): removed the declaration
5913         of compiler macro MCU. Now a macro of the format pic18fxxxx
5914         will be defined from the command line
5915
5916 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5917             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5918
5919         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5920         PCOP_RLCF was overwritten!
5921         * gen.c (genSkip): commented out calls to pic16_emitcode,
5922         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5923         * (genlshTwo),
5924         * (genRRC): added debugging info,
5925         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5926         overwritten while shifting,
5927         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5928         overwritten while shifting,
5929         * (AccLsh),
5930         * (AccRsh),
5931         * (shiftLLeftOrResult),
5932         * (shiftRLeftOrResult),
5933         * (shiftRLong),
5934         * (shiftLLong): Implemented with pic16_emitpcode
5935         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5936         * (genLeftShift): Fixed bug, operand for shift by variable always
5937         was "and"ed with 0x0f,
5938         * (genLeftShiftLiteral),
5939         * (genrshTwo),
5940         * (genRightShiftLiteral): added debugging info,
5941         * (genrshFour): added comment,
5942         * (genRightShift): determined signedness from operand "left"
5943         instead of "result"
5944
5945 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5946
5947         * src/SDCCicode.c (geniCodeParms),
5948         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5949         function pointers, fixed function pointer bugs #861242 and #861896
5950
5951 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5952
5953         * device/include/c8051f000.h,
5954         * device/include/c8051f120.h,
5955         * device/include/c8051f300.h: added header files for Silicon
5956         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5957
5958 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5959
5960         * src/SDCCast.c (processParams): added new type flow and restructured
5961         (gatherAutoInit): added new type flow
5962         (addCast): cosmetic changes
5963         (getLeftResultType): added new type flow for array indices, patch
5964         provided by Stas, see FR #877103
5965         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5966         array index patch by Stas
5967         * src/SDCCast.h: added prototype getResultTypeFromType()
5968         * src/SDCCval.h,
5969         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5970         * src/pic/glue.c (pic14emitStaticSeg),
5971         * src/pic16/glue.c (pic16emitStaticSeg),
5972         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5973         for initialization of symbols
5974         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5975         * support/Util/SDCCerr.h:
5976         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5977         * .version: bumped version number to 2.3.8
5978         * device/include/Makefile.in (install),
5979         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5980         avoid warnings
5981
5982 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5983
5984         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5985         Slade Rich fixed an optimization bug
5986         * src/pic/pcodepeep.c,
5987         * src/pic/pcoderegs.c
5988         * doc/Makefile (install): added test for directory
5989
5990 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5991
5992         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5993         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5994         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5995         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5996         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5997         * as/mcs51/asexpr.c (term),
5998         * as/hc08/asexpr.c (term): fixed bug #887146
5999
6000 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6001
6002         * src/z80/gen.c (genMult): handle single byte result product
6003         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6004         DUMMY_READ_VOLATILE (fixed bug #886367)
6005
6006 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6007
6008         * support/regression/tests/libmullong.c: fixed logic, on little endian
6009         hosts we ended without a mullong_wrapper()
6010
6011 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6012
6013         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6014         virus/worm forged address usage.
6015
6016 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6017
6018         Fixed promotion, it should be done on AST level:
6019         * src/SDCCast.c (addCast): added promotion to int
6020         (decorateType): updated call to upCast()
6021         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6022         usualUnaryConversions()
6023
6024 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6025
6026         * support/regression/tests/literalop.c (mulWrapper): Added a
6027         wrapper to remove integer overflow warnings.
6028
6029         * support/regression/tests/float_trans.c: Made work on host.
6030
6031         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6032         location of sz80.
6033
6034         * support/regression/generate-cases.py (main): Changed from inline
6035         to a main method.
6036
6037         * doc/Makefile (install): Changed to depth first to get rid of
6038         missing directory install warning.
6039
6040         * as/Makefile (install-doc): Made work on Mac.
6041
6042 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6043
6044         * src/SDCCast.c: added an additional type flow in decorateType() of
6045         opposite direction, see feature request #860006; it's enabled at runtime
6046         by setting the environment variable SDCC_NEWTYPEFLOW
6047         * src/SDCCast.h: changed prototype of decorateType()
6048         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6049         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6050         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6051         see feature request #877103
6052         * src/SDCCval.c: updated call of decorateType()
6053         (valBitwise): fixed bug #882876
6054         (valMinus): added promotion
6055         (valLogicAndOr): result is unsigned
6056         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6057         * src/SDCCsymt.c (computeType),
6058         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6059         must not cause an unsigned operation
6060         * src/pic/glue (pic14emitRegularMap),
6061         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6062
6063 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6064
6065         * src/pic/pcode.c (PCodeID): commented out left over debug code
6066
6067 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6068
6069         * support/valdiag/tests/overflow.c: added shift tests
6070         * src/pic/device.c,
6071         * src/pic/gen.c,
6072         * src/pic/gen.h,
6073         * src/pic/glue.c,
6074         * src/pic/main.c,
6075         * src/pic/pcode.c,
6076         * src/pic/pcode.h,
6077         * src/pic/pcodepeep.c,
6078         * src/pic/pcoderegs.c,
6079         * src/pic/ralloc.c,
6080         * src/pic/ralloc.h: applied patch from Slade Rich;
6081         added support for multiple code pages and multiple RAM banks on the
6082         PIC 14 port. The ASM files now no longer simply assume all the
6083         code / RAM are in the same page / bank. This means the linker can
6084         safely allocate code/RAM of separate ASM files to different pages/banks.
6085         * doc/sdccman.lyx: added Slade's tips
6086         * src/mcs51/peeph.def: fixed bug #880768
6087
6088 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6089
6090         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6091         * src/SDCCast.c (decorateType): fixed bug #880197
6092
6093 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6094
6095         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6096         getopt.h.
6097
6098         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6099         strtof is not part of C89 and isn't included with Mac OS X.
6100
6101 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6102
6103         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6104         shiftL2Left2Result): fixed bug #879326
6105         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6106         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6107         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6108         address fetch for clr instruction
6109         * device/lib/hc08/_mulint.c: created optimized assembly version
6110         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6111
6112 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6113
6114         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6115         proposed in FR #877103
6116
6117 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6118
6119         * src/SDCCval.c (cheapestVal): added missing checks
6120         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6121         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6122
6123 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6124
6125         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6126         equal operands
6127
6128 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6129
6130         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6131         loaded with the linker search paths (-L arguments) and the libraries
6132         to be linked with the current source (-l arguments). Changes
6133         currently will affect only the pic16 port.
6134         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6135         include path the port specific paths and port specific libraries,
6136         * gplink command now contains the $3 argument,
6137         * src/pic16/device.h,
6138         * src/pic16/device.c,: structure PIC_device is made public and
6139         renamed to PIC16_device, the same for variable Pics which is renamed
6140         to Pics16. Updated all references to them.
6141         * src/pic16/glue.c (pic16glue): corrected bug with code
6142         initialization which bypassed the variable initializations block.
6143
6144         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6145         COMPILE_FLAGS and added the --nostdinc option
6146
6147 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6148
6149         * device/include/mc68hc908jb8.h: Register defs for another member
6150         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6151
6152 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6153
6154         Documenting changes from previous commits.
6155         * configure.in (version 1.56),
6156         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6157         when generating output files to configure the pic16 library,
6158         but now I've commented it out, since gputils aren't installed in the
6159         SF compile farm, so library won't compile
6160
6161         * device/lib/Makefile.in (version 1.56): initially I've added in
6162         target 'all' the prerequestive 'model-pic16' so it compiled the
6163         pic16 library, but now I've commented it out for the same reasons
6164         above,
6165         * added targets 'model-pic16' and 'objects-pic16' to compile the
6166         library
6167         * added target 'port-specific-objects-pic16' to handle the
6168         generated libraries and copy them into the build/ directory
6169         * added target 'clean-intermediate-pic16' to clean intermediate
6170         files into pic16 directory
6171         * in target 'installdirs' added line to create directory pic16 in
6172         the installation path
6173
6174         * device/include/Makefile.in (version 1.11): in target 'install'
6175         added lines to copy all header files to installation path,
6176         * in target 'installdirs' added line create directory for pic16
6177         headers in the installation path
6178
6179 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6180
6181         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6182          a function call
6183
6184 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6185
6186         * configure,
6187         * device/lib/configure.in,
6188         * device/lib/configure: fixed for autoconf 2.57
6189
6190 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6191
6192         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6193         option so that it actually works. Made it specific to the z80, since
6194         the gbz80 doesn't have these kinds of I/O ports.
6195
6196 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6197
6198         * device/include/z180.h,
6199         * device/lib/_memcpy.c,
6200         * device/lib/_memmove.c,
6201         * device/lib/_mulint.c,
6202         * device/lib/ser_ir.c,
6203         * device/lib/ser_ir_cts_rts.c,
6204         * device/lib/_strcmp.c,
6205         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6206         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6207         portmode; added deprecation warning for bank= and protmode= forms.
6208         Also, guard against buffer overflow.
6209         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6210
6211 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6212
6213         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6214         changed interrupt vector table generation to only emit declared vectors.
6215         * device/include/Makefile.in: added missing backslash
6216         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6217
6218 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6219
6220         Mainly changes to support compilation of the device libraries
6221         * src/pic16/device.c: stack is allocated via symbol and not
6222         via literal number. The symbol is placed in the corresponding
6223         position of the data ram
6224         * (pic16_dump_section): relocatable and absolute uninitialized
6225         data are now emitted in sorted order to reduce section naming,
6226         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6227         weren't marked as being in the access bank,
6228
6229 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6230
6231         Added portion of GNU PIC Library under the directory
6232         device/include/pic16 and device/lib/pic16. These files
6233         contain the declarations of SFRs for the PIC18Fxx2 devices.
6234         The directory is initialized via configure from toplevel.
6235
6236 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6237
6238         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6239         the spilllocations to be compared correctly
6240
6241 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6242
6243         * src/SDCCast.c (decorateType): fixed bug introduced today
6244
6245 2004-01-12  Borut Razem <borut.razem AT siol.net>
6246
6247         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6248         doc/sdccman.lyx: upper case pragmas are deprecated
6249
6250 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6251
6252         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6253         in simpler and even better code
6254
6255 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6256
6257         * src/SDCCicode.c (operandOperation): fixed bug #874819
6258         * src/SDCCast.c (decorateType): fixed
6259         char foo (unsigned long ul) { return ul > 0; }
6260
6261 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6262
6263         * doc/sdccman.lyx: Moved and added some sections, small changes
6264         all over. Telling LaTeX to be less strict with word spacing
6265         to better keep the right margin. Changed some notes about
6266         maintainance of the ports in section 3.2.1 - is it OK like this?
6267
6268 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6269
6270         SDCC source changes:
6271         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6272         convilong): modified to inform the pic16 port that builtin functions
6273         are external
6274
6275         PIC16 PORT specific changes:
6276         * src/pic16/device.c pic16_dump_equates() added,
6277         processor registers declared internally by the port are emitted in
6278         the translation as equates,
6279         * src/pic16/gen.c: inline code is passed unprocessed to the
6280         translation,
6281         * (pic16_popGetLit2): fnuction modified to take second operand as
6282         pCodeOp pointer and not as literal,
6283         * (popRegFromIdx): prefixed with pic16_,
6284         * (pic16_popCombine2): modified to receive already allocated pCode
6285         operands,
6286         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6287         * (genFunction): initializes local stack frame and pushes on stack
6288         all the registers used by this function,
6289         * (genEndFunction): restores all registers from stack and restores
6290         stack frame,
6291         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6292         improvements,
6293         * (pic16glue): changed the program startup sequence,
6294         * added new dbName code 'A' for functions placed in absolute section
6295         * src/pic16/main.c: added function attribute _naked,
6296         * added pragma 'code' to place a fnuction at an absolute address,
6297         * added command line arguments --debug-ralloc and --pcode-verbose,
6298         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6299         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6300         * (pic16_newpCodeOpLit2): modified to take the second operand as
6301         pCodeOp pointer,
6302         * (pic16_printpBlock): modified to emit each function in a separate
6303         section,
6304         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6305         UPPER for immediate operands,
6306         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6307         instruction,
6308         * src/pic16/peeph.def: all peepholes with movff are commented out,
6309         because there is a problem in the pcode peep optimizer,
6310         * src/pic16/ralloc.c: the register allocator can now reuse local
6311         function symbols for another function. This saves register usage.
6312         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6313
6314         Added file src/pic16/NOTES with information about program writing on
6315         the current port version.
6316
6317 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6318
6319         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6320         and peephole 252 (array access)
6321
6322 2004-01-09  Borut Razem <borut.razem AT siol.net>
6323
6324         * src/SDCCmain.c : fixed #872250: -l command line defined library
6325           files are scanned before standard library files
6326
6327 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         * src/SDCCast.c (decorateType): fixed bug #874046
6330
6331 2004-01-09  Borut Razem <borut.razem AT siol.net>
6332
6333         * support/scripts/sdcc.nsi: remove previous installation
6334
6335 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6336
6337         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6338         bytes for last interrupt vector (mcs51)
6339         * sdcc.spec: fixed typo
6340
6341 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6342
6343         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6344         gen51Code): more efficient parameter receive for --model-large
6345         ("bug" #845294)
6346
6347 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6348
6349         * src/ds390/main.c,
6350         * src/z80/main.c: added missed needLinkerScript flags (more than
6351         one port structure defined in these file)
6352         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6353         bug #795325
6354
6355 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6356
6357         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6358         * src/port.h: added flag needLinkerScript in port->linker
6359         structure to inform whether to create a .lnk file or not,
6360         * src/avr/main.c,
6361         * src/ds390/main.c,
6362         * src/hc08/main.c,
6363         * src/mcs51/main.c,
6364         * src/pic/main.c,
6365         * src/pic16/main.c,
6366         * src/xa51/main.c,
6367         * src/z80/main.c: changed appropriately to configure
6368         needLinkerScript flag
6369         * src/pic/gen.c,
6370         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6371         * src/pic/glue.c: added variable udata_section_name to
6372         override default uninitialized data segment definition for
6373         devices only with SHAREBANK memory (reported from Erik Epetrich)
6374         * (pic14emitOverlay): modified to emit a commented overlay segment
6375         directive when no overlay data exist
6376         * (picglue): modified to emit uninitialized data segment
6377         according to udata_section_name
6378         * src/pic/main.c (_pic14_parseOptions): added command line
6379         options --udata-section-name=[name] to override default
6380         udata definition name
6381         * modified _linkCmd and _asmCmd to include compiler passed
6382         arguments via -W option
6383         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6384         object file from '.rel' to '.o' in port->linker structure,
6385         changed size of fptr from 2 to 3 in port structure
6386
6387 2004-01-07  Borut Razem <borut.razem AT siol.net>
6388
6389         * support/scripts/sdcc.nsi: update PATH
6390         * support/scripts/sdcc.ico: craeted
6391
6392 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6393
6394         * device/include/Makefile.in: fix install
6395         * doc/Makefile: fix install
6396
6397 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6398
6399         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6400         in bug #860505
6401         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6402         how the function variable allocation summary is displayed; also
6403         include information about variables allocated to the overlay
6404         segment
6405
6406 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6407
6408         * as/mcs51/lkmain.c: Help about -Y option
6409         * as/mcs51/lkarea.c: Fixed gcc warnings
6410
6411 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6412
6413         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6414         fixed warning
6415         * support/valdiag/tests/overflow.c: added
6416         * src/SDCCast.c (decorateType),
6417         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6418         LEFT_OP (left shift)
6419
6420 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6421
6422         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6423         (default behaviour).
6424
6425 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6426
6427         A python script to validate compiler diagnostic messages. It can be
6428         used to verify that sdcc complains about bad c source code and
6429         gives a good location of the error.
6430         * support/valdiag/Makefile,
6431         * support/valdiag/valdiag.py,
6432         * support/valdiag/tests/*
6433
6434 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6435
6436         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6437         * src/SDCCsymt.c (newEnumType),
6438         * src/SDCCsymt.h
6439         * support/Util/SDCCerr.c,
6440         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6441         enum related bugs.
6442         * support/regression/tests/enum.c: added test for enum values that
6443         require at least 2 bytes of storage.
6444
6445 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6446
6447         * src/common.h: added ifndef/define/endif macros
6448         around the header file.
6449         Bug reported from Jesus Calvino-Fraga
6450
6451 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6452
6453         * sdcc.spec: updated
6454         * device/include/Makefile.in: don't install CVS directories
6455         * device/lib/Makefile.in: added removal of CVS directories after install
6456         * doc/Makefile: fixed install, added local_icons
6457         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6458         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6459         * src/ds390/gen.c (genRightShift): fixed bug #870788
6460         * src/SDCCast.c (decorateType): fixed bug #870781
6461
6462 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6463
6464         PIC16 port related changes:
6465         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6466         added variable stackPos,
6467
6468         * gen.c: genCall, assignResultValue: added support for
6469         pushing/retrieving function parameters to/from stack,
6470         genFunction,genEndFunction: setup stack frame for the
6471         generated function,
6472         genAddrOf: will be changed according to bug 863624
6473
6474         * added files genutils.c and genutils.h which contain gen*
6475         debugged and optimised functions extracted from gen.c
6476
6477         * glue.c: added variable 'externs' which holds extern symbols,
6478         pic16emitRegularMap: is modified to properly handle relocatable
6479          symbols under the new scheme,
6480         pic16createInterruptVect: is modified
6481         pic16printPublics: is modified to emit 'global' assembler directives,
6482         added pic16_printExterns to print extern symbols,
6483         pic16glue: initializes stack/frame pointer in the beginning of
6484         the assembly output. Temporary hack, will be corrected later,
6485         because gplink yet does not support stack and SDCC does not
6486         yet support a type of crt0.o object to create the final binary.
6487
6488         * Removed many lines that contain 8051 legacy code.
6489         * The code is finally placed under a 'code' directive.
6490         * Added port specific options.
6491
6492         * _process_pragma: simplified since now we do not need *special*
6493         include file to define SFR registers. But a separate header
6494         will be needed. This will be developed later.
6495         * _pic16_parseOptions: added, parses port specific options:
6496         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6497         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6498         --preplace-udata-with=
6499
6500         * _pic16_setDefaultOptions: modified to initialize section names,
6501         but hack is temporarly out of order since it needs improvement.
6502         * _pic16_genAssemblerPreamble: configuration words are emitted by
6503         their address instead of their name. This part is incomplete and
6504         supports only the 18Fxx2 devices. Other devices will emit an error
6505         during assembly since they do not contain the same set of config
6506         registers
6507         * _pic16_genIVT: is modified,
6508
6509         * pcode.c: added definitions for some hardware registers that are needed
6510         for stack support
6511         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6512         All PCI entries are updated. Now LFSR is supported.
6513         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6514         * added pic16_newpCodeOpLit2 to support instructions with
6515         two literal arguments
6516         * pic16_pCode2str: corrected code that emits assembler instructions
6517         with two literal operands and those that have an access bit modifier
6518         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6519         this fixes a bug which caused some labels to be lost, when an
6520         assembler directive was added, i.e. banksel,
6521         * pic16_FixRegisterBanking: improved logic that causes the insertion
6522         of bank switching,
6523         * InlineFunction: functions that are called once, are not any more
6524         inlined. This can be a port option in the future,
6525
6526         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6527
6528         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6529         hold the corresponding uninitialized symbols,
6530         * pic16_allocProcessorRegister: registers have explicit marked the
6531         accessBank field,
6532         * pic16_allocInternalRegister: registers are explicit marked as
6533         not used,
6534         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6535         processing list, so bit registers were lost,
6536         *
6537
6538         * ralloc.h: added field 'accessBank' and original symbol operand
6539         in register definition,
6540         * removed the field isMapped from register definition,
6541
6542         ** Several functions have been removed from various sources:
6543         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6544         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6545         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6546         pic16_assignRelocatableRegisters
6547
6548         ** others have been introduced:
6549         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6550         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6551
6552 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6553
6554         * support/scripts/inc2h.pl: changed definition of BIT_AT
6555         to emit 'sbit at' instead of 'bit at'. This was a request.
6556
6557         PIC16 port related preliminary changes:
6558         * gen.c: prefixed function popRegFromString with
6559         pic16_ and all references to it corrected
6560         * pcode.c: all pic16_pc_* hardware registers prefixed
6561         with underscore (_),
6562         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6563         * ralloc.c: newReg(): when register is REG_SFR then
6564         set address to rIdx,
6565         pic16_allocProcessorRegister(): marks register wasUsed=0
6566         pic16_writeUsedRegs(): added a call to assign processor
6567         registers via pic16_assignFixedRegisters
6568
6569 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6570
6571         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6572         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6573         variables in unused register banks.  Also the SSEG is placed
6574         wherever there is enough space for it, and IDATA can be anywhere
6575         in internal RAM.  For now compile using -Wl-Y[stack_size].
6576         The mem file is different for this option as well, since it
6577         makes no sense of talking about DSEG lenght.
6578
6579 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6580
6581         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6582         in certain cases, e.g. when ROM assignment, patch provided
6583         from Albert den Haan.
6584
6585 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6586
6587         Many signedness and type propagation fixes:
6588         * src/SDCCicode.c: made geniCodeCast() static
6589         replaced SPEC_ by IS_ (cosmetic)
6590         (operandOperation): fixed div and mod operation
6591         (usualBinaryConversions): added support for promotion of char
6592         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6593         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6594         (geniCodeAdd): an array index will stay unsigned, even if promoted
6595         from char to int
6596         (geniCodeArray): ditto
6597         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6598         * src/SDCCsymt.c (computeType): added more support for char;
6599         promotion of char is selectable by promoteCharToInt, fixed signedness
6600         for all cases
6601         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6602         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6603         * src/SDCCval (val*): replaced signedness calculation by
6604         computeType()
6605         rearranged if-branches (cosmetic)
6606         (valShift): added warning W_SHIFT_CHANGED
6607         (valCompare): fixed problem with different types
6608         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6609         * support/regression/tests/literalop.c: added many cases
6610         * support/regression/tests/ast_constant_folding.c: changed finally to
6611         'unsigned int'
6612         * .version: new year, new version: 2.3.7
6613         * src/SDCCmain.c (main): applied patch #866468
6614         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6615         provided by Scott Bronson
6616         * doc/sdccman.lyx: updated documentation for sdcdb
6617         updated and added chapter tips
6618
6619 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6620
6621         * src/SDCCsymt.h: missing from yesterday's commits
6622
6623 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         * src/SDCC.y (struct_or_union_specifier),
6626         * support/Util/SDCCerr.c,
6627         * support/Util/SDCCerr.h: verify that struct & union tags are used
6628         as declared.
6629
6630 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6631
6632         * src/SDCCglobl.h: missing from yesterday's commits
6633
6634 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6635
6636         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6637         sft_attributes, struct_declaration, parameter_declaration,
6638         type_name, start_block, declaration_list),
6639         * src/SDCC.lex (check_type): support redefinition of typedef names
6640
6641 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6642
6643         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6644         aligned xdata arrays. Erik helped me with the if clause.
6645
6646 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6647
6648         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6649         warning
6650
6651 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6652
6653         * src/SDCCast.h,
6654         * src/SDCCast.c (newAst_),
6655         * src/SDCCicode.h,
6656         * src/SDCCicode.c (ast2iCode, newiCode),
6657         * src/SDCCglobl.h,
6658         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6659         expr, statement, expression_statement, selection_statement,
6660         iteration_statement, expr_opt, jump_statement): foundation for tracking
6661         sequence points
6662         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6663         point code too)
6664
6665 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6666
6667         * support/Util/SDCCerr.c,
6668         * src/SDCCast.h,
6669         * src/SDCCast.c (createCase, createDefault, decorateType),
6670         * src/SDCClabel.c (labelUnreach),
6671         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6672         to error messages.
6673         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6674         (with thanks to Stas Sergeev)
6675         * device/include/time.h,
6676         * device/lib/time.c (CheckTime): suppress unreachable code warning
6677
6678 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6679
6680         * src/SDCCast.c (createIvalCharPtr),
6681         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6682         bug #753752)
6683         * support/regression/tests/nullstring.c: tests for these two bugs
6684
6685 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         * support/Util/SDCCerr.h,
6688         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6689         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6690         about storage class and 'at' used inside struct or union
6691         * src/SDCCBBlock.c (iCodeFromeBBlock),
6692         * src/SDCCcse.c (ifxOptimize),
6693         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6694         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6695         printIval, emitStaticSeg, emitOverlay),
6696         * src/SDCClabel.c (deleteIfx),
6697         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6698         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6699         gatherAutoInit, processParms),
6700         * support/Util/SDCCerr.h,
6701         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6702         reporting for post-parse errors.
6703
6704 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6707         implicit casts via union; they don't work on big endian systems
6708         (possible fix for bug #861138)
6709
6710 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6711
6712         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6713         * src/mcs51/main.c: fixed the fix for bug #737001
6714
6715 2003-12-15  Borut Razem <borut.razem AT siol.net>
6716
6717         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6718
6719 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6720
6721         * support/makebin/makebin.c: put output in binary mode
6722
6723 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6724
6725         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6726         xdata and data memory on startup. Set the environment variable
6727         SDCC_NOGENRAMCLEAR to disable this.
6728         * src/mcs51/peephole.def,
6729         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6730         (allows non-interrupt and interrupt code to safely compete for a resource
6731         without the non-interrupt code having to disable interrupts)
6732
6733 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6734
6735         * src/SDCCicode.c (geniCodeAdd),
6736         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6737         with valFromType if type might be a pointer and host is big endian).
6738         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6739         types, not just integer types.
6740         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6741         multiply defined with mismatching "at" address.
6742
6743 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6744
6745         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6746         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6747         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6748         with embedded nulls (fixed bug #753752)
6749
6750 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6751
6752         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6753         Apparently this did not see much testing (endless loop)
6754
6755 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6756
6757         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6758
6759 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6760
6761         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6762         gracefully handle NULL memmap pointers
6763
6764 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6765
6766         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6767         instead of deleting the iCode when an operand is volatile
6768         * src/z80/gen.c (genDummyRead),
6769         * src/mcs51/gen.c (genDummyRead),
6770         * src/ds390/gen.c (genDummyRead),
6771         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6772         not just IC_RIGHT
6773         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6774         * src/SDCC.y: fixed bug #850420
6775
6776 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6777
6778         Applied z80 i/o port patch from Peter Townson and fixed some operators
6779         to better handle operands in A register.
6780         * device/include/z180.h
6781         * src/SDCC.y
6782         * src/SDCCglue.c
6783         * src/z80/gen.c
6784         * src/z80/gen.h
6785         * src/z80/main.c
6786         * src/z80/peeph-z80.def
6787         * src/z80/peeph.def
6788         * src/z80/z80.h
6789
6790 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6791
6792         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6793
6794 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6795
6796         * device/lib/hc08/_mullong.c: Removed extra #endif
6797
6798 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6799
6800         * sim/ucsim/hc08.src/inst.cc,
6801         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6802         carries from x to h
6803         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6804         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6805         * device/include/stdarg.h: fixed varargs for hc08
6806         * device/lib/Makefile.in,
6807         * device/lib/hc08/Makefile,
6808         * device/lib/hc08/_mulint.c,
6809         * device/lib/hc08/_mullong.c: fixed some endian problems
6810
6811 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6812
6813         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6814         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6815         * device/lib/_gptrget.c,
6816         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6817
6818 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6819
6820         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6821         * src/SDCCast.c (astErrors): fixed bug #846007
6822         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6823
6824 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6825
6826         * src/SDCCast.c (decorateType): disabled a transformation I added in
6827         revision 1.188 (access to fields of a structure at an absolute address);
6828         it breaks with bitfields, extern declarations, and gcse analysis.
6829         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6830         could be assigned through a pointer, so don't complain.
6831         * src/SDCCast.c (astErrors),
6832         * src/SDCCast.h,
6833         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6834
6835 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6836
6837         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6838         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6839         output of __config directives, since gpasm now supports them
6840         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6841         pre-processor macro, i.e. -DMCU=p18f452
6842         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6843         and modified to handle 'cast' icode similarly to '=' icode
6844         * src/pic16/device.h (typedef struct PIC_device): added field
6845         'extMIface' to indicate that chip has external memory interface
6846         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6847         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6848         18F8720
6849
6850 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * src/SDCC.y (pointer): fixed bug #846006
6853         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6854         * src/SDCCast.c (decorateType): fixed bug #846009
6855         * src/ds390/peeph.def,
6856         * src/ds390/gen.c (genAnd, genOr),
6857         * src/mcs51/peeph.def,
6858         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6859
6860 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6863         * src/SDCCdflow.c
6864         * src/SDCCcse.c
6865         * src/SDCCcse.h
6866         * src/SDCCBBlock.h
6867         * src/SDCCBBlock.c
6868
6869 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6870
6871         fixed bug #845089
6872         * src/SDCCbitv.h,
6873         * src/SDCCbitv.c: added function to free a bitvector
6874         * src/SDCClrange.h,
6875         * src/SDCClrange.c: added function to recompute the liveranges
6876         * src/avr/ralloc.c,
6877         * src/ds390/ralloc.c,
6878         * src/hc08/ralloc.c,
6879         * src/mcs51/ralloc.c,
6880         * src/pic/ralloc.c,
6881         * src/pic16/ralloc.c,
6882         * src/xa51/ralloc.c,
6883         * src/z80/ralloc.c: recompute the liveranges after register packing
6884
6885 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6886
6887         * src/SDCCloop.c (newInduction): fixed bug #845630
6888
6889 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6892         inadvertantly left behind from my 2003-11-12 change
6893
6894 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         Updated headers I neglected to commit yesterday.
6897         * src/SDCClrange.h,
6898         * src/SDCCicode.h
6899
6900 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6901
6902         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6903         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6904         * src/SDCCopt.c (eBBlockFromiCode),
6905         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6906         the creation of the key hash table from the sequencing so it can be used
6907         earlier (for some GCSE bug fixes still pending)
6908
6909 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6910
6911         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6912         * support/regression/tests/addsub.c: testing genPlus shortcut
6913
6914 2003-11-15  Borut Razem <borut.razem AT siol.net>
6915
6916         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6917
6918 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6919
6920         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6921         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6922         ordering is immaterial.
6923         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6924
6925 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6926
6927         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6928         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6929         (SIGSEV) of bug #840381
6930         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6931         unlink new file before rename if new and old filenames are the same)
6932
6933 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6934
6935         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6936         uninitialized variables) for the mcs51. Set environment variable
6937         SDCC_GENRAMCLEAR to test.
6938         xdata initialization slightly shorter
6939
6940 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * src/SDCCsymt.h,
6943         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6944         #838241 & 780691 (basicly the same bug)
6945         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6946         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6947
6948 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6949
6950         * src/SDCCmain.c (linkEdit): "fix" #834252
6951
6952 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6953
6954         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6955         * src/SDCCast.h,
6956         * src/SDCC.y: fixed bug #819403
6957
6958 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6959
6960         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6961         the reentrant attribute.
6962         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6963         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6964         simulation
6965         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6966         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6967         erroneously reduced to a literal.
6968         * src/hc08/ralloc.c (packRegisters, rematStr),
6969         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6970         some cases
6971
6972 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6973
6974         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6975         * doc/sdccman.lyx: changed from 'article' to 'book'
6976         * doc/Makefile: readded test_suite_spec and cdbfileformat
6977
6978 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6979
6980         * device/include/stdlib.h: include malloc.h to comply with ANSI
6981         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6982
6983 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6984
6985         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6986         * doc/clean.mk: also remove *.out files
6987         * doc/sdccman.lyx: some additions, larger top/bottom margins
6988
6989 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6990
6991         * src/SDCC.y: fixed bug #837365
6992         * support/regression/tests/bitopcse.c
6993         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6994         a symbol (might be valop instead)
6995         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6996         * device/lib/clean.mk: added hc08 to the cleaning list
6997
6998 2003-11-04  Borut Razem <borut.razem AT siol.net>
6999
7000         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7001           made 2003-11-04
7002         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7003           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7004           malloc is declared in standard stdlib.h
7005
7006 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7007
7008         * device/lib/hc08/Makefile: need to clean .rel not .o files
7009         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7010
7011 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/port.h,
7014         * src/hc08/main.c,
7015         * src/mcs51/main.c,
7016         * src/ds390/main.c,
7017         * src/z80/main.c,
7018         * src/avr/main.c,
7019         * src/pic/main.c,
7020         * src/pic16/main.c,
7021         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7022         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7023         tests (which uses the port's oclsExpense function)
7024         * src/SDCC.y,
7025         * src/SDCCast.c,
7026         * src/SDCCicode.c,
7027         * src/hc08/gen.c,
7028         * src/ds390/gen.c,
7029         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7030
7031 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7032
7033         * src/SDCCcse.c (ifxOptimize),
7034         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7035         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7036         deleting the IFX iCode.
7037         * src/hc08/ralloc.c: reduced unneeded slocs
7038         * src/hc08/gen.c: fixed bug in asmopToBoolean
7039
7040 2003-11-04  Borut Razem <borut.razem AT siol.net>
7041
7042         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7043           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7044           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7045           transferred to configure
7046
7047 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7048
7049         Use headers defined in the C[++] standards:
7050         * sim/ucsim/gui.src/serio.src/fileio.cc
7051         * sim/ucsim/gui.src/serio.src/frontend.cc
7052         * sim/ucsim/gui.src/serio.src/main.cc
7053         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7054         * support/Util/NewAlloc.c
7055         * as/hc08/lklibr.c
7056         * as/mcs51/lklibr.c
7057         * as/z80/aslist.c
7058         * as/z80/assym.c
7059
7060 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7061
7062         * Added MSVC projects for hc08 assembler and linker:
7063         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7064         /as/hc08/link_hc08.dsp
7065
7066 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7067
7068         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7069
7070 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7071
7072         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7073
7074 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7075
7076         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7077
7078 2003-10-31  Borut Razem <borut.razem AT siol.net>
7079
7080         * support/cpp2/cpplib.h,
7081           support/cpp2/cpplib.c,
7082           support/cpp2/cpplex.c,
7083           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7084           to switch _asm block preprocessing on / off. Default is
7085           #pragma preproc_asm +
7086
7087 2003-10-31  Borut Razem <borut.razem AT siol.net>
7088
7089         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7090           when outputting comment blocks (when executed with -C option) and
7091           _asm (SDCPP specific) blocks
7092
7093 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7094
7095         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7096
7097 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7098
7099         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7100
7101 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7102
7103         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7104         * src/SDCCast.c (decorateType): fixed bug #832664
7105
7106 2003-10-31  Borut Razem <borut.razem AT siol.net>
7107
7108         * support\cpp2\cpplex.c: fixed for SDCPP:
7109           comments(when executed with -C option) and _asm blocks
7110           were included even if they where in skipped #if block.
7111           Applied solution from GCC cpp 3.3.2
7112
7113 2003-10-31  Borut Razem <borut.razem AT siol.net>
7114
7115         * src/SDCC.lex: sdcc now understands both formats:
7116           '# <line_number> <file_name>' and
7117           '#line <line_number> <file_name>'
7118         * support/cpp2/cppmain.c: sdcpp now generates the standard
7119           '# <line_number> <file_name>' instead of former
7120           '#line <line_number> <file_name>'
7121
7122 2003-10-30  Borut Razem <borut.razem AT siol.net>
7123
7124         * support/cpp2/cpphash.h,
7125         * support/cpp2/cpplib.h
7126         * support/cpp2/cpplex.c,
7127         * support/cpp2/cppmain.c,
7128         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7129
7130 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7131
7132         Fixed a number of problems revealed by bug #827883.
7133         * src/SDCCloop.c (loopInvariants): Spill location of the
7134         result operand should be recomputed if extracted from
7135         a loop. Also, don't extract assignments of an iTemp
7136         from a literal.
7137         * src/SDCCast.c (isConformingBody): loop reversal should
7138         not occur if the control variable is involved with a
7139         relational operator.
7140
7141 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7142
7143         * .version: bumped to 2.3.6 to reflect the big improvements
7144         made by Erik and Klaus. Thanks!
7145
7146 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7147
7148         Replaced the livrange code.
7149         * src/SDCClrange.c: added new LR code
7150         * src/SDCCloop.c,
7151         * src/SDCCBBlock.h: removed remainig parts from old LR code
7152         * src/ds390/ralloc.c,
7153         * src/ds390/gen.c: minor fixes to make it work with new code
7154
7155 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7156
7157         * as/hc08/asm.h,
7158         * as/hc08/lkrloc.c,
7159         * src/hc08/gen.c,
7160         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7161         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7162         (tweaked fix for bug #818696)
7163
7164 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7165
7166         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7167
7168 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7169
7170         * src/SDCCmain.c,
7171         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7172         * src/mcs51/gen.c (gencjneshort),
7173         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7174         more efficient (per Scott Bronson's suggestion)
7175
7176 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7177
7178         Extended the semantics of the critical keyword to include
7179         individual statements. See RFE #827755 and #799831
7180         * src/SDCC.y
7181         * src/SDCCicode.c
7182         * src/SDCCopt.c
7183         * src/SDCCast.c
7184         * support/Util/SDCCerr.c
7185         * support/Util/SDCCerr.h
7186         * src/mcs51/gen.c
7187         * src/ds390/gen.c
7188         * src/hc08/gen.c
7189
7190 2003-10-19  Borut Razem <borut.razem AT siol.net>
7191
7192         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7193
7194 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7195
7196         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7197         Fixed bug #818696
7198         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7199         and predecrement operand is displayed
7200
7201 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7202
7203         * src/SDCCval.c (valMinus): fixed bug #826041
7204
7205 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         Some hc08 related updates that I missed earlier
7208         * sim/ucsim/stypes.h
7209         * support/regression/ports/hc08/spec.mk
7210
7211 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7212
7213         New target "hc08" for the Motorola 68hc08 family of micros
7214
7215         * configure
7216         * configure.in
7217         * Makefile
7218         * src/hc08/*
7219         * src/SDCCmain.c
7220         * src/port.h
7221         * sim/ucsim/hc08.src/*
7222         * sim/ucsim/configure.in
7223         * src/ucsim/configure
7224         * sim/ucsim/packages_in.mk
7225         * as/hc08/*
7226         * as/Makefile
7227         * device/include/mc68hc908qy.h
7228         * device/lib/hc08/*
7229         * device/lib/Makefile.in
7230         * support/regression/ports/hc08/*
7231         * support/regression/Makefile
7232
7233 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7236         regression test
7237         * src/ds390/gen.c (genCast): fixed bug #821957
7238
7239 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7240
7241         * device/lib/logf.c: "fixed" overlay bug
7242         * support/regression/ports/host/spec.mk: added m library
7243         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7244         * support/regression/tests/float_trans: added (for Eric)
7245
7246 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7247
7248         * src/mcs51/gen.c (genCpl): fixed bug
7249         http://sf.net/mailarchive/message.php?msg_id=6263915
7250
7251 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7252
7253         * src/SDCCast.c (decorateType): added extended constant folding
7254         * src/SDCCsymt.c (computeType): cleanup
7255         * src/SDCCval.c (valShift): minor optimization
7256         * support/regression/tests/ast_constant_folding.c: added
7257
7258 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7259
7260         * src/SDCCmain.c: removed some unintended changes
7261
7262 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7263
7264         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7265         * src/z80/gen.c: fixed part of bug #817589
7266         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7267
7268 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7269
7270         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7271         * src/SDCCcflow.c
7272         * src/SDCCcse.c
7273         * src/SDCCdflow.c
7274         * src/SDCClabel.c
7275         * src/SDCClrange.c
7276         * src/SDCCmem.c
7277         * src/SDCCopt.c
7278         * src/SDCCpeeph.c
7279         * src/SDCCset.c
7280         * src/avr/ralloc.c
7281         * src/ds390/ralloc.c
7282         * src/izt/ralloc.c
7283         * src/mcs51/ralloc.c
7284         * src/pic/ralloc.c
7285         * src/pic16/ralloc.c
7286         * src/xa51/ralloc.c
7287         * src/z80/ralloc.c
7288         * src/z80/gen.c: removed unused label "release:"
7289
7290 2003-10-06  Borut Razem <borut.razem AT siol.net>
7291
7292         * src/SDCC.lex: removed definition of unused variables
7293           save_optimize and save_options
7294
7295 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7296
7297         * clean.mk: removed '=' in "-maxdepth=1"
7298         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7299         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7300
7301 2003-10-06  Borut Razem <borut.razem AT siol.net>
7302
7303         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7304           my_unput() replaced by unput()
7305
7306 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7307
7308         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7309         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7310         type-punned pointer will break strict-aliasing rules"
7311         Old LR behaviour is again default; Klaus' LR can be choosen by
7312         defining the environment variable LRKLAUS
7313         * src/SDCCBBlock.h
7314         * src/SDCCloop.c
7315         * src/SDCClrange.c
7316         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7317         * clean.mk: fixed removal of files in bin/CVS/
7318         * device/lib/clean.mk: fixed removal of directories small and large
7319         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7320         * src/SDCCicode.c,
7321         * src/SDCCval.c: removed superflous test for pedantic
7322
7323 2003-10-05  Borut Razem <borut.razem AT siol.net>
7324
7325         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7326           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7327           message "unmatched #pragma SAVE and #pragma RESTORE"
7328
7329 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7330
7331         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7332           assembly, critical functions, atomic, nojtbound)
7333
7334 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7335
7336         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7337         * src/SDCCBBlock.h
7338         * src/SDCCloop.c
7339         * src/SDCCloop.h
7340         * src/SDCClrange.c
7341
7342 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         * src/z80/gen.h,
7345         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7346         * src/mcs51/gen.h
7347         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7348         * src/ds390/gen.h
7349         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7350         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7351         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7352
7353 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7354
7355         * src/z80/gen.c (genRet): fixed bug #524753
7356         * src/z80/gen.c (genCast): fixed internal error on cast from
7357         pointer to long
7358         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7359         fix for bug #477835 to the z80
7360         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7361         for tracking iCodes in the peephole optimizer for z80
7362
7363 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7366         the other part of bug #814548
7367         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7368
7369 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7370
7371         * src/SDCCcse.c: fixed part of bug #814548
7372
7373 2003-09-28  Borut Razem <borut.razem AT siol.net>
7374
7375         * src/asm.c: rewrite of printILine() to use temporary file instead
7376           a pipe
7377         * src/xa51/main.c: commented out declaration of int rewinds
7378
7379 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7380
7381         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7382
7383 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7386         * src/asm.c (printILine): Fixed bug #811015
7387
7388 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7389
7390         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7391         freeing.
7392
7393 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7396         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7397         to correctly handle general case of AOP_PAIRPTR
7398         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7399
7400 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7401
7402         * src/mcs51/ralloc.c (fillGaps),
7403         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7404         register positioning bug)
7405
7406 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7407
7408         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7409
7410 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7411
7412         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7413         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7414         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7415         (ralloc doesn't intentionally do this now, but perhaps later)
7416         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7417         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7418         register positioning bugs (Fixed bug #762602 and #795325)
7419         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7420         (Fixed bug #808779)
7421         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7422         lines that --i-code-in-asm generates
7423
7424 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7425
7426         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7427         trying to fclose a FILE* that was already closed.
7428
7429 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7430
7431         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7432         of const struct should be treated as if const themselves)
7433
7434 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7435
7436         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7437
7438 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7439
7440         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7441         Unix (/n) and DOS (/r/n) line terminations.
7442
7443 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7444
7445         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7446         bug #613775
7447
7448 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7449
7450         * src/mcs51/gen.c (genFunction, genEndFunction),
7451         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7452         and restore of EA so that stack offsets to parameters are
7453         correct when using both critical and reentrant/stack-auto.
7454         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7455         size (can be triggered in error if sloc is shared between
7456         different sized objects)
7457         * device/include/float.h: fixed macros to explicitly use
7458         unsigned long where needed
7459
7460 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7461
7462         Feature req. 799831: added code to allow nesting of critical functions
7463         * src/mcs51/gen.c (genFunction, genEndFunction)
7464         * src/ds390/gen.c (genFunction, genEndFunction)
7465
7466 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7467
7468         * src/SDCCsymt.c (sclsFromPtr),
7469         * src/SDCCsymt.h,
7470         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7471         support for standard C idiom of memory mapped variables; for
7472         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7473         to xdata int at 0x1234 tempvar = 1.
7474         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7475         provided by Akiya ISHIDA
7476
7477 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7478
7479         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7480         * src/SDCCval.c (constVal): added reduction from int to char
7481         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7482         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7483         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7484         to ignore the sign
7485         * support/regression/tests/shifts.c: fixed
7486
7487 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         * src/z80/gen.c (genXor): Fixed bug #805445
7490
7491 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7492
7493         Fixed bug #621531 (const & volatile confusion in the type chain).
7494         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7495         refer to the const or volatile state of the pointer itself.
7496
7497         * src/SDCCast.c
7498         * src/SDCCglue.c
7499         * src/SDCCicode.c
7500         * src/SDCCsymt.c
7501         * src/SDCCval.c
7502         * src/SDCC.y
7503         * src/SDCCsymt.h
7504         * src/pic/gen.c
7505         * src/pic/ralloc.c
7506         * src/pic16/gen.c
7507         * src/pic16/ralloc.c
7508         * support/regression/tests/const.c
7509
7510 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7511
7512         When checking for duplicated modules, use absolute paths
7513         instead of relative paths.  Files changed:
7514
7515         * as/mcs51/lklib.c
7516         * link/z80/lklib.c
7517
7518 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7519
7520         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7521
7522 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7523
7524         * device/include/string.h: added size_t typedef, changed
7525         prototypes to use size_t, eliminated separate reentrant and
7526         non-reentrant declarations, added _memmove declaration
7527         * device/lib/_memcpy.c: changed to use size_t instead of int,
7528         changed /4 to >>2 to avoid division library call
7529         * device/lib/_memcmp.c,
7530         * device/lib/_memset.c,
7531         * device/lib/_strncat.c,
7532         * device/lib/_strncpy.c,
7533         * device/lib/_strncmp.c: changed to use size_t instead of int
7534         * device/lib/_memmove.c: new file (fixed bug #772294)
7535         * device/lib/Makefile.in: added _memmove.c
7536         * device/lib/z80/asm_strings.s: fixed bug #772290
7537         * support/regression/tests/bitfields.c: attempt to fix host assertion
7538         failure on amd64-unknown-linux2.2
7539
7540 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7543         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7544         * as/z80/asmain.c (main): fixed bug #801766
7545
7546 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7547
7548         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7549         compilers
7550
7551 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7552
7553         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7554         reported in bug #800609
7555
7556 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7557
7558         * Top header beautifications in src/pic16 directory:
7559           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7560           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7561           pcoderegs.h, ralloc.c, ralloc.h
7562         * main.c: added top header and GPL license notice
7563         * pcode.c: fixed the if-conditional warning
7564
7565 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7566
7567         * device/lib/_mullong.c: replaced int by short for gcc
7568
7569 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7570
7571         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7572         and JUMPTABLE iCodes properly now (worked by accident before)
7573         * src/mcs51/gen.c (leftRightUseAcc),
7574         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7575         iCode properly now. Use getSize instead of nRegs since a & b
7576         aren't part of the nRegs tally.
7577
7578 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7579
7580         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7581         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7582           before instructions that use the _STATUS register
7583
7584 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7585
7586         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7587         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7588         fetching of the pointer
7589         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7590         copied from genNearPointerSet()
7591         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7592         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7593         If they pop r0/r1 they must be called in the opposite order than aopOp().
7594         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7595         (resp. --stack-auto), prepared for --xstack
7596
7597 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7598
7599         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7600
7601 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7602
7603         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7604         these ports have their own __sdcc_external_start()
7605
7606 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7607
7608         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7609         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7610         type for bits was changed. It resulted in bit variables becoming
7611         global, which is not permitted in PIC 14 assembly output.
7612
7613 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7614
7615         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7616
7617 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7618
7619         Z80 and MCS51 linkers complaint if a public symbol is defined
7620         in more than one library module:
7621
7622         * as/mcs51/lklib.c
7623         * link/z80/lklib.c
7624         * as/mcs51/Makefile.in
7625
7626 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7627
7628         A few small changes that speed up the peephole optimizer.
7629
7630         * src/SDCCpeeph.c
7631
7632 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7633
7634         Try to make the peephole optimizer smarter by maintaining
7635         an association between the assembly source code and the
7636         iCodes that originated them. Put this information to use
7637         with a new peephole rule condition "notVolatile" so that
7638         the rules can be aggressive yet still safe.
7639
7640         * src/SDCCpeeph.c
7641         * src/SDCCpeeph.h
7642         * src/mcs51/gen.c
7643         * src/mcs51/peeph.def
7644
7645 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7646
7647         Fixed bug #741761
7648
7649         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7650         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7651         if the left or right operand symbols have the accuse flag set.
7652
7653 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7654
7655         Changed the type of the result of the ! (NOT) operator to char;
7656         previously it returned the same type as the source. This allows
7657         us to eliminate all the genFloatNot functions (all of its target
7658         implementations were very buggy) since !float can use the same
7659         code as !long now.
7660
7661         * src/SDCCicode.c (ast2iCode): ! returns char
7662         * src/mcs51/gen.c (genNot, genNotFloat),
7663         * src/ds390/gen.c (genNot, genNotFloat),
7664         * src/z80/gen.c (genNot, genNotFloat),
7665         * src/pic/gen.c (genNot, genNotFloat),
7666         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7667
7668 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7669
7670         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7671         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7672            during interrupts. Ensure WSAVE is located at a shared bank address.
7673         2. Fixed page selection in some places
7674         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7675            the registers name strings.
7676         4. Fixed "signed / unsigned compare" compiler warnings.
7677         5. The PIC port manages its own allocation of the general purpose
7678            registers, but makes no attempt to reuse them. As a result when
7679            compiling it soon runs out of general purpose registers. Some
7680            additional code was added to the files pcode.c and device.c to walk
7681            through the function call tree and rename the registers so that they
7682            get reused.
7683
7684         * src/pic/device.c
7685         * src/pic/gen.c
7686         * src/pic/glue.c
7687         * src/pic/pcode.c
7688         * src/pic/pcode.h
7689         * src/pic/ralloc.c
7690         * src/pic/ralloc.h
7691         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7692         genPlus() & genMinus() when the result is the same as left or right
7693
7694 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7695
7696         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7697
7698 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7699
7700         Made bitfield a distinct type from bit so that bitfields
7701         convert as per ANSI C and bits retain their traditional
7702         boolean style behaviour. Implemented bitfield support in
7703         the z80 port.
7704
7705         * src/SDCCsymt.h,
7706         * src/SDCCsymt.c,
7707         * src/SDCCast.c,
7708         * src/cdbFile.c,
7709         * src/mcs51/gen.c,
7710         * src/ds390/gen.c: bit v bitfield split
7711         * src/z80/gen.c: New support for bitfields
7712         * support/regression/tests/bitfields.c: reenabled z80,
7713         added more tests
7714
7715 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7716
7717         Rules 246.x, 247.x relate to bitfields, the others speed up
7718         access to xdata mapped I/O devices.
7719
7720         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7721
7722 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         Cleaned up genPackBits and genUnpackBits and added two helper
7725         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7726         for literal assignments in genPackBits (thanks to Frieder for
7727         reminding me).
7728
7729         * src/mcs51/gen.c
7730         * src/ds390/gen.c
7731
7732 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7733
7734         Fixed bug #748310 (pointer to function type mishandled when the
7735         function name is omitted). Also fixed a SIGSEGV when a function
7736         attribute (reentrant, etc) is used on a non-function or on a
7737         function but misplaced before the parameter list.
7738
7739         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7740         bug #748310
7741         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7742         * support/Util/SDCCerr.h,
7743         * support/Util/SDCCerr.c: Added func attr misuse error msg
7744
7745 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7746
7747         Fixed bug #787649 by anonymous
7748         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7749         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7750
7751 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7752
7753         Fixed numerous bitfield problems.
7754
7755         * src/SDCC.y: More bitfield related error checking
7756         * src/SDCCsymt.h,
7757         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7758         * support/Util/SDCCerr.h,
7759         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7760         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7761         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7762         * support/regression/tests/bitfields.c: tests added
7763
7764 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7765
7766         Made the constant following the "interrupt" keyword optional. If
7767         omitted, the function will not automatically be given an entry
7768         in the interrupt vector table (similar to #pragma NOIV, but
7769         less syntacticly kludgy). The interrupt number is also now
7770         range checked. Also fixed a bug in the high order bit example
7771         in the manual.
7772
7773         * src/SDCC.y
7774         * src/SDCCmem.c
7775         * src/SDCCglue.c
7776         * src/SDCCsymt.h
7777         * support/Util/SDCCerr.c
7778         * support/Util/SDCCerr.h
7779         * doc/sdccman.lyx
7780
7781 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7782
7783         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7784         * src/SDCCicode.c (operandOperation): rewritten some ops
7785         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7786         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7787         other type
7788         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7789         be re-activated by defining REDUCE_LITERALS)
7790         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7791         unsigned, but are signed by default
7792         * src/SDCCval.c (constVal): rearranged
7793         * src/SDCCval.c (valMod): preliminary fix
7794         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7795         * support/regression/literalop.c: added, work in progress
7796
7797 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7798
7799         Generate warnings for useless declarations like "char data;"
7800         that don't do what new users expect.
7801
7802         * src/SDCC.y
7803         * support/Util/SDCCerr.h
7804         * support/Util/SDCCerr.c
7805
7806 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7807
7808         * src/SDCCval.c (valMult): fix overflow detection of negative int
7809
7810 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7811
7812         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7813
7814         Changes to support big endian targets:
7815
7816         * src/ports.h
7817         * src/SDCCglue.c
7818         * src/avr/main.c
7819         * src/ds390/main.c
7820         * src/izt/i186.c
7821         * src/mcs51/main.c
7822         * src/pic/main.c
7823         * src/pic16/main.c
7824         * src/xa51/main.c
7825         * src/z80/main.c
7826
7827 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7830         * device/lib/time.c: fixed warning "integer overflow in expression"
7831
7832 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7833
7834         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7835         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7836         constants are unsigned; added recognition of "u" flag for unsigned
7837         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7838         * src/SDCCval.c (valDiv, valMod): fixed signdness
7839         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7840         signedness of modulo, left and right shift
7841         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7842         * support/Util/SDCCerr.h: added warning W_INT_OVL
7843         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7844         * src/SDCCast.c (ast_print): improved output of constants
7845
7846 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7847
7848         Fixed some warnings when building with MSVC:
7849
7850         * as\mcs51\asdata.c
7851         * as\z80\asdata.c
7852         * as\mcs51\asm.h
7853         * as\z80\asm.h
7854         * link\z80\aslink.h
7855         * link\z80\lkdata.c
7856         * link\z80\lkeval.c
7857         * link\z80\lkgb.c
7858         * link\z80\lkihx.c
7859         * link\z80\lks19.c
7860         * link\z80\lksym.c
7861         * support\cpp2\cpplib.c
7862         * src\ds390\gen.c
7863         * src\mcs51\gen.c
7864
7865 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7866
7867         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7868
7869 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7870
7871         * support\librarian\clean.mk: Do not remove Makefile.
7872         * support\librarian\Makefile: added.
7873
7874 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7875
7876         Added librarian to MSVC build:
7877         * all.dsp
7878         * sdcc.dsw
7879         * support\librarian\librarian.dsp
7880
7881         'configure' not needed for librarian, removed:
7882         * support\librarian\configure
7883         * support\librarian\configure.in
7884         * support\librarian\config_in.h
7885         * support\librarian\Makefile.in
7886
7887         Hopefully these ones built the librarian and the rest of sdcc properly:
7888         * Makefile
7889         * Makefile.common.in
7890
7891         Messed up 'configure', so revert to previous version:
7892         * configure
7893         * configure.in
7894
7895 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7898         there, while the mantissa of a double is "only" 53 bits wide.
7899
7900 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7901
7902         Adding sdcclib to the build.  MSVC project coming soon.
7903         Files added/changed:
7904
7905         * support\librarian\clean.mk
7906         * support\librarian\configure
7907         * support\librarian\configure.in
7908         * support\librarian\config_in.h
7909         * support\librarian\Makefile.bcc
7910         * support\librarian\Makefile.in
7911         * support\librarian\sdcclib.c
7912         * Makefile.bcc
7913         * Makefile
7914         * Makefile.common.in
7915         * configure
7916         * configure.in
7917
7918 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7919
7920         Linker now complaints if linked modules have conflicting options, for
7921         example, one compiled using --model-large and another one compiled with
7922         --model-small.  The following files were modified:
7923
7924         * as\mcs51\asdata.c
7925         * as\mcs51\aslink.h
7926         * as\mcs51\asm.h
7927         * as\mcs51\asmain.c
7928         * as\mcs51\asout.c
7929         * as\mcs51\i51pst.c
7930         * as\mcs51\lkdata.c
7931         * as\mcs51\lklibr.c
7932         * as\mcs51\lkmain.c
7933         * as\z80\asdata.c
7934         * as\z80\asm.h
7935         * as\z80\asmain.c
7936         * as\z80\asout.c
7937         * as\z80\z80pst.c
7938         * link\z80\aslink.h
7939         * link\z80\lkdata.c
7940         * link\z80\lklibr.c
7941         * link\z80\lkmain.c
7942         * src\SDCCglue.c
7943
7944 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7945
7946         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7947         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7948
7949 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7950
7951         * src/z80/mappings.i: fix _mul[us][int,long] entries
7952
7953 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7954
7955         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7956
7957 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7958
7959         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7960         * support/regression/tests/bitopcse.c: added
7961         fixed warning:
7962         * src/avr/gen.c:
7963         * src/pic/gen.c:
7964         * src/pic16/gen.c:
7965         * src/z80/gen.c:
7966         * src/xa51/gen.c:
7967
7968 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7969
7970         added support for new library format to z80, gbz80 linkers:
7971         *link/z80/aslink.h
7972         *link/z80/lklex.c
7973         *link/z80/lklib.c
7974         *link/z80/lklist.c
7975
7976 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7977
7978         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7979         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7980
7981 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7982
7983         added DUMMY_READ_VOLATILE:
7984         * src/SDCC.y:
7985         * src/avr/gen.c:
7986         * src/xa51/gen.c:
7987         * src/z80/gen.c:
7988         * src/pic/gen.c:
7989         * src/pic16/gen.c:
7990         * src/mcs51/gen.c:
7991         * src/ds390/gen.c:
7992         * src/SDCCcse.c (algebraicOpts): many improvements
7993         * src/SDCCcse.h: removed algebraicOpts()
7994         * src/SDCCicode.c (picDummyRead): added
7995
7996 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7997
7998         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7999         "Insufficient space in data memory".
8000
8001 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8002
8003         * src/mcs51/gen.c: fixed bug #771358
8004         * src/z80/gen.c: fixed bug #759087
8005
8006 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8007
8008         * src/pic16/glue.c: minor cleanup by Vangelis
8009
8010 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8011
8012         * device/include/regc515c.h: fixed #758477
8013         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8014         * device/lib/_gptrput.c: saved a few bytes
8015         * my tab spacing is 8, yours too?)
8016         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8017         * device/lib/serial.c: process RX bytes earlier than TX bytes
8018         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8019
8020 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8021
8022         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8023
8024 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8025
8026     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8027
8028 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8029
8030         * device/lib/Makefile.in: bad fix, reverted to 1.43
8031
8032 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8033
8034         * device/lib/Makefile.in: added missing z80 object files
8035
8036 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8037
8038         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8039         pic16 progress by Vangelis:
8040         * src/SDCCglobl.h:
8041         * src/SDCCmain.c:
8042         * src/pic/Makefile:
8043         * src/pic:
8044         * pic/Makefile:
8045         * pic16/device.c:
8046         * pic16/device.h:
8047         * pic16/gen.c:
8048         * pic16/gen.h:
8049         * pic16/genarith.c:
8050         * pic16/glue.c:
8051         * pic16/main.c:
8052         * pic16/pcode.c:
8053         * pic16/pcode.h:
8054         * pic16/pcodepeep.c:
8055         * pic16/peeph.def:
8056
8057 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8058
8059     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8060
8061 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8062
8063     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8064     added gbz80 build to MSVC project.
8065     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8066     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8067     from 8051 stuff and setup so it links using a .lnk file.
8068
8069 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8070
8071     * support/librarian/sdcclib.c: sdcc librarian.
8072     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8073     with sdcclib.
8074
8075 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8076
8077     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8078
8079 2003-07-02  Borut Razem <borut.razem AT siol.net>
8080
8081         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8082         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8083         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8084         src/xa51/main.c, src/z80/main.c:
8085         virtualization of glue() function: each port has it's own glue function,
8086         which is accessed by do_glue function pointer in PORT.general structure
8087
8088 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8089
8090         * DS800C400 fun, improved ROM interface and tinibios.
8091
8092 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8093
8094         * More support for DS80C400. Now includes beginning of interface to ROM.
8095
8096 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8097
8098         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8099
8100 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8101
8102         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8103
8104 2003-06-19  Borut Razem <borut.razem AT siol.net>
8105
8106         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8107
8108 2003-06-19  Borut Razem <borut.razem AT siol.net>
8109
8110         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8111         fixed Z80 port - crt0.o: cannot open.
8112
8113 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8114
8115         * support/Util/MySystem.c (merge_command): revert bad fix
8116
8117 2003-06-18  Borut Razem <borut.razem AT siol.net>
8118
8119         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8120
8121 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8122
8123         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8124         option --use-stdout sends errors to stdout instead of stderr.
8125
8126 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8127
8128         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8129
8130 2003-06-15  Borut Razem <borut.razem AT siol.net>
8131
8132         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8133         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8134         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8135         fixed width array of pointers replaced with sets;
8136         multiple include and lib paths ared transferred to preprocessor and linker
8137         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8138         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8139         fixed width array of pointers
8140         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8141         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8142         fixupPath(), getPathDifference()
8143         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8144         fixed width array of pointers
8145
8146 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8147
8148         * src/pic16/ralloc.c: fix warnings
8149         * src/pic16/pcode.c: fix warning
8150
8151 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8152
8153          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8154         know all the details, but essentially this set of changes enable
8155         the pic16 port to generate movff instructions and generate assembler
8156         directives,
8157         * src/SDCCmain.c:
8158         * src/pic16/gen.c:
8159         * src/pic16/glue.c:
8160         * src/pic16/pcode.c:
8161         * src/pic16/device.c:
8162         * src/pic16/main.c:
8163         * src/pic16/pcode.h:
8164         * src/pic16/pcoderegs.c:
8165         * src/pic16/ralloc.c:
8166         * src/pic16/ralloc.h:
8167
8168 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8169
8170         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8171         added option --vc, so sdcc errors and warnings are compatible with
8172         Microsoft Visual Studio.
8173
8174 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8175
8176         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8177           device/lib/libfloat.lib: added atof function.
8178
8179 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         * doc/sdccman.lyx: updated to Lyx 1.3
8182         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8183         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8184         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8185
8186 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8187
8188         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8189
8190 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8191
8192         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8193           additions to the "related tools/documentation" section
8194
8195 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8196
8197         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8198
8199 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8200
8201         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8202         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8203
8204 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8205
8206         * doc/sdccman.lyx: fix double dash and other minor things
8207         * doc/Makefile: fix double dash
8208
8209 2003-05-28  Karl Bongers(patches from Martin Helmling)
8210         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8211           condition and ignore commands.
8212
8213 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8214
8215         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8216           is in parts still quite out of date, I did changes as far as I felt makes sense
8217           for a non-native english speaker.
8218           Please feel free to add to the manual or to correct my changes.
8219         * doc/Makefile: undid touching the date of intermediate tex files.
8220
8221 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8222
8223         * doc/sdccman.lyx: Manual has an index now
8224
8225 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8226
8227         Finalize muluint/mulsint and mululong/mulslong merging:
8228         * device/lib/_mulint.c
8229         * device/lib/_mullong.c
8230         * device/lib/gbz80/mul.s
8231         * device/lib/gbz80/stubs.s
8232         * device/lib/z80/mul.s
8233         * device/lib/z80/stubs.s
8234         * src/SDCCsymt.c (initCSupport)
8235
8236 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8237
8238         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8239         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8240           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8241           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8242           instead of /Zm500.
8243
8244 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8245
8246         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8247           the regression tests I'm not brave enough to enable 245.b, 245.c
8248         * doc/sdccman.lyx: added latex preamble for hyperref package.
8249           Using pdflatex this will give you a hyperlinked pdf file with
8250           bookmarks. (prepend '%' before /usepackage if this breaks something)
8251
8252 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8253
8254          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8255
8256 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8257
8258         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8259
8260 2003-05-21    <johan AT balder>
8261
8262         * src/SDCCglue.c (printIval): fixed bug #739934
8263
8264 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8265
8266         Applied patch from bug 737905 (renamed yylineo to mylineno):
8267         * src/altlex.c
8268         * src/SDCCast.c
8269         * src/SDCglobl.h
8270         * src/SDCC.lex
8271         * src/SDCCsymt.c
8272         * src/SDCCval.c
8273         * src/pic16/pcode.c: Cleaned warnings
8274         * src/pic16/pcodeflow.c: Cleaned warnings
8275         * src/pic16/pcoderegs.c: Cleaned warnings
8276
8277 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8278
8279         * src/pic16/pcode.c: Cleaned warnings
8280         * src/pic16/pcodepeep.c: Cleaned warnings
8281         * src/pic16/ralloc.c: Cleaned warnings
8282
8283 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8284
8285         * doc/sdccman.lyx: fixed bug 739745
8286         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8287
8288 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8289
8290         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8291         it can be defined with CFLAGS when running configure
8292         * src/SDCCmain.c: fixed compiling + linking with object files
8293
8294 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8295
8296         * configure.in: configure for pic16 port,
8297             added --disable-pic16-port
8298         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8299         * src/SDCCmain.c: linkOptions is changed to set *,
8300             added if/endif conditional macros to remove options help
8301             messages from optionsTable when a port is not configured, added
8302             support for the PIc16 port in the ports table, when executing
8303             the compiler with no port specified on command line, a default
8304             port is selected with the new macro DEFAULT_PORT which is
8305             defined in port.h, in setDefaultOptions() linkOptions is removed
8306             from initialization assignment, since now it is a set,
8307             parseCmdLine uses setParseWithComma for linkOptions, in
8308             linkEdit() linkOptions are accessed with new function indexSet()
8309             which returns the i'th item of a set variable. See SDCCset.c, in
8310             linkEdit() when calling buildCmdLine(), added linkOptions as
8311             last argument. Now users can pass arguments to gplink via the
8312             -Wl option, main() uses pic16glue() to glue up pic16 programs
8313         * src/SDCCpeeph.c: various changes to support pic16
8314         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8315             return the i'th item of the set
8316         * src/SDCCset.h: added function prototype for indexSet()
8317         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8318         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8319         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8320             added macro DEFAULT_PORT
8321         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8322         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8323             generated
8324         * src/pic16/glue.c: commented out some error producing lines
8325         * src/pic16/main.c: __config directives are commented out to stop
8326             gpasm complaining and test the linkage with gplink, _linkCmd and
8327             _asmCmd changed to be more gplink and gpasm friendly
8328         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8329             produced an error when parsed, peep rule 12 is added to utilize
8330             movff, but it is commented out since the pCode does not support
8331             yet a command with 2 address arguments
8332
8333 2003-05-18    <johan AT balder>
8334
8335         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8336         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8337 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8338
8339         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8340   Added feature to script commands from file.
8341
8342 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8343
8344         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8345         * src/SDCCutil.c: include ctype.h for win32
8346
8347 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8348
8349         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8350
8351 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8352
8353         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8354   Fixed so you can set breakpoints prior to run, run does not stop
8355   on entry now.  Add tbreak.  Other enhancements and fixes for use
8356   with ddd.
8357
8358 2003-05-12  Borut Razem <borut.razem AT siol.net>
8359
8360         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8361
8362 2003-05-11  Borut Razem <borut.razem AT siol.net>
8363
8364         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8365         the path of bin directory, so that PATH is the only env. variable, which has to be set
8366         in case of standard installation.
8367         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8368         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8369         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8370
8371 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8372
8373         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8374         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8375         temp files are in the port dir; clean the gen/test directory when
8376         generating new test.c
8377         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8378         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8379         * support/regression/tests/zeropad.c: added
8380
8381 2003-05-09    <johan AT balder>
8382
8383         * src/SDCCglue.c: fixed bug #597940
8384
8385 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8386
8387         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8388   cache sfr, optimize next,step, fix off by one sourceline,
8389   support ddd list function.
8390         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8391
8392 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8393
8394         * support/regression/HTMLgen.py: added compare_s2f()
8395         * support/regression/Makefile: redo 1.27
8396         * support/regression/generate-cases.py: redo 1.5
8397
8398 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8399
8400         * support/regression/tests/float.c: workaround 33 bit hex constant
8401         * support/regression/tests/simplefloat.c: fix division for host
8402
8403 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8404
8405         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8406         that tame's the PIC's over-aggressive optimizer.
8407
8408 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8409
8410          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8411          support for MSVC.
8412
8413 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8414
8415         Initial support for DS80C400. "Hello world" runs on TINIm400
8416         (with polled I/O).
8417
8418 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8419
8420          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8421          * Some notes on ddd usage added in debugger/README
8422          Martin Helmling adding more features and fixes for ddd GUI debugger.
8423          Code added for nexti, stepi, up, down, and other adjustments.
8424
8425 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8426
8427         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8428         * src/pic/peeph.def Added two rules to optimize carry manipulation
8429         * src/pic/* removed debug printfs
8430
8431 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8432
8433         * debugger/mcs51/cmd.c: added header newalloc.h
8434
8435 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8436
8437         * as/Makefile: new EXEEXT
8438         * as/z80/Makefile: remove trailing slash of BUILDIR
8439         * as/z80/clean.mk: new EXEEXT
8440         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8441         * support/cpp2/Makefile.in: new EXEEXT
8442         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8443
8444 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8445
8446         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8447         EXEEXT was introduced to fix all related problems with targets
8448         "clean", "install" and "uninstall"; a couple of further flaws
8449         especially with "clean" have been fixed too
8450         * as/mcs51/Makefile.in
8451         * as/mcs51/clean.mk
8452         * as/z80/Makefile
8453         * Makefile
8454         * clean.mk
8455         * debugger/mcs51/Makefile.in
8456         * debugger/mcs51/clean.mk
8457         * link/z80/Makefile
8458         * link/z80/Makefile.in
8459         * link/z80/clean.mk
8460         * link/Makefile
8461         * packihx/Makefile.in
8462         * packihx/clean.mk
8463         * sim/ucsim/Makefile
8464         * sim/ucsim/clean.mk
8465         * sim/ucsim/avr.src/Makefile.in
8466         * sim/ucsim/avr.src/clean.mk
8467         * sim/ucsim/s51.src/Makefile.in
8468         * sim/ucsim/s51.src/clean.mk
8469         * sim/ucsim/xa.src/Makefile.in
8470         * sim/ucsim/xa.src/clean.mk
8471         * sim/ucsim/z80.src/Makefile.in
8472         * sim/ucsim/z80.src/clean.mk
8473         * sim/ucsim/main_in.mk
8474         * sim/ucsim/packages_in.mk
8475         * sim/ucsim/gui.src/Makefile.in
8476         * sim/ucsim/gui.src/serio.src/Makefile.in
8477         * sim/ucsim/gui.src/serio.src/clean.mk
8478         * src/Makefile.in
8479         * src/clean.mk
8480         * support/cpp2/Makefile.in
8481         * support/cpp2/clean.mk
8482         * support/makebin/Makefile
8483         * support/makebin/clean.mk
8484         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8485         * doc/sdccman.lyx: --program-suffix no longer needed
8486
8487 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8488
8489          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8490          Martin Helmling added support for ddd GUI debugger.
8491          Code added to display assembly, set variables, and other commands
8492          to interface to ddd.
8493
8494 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * as/Makefile: fix target clean
8497         * as/clean.mk: fix target clean
8498         * as/z80/clean.mk: fix target clean
8499
8500 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8501
8502         * Makefile.common.in: added  AT EXEEXT AT
8503         * configure.in: removed all mingw32 stuff
8504         * configure: rebuilt from configure.in
8505         * doc/sdccman.lyx: updated section "installation"
8506         * support/scripts/sdcc_mingw32: adapted to configure
8507         * support/scripts/sdcc_cygwin_mingw32: added
8508
8509 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8510
8511         * src/pic Added object file support for the PIC port
8512         * src/pic Applied patch from Craig Franklin (this started the object file support)
8513         * src/regression Updated the PIC regression tests for object files
8514
8515 2003-04-20  Borut Razem <borut.razem AT siol.net>
8516
8517         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8518           lklex.c: In function `getfid':
8519           lklex.c:203: warning: array subscript has type `char'
8520         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8521           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8522         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8523           stack handling macros
8524
8525 2003-04-19  Borut Razem <borut.razem AT siol.net>
8526
8527         * "handling space characters in file path" task:
8528         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8529         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8530         * support/Util/MySystem.h: make it self-sufficient
8531         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8532           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8533           handling space characters in file path
8534         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8535           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8536         * support/Util/MySystem.c: handling space characters in executable's path
8537
8538 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8539
8540         * as/z80/Makefile: fix permanent rebuild of z80
8541         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8542         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8543
8544 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8545
8546         * src/SDCCopt.c: add special case optimization to replace modulo by
8547           a power of two with a bitwise AND.
8548
8549 2003-04-18    <johan AT balder>
8550
8551         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8552
8553 2003-04-17    <johan AT balder>
8554
8555         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8556         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8557
8558 2003-04-13  Borut Razem <borut.razem AT siol.net>
8559
8560         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8561         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8562           fixed mingw problem in adl_NORMALIZE_PATH
8563
8564 2003-04-12  Borut Razem <borut.razem AT siol.net>
8565
8566         * fixed "#pragma SAVE/RESTORE can not be nested":
8567         * src/SDCC.lex: reworked pragma handling functions
8568         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8569         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8570
8571 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8572
8573         * src/SDCCutil.c (pathEquivalent): defined but not used
8574         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8575         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8576         * configure: rebuilt from configure.in
8577         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8578         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8579         * device/include/Makefile.in: replace sdcc_datadir
8580         * device/lib/Makefile.in: replace sdcc_datadir
8581         * Makefile.common.in: add LDFLAGS from configure
8582         * packihx/Makefile.in: use LDFLAGS
8583         * src/Makefile.in: use LDFLAGS
8584         * support/cpp2/Makefile.in: add LDFLAGS from configure
8585         * support/makebin/Makefile: use LDFLAGS
8586         * .version: bumped version number to 2.3.5
8587
8588 2003-04-12  Borut Razem <borut.razem AT siol.net>
8589
8590         * completed "different paths" task:
8591         * src/SDCCmacro.c: fixed bug in handling quotes
8592         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8593         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8594
8595 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8596
8597         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8598
8599 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8600
8601         * ds390/gen.c ds390/peeph.def: fix bug 706781
8602
8603 2003-04-11  Borut Razem <borut.razem AT siol.net>
8604
8605         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8606
8607 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8608
8609         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8610         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8611          set - this bit used to not be set...).
8612         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8613           bad code in PIC Port
8614         * src/regression/and2.c added to test bug 609268
8615         * src/regression/Makefile added and2.c to regression test
8616
8617
8618 2003-04-08    <johan AT CP255758-A>
8619
8620         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8621         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8622         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8623
8624 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8625
8626         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8627         fix bug #487815
8628         * support/cpp2/Makefile.in: fix bug #487815
8629         * configure: rebuilt from configure.in
8630         * Makefile.common.in: docdir changed, new path suffixes
8631         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8632         * sdcc_vc_in.h: reflect changes from sdccconf.h
8633         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8634         * src/SDCCutil.h: remove BINDIR hack
8635         * doc/sdccman.lyx: update new path hierarchy
8636
8637 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8638
8639         * src/SDCCpeeph.c: added okToRemoveSLOC test
8640
8641 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8642
8643         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8644
8645 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8646
8647         * src/SDCCpeeph.c: added labelIsReturnOnly test
8648         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8649
8650 2003-04-05    <johan AT balder>
8651
8652         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8653         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8654         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8655         * src/SDCCast.c: fixed a warning
8656         * src/SDCCast.h: fixed a warning
8657         * src/SDCCicode.c (operandFromAst): fixed a warning
8658
8659 2003-04-04    <johan AT balder>
8660
8661         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8662         * src/SDCCast.c (decorateType): fixed bug #715076
8663         * src/SDCC.y: fixed bug #702907
8664
8665 2003-04-03    <johan AT balder>
8666
8667         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8668         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8669         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8670         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8671         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8672
8673 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8674
8675         * _decdptr.c: fix return values
8676         * _gptrget.c: fix return values
8677         * _gptrgetc.c: fix return values
8678         * _gptrput.c: fix return values
8679         * _mulint.c: fix return values
8680         * as/z80/Makefile: fix 'make -j' problem
8681
8682 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8683
8684         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8685         * configure.in: big cleanup, updated to autoconf 2.5x
8686         * configure: rebuilt from configure.in
8687         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8688         * sdcc_vc_in.h: reflect changes from sdccconf.h
8689         * doc/Makefile: fixed a flaw in "make install"
8690
8691 2003-04-02    <johan AT balder>
8692
8693         * src/ds390/gen.c (genCmp): no comments
8694         * src/mcs51/gen.c (genCmp): no comments
8695         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8696         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8697
8698 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * support/regression/generate-cases.py: place generated file in given sub directory
8701         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8702         * support/regression/Makefile: improvements for 'make -j';
8703         side effect: it's simpler and faster now
8704
8705 2003-03-31  Borut Razem <borut.razem AT siol.net>
8706
8707         * src/z80/main.c: link-{port} and as-{port} defined without path
8708         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8709
8710 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8711
8712         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8713
8714 2003-03-30  Borut Razem <borut.razem AT siol.net>
8715
8716         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8717           changed type of list parameter to set
8718         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8719         * src/port.h: changed type of do_assemble() parameter to set
8720         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8721           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8722           definition of "cppoutfilename" macro with NULL value in preProcess()
8723         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8724         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8725         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8726           replaced with set *binPathSet
8727         * shash_add() deallocates the item, if allready exsists, before adding the new one
8728         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8729
8730 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8731
8732         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8733           a nested for loop bug in the PIC port
8734         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8735           for loops
8736
8737 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8738
8739         * support/Util/dbuf.h: remove C++ stuff to make it portable
8740
8741 2003-03-28  Borut Razem <borut.razem AT siol.net>
8742
8743         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8744           literal strings in stringLiteral()
8745         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8746         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8747           to the project
8748
8749 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8750
8751         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8752
8753 2003-03-26    <johan AT balder>
8754
8755         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8756         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8757         * src/SDCCast.c (decorateType): fixed " -v < 3"
8758
8759 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8760
8761         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8762         Added Lenny Story's debug infrastructure changes:
8763         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8764         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8765         * src/cdbFile.c: added
8766         * src/SDCCdebug.c: added
8767         * src/SDCCdebug.h: added
8768         * src/SDCCast.c (createFunction)
8769         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8770         * src/SDCCmain.c (parseCmdLine, main)
8771         * src/SDCCmem.c (redoStackOffsets)
8772         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8773         * src/SDCCsymt.h
8774         * src/common.h
8775         * src/avr/gen.c (genAVRCode)
8776         * src/ds390/gen.c (gen390Code)
8777         * src/mcs51/gen.c (gen51Code)
8778         * src/pic/gen.c (genpic14Code)
8779         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8780         * src/xa51/gen.c (genXA51Code)
8781         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8782
8783 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8784
8785         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8786         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8787
8788 2003-03-22    <johan AT balder>
8789
8790         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8791
8792 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8793
8794         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8795         * doc/cdbfileformat.lyx: added, written by Lenny Story
8796         * doc/Makefile: added cdbfileformat.lyx
8797         * doc/clean.mk: added cdbfileformat.lyx
8798
8799 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8800
8801         * src/mcs51/peeph.def: fix bug #705773
8802
8803 2003-03-20    <johan AT balder>
8804
8805         An sfr/sbit can have an "at #" AND an initializer
8806         * src/SDCCsymt.c (checkSClass):
8807         * src/SDCCmem.c (allocGlobal):
8808         * src/SDCCmem.c (allocLocal):
8809         * src/SDCCast.c (createBlock):
8810
8811 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8812
8813         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8814
8815 2003-03-16    <johan AT balder>
8816
8817         Undid the hackup of const and volatile, the problem is much bigger
8818         * src/SDCC.y:1.65
8819         * src/SDCCast.c:1.171
8820         * src/SDCCglue.c:1.138
8821         * src/SDCCicode.c:1.146
8822         * src/SDCCsymt.c:1.150
8823         * src/SDCCval.c:1.65
8824
8825 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8826
8827         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8828         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8829
8830 2003-03-13    <johan AT balder>
8831
8832         Hackup const and volatile modifiers in type chains a bit:
8833         * src/SDCC.y:1.63
8834         * src/SDCCast.c:1.169
8835         * src/SDCCglue.c:1.136
8836         * src/SDCCicode.c:1.143
8837         * src/SDCCsymt.c1.146
8838         * src/SDCCsymt.h1.59
8839         * src/SDCCval.c:1.63
8840
8841 2003-03-12    <johan AT balder>
8842
8843         * src/SDCCBBlock.h: more LRH debugging junk
8844         * src/SDCCcflow.h: more LRH debugging junk
8845         * src/SDCCloop.c: more LRH debugging junk
8846         * src/SDCC.y (struct_declaration): fixed bug #697590
8847         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8848         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8849         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8850
8851 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8852         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8853         test function names must now match exactly).
8854         * src/SDCCcse.c: added special case in findCheaperOp to allow
8855         extending a short integer. Makes less awful code for bug 700121 test case.
8856
8857 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8858
8859         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8860         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8861
8862 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8863
8864         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8865         actually called (operandsNotEqual() was called for all
8866         operandsNotEqualX tests).
8867
8868 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8869
8870         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8871         with shorter literals. Fixes bug 700121.
8872
8873 2003-03-11    <johan AT balder>
8874
8875         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8876
8877 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8878
8879         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8880         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8881
8882 2003-03-10  Borut Razem <borut.razem AT siol.net>
8883
8884         * src/SDCCmain.c: pipe preprocessor's output
8885         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8886         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8887         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8888         which closes all pipes in pipeSet set
8889         * src/SDCCset.c: free deleted item in function deleteSetItem()
8890         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8891         moved from z80 to src subproject
8892         * .version: increased version number to 2.3.4
8893
8894 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8895
8896         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8897         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8898         * support/regression/ports/xa51/spec.mk: fix typo
8899
8900 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8901
8902         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8903
8904 2003-03-09  Borut Razem <borut.razem AT siol.net>
8905
8906         * src/SDCCmain.c: pipe preprocessor's output
8907         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8908         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8909         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8910         which closes all pipes in pipeSet set
8911         * src/SDCCset.c: free deleted item in function deleteSetItem()
8912         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8913         moved from z80 to src subproject
8914
8915 2003-03-09  Borut Razem <borut.razem AT siol.net>
8916
8917         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8918         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8919         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8920         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8921         * src/SDCCglobl.h: unification of WIN32 native definitions
8922
8923 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8924
8925         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8926
8927 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8928
8929         * src/configure.in:   check for endianess (even while cross-compiling)
8930         * src/configure:      check for endianess (even while cross-compiling)
8931         * src/configure_in.h: check for endianess (even while cross-compiling)
8932         * src/avr/gen.c:        remove old endianess stuff
8933         * src/mcs51/gen.c:      remove old endianess stuff
8934         * src/ds390/gen.c:      remove old endianess stuff
8935         * src/pic/gen.c:        remove old endianess stuff
8936         * src/pic/genarith.c:   remove old endianess stuff
8937         * src/pic/glue.c:       fix endianess check
8938         * src/pic16/gen.c:      remove old endianess stuff
8939         * src/pic16/genarith.c: remove old endianess stuff
8940         * src/pic16/glue.c:     fix endianess check
8941         * src/xa51/gen.c:       remove old endianess stuff
8942         * src/z80/gen.c:        fix endianess check
8943         * src/SDCCglue.c:       fix endianess check
8944         * src/ds390/peeph.def: fix bug 700036
8945
8946 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8947
8948         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8949         * src/configure: find appropriate data-types on host for SDCC's int and long
8950         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8951         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8952         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8953
8954 2003-03-07    <johan AT balder>
8955
8956         Just a big NOOP:
8957                 some minor cleanups before the big shot
8958                 OP_DEFS and OP_USES now use Kevin's protection
8959                 new option --nolabelopt
8960
8961         * src/SDCCBBlock.c:
8962         * src/SDCCast.c,:
8963         * src/SDCCcflow.c:
8964         * src/SDCCcse.c:
8965         * src/SDCCicode.c:
8966         * src/SDCCicode.h:
8967         * src/SDCClabel.c:
8968         * src/SDCCloop.c:
8969         * src/SDCCmain.c:
8970         * src/ds390/ralloc.c:
8971         * src/mcs51/ralloc.c:
8972         * src/pic/ralloc.c:
8973         * src/xa51/ralloc.c:
8974         * src/z80/ralloc.c:
8975
8976 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8977
8978         * src/pic/pcode.c (get_op): fix 64 bit warnings
8979         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8980         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8981         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8982         * support/regression/tests/malloc.c: fix 64 bit warnings
8983
8984 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8985
8986         * src/mcs51/gen.c (genMinus): fixed bug 696436
8987
8988 2003-03-02  Borut Razem <borut.razem AT siol.net>
8989
8990         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8991
8992 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8993
8994         * configure.in: test for mkstemp
8995         * sdccconf_in.h: add HAVE_MKSTEMP
8996
8997 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8998
8999         * device/include/ctype.h: removed warning while using --stack-auto
9000         * device/include/malloc.h: removed warning while using --stack-auto
9001         * device/include/string.h: removed warning while using --stack-auto
9002
9003 2003-02-23  Borut Razem <borut.razem AT siol.net>
9004
9005         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9006         because NDEBUG is defined (see man assert)
9007         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9008
9009 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9010
9011         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9012         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9013
9014 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9015
9016         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9017         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9018
9019 2003-02-18    <johan AT balder>
9020
9021         * as/mcs51/asmain.c (asmbl): module can start with a digit
9022         * as/z80/asmain.c (asmbl): module can start with a digit
9023
9024 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9025
9026         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9027         * src/asm.c: fix pipe() for Mingw32
9028
9029 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9030
9031         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9032         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9033         make -V work again; --c1mode reads now from stdin
9034         * doc/sdccman.lyx: added --c1mode
9035         * support/Util/SDCCerr.c: new messages for c1 mode
9036         * support/Util/SDCCerr.h: new messages for c1 mode
9037         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9038
9039 2003-02-15    <johan AT balder>
9040
9041         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9042
9043 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9044
9045         * doc/sdccman.lyx: Environment variables, -o and other minor things
9046
9047 2003-02-14    <johan AT balder>
9048
9049         * src/xa51/main.c: before anyone really tries to use it :)
9050
9051         * Install doc's in share/sdcc/doc
9052         * removed some obsolete files
9053         * Do a proper make distclean and uninstall
9054         M Makefile.common.in
9055         R sdccbuild.sh
9056         M as/Makefile
9057         M device/include/Makefile.in
9058         M device/lib/Makefile.in
9059         M doc/sdccman.lyx
9060         M link/Makefile
9061         M sim/ucsim/doc/Makefile.in
9062         M src/clean.mk
9063         R src/avr/peeph.rul
9064         R src/xa51/peeph.rul
9065         M support/cpp2/Makefile.in
9066         M support/makebin/Makefile
9067
9068
9069 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9070
9071         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9072
9073 2003-02-10  Borut Razem <borut.razem AT siol.net>
9074
9075         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9076         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9077         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9078         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9079         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9080         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9081         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9082         src/z80/Makefile.bcc: Borland Makefile cleanup
9083         * as/z80/Makefile.bcc: Added Borland Makefile
9084         * support/cpp2/borland.h: Removed
9085
9086 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9087
9088         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9089         * src/SDCC.lex: new pragma NOIV
9090         * src/SDCCglobl.h: new pragma NOIV
9091         * src/SDCCmem.c: new pragma NOIV
9092
9093 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9094
9095         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9096
9097 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9098
9099         * src/SDCCmain.c: signal handling is switched off by --debug
9100         * doc/Makefile: small fix for install; use clean.mk again
9101         * doc/clean.mk: clean *.pdf and *.html too
9102
9103 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9104
9105         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9106         * device/lib/printfl.c: fix a ds390 bug by making it portable
9107         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9108         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9109         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9110         * debugger/mcs51/cmd.c: converted multi-line string literals
9111         * sim/ucsim/globals.cc: converted multi-line string literals
9112         * src/SDCCmain.c: introduced signal handler to remove temp files
9113         * doc/Makefile: small tweaks, implement clean
9114         * doc: removed generated files
9115
9116 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9117
9118         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9119         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9120         Address Record is not correctly generated for DS390."
9121
9122 2003-02-02  Borut Razem <borut.razem AT siol.net>
9123
9124         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9125         * as/mcs51/asm.h: fixed compilation with Borland C
9126         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9127         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9128         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9129         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9130         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9131         src/z80/Makefile.bcc: delete $(LIB) only if exist
9132         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9133
9134 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9135
9136         * device/include/malloc.h: introduced NULL
9137         * device/include/string.h: introduced NULL
9138         * device/include/stdlib.h: introduced NULL
9139         * device/lib/_memcpy.c: removed NULL
9140         * device/lib/_strcat.c: removed NULL
9141         * device/lib/_strchr.c: removed NULL
9142         * device/lib/_strcmp.c: removed NULL
9143         * device/lib/_strcpy.c: removed NULL
9144         * device/lib/_strcspn.c: removed NULL
9145         * device/lib/_strlen.c: removed NULL
9146         * device/lib/_strncat.c: removed NULL
9147         * device/lib/_strncmp.c: removed NULL
9148         * device/lib/_strncpy.c: removed NULL
9149         * device/lib/_strpbrk.c: removed NULL
9150         * device/lib/_strrchr.c: removed NULL
9151         * device/lib/_strspn.c: removed NULL
9152         * device/lib/_strstr.c: removed NULL
9153         * device/lib/_strtok.c: removed NULL
9154         * device/lib/malloc.c: removed NULL, include own header
9155
9156 2003-02-02    <johan AT balder>
9157
9158         * 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
9159         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9160         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9161         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9162         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9163         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9164
9165 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9166
9167         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9168         area 'DATA'"
9169
9170 2003-02-01    <johan AT balder>
9171
9172         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9173
9174 2003-01-31    <johan AT CP255758-A>
9175
9176         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9177
9178 2003-01-30    <johan AT balder>
9179
9180         * src/SDCCBBlock.c: automatic bug detection
9181         * src/SDCCicode.c: automatic bug detection
9182
9183 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9184
9185         * src/SDCCglobl.h:   now --xram-size 0 works
9186         * src/SDCCmain.c:    now --xram-size 0 works
9187
9188 2003-01-29    <johan AT balder>
9189
9190         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9191
9192 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9193
9194         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9195         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9196         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9197         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9198         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9199         * src/SDCCmain.c:    Added options --xram-size and --code-size
9200
9201 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9202
9203         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9204         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9205
9206 2003-01-27    <johan AT balder>
9207
9208         * src/SDCC.y: fixed bug #613764
9209
9210 2003-01-26    <johan AT balder>
9211
9212         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9213         * src/SDCCsymt.h: fixed bug #673374
9214         * src/SDCCglue.c: fixed bug #661910
9215         * src/SDCCast.c: fixed bug #458099 and 673374
9216
9217 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9218
9219         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9220         * as/mcs51/strcmpi.h: added
9221         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9222         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9223         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9224         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9225         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9226         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9227         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9228         * as/mcs51/Makefile.aslink: new module strcmpi
9229         * as/mcs51/Makefile.asx8051: new module strcmpi
9230         * as/mcs51/Makefil.bcc: new module strcmpi
9231         * as/mcs51/Makefile.in: new module strcmpi
9232         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9233
9234 2003-01-26    <johan AT balder>
9235
9236         * src/SDCCglue.c: reverted back to 1.124
9237         * src/SDCCast.c: reverted back to 1.156
9238         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9239
9240 2003-01-25    <johan AT balder>
9241
9242         * src/SDCCglue.c: A better fix for bug #661910
9243         * src/SDCCast.c: A better fix for bug #661910
9244         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9245
9246 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9247
9248         * src/Makefile.in: remove spawn.o
9249         * src/SDCCmain.c: remove spawn.h
9250         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9251         * src/spawn.c: removed
9252         * src/spawn.h: removed
9253         * support/regression/ports/ds390/spec.mk: link with -r
9254
9255 2003-01-24    <johan AT CP255758-A>
9256
9257         * src/ds390/gen.c (aopOp): fixed bug #667458
9258         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9259         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9260         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9261
9262 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9263
9264         * src/mcs51/peeph.def: better assembler identation by Frieder
9265         * src/mcs51/gen.c: better assembler identation by Frieder
9266
9267 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9268
9269         * as/z80/string.h: removed for gcc 3.2
9270         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9271         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9272
9273 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9274
9275         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9276         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9277         * support/regression/Makefile: separate temp files for ports
9278         * support/regression/generate-cases.py: separate temp files for ports
9279         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9280         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9281
9282 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9283
9284         * moved tinitalk to device/examples/ds390
9285
9286 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9287
9288         * as/mcs51/lkmem.c: rflag is for DS390
9289         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9290         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9291                          (linkEdit): move mem- and map-files the same way as ihx-files
9292         * src/z80/main.c (_setDefaultOptions): removed --generic
9293         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9294         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9295         * src/pic/glue.c (picglue): --c1mode works again
9296         * src/pic16/glue.c (pic16glue): --c1mode works again
9297         * src/asm.c (printCLine): fix #660034
9298
9299 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9300
9301         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9302         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9303         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9304         * as/mcs51/lkmem (summary): better fix for sp problem
9305         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9306         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9307         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9308                                               remove --stack-after-data
9309
9310 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9311
9312         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9313         * src/SDCCutil.c (join): ugly bug: missing '\0'
9314         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9315
9316 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9317
9318         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9319         * src/port.h: typo
9320         * src/pic/main.c (_asmCmd): gpasm supports -o
9321         * src/z80/main.c: more general macros
9322         * device/lib/Makefile.in: remove intermediate files
9323
9324 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9325
9326         * .version: Bumped version number to 2.3.3
9327         * src/SDCCBBlock.c: new option -o
9328         * src/SDCCglobl.h: new option -o
9329         * src/SDCCglue.c: new option -o
9330         * src/SDCCmain.c: new option -o
9331         * src/asm.c: new option -o
9332         * src/ds390/main.c: new option -o
9333         * src/pic/glue.c: new option -o
9334         * src/pic/pcode.c: new option -o
9335         * src/pic/ralloc.c: new option -o
9336         * src/pic16/glue.c: new option -o
9337         * src/pic16/pcode.c: new option -o
9338         * src/pic16/ralloc.c: new option -o
9339         * src/z80/main.c: new option -o
9340         * device/lib/Makefile.in: use -o
9341         * support/regression/ports/ds390/spec.mk: use -o
9342         * support/regression/ports/gbz80/spec.mk: use -o
9343         * support/regression/ports/mcs51/spec.mk: use -o
9344         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9345         * support/regression/ports/z80/spec.mk: use -o
9346         * support/regression/ports/ucz80/spec.mk: use -o
9347         * support/regression/ports/xa51/spec.mk: use -o
9348         * support/regression/fwk/lib/timeout.c: fix usage string
9349
9350 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9351         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9352
9353 2003-01-07    <johan AT balder>
9354
9355         * src/SDCCast.c (decorateType): fixed bug #600035
9356
9357 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9358         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9359         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9360         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9361         * src/pic/pcode.c: outcommented unused variable to remove warnings
9362         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9363
9364 2003-01-06    <karl AT turbobit.com>
9365         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9366    regression tests.
9367
9368 2003-01-06    <johan AT balder>
9369
9370         * src/SDCCicode.c: fixed array add
9371
9372 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9373         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9374         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9375
9376 2003-01-04    <johan AT balder>
9377
9378         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9379
9380 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9381         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9382
9383 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9384         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9385         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9386
9387 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9388         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9389
9390 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9391         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9392
9393 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9394         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9395
9396 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9397
9398     * in \sdcc\as\mcs51\ changed these files in order to create an
9399     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9400     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9401     following files to include the previous two files: aslink.dsp,
9402     Makefile.aslink, Makefile.bcc, and Makefile.in.
9403
9404     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9405     .adb instead of .cdb
9406
9407 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9408
9409         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9410         value from option --iram-size.
9411
9412 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9413
9414         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9415         dram[] array.
9416
9417 2002-09-18    <wiml AT hhhh.org>
9418
9419         * SDCClrange.h: exposed setFromRange() and setToRange()
9420         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9421           packRegsForAccUse() (bug 542397)
9422         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9423           multiple times and emitting the fetch operations more than once
9424           added aopGetUsesAcc() function to allow binary operators to
9425           fetch their operands in the correct order; made genMinus() emit
9426           compact code for X = LITERAL - Y
9427
9428 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9429         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9430         sprintf() in line 1267.
9431
9432 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9433         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9434         like ports.
9435
9436 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9437         Changes to aslink (All the changes are marked with 'JCF'):
9438
9439         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9440         summary().
9441
9442         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9443         area BSEG.  Also moves, if possible, the DATA area down into the internal
9444         ram so more space is available.
9445
9446         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9447         sflag.
9448
9449         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9450         not bytes.  Function summary() which creates a memory usage summary
9451         file with extension .mem.  Reports of overlaping stack and small stack
9452         size.  If the space for the stack is less than 16 bytes aslink trows a
9453         warning.
9454
9455         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9456         the 8051.  Option 'y' for memory summary output file.
9457
9458         Changes to sdcc (All the changes are marked with 'JCF'):
9459
9460         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9461
9462         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9463         overlaying area for it (uses RegBankUsed[4]).
9464
9465         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9466         bank zero as used by default.  By default aslink locates the stack
9467         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9468         the creation of the .mem file.  Delegates the allocation of data area
9469         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9470         the begining of the stack area to aslink.
9471
9472         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9473         glue() in SDCCglue.c creates an area for it.
9474
9475 2002-09-03  Borut Razem <borut.razem AT siol.net>
9476         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9477         sdcc/src/pic/glue.c:
9478         introduced atexit() handler for teporay files removal in case of
9479         errors, assertions, ...
9480
9481 2002-08-29  Borut Razem <borut.razem AT siol.net>
9482         * sdcc/support/cpp2/auto-host_vc_in.h:
9483         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9484         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9485         Maybe there is a similar problem with BORLANDC? It should be checked!
9486
9487         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9488         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9489         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9490         was not executed, and the compiler (cl) launched a warning:
9491         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9492
9493 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9494         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9495
9496 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9497         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9498
9499         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9500           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9501           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9502           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9503           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9504           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9505           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9506         - added Release configuration in VS projects
9507         - review of compiler an linker options
9508         - VC .exe files are generated in bin_vc directory, not to interfere
9509           with binaries generated from other projects (cygwin, mingw, bcc ...)
9510
9511         * sdcc/src/yacc.dsp: added
9512
9513         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9514         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9515         and insert the version number definitions from .version
9516
9517         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9518
9519         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9520         added - genarate auto-host.h using auto-host_vc_in.h as template
9521
9522         * sdcc/sdcc_vc.h,
9523         removed from CVS, generated automatically
9524
9525 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9526         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9527
9528 2002-08-11  Borut Razem <borut.razem AT siol.net>
9529         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9530
9531 2002-08-10  Borut Razem <borut.razem AT siol.net>
9532         * src/SDCCmain.c (main):
9533         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9534         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9535         The consequence was that some temporary files were not removed.
9536
9537         * src/SDCCglue.c:
9538         unification of code in functions tempfilename() and tempfile():
9539         function tempnam() is defined in Visual Studio 6.0 and .NET
9540
9541         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9542
9543         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9544           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9545         - removed compiler command line option /WX: Treats all warnings as errors
9546         - update a list of source files, included into the project
9547
9548         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9549           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9550         changed project type to Generic Project so that can be correcly converted to VS.NET project
9551
9552         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9553
9554         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9555
9556         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9557
9558         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9559         added return 0 statements after assert() to make compiler happy
9560
9561         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9562         added newline in the def file to keep MSC compiler satisfied
9563
9564         * sdcc/src/z80/gen.c:
9565         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9566           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9567         - solved MSC error in function aopDump()
9568
9569         * sdcc_vc.h: define PREFIX as "\\sdcc"
9570
9571 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9572         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9573
9574 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9575         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9576         - Rewrote the register banking algorithm.
9577         - Added pCode live-range analysis to registers (for now, only non-used and
9578         singly-used registers optimized away)
9579
9580         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9581
9582         * 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.
9583
9584 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9585         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9586
9587 2002-04-22  Michael Hope  <michaelh AT vroom>
9588
9589         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9590
9591         * configure.in (DD_COPT): Added include support required for gbdk.
9592
9593         * .version: Bumped version number just to increase it.
9594
9595         * src/SDCCmain.c: Added -nostdinc to the default options.
9596
9597 2002-04-15  Michael Hope  <michaelh AT vroom>
9598
9599         * device/lib/z80/printf.c (sprintf): Added.
9600
9601         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9602
9603         * src/z80/peeph.def: Added transpose redundent load rule.
9604
9605         * src/z80/main.c: Added force callee saves for jaune.
9606
9607         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9608
9609         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9610
9611 2002-03-28  Johan Knol  <johan AT balder>
9612
9613         * src/SDCCval.c: fixed bug #532436
9614
9615 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9616         * /src/port.h:
9617         Added "char *Processor" field to the port structure.
9618
9619         * /src/SDCCmain.c:
9620         Added -p option. Allows port dependent processor to be specified.
9621
9622         * all ports:
9623         Initialized the new field char *Processor field to NULL in all ports
9624
9625         * /src/pic/*:
9626         Compiler generated registers for interrupt context saving
9627         were not getting allocated.
9628
9629 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9630
9631         * /src/SDCCast.c:
9632         Fixed left shift. Will promote the left side of a left shift
9633         if a) left shifting more than size of operand or b) when assigned
9634         to something size > size of left side
9635
9636 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9637         * src/pic/*
9638         tons of changes. Register allocation has been
9639         rewritten. Added customization for the various PICs. Flow
9640         analysis is restructured. ...
9641
9642         * src/pic/device.h:
9643         Added
9644
9645         * src/pic/device.c:
9646         Added. device.c is a PIC port hack to accomodate variations
9647         in PIC devices.
9648
9649 2002-03-13  Michael Hope  <michaelh AT vroom>
9650
9651         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9652
9653 2002-03-04  johanknol  <johanknol AT manik>
9654
9655         * /src/SDCCval.c: fixed
9656
9657         const unsigned char arr[][2] = { { 0, 1 } };
9658         t18.c:1: error: Initializer element is not constant
9659
9660 2002-03-04  bela  <bela AT manik>
9661
9662         * /device/include/mcs51reg.h:
9663         ds89c420 register definition update
9664
9665 2002-03-03    <johan AT FRIJA>
9666
9667         * support/Util/SDCCerr.c: did something, but don't no why anymore
9668
9669         * support/regression/tests/bug-524691.c: made it a little less shy
9670
9671         * src/SDCCast.c (decorateType): fixed bug #524697
9672
9673         * src/SDCCast.c: made some lineno improvements
9674
9675         * src/SDCCval.c (getNelements): changed warning to error
9676
9677         * src/SDCCglue.c (printIvalArray): changed warning to error
9678
9679         * src/SDCCicode.c: fixed a warning for mingw
9680
9681         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9682
9683         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9684
9685 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9686
9687         * src/ds390/peeph.def:
9688         Added some more peephole rules
9689
9690         * src/ds390/gen.c: Various fixes & enhancements
9691
9692         * src/SDCClrange.c, src/SDCClrange.h:
9693         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9694
9695         * src/ds390/ralloc.c:
9696         various fixes & enhancements (ds390) specific
9697
9698         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9699         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9700         from rallocs.
9701
9702         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9703
9704 2002-03-02    <johan AT FRIJA>
9705
9706         * src/SDCCast.c (decorateType): fixed bug #524708
9707
9708         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9709
9710         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9711
9712 2002-03-01  Michael Hope  <michaelh AT vroom>
9713
9714         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9715
9716         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9717
9718 2002-03-01    <johan AT FRIJA>
9719
9720         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9721
9722         * src/SDCCast.c (decorateType): fixed bug #524209
9723
9724         * src/SDCCval.c (valNot): fixed bug #524195
9725
9726 2002-02-26    <johan AT balder>
9727
9728         * src/xa51/gen.c: fixed a warning
9729
9730         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9731
9732         * src/SDCCast.c (decorateType): fixed bug #522534
9733
9734 2002-02-23    <johan AT balder>
9735
9736         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9737
9738 2002-02-22    <johan AT balder>
9739
9740         * src/SDCCast.c: fixed bug #514865
9741
9742         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9743
9744 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9745
9746         * sdcc/src/SDCCloop.c:
9747         Previous fix was not good. basic blocks that have "break" or "return" are
9748         not really partof a loop , but live ranges used in these blocks should
9749         be live thru the entire loop, so set partOfLoop but don't add them to
9750         loop region
9751
9752 2002-02-21    <johan AT FRIJA>
9753
9754         * src/SDCCcse.c: fixed bug #514308
9755
9756 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9757
9758         * src/SDCCloop.c:
9759         Fixed BUG #519583. If a conditional block ended in a return/break
9760         statement inside a loop, it was not being considered part of the loop.
9761
9762         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9763
9764 2002-02-10  Karl Bongers <karl AT turbobit.com>
9765
9766         * debugger/*:
9767         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9768         with lots of comments and notes.
9769
9770         * device/examples/test2.c:
9771         Fix bug, "red" variable not being initialized(compiler complained).
9772
9773         * device/examples/Makefile, examples/test3.c:
9774         Add Makefile in device/examples folder, compiles test3.c
9775         for use as a multiple module SDCDB test case.
9776
9777         * sim/ucsim/cmd.src/cmdset.cc:
9778         Took out debug printfs in ucsim "next" command.
9779
9780         * sim/ucsim/xa.src:
9781         Karl and Johan start ucsim XA support.  Most dissassembly working,
9782         about 75% emulation done(plenty of work remaining).
9783
9784         * sim/ucsim/z80.src:
9785         Add Z80 support to ucsim, add test-ucz80 regression test,
9786         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9787         Notice z80 compiler fails on examples/test3.c/crc code.
9788
9789 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9790
9791         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9792         Added support for --parms-in-bank1
9793
9794         * src/ds390/peeph.def:
9795         added a few more peephole optimzations
9796
9797         * src/ds390/main.c:
9798         1) added __builtin_inp & __builtin_outp used to read in data of given length
9799            from a memory mapped port
9800         2) added __builtin_memcmp
9801         3) added __builtin_swapw swap bytes of a short
9802
9803         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9804         1) handle multiple send & receives from register bank1
9805         2) ralloc can now allocate DPTR1 to some liveRanges
9806
9807         * src/SDCCsymt.c, src/SDCCsymt.h:
9808         changes to handle multiple sends & receives
9809
9810         * src/SDCCptropt.h:
9811         added some pointer arithmetic optimization
9812
9813         * src/SDCCptropt.c:
9814         added some pointer arithmetic optimizations but not stable yet so not
9815         called from anywhere (will get this working shortly)
9816
9817         * src/SDCCopt.c: fixed for multiple sends & receives
9818
9819         * src/SDCCmain.c:
9820         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9821         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9822            set preprocessor defines (depending on options)
9823
9824         * src/SDCCicode.c, src/SDCCicode.h:
9825         changes made to handle multiple sends & receives
9826
9827         * src/SDCCglobl.h:
9828         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9829
9830         * src/SDCCcse.c, src/SDCCcse.h:
9831         added function findbackward def (to be used in upcoming optimization)
9832
9833         * src/SDCCcflow.c, src/SDCCcflow.h:
9834         added function returnAtEnd - to determine if a basic block terminates with
9835         a RETURN iCode
9836
9837         * src/SDCCast.c, src/SDCCast.h:
9838         added option parms-in-bank1
9839
9840         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9841         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9842         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9843         adjusted for --parms-in-bank1 option
9844
9845         * device/include/string.h:
9846         donot redefine "reentrant" keyword
9847
9848         * device/include/ds80c390.h: Added some more SFRs
9849
9850 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9851
9852         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9853
9854 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9855
9856         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9857
9858 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9859
9860         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9861
9862 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9863
9864         * Added --xram-movc option
9865
9866 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9867
9868         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9869
9870 2002-01-11  Johan Knol
9871
9872         * Added math lib of Jesus Calvino-Fraga
9873
9874 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9875
9876         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9877         * support/regression/Makefile: new target test-mcs51-stack-auto
9878         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9879
9880 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9881
9882         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9883
9884 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9885
9886         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9887
9888 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9889
9890         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9891
9892         * src/SDCCglue.h: add definition for printIvalChar()
9893
9894 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9895
9896         * src/SDCCast.c: fix #498138 by Johan
9897
9898         * src/SDCCglue.c: fix #498138 by Johan
9899
9900 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9901
9902         * support/regression/Makefile: fix clean
9903
9904         * support/regression/ports/ds390/support.c: fix transmission of last character
9905
9906 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9907
9908         * /sdcc/src/ds390/gen.c:
9909         a) improved computing address of stack variable
9910         b) took out some #if 0 code
9911         c) improved parmBytes adjustment
9912         d) improved genPlusIncr & genMinusIncr
9913         e) genCmp could generate bad code (when left assigned to DPTR)
9914         f) Fixed bug in hasInc
9915
9916         * /sdcc/src/ds390/ralloc.c:
9917         a) packRegsForSupport could mess up live information (Fixed)
9918         b) packRegsDPTRuse could be incorrect for left & right shift
9919
9920         * /sdcc/src/mcs51/ralloc.c:
9921         packRegsForSupport could mess up the live information (Fixed)
9922
9923         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9924
9925         * /sdcc/src/SDCCast.c:
9926         can reverse a loop even if function call is present as long
9927         as the loop control variable is local & is not passed as parameter
9928
9929 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9930
9931         * /sdcc/ChangeLog: *** empty log message ***
9932
9933         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9934         More builtin function additions for TININative
9935
9936         * /sdcc/src/ds390/ralloc.c:
9937         Had broken the regression testsuite
9938
9939         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9940
9941         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9942         Added funcattr hasStackParms will be set for reentrant functions when there
9943         are paramteres on the stack, this helps in minimizing frame pointer generation
9944         typeFromStr can handle function pointers now
9945
9946         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9947         *** empty log message ***
9948
9949 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9950
9951         * /src/ds390/gen.c, /src/ds390/main.c:
9952         More builtin function additions for TININative
9953
9954         * /src/ds390/ralloc.c:
9955         Had broken the regression testsuite
9956
9957         * /src/SDCCast.c: Fixed a bug in dumptree
9958
9959         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9960         Added funcattr hasStackParms will be set for reentrant functions when there
9961         are paramteres on the stack, this helps in minimizing frame pointer generation
9962         typeFromStr can handle function pointers now
9963
9964         * /doc/builtins.txt, /doc/TININative.txt:
9965         *** empty log message ***
9966
9967
9968 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9969
9970         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9971         ALPHA version for -mTININative
9972
9973         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9974         updated to reflect changes in the port structure
9975
9976         * /src/port.h:
9977         added function do_assemble (similar to do_link) if non-null this function
9978         will be called to do assembly (-mTININative) requires a multi command
9979         assembly
9980         added function genAssemblerEnd will be called to generate assembler Epilogue
9981
9982         * /src/SDCCsymt.c:
9983         added _JavaNative to debug info printing
9984
9985         * /src/SDCCmain.c: added option --tini-libid
9986         added port->do_assemble function (-mTININative) has a multi command assemble
9987
9988         * /src/SDCCglue.c: Disabled "constExpr" check
9989         added port->genAssemblerEnd function
9990
9991         * /src/SDCCglobl.h: Added option --tini-libid value
9992
9993         * /src/SDCCast.h:
9994         tookout optimizeCompare from the header (has no external references)
9995
9996         * /src/SDCCast.c: made one more function "static"
9997
9998 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9999
10000         * src/z80/mappings.i: Added z80asm support.
10001
10002         * src/z80/main.c: Added z80asm support on --asm=z80asm
10003
10004         * src/z80/gen.c: Fixed asm portability issues.
10005
10006         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10007
10008         * src/SDCCglue.c (printExterns): Added global/extern split.
10009
10010 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10011
10012         * support/regression/Makefile: added test for mcs51 model large
10013
10014         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10015
10016         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10017
10018 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10019
10020         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10021
10022 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10023
10024         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10025
10026         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10027
10028 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10029
10030         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10031
10032         * support/regression/tests/simplefloat.c: Port to mcs51.
10033
10034 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10035         * support/regression/tests/bug-485362.c: Added.
10036
10037         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10038
10039         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10040
10041         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10042
10043         * src/z80/gen.c (aopDump): Added a dump function.
10044
10045 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10046         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10047
10048         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10049
10050         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10051
10052         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10053
10054         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10055
10056         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10057
10058         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10059
10060         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10061
10062         * support/regression/ports/ds390/support.c: Use tinibios.
10063
10064         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10065
10066 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10067
10068         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10069         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10070
10071         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10072
10073         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10074
10075 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10076
10077         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10078
10079         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10080         (packRegsForIYUse): Created and optimised.
10081
10082 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10083
10084         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10085 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10086
10087         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10088
10089         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10090
10091         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10092
10093 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10094
10095         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10096
10097         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10098
10099 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10100
10101         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10102
10103         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10104
10105         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10106
10107 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10108
10109         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10110         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10111         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10112
10113         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10114
10115         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10116         (genNotFloat): Added.
10117         (genUminusFloat): Added.
10118
10119         * device/lib/z80/Makefile: Added floating pt stubs.
10120
10121         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10122
10123         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10124
10125         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10126
10127 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10128
10129         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10130
10131         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10132
10133         * sdcc/support/regression/Makefile: Add port ds390.
10134
10135         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10136
10137         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10138
10139         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10140
10141         * sdcc/support/regression/ports/ds390/support.c: Added.
10142
10143         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10144
10145         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10146
10147         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10148
10149 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10150
10151         * device/include/malloc.h: Added z80 and gbz80 support.
10152
10153         * device/lib/gbz80/heap.s: Added.
10154
10155         * device/lib/z80/heap.s: Added.
10156
10157         * device/lib/malloc.c: Added z80 and gbz80 support.
10158
10159         * support/regression/tests/malloc.c (testMalloc): Added.
10160
10161         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10162
10163         * support/regression/tests/bug-478094.c: Added.
10164
10165         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10166
10167 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10168
10169         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10170
10171         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10172
10173         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10174
10175         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10176
10177         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10178
10179 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10180
10181         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10182
10183 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10184
10185         * support/regression/tests/bug-477927.c: Added.
10186
10187         * src/z80/peeph.def: Added minor rules.
10188
10189         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10190
10191         * src/z80/peeph.def: Added jump optimisation modification.
10192
10193 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10194
10195         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10196
10197 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10198
10199         * support/regression/tests/funptrs.c: Added.
10200
10201 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10202
10203         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10204
10205 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10206
10207         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10208
10209         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10210
10211         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10212         (movLeft2ResultLong): Created.
10213
10214         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10215         (joinPushes): Added.  Joins two char pushes into a word push.
10216
10217 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10218
10219         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10220
10221         * support/makebin/Makefile (install): Added creation of dest dir.
10222
10223 2001-10-24 Karl Bongers <karl AT turbobit.com>
10224
10225         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10226
10227 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10228
10229         * src/z80/ralloc.c: Turned off faulty pack for one use.
10230
10231         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10232
10233         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10234
10235 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10236
10237         * support/regression/Makefile: Improved clean
10238
10239         * support/regression/ports/gbz80/spec.mk: Added clean
10240
10241         * support/regression/ports/host/spec.mk: Added clean
10242
10243         * support/regression/ports/z80/spec.mk: Added clean
10244
10245         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10246
10247         * support/regression/ports/mcs51/timeout.c: little improvements
10248
10249 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10250
10251         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10252
10253         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10254
10255         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10256
10257 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10258
10259         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10260
10261         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10262
10263 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10264         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10265
10266         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10267
10268         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10269
10270         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10271
10272         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10273
10274         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10275
10276         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10277
10278         * support/regression/tests/longor.c: Added.
10279
10280 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10281
10282         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10283
10284         * as/mcs51/aslink.h: define PATH_MAX
10285
10286         * as/mcs51/asm.h: define PATH_MAX
10287
10288         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10289
10290         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10291
10292         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10293
10294         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10295
10296         * src/SDCCglobl.h: define PATH_MAX
10297
10298         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10299
10300         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10301
10302 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10303
10304         * src/z80/gen.c (gencjneshort): Fixed
10305
10306         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10307
10308 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10309
10310         * support/regression/tests/bug-469671.c: Added.
10311
10312         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10313
10314 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10315
10316         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10317
10318         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10319
10320 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10321
10322         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10323
10324         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10325
10326         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10327
10328         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10329
10330         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10331
10332         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10333
10334         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10335
10336 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10337
10338         * 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.
10339
10340         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10341
10342         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10343
10344 2001-10-07    <johan AT FRIJA>
10345
10346         * device/lib/gets.c (gets): fixed the return value.
10347
10348 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10349         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10350
10351         * 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.
10352
10353         * 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.
10354
10355         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10356
10357         * src/pic/gen.c: Removed Safe_strdup.
10358
10359         * configure.in: Added option to enable libgc support.
10360
10361         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10362         (bitVectUnion): Optimised.
10363         (bitVectIntersect): Optimised.
10364         (bitVectBitsInCommon): Optimised.
10365         (bitVectCplAnd): Optimised.
10366
10367         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10368
10369 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10370
10371         * src/SDCCmain.c: distinguish between assembler debug and plain options
10372
10373         * src/avr/main.c:   remove standard assembler options
10374
10375         * src/ds390/main.c: remove standard assembler options
10376
10377         * src/mcs51/main.c: remove standard assembler options
10378
10379         * src/port.h: removed "PENDING" comment
10380
10381 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10382
10383         * src/device/lib/_mulint.c  : new, with assember functions
10384
10385         * src/device/lib/_mullong.c : new, with assember functions
10386
10387         * src/device/lib/_divuint.c : with assember functions
10388
10389         * src/device/lib/_divsint.c : with assember functions
10390
10391         * src/device/lib/_divulong.c: with assember functions
10392
10393         * src/device/lib/_divslong.c: with assember functions
10394
10395         * src/device/lib/_moduint.c : with assember functions
10396
10397         * src/device/lib/_modsint.c : with assember functions
10398
10399         * src/device/lib/_modulong.c: with assember functions
10400
10401         * src/device/lib/_modslong.c: with assember functions
10402
10403         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10404
10405         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10406
10407         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10408                                       replaced _mululong.c and _mulslong.c by _mullong.c
10409
10410 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10411
10412         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10413
10414 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10415
10416         * src/SDCCglue.c: test, if win32api is available for MINGW
10417
10418 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10419
10420         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10421         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10422         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10423         * support/regression/ports/host/spec.mk: removed GENERIC
10424         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10425         * support/regression/ports/z80/spec.mk: removed GENERIC
10426
10427 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10428
10429         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10430
10431         * support/regression/tests/bug-467035.c: Created.
10432
10433 2001-10-01    <johan AT FRIJA>
10434
10435         * src/SDCC.y: fixed bug #466586 part 1
10436
10437 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10438
10439         * SDCCicode.c: z80 has no generic pointers
10440         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10441
10442 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10443
10444         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10445
10446 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10447
10448         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10449
10450         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10451
10452 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10453
10454         * configure.in: Fixed up so that ucsim is only configured once.
10455
10456         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10457
10458         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10459         (getPathDifference): As above.
10460
10461         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10462
10463         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10464
10465 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10466         * .version: Updated to 2.3.1
10467
10468         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10469         Added copyright header.
10470
10471         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10472         (assemble): Added support for macro based assembler commands.
10473         (linkEdit): Added support for macro based linker commands.
10474         (preProcess): Changed the pre-processor to use macros.
10475         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10476         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10477
10478         * device/lib/z80/crt0.s: Added module name for debugging.
10479
10480 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10481
10482         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10483
10484         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10485
10486         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10487
10488         * src/Makefile.in: Added SDCCmacro and SDCCutil
10489
10490 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10491
10492         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10493
10494 2001-09-16    <johan AT FRIJA>
10495
10496         * 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.
10497
10498 2001-09-15    <johan AT FRIJA>
10499
10500         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10501         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10502
10503 2001-09-11    <johan AT FRIJA>
10504
10505         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10506
10507 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10508
10509         * support/regression/tests/bug-460444.c: Added test case.
10510
10511         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10512         (genCast): Added justification for all of the asserts.
10513
10514 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10515
10516         * support/regression/support.c: _xdata replaced by xdata
10517
10518         * support/regression/spec.mk: removed _generic
10519
10520 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10521
10522         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10523
10524         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10525         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10526
10527         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10528
10529         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10530
10531         * support/regression/tests/bug-460010.c: Added test case.
10532
10533         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10534
10535 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10536
10537         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10538
10539         * support/regression/testfwk.c: removed workaround for bug #436344
10540
10541         * support/regression/tests/bp.c: use less memory with mcs51
10542
10543         * support/regression/tests/bug-441448.c: use less memory
10544
10545         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10546
10547         * support/regression/collate-results.py: typo
10548
10549 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10550
10551         * support/regression/tests/fetchoverlap.c: Added new test case.
10552
10553         * support/regression/tests/bp.c: Added new test case.
10554
10555         * support/regression/tests/bug-448984.c: Added new test case.
10556
10557         * support/regression/tests/pow2shifts.c: Added new test case.
10558
10559         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10560         (genlshTwo): Fixed right shift for count > 8.
10561
10562         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10563
10564 2001-09-08    <johan AT FRIJA>
10565
10566         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10567
10568 2001-09-07    <johan AT FRIJA>
10569
10570         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10571
10572         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10573
10574 2001-09-06    <johan AT FRIJA>
10575
10576         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10577         * bernhard noted me at this: "() equals to (void)" (1.38)
10578
10579 2001-09-05    <johan AT FRIJA>
10580
10581         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10582
10583 2001-09-04    <johan AT FRIJA>
10584
10585         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10586
10587
10588 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10589
10590         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10591
10592 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10593
10594         * link/z80/aslink.h: Fixed path for PATH_MAX
10595
10596 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10597
10598         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10599
10600         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10601
10602         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10603
10604         * 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.
10605
10606 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10607
10608         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10609         (genCmp): Fixed up genCmp for the GB with longs.
10610
10611         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10612
10613         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10614
10615         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10616
10617         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10618
10619 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10620
10621         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10622
10623 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10624
10625         * 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.
10626
10627         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10628
10629 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10630
10631         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10632
10633         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10634
10635 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10636
10637   * sim/ucsim/configure:    little improvement of Cygwin-detection
10638   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10639   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10640   * support/regression/tests/bug-221100.c: small changes for mcs51
10641   * support/regression/tests/bug-221168.c: small changes for mcs51
10642   * support/regression/tests/bug-227710.c: small changes for mcs51
10643   * support/regression/tests/staticinit.c: small changes for mcs51
10644   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10645   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10646   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10647
10648 $Revision$