b4c509cab39c4bfec44d3145d4d1f323b14ed4b0
[fw/sdcc] / ChangeLog
1 2006-03-16 Raphael Neider <rneider AT web.de>
2
3         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
4           the left operand is shorter than the result (c* = lit-c* + int),
5           fixes bug #1450796
6         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
7           OP_SYMBOL
8
9 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
10
11         * src/.version: increased version number to 2.5.5
12         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
13         linking is done manually in pic16 port's _linkEdit,
14         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
15         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
16         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
17         allocate asmop as AOP_ACC,
18         (aopForRemat): added parameter 'bool result' in function declaration,
19         (pic16_aopGet): return AOP_ACC when accessing WREG,
20         (pic16_popGetTempReg): minor modification,
21         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
22         'pic16_allocWithIdx',
23         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
24         calling function in absolute addresses,
25         (genAssign): take into account AOP_ACC asmop,
26         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
27         * src/pic16/pcoderegs.c: some debug functions and lines added,
28         * src/pic16/ralloc.c (decodeRegType): added but commented out,
29         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
30         register too,
31         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
32         call to allocReg, not by manually allocating a new one,
33         (pic16_assignRegisters): now before going through the register
34         allocating functions mark all registers as free. This eliminates some
35         side effects resulting from peephole parser done earlier in the backbone
36
37 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
38
39         * src/SDCCicode.c (geniCodeLogic),
40         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
41
42 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
43
44         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
45           (genSend): bugfix, do not allocate and free twice,
46           (shiftRLong): handle partially overlapping aops
47         * support/regression/tests/bitopcse.c: fixed warning redefined idata
48
49 2006-03-08 Borut Razem <borut.razem AT siol.net>
50
51         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
52           for pic16
53
54 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
55
56         * support/regression/tests/bug1409955.c: new, added
57         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
58         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
59           (aopForSym, aopOp): increment asmop.allocated if reused,
60           (freeAsmop): decrement asmop.allocated and check for zero instead of
61           using asmop.freed,
62           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
63           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
64            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
65            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
66            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
67            genSignedRightShift, genRightShift, genDataPointerGet,
68            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
69            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
70             in reverse order from allocation,
71           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
72             added swappedLR to keep track
73         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
74           pdata & code for GCC, z80, gbz80 & hc08
75         * support/regression/tests/zeropad.c: moved defines to testfwk.h
76
77 2006-03-08 Raphael Neider <rneider AT web.de>
78
79         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
80
81 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
82
83         * device/include/mcs51/c8051f410.h: new SiLabs mcu
84         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
85         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
86
87 2006-03-06 Borut Razem <borut.razem AT siol.net>
88
89         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
90           made the linker quiet
91
92 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
93
94         * src/pic16/gen.c (genPcall): fixed bug #1443644
95         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
96         which dumps before the function entry point a data byte which represents
97         the number of the local variables used by the specified function, added
98         'xinst' for initial support for Extended Instruction Support,
99         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
100         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
101         port->fun_prefix anymore (may change later),
102         (genFunction, genEndFunction): do not store/restore local registers for
103         _main (this should take care the --main-return command line option in
104         the future),
105         (genOr): removed some legacy pic-port instructions,
106         * src/pic16/genarith.c (genAddLit): re-enabled old code because
107         performing operations with SFR's causes data to be written more than
108         once to each SFR. Perhaps SFRs should be handled in special cases...
109         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
110         pcode.h
111         * src/pic16/main.c (_process_pragma): stack bound checking did not take
112         into account for stack starting position,
113         (struct OPTIONS pic16_optionsTable): added command line argument
114         --extended or -y for Extended Instruction Support,
115         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
116         (deassignLRs): *** perhaps the most important change, old 'for' code
117         (commented out for reference), didn't account for some registers which
118         were left marked 'not free' after a pointer operation. The change
119         reduces register usage a lot in some cases
120
121 2006-03-04 Borut Razem <borut.razem AT siol.net>
122
123         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
124           _clean
125         * support/regression/tests/bug-524697.c: decreased array size for
126           mcs51 to fit into the internal RAM
127         * support/regression/Makefile.in: a little bit more verbose
128
129 2006-03-03 Borut Razem <borut.razem AT siol.net>
130
131         * support/regression/fwk/lib/testfwk.c,
132           support/regression/fwk/include/testfwk.h: introduced function
133           _prints(), nonrecursive _printn(), call _initEmu() from main()
134         * support/regression/ports/gbz80/support.asm,
135           support/regression/ports/ucz80/support.asm,
136           support/regression/ports/z80/support.asm,
137           support/regression/ports/ds390/support.c,
138           support/regression/ports/hc08/support.c,
139           support/regression/ports/host/support.c,
140           support/regression/ports/mcs51/support.c,
141           support/regression/ports/xa51/support.c: added empty _initEmu()
142           function
143         * support/regression/ports/pic16/gpsim.cmd,
144           support/regression/ports/pic16/spec.mk,
145           support/regression/ports/pic16/support.c,
146           support/regression/Makefile.in: added pic16 regression test
147
148 2006-03-01 Raphael Neider <rneider AT web.de>
149
150         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
151           genConstPointerGet): use safe way of generating MOVFF to cover
152             literals as well as registers, fixes bug #1440527
153         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
154             dereference
155           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
156             more correctly, fixes bug #1232186
157           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
158         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
159             gplink guess the correct processor in more cases, applied patch
160             from Till Riedel attached to and fixing bug #1436552
161
162 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
163
164         * support/regression/tests/array.c: added, contains check for #1434401
165         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
166
167 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
168
169         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
170         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
171         * device/include/mcs51/c8051f326.h,
172         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
173         * device/include/mcs51/c8051f000.h,
174         * device/include/mcs51/c8051f018.h,
175         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
176           PCON_IDLE,PCON_STOP and added sfr16 definitions
177
178 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
179
180         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
181           genGetWord): fixed bug 1409955
182
183 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
184
185         * device/include/hc08/mc68hc908gp32.h,
186         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
187
188 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
189
190         * src/SDCCast.c (constExprValue): return NULL if not a value
191         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
192         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
193         * support/regression/tests/bitfields.c: enabled signed bitfield for all
194
195 2006-02-13 Borut Razem <borut.razem AT siol.net>
196
197         * src/regression/ptrarg.c: added, fails due to bug #1430967
198         * src/regression/Makefile: ptrarg.c added, ...
199
200 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
201
202         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
203         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
204
205 2006-02-11 Borut Razem <borut.razem AT siol.net>
206
207         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
208           print "Processor: xxx" message to stdout only if --verbose
209
210 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
211
212         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
213         * support/regression/tests/bug1426356.c: added
214         * support/regression/tests/bitfields.c: removed 2 tests
215
216 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
217
218         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
219         * device/include/mcs51/c8051f330.h,
220         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
221           PCON_IDLE,PCON_STOP and added sfr16 definitions
222         * device/lib/_divsint.c,
223         * device/lib/_divuint.c,
224         * device/lib/_divulong.c,
225         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
226           register bank bug for small stackauto
227
228 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
229
230         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
231
232 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
233
234         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
235         * all.dsp: corrected several bin paths
236         * device/include/mcs51/c8051f120.h,
237         * device/include/mcs51/c8051f300.h,
238         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
239           to PCON_IDLE,PCON_STOP
240         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
241         * device/lib/printf_large.c (output_float): fixed bug 1388703
242         * support/regression/tests/bug1057979.c: added test for bug 1388703
243
244 2006-02-08 Raphael Neider <rneider AT web.de>
245
246         * src/pic/pcode.c (pciTRIS): fixed typo,
247           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
248           (LinkFlow): fixed handling of flows that end in a call,
249           (ReuseReg): perform safety check earlier
250         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
251             to work with flows at the beginning of a pBlock,
252             fixes #1426557 (Symbol not previously defined),
253           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
254             usage information
255           (RemoveUnusedRegisters): update register usage info
256         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
257             created, reuse existing ones instead
258         * src/pic/gen.c (genPcall): fixed #1424719
259
260 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
261
262         * link/z80/lkmain.c,
263         * link/z80/lklex.c,
264         * link/z80/lkdata.c,
265         * link/z80/aslink.h: fixed build on current cygwin:
266         replaced getline() by lk_getline()
267
268 2006-02-01 Borut Razem <borut.razem AT siol.net>
269
270         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
271           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
272           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
273           src/regression/bool1.c, src/regression/bool2.c,
274           src/regression/bool3.c, src/regression/call1.c,
275           src/regression/compare.c, src/regression/compare10.c,
276           src/regression/compare2.c, src/regression/compare3.c,
277           src/regression/compare4.c, src/regression/compare5.c,
278           src/regression/compare6.c, src/regression/compare7.c,
279           src/regression/compare8.c, src/regression/compare9.c,
280           src/regression/configword.c, src/regression/for.c,
281           src/regression/inline.c, src/regression/mult1.c,
282           src/regression/nestfor.c, src/regression/or1.c,
283           src/regression/pointer1.c, src/regression/ptrfunc.c,
284           src/regression/rotate1.c, src/regression/rotate2.c,
285           src/regression/rotate3.c, src/regression/rotate4.c,
286           src/regression/rotate5.c, src/regression/rotate6.c,
287           src/regression/rotate7.c, src/regression/string1.c,
288           src/regression/struct1.c, src/regression/sub.c,
289           src/regression/sub2.c, src/regression/switch1.c,
290           src/regression/while.c, src/regression/xor.c,
291           src/regression/create_stc, src/regression/simulate,
292           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
293           regression tests
294         * src/regression/gpsim_assert.h: added
295
296 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
297
298         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
299         ((void (code *) (void)) 0) ();
300         * as/hc08/aslex.c,
301         * as/hc08/aslink.h,
302         * as/hc08/asm.h,
303         * as/hc08/asmain.c,
304         * as/hc08/lkdata.c,
305         * as/hc08/lklex.c,
306         * as/hc08/lkmain.c,
307         * as/mcs51/aslex.c,
308         * as/mcs51/aslink.h,
309         * as/mcs51/asm.h,
310         * as/mcs51/asmain.c,
311         * as/mcs51/lkdata.c,
312         * as/mcs51/lklex.c,
313         * as/mcs51/lkmain.c,
314         * as/z80/aslex.c,
315         * as/z80/asm.h,
316         * as/z80/asmain.c: fixed build on current cygwin:
317         replaced getline() by as_getline()
318
319 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
320
321         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
322         declarator in the symbol chain
323         * src/SDCCsymt.h,
324         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
325         parameter list for function pointers
326         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
327         * support/regression/tests/bug-716242.c: added
328
329 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
330
331         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
332         offset if possible
333         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
334
335 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
336
337         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
338         inifinitely recurseable, added static
339         * support/regression/tests/bug-1408066.c: added
340
341 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
342
343         * src/SDCCicode.h,
344         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
345         renamed, added possibility to create "postLoopLbl"-labels
346         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
347         newiTempLoopHeaderLabel
348         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
349         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
350         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
351         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
352         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
353         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
354         (basicInduction): fixed bug #136564, made static,
355         (loopInduction): changed parameter of basicInduction, made static,
356         (addPostLoopBlock): added
357         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
358         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
359         findLoopEndSeq
360         * support/regression/tests/bug-136564.c: added
361         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
362         --std-sdcc99 to LIBSDCCFLAGS
363
364 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
365
366         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
367         while loop
368         * support/regression/tests/bug-1406131.c: added
369
370 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
371
372         * src/SDCCast.c (decorateType): fix promotion of unary minus
373         * src/SDCCsymt.c (computeType): beautified
374         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
375         (valUnaryPM, valComplement): fix sign and promotion,
376         (valNot): ANSI: result type is int (SDCC: unsigned char)
377         * support/regression/tests/uminus.c: speedup by removing superflous
378         test case 'int'
379         * support/regression/tests/onebyte.c: added promotion and signedness
380         tests for unary minus
381         * support/regressions/tests/bug-477927.c: disable warning about
382         uninitialized variables
383         * support/regression/tests/not.c: added
384
385 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
386
387         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
388         * src/mcs51/gen.c (gen51Code): show final register usage after
389         fillGaps in asm with --i-code-in-asm
390         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
391         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
392         incUsed, rliveClear, adjustIChain): made static,
393         (setFromRange): excluded because it's unused,
394         (findPrevUseSym, markWholeLoop): added,
395         (findPrevUse): rewritten; fixes bug 895992; now a complete search
396         through all branches of predecessors enables sdcc to emit the warning
397         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
398         (rlivePoint): made static, added parameter emitWarnings which is only
399         true during the first run out of two,
400         (findRecursiveSucc, findRecursivePred): removed,
401         (computeLiveRanges): made static, added parameter emitWarnings,
402         (dumpIcRlive): added for debugging only
403         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
404         removed prototype of setFromRange()
405         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
406         in call of computeLiveRanges()
407         * support/regression/tests/bug-895992.c: added
408         * support/regression/tests/bug-971834.c: added
409         * support/valdiag/tests/bug-895992.c: added
410         * support/valdiag/tests/bug-971834.c: added
411
412 2005-12-18 Raphael Neider <rneider AT web.de>
413
414         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
415           (genUnpackBits): improved code for direct operands,
416           (genPackBits): improved code for literal assignment to bitfields
417             and for direct destination operands (no FSR indirection),
418             prevented redundant AND, fixes #1362800,
419           (AccLsh): added parameter to disable masking of the result
420         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
421           skip instructions with side-effects (like incfsz),
422           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
423         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
424         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
425           fixes #1375263
426
427 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
428
429         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
430         volatile variables as spill location
431
432 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
433
434         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
435         replacing literals
436         * support/regression/tests/bug-1376320.c: added
437
438 2005-12-08 Raphael Neider <rneider AT web.de>
439
440         * src/pic/device.c: renamed is_shared to pic14_is_shared
441         * src/pic/gen.c (genIfx): re-enabled handling of sbits
442         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
443           (is_valid_identifier): added for above workaround
444
445 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
446
447         * device/lib/Makefile.in: fixed to enable port-specific-objects
448         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
449           char, thanks Hubert Sack
450         * doc/sdccman.lyx: documented --xstack-loc,
451           elaborated a bit more on interrupts and pitfalls,
452           removed "setjmp/longjmp unsupported",
453           documented some unsupported C99 features
454         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
455         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
456           if, thanks Hubert Sack
457         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
458         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
459           make make_library
460         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
461           regression tests can report resource usage (rfe 700441)
462         * support/regression/collate-results.py: report resource usage
463         * support/regression/ports/ds390/spec.mk,
464         * support/regression/ports/hc08/spec.mk,
465         * support/regression/ports/mcs51/spec.mk,
466         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
467         * support/regression/ports/ds390/uCsim.cmd,
468         * support/regression/ports/hc08/uCsim.cmd,
469         * support/regression/ports/mcs51/uCsim.cmd,
470         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
471         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
472           library, use the default one
473         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
474           building the library
475
476 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
477
478         * config.dsp: added dependency on .version and configure_vc.awk
479         * device/include/setjmp.h: updated for --stack-auto and --xstack
480         * device/include/mcs51/at89c51snd1c.h: corrected line endings
481         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
482         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
483         * device/lib/libsdcc.lib: added _setjmp
484         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
485           (decorateType): fixed bug 1372851,
486           (optimizeGetHbit): fixed warning
487         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
488           array initialisation
489         * support/regression/tests/bug1057979.c: added test for bug 1358192
490         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
491
492 2005-12-03 Borut Razem <borut.razem AT siol.net>
493
494         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
495           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
496
497 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
498
499         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
500         createIval): implement symbol independant "flexible array member",
501         (createIvalCharPtr): implemented flexible array initialisation with a
502         string
503         * src/SDCCsymt.c (copyStruct): removed,
504         (getSize): fixed misleading comment,
505         (getAllocSize): removed, the additional allocation size is now in
506         sym->flexArrayLength,
507         (checkStructFlexArray): new, syntax checks for flexible array members,
508         (compStructSize): added syntax checks for "flexible array members"
509         (copyStruct): removed,
510         (copyLinkChain): removed inefficient fix for bug 770487
511         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
512         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
513         symbol->flexArrayLength
514         * src/SDCCerr.c,
515         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
516         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
517         * support/regression/tests/structflexarray.c: added
518         * support/valdiag/tests/structflexiblearray.c: added
519
520 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
521
522         * src/SDCCast.c (decorateType): fixed bug 1368489
523         * support/Util/SDCCerr.c,
524         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
525
526 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
527
528         * device/include/mcs51/at89c51snd1c.h: added file submitted by
529           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
530
531 2005-11-27 Borut Razem <borut.razem AT siol.net>
532
533         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
534           support/cpp2/mkdeps.h: added command line option
535           -obj-ext=<extension> to SDCPP to define object file externion, used
536           for generation of make dependencies (-M)
537         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
538
539 2005-11-26 Borut Razem <borut.razem AT siol.net>
540
541         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
542           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
543           added pic and pic16 libraries
544
545 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
546
547         * device/include/float.h: Corrected typo in prototype of __fsgt
548
549 2005-11-25 Borut Razem <borut.razem AT siol.net>
550
551         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
552           added creation of model-mcs51-stack-auto libraries
553
554 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
555
556         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
557         and fields-list too
558         * src/SDCCast.c (createIvalArray): removed obsolete comment
559
560 2005-11-24 Borut Razem <borut.razem AT siol.net>
561
562         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
563           added missing device/lib/mcs51/crt*.asm sources
564
565 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
566
567         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
568
569 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
570
571         * device/lib/_fs2schar.c,
572         * device/lib/_fs2sint.c,
573         * device/lib/_fs2slong.c: optimized inline asm
574
575 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
576
577         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
578           Better handling of floats between -1.0 and 0.0.
579
580 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
581
582         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
583           (the missing "if"s prohibited removal of redundant labels)
584
585 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
586
587         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
588           Properly convert floats between -1.0 and 0.0 to long, int, and char
589           types (max integer value of negative floats tends to zero).
590         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
591           Removed changes made so to work properly with floats between
592           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
593           and _fs2char.c
594
595 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
596
597         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
598         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
599         (genCast) cosmetic change
600         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
601         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
602         from mcs51
603         * support/regression/tests/bitfields (testSignedBitfields): added
604
605 2005-11-18 Borut Razem <borut.razem AT siol.net>
606
607         * sdcc/device/lib/Makefile.in: remove all unnecessary files
608         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
609           introduced SILENT option to make building of pic16 libraries less
610
611 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
612
613         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
614           Now they work properly with floats between -1.0 and 0.0
615         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
616
617 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
618
619         * src/SDCCicode.c (printOperand): added missing else
620
621 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
622
623         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
624         reformatted for better readability
625         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
626         signed bitfields
627
628 2005-11-17 Borut Razem <borut.razem AT siol.net>
629
630         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
631           introduced SILENT option to make building of pic16 libraries less
632           verbose - used for nightly snapshot build
633         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
634           available on Win32 platforms.
635         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
636           medium, large, pic and pic16
637
638 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
639
640         * device/lib/printf_large.c: Temporary patch for bug 1358192:
641           printf("%f"...) sets fraction to zero.
642
643 2005-11-16 Raphael Neider <rneider AT web.de>
644
645         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
646           fixes #1357221
647         * src/pic/gen.c (genIfx): implemented for CARRY bit
648         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
649           to generic pointers, fixes #1357332,
650           (pic16_movLit2f): NEW,
651           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
652
653 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
656
657 2005-11-11 Raphael Neider <rneider AT web.de>
658
659         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
660         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
661           compute pointer's type from operand,
662           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
663           improved single bit reads, fixes bug #1353379
664
665 2005-11-09 Borut Razem <borut.razem AT siol.net>
666
667         * support/scripts/sdcc.nsi: added lib/pic to the package
668
669 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
670
671         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
672
673 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
674
675         * support/regression/tests/bug1348008.c: added
676         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
677         * support/regression/tests/bug1337835.c: updated comment
678
679 2005-11-06 Borut Razem <borut.razem AT siol.net>
680
681         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
682           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
683           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
684           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
685           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
686           dynamic construction of cl_error_class and derivates - 2.nd try
687
688 2005-11-05 Borut Razem <borut.razem AT siol.net>
689
690         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
691           bug, which caused Bus Errors on sparc solaris
692
693 2005-11-04 Borut Razem <borut.razem AT siol.net>
694
695         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
696           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
697           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
698           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
699           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
700           and derivates to resolve the initialization problem on OSX
701
702 2005-11-02 Borut Razem <borut.razem AT siol.net>
703
704         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
705           corrected typo - #include <winsock2.h>
706
707 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
708
709         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
710           (_asxxxx_mapping): added org directive for future enhancements
711
712 2005-11-01 Borut Razem <borut.razem AT siol.net>
713
714         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
715           enabled sockets on WIN32
716         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
717
718 2005-10-31 Borut Razem <borut.razem AT siol.net>
719
720         * support/regression/generate-cases.py: escape backslashes in {testcase}:
721           WIN32 backslash path delimiters should be escaped when used in C strings
722         * support/regression/tests/bitfields.c: exclude failing assertions for
723           __CYGWIN32__ and __MINGW32__ hosts
724
725 2005-10-30 Borut Razem <borut.razem AT siol.net>
726
727         * src/SDCCutil.c: corrected double comparison typo
728
729 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
730
731         * device/lib/medium/Makefile: added for new memory model medium
732         * device/include/asm/mcs51/features.h: updated for medium/pdata
733         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
734           added Multiply & Accumulate sbit's and MAC0_PAGE define
735         * device/include/mcs51/c8051f300.h: added sfr16 definitions
736         * device/include/mcs51/c8051f310.h: added sfr16 definitions
737         * device/lib/_mullong.c: update for medium model
738         * device/lib/incl.mk: added medium model
739         * doc/sdccman.lyx: documented medium model
740         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
741         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
742         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
743         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
744           (allocParms): set SCLS and OCLS to pdata for medium model
745         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
746           for pdata,
747           (powof2): return <0 if not power of 2
748         * src/avr/gen.c (genBitWise): use updated powof2
749         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
750           (shiftR2Left2Result): small optimization in setup, save acc when storing,
751           (shiftLLeftOrResult): use B if necessary
752         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
753         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
754         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
755         * support/regression/Makefile.in: added test-mcs51-medium
756         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
757
758 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
759
760         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
761         specifier unsigned
762         * device/lib/time.c (mktime): fixed bug 1334315
763
764 2005-10-28 Raphael Neider <rneider AT web.de>
765
766         * device/include/pic/p16f_common.inc: added common declarations
767         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
768
769 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
770
771         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
772           (aopPutUsesAcc): added to predict accumulator use,
773           (assignResultValue): save acc if necessary,
774           (genMinusDec): store result if indirectly addressed,
775           (genDivOneByte):  save acc if necessary,
776           (movLeft2Result): bugfix if left already in acc,
777           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
778             attention to accumulator use (esp. pdata),
779           (genReceive): receive pdata correctly
780         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
781         * src/SDCCicode.h: added isOperandInPagedSpace prototype
782
783 2005-10-27 Raphael Neider <rneider AT web.de>
784
785         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
786
787 2005-10-27 Raphael Neider <rneider AT web.de>
788
789         * .version: changed version to 2.5.4
790         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
791         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
792           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
793             arithmetics support routines
794         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
795         * device/lib/Makefile.in: also create installdir for pic
796
797         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
798           pic14 port as well
799         * src/pic/device.c (dump_sfr): rewritten to delegate register
800           placement to the linker (use `extern sym' rather than sym EQU addr),
801           (validAddress): fixed to check last specified address
802         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
803           (popGetLit): truncate literal value to 8 bit,
804           (popGet): moved assert to more appropriate place
805           (popGetExternal): create pCode operand from and mark the according
806             symbol as being `extern'
807           (popGetAddr): added sanity check on immediate's offset, provide
808             GPOINTER tag on demand
809           (aopPut): fixed for immediates,
810           (mov2w_op): move operand's address or contents to WREG (depending on
811             operand type), safer variant of mov2w,
812           (movwf,call_libraryfunc): NEW, handy abbreviations,
813           (get_argument_pcop,get_return_val_pcop,pass_argument,
814           get_returnvalue): interface for accessing function parameters and
815             return values,
816           (assignResultValuei,genRet): use new parameter/return value interface
817           (pic14_getDataSize): back to old version handling generic pointers,
818           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
819             provided implementation and/or fixed old one,
820           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
821             calls, removed legacy 8051 reference code
822           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
823           (loadSignToC): NEW, move the operands sign bit to CARRY,
824           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
825             genRightShiftSigned, accepts negative shift counts,
826           (setup_fsr): load FSR and adjust IRP (indirect memory access),
827           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
828             generic pointers, __data pointers and __code pointers,
829           (genUnpackBits,genPackBits): rewritten to work with generic pointers
830             and signed bitfields, limit bitfields to 8 bit,
831           (genDataPointerGet): fixed number of bytes read,
832           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
833           (genPointerGet,genPointerSet): fixed handling of __code pointers,
834             pointers to constant data are no longer assumed to point to __code
835             space, removed invalid pointer types,
836           (bitpatternFromVal): retrieve the PICs representation of an integer
837             or float literal,
838           (genDataPointerSet): fixed assigning to po_immediate operands,
839           (genGenPointerSet): implemented as library call,
840           (genIfx): fixed incorrect condition,
841           (genAddrOf): limit generic pointers' addresses to 2 bytes,
842             provide GPOINTER tag according to destination's storage class,
843           (genCast): added code to handle casting to generic pointers, added
844             sign-/zero extension of the result
845           (aop_isLitLike,op_isLitLike): fixed handling of immediates
846         * src/pic/gen.h: added macros to access IRP bit in STATUS register
847         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
848           extend the result
849         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
850           address/register resides in the shared banks
851           (emitSymbolToFile): improved to handle global and `pinned' symbols,
852             put all variables into separate sections (have the linker arrange
853             them)
854           (picglue): put init code and interrupt handlers in separate sections
855         * src/pic/main.c: added port specific options table, modified to PORT
856           structure to make GPOINTERs 3 byte, added pic14_options
857           (_pic14_do_link): private linking routine (update paths to libraries,
858             add libsdcc.lib by default)
859         * src/pic/main.h: declare pic14_options
860         * src/pic/pcode.c: fixed instructions i/o relations,
861           (RegCond): reverted to correct version,
862           (newpCodeOpLit): truncate literals to 8 bit,
863           (genericPrint): added debug output,
864           (getRegFromInstruction): fixed for various operand types, simplified
865           (BuildFlow): fixed broken handling of isntructions with labels
866           (LinkFlow): start at last instruction in flow (skip trailing comments),
867             pass the flow on to the next instruction after CALL
868           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
869           (insertPCodeInstruction): fixed inserting after a skip instruction,
870           (DoBankSelect): fixed for labeled instructions
871           (OptimizepBlock): honor --nopeep switch
872           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
873         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
874         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
875           (pCodeOptime2pCodes): allow disabling this optimization via
876             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
877             but is still buggy), started implementation of a dataflow based
878             pCode optimization (CSE + dead code elimination)
879           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
880         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
881           names are independant of the stack location and therefore portable across
882           devices
883
884 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
885
886         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
887           (selectSpil): fixed bug 1337835 by not spilling bit variables
888         * support/regression/tests/bug1337835.c: added test for this bug
889         * src/mcs51/peeph.def: restart after rule 3.c,
890           addded rules 263.x to optimize loading constants
891
892 2005-10-26 Raphael Neider <rneider AT web.de>
893
894         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
895         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
896           (genAssign): emit warning when casting literals to generic pointer
897             type, also applies when taking the address of a fixed variable,
898           (genCast): improved casting to generic pointers
899         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
900           extern variables, added verbose error message
901         * device/include/pic16/{string.h,errno.h}: added #pragma library c
902
903 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
904
905         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
906         carry must be complemented too
907         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
908         could be emitted by genMinus
909         * src/SDCCval.c (constVal): fixed bug 1305065
910
911 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
912
913         * src/SDCCast.c (addCast): added promotion for bit variables
914         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
915         promotion casts + optimisation
916         (optimizeGetWord): fix warning 'i' might be used uninitialized
917         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
918         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
919
920 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
921
922         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
923         all chars are promoted to int; promotion should be handled in SDCCast.c
924
925 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
926
927         * device/lib/_strcmp.c: Fixed bug 1326457
928
929 2005-10-11 Raphael Neider <rneider AT web.de>
930
931         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
932         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
933
934 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
935
936         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
937         * support/regression/tests/sfr16.c: added test for the sfr32 bug
938
939 2005-10-04 Raphael Neider <rneider AT web.de>
940
941         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
942           device/lib/pic16/pics.all: added pic18f1320
943         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
944
945 2005-09-30 Raphael Neider <rneider AT web.de>
946
947         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
948         * src/pic16/devices.inc: NEW, provides device descriptions
949         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
950
951 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
952
953         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
954           GETHBIT
955
956 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
957
958         * doc/sdccman.lyx: updated Highest Order Bit documentation,
959           documented Any Order Bit, Higher Order Byte and Higher Order Word
960         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
961         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
962           (optimizeGetAbit): new, to get any bit, not only the high bit,
963           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
964           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
965           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
966           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
967             RIGHT_OP: also try GETBYTE, GETWORD optimization,
968             GETABIT, GETBYTE, GETWORD: decorate them,
969           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
970           (ast_print): added GETABIT, GETBYTE, GETWORD
971         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
972         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
973           (geniCodeBinary): new generic binary icode,
974           (ast2iCode): added GETABIT, GETBYTE, GETWORD
975         * src/port.h: updated comment for PORT.hasExtBitOp
976         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
977           (genGetByte): new, to get a single byte,
978           (genGetWord): new, to get a word from a long,
979           (gen51Code): added GETABIT, GETBYTE, GETWORD
980         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
981
982 2005-09-23 Raphael Neider <rneider AT web.de>
983
984         * configure.in, configure: have device/lib/pic configured
985         * device/lib/Makefile.in: added model-pic14
986         * device/lib/clean.mk: added pic/ to clean rule
987         * device/lib/pic: added rudimentary pic14 library providing support
988           functions for multiplication/division/generic pointer access
989         * src/SDCCopt.c (convilong): mark support functions as extern
990           for pic14 port as well
991         * src/pic/gen.c (genMult): added assertions,
992           (genpic14Code): emit warning on unhandled iCodes
993         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
994         * src/pic/pcode.c (pCodeOpCopy),
995         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
996           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
997           SFR_REGISTER}), made safe for future extensions
998         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
999           instructions even if preceeded by SKIP instructions (also remove
1000           them); removed unused code
1001         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1002           prevents leaving parts of the structure uninitialized after copying
1003
1004 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1005
1006         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1007           ago by me
1008         * support/regression/tests/addsub.c: added test for the bug
1009
1010 2005-09-21 Raphael Neider <rneider AT web.de>
1011
1012         * device/include/pic16/pic18f1220.h,
1013           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1014         * device/lib/pic16/Makefile.rules: added missing opening paren
1015         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1016           are provided in genutils.c,
1017           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1018           operand/result sizes,
1019           (genCmp): assert on NULL pointers first, then check deref'ed values
1020         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1021           result size
1022
1023 2005-09-18 Raphael Neider <rneider AT web.de>
1024
1025         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1026           as these are now unused,
1027           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1028         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1029           local, avoids uninitialized pointer dereference on r->name
1030         * src/pic16/ralloc.c (newReg): fixed indentation
1031
1032 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1033
1034         * src/SDCCval.c (constVal): fixed bug 730366
1035         * support/Util/SDCCerr.c,
1036         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1037
1038 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1039
1040         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1041
1042 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1043
1044         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1045
1046 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1047
1048         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1049           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1050         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1051           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1052         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1053         * packihx/packihx.c (hexDigit): made c unsigned char
1054         * as/mcs51/lklibr.c (fndsym),
1055         * link/z80/lkgb.c (gb),
1056         * link/z80/lklibr.c (fndsym),
1057         * link/z80/lkrloc.c (relr),
1058         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1059         * src/SDCC.lex (checkCurrFile, process_pragma),
1060         * src/SDCCglue.c (spacesToUnderscores),
1061         * src/SDCCmain.c (setParseWithComma, processFile),
1062         * src/asm.c (tvsprintf, printCLine),
1063         * src/avr/gen.c (emitcode, aopPut),
1064         * src/ds390/gen.c (emitcode),
1065         * src/hc08/gen.c (emitcode, emitinline),
1066         * src/mcs51/gen.c (emitcode, genInline),
1067         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1068           tokenizeLineNode),
1069         * src/pic/ralloc.c (debugLog),
1070         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1071           tokenizeLineNode),
1072         * src/pic16/ralloc.c (debugLog),
1073         * src/z80/main.c (_process_pragma):
1074            made all ctype.h function calls safe
1075         * src/SDCCopt.c: include math.h for fabs
1076         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1077           and used them throughout the code to make ctype.h function calls safe
1078         * src/ds390/main.c (asmLineNodeFromLineNode),
1079         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1080         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1081            unsigned char*
1082         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1083           (newpCodeAsmDir): made ctype.h function calls safe
1084         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1085           pic16_emitcode):  made lbp unsigned char*
1086         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1087           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1088         * src/xa51/gen.c (emitcode),
1089         * src/z80/gen.c (_emit2): made lbp unsigned char*
1090         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1091            char*
1092
1093 2005-09-05 Raphael Neider <rneider AT web.de>
1094
1095         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1096           access bank splitpoint
1097
1098 2005-09-05 Raphael Neider <rneider AT web.de>
1099
1100         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1101
1102 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1103
1104         * .version: changed to version 2.5.3
1105         * doc/sdccman.lyx: changed version to 2.5.3,
1106           documented --codeseg and --constseg and pragma codeseg and constseg,
1107           documented bit parameters (reentrant) and bit returning
1108         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1109            currFunc->recvSize, but is this ok for all ports?
1110           (ast2iCode): result of ~ on unsigned char must be cast to int for
1111            bool to work
1112         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1113           function pointers in bit space
1114         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1115           (processFuncArgs): call port.reg_parm() with reentrancy info
1116         * src/port.h,
1117         * src/avr/main.c,
1118         * src/ds390/main.c,
1119         * src/hc08/main.c,
1120         * src/pic/main.c,
1121         * src/pic16/main.c,
1122         * src/xa51/main.c,
1123         * src/z80/main.c: port.reg_parm prototype extended with
1124           "bool reentrant" parameter
1125         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1126           options.stackAuto for allocating bit register parameters
1127         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1128           (genSend): set BitBankUsed if it is,
1129           (selectRegBank): factored out of genCall for use in genPcall,
1130           (genCall): removed redundant dtype assignmen, use selectRegBank,
1131           (genPcall): handle returning in Carry properly, save in F0 if needed,
1132           (genReceive): handle bit register parameters
1133         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1134           (mcs51_assignRegisters): enable bit registers for all reentrant
1135            functions and don't set BitBankUsed unconditionally
1136         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1137         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1138         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1139
1140 2005-08-27 Borut Razem <borut.razem AT siol.net>
1141
1142         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1143         ppc-osx (Darwin) does not support -u option. It seems that it is
1144         supported only on Linux - GNU cp
1145
1146 2005-08-25 Borut Razem <borut.razem AT siol.net>
1147
1148         * sim/ucsim/gui.src/serio.src/Makefile.in,
1149           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1150           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1151           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1152           install and strip, since the strip at /usr/ccs/bin should be used
1153           on solaris
1154
1155 2005-08-24 Borut Razem <borut.razem AT siol.net>
1156
1157         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1158
1159 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1160
1161         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1162         ffffffffu
1163
1164 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1165
1166         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1167         * as/mcs51/lkmain.c (link_main): fixed warning
1168         * device/include/stdbool.h: ds390 has no advanced bit support yet
1169         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1170         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1171         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1172           and updated their macros
1173         * src/SDCCval.c (constVal): updated comment for renamed b_long
1174
1175 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1176
1177         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1178         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1179           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1180           (oprio): set priority for '['
1181         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1182            and adb_24_bit
1183         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1184         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1185         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1186         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1187           added overlayable BIT_BANK area
1188         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1189           (summary2): explain 'T' in legenda
1190         * as/mcs51/lkrloc.c: replaced old K&R style,
1191           (relr): added R_BIT processing,
1192           (errmsg): added "Bit-addressable relocation error",
1193           (adb_bit): added for converting from byte- to bit-addressable space,
1194           (adb_24_bit): added for converting from byte- to bit-addressable space
1195         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1196            used in reentrant functions now even as return value
1197         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1198         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1199           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1200         * src/SDCCglobl.h: added indicator BitBankUsed
1201         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1202            the bit registers b0-b7
1203         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1204           (geniCodeCast): fixed bug 1263853,
1205           (geniCodeLogicAndOr): put result in bool or char,
1206           (geniCodeReceive): added parameter func for accessing the return type,
1207           (geniCodeFunctionBody): pass func to geniCodeReceive
1208         * src/SDCCmain.c: added indicator BitBankUsed
1209         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1210         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1211           (checkSClass): don't put automatic bool/bit on stack,
1212           (checkFunction): removed check on function cannot return bit
1213         * src/SDCCsymt.h: added newBoolLink prototype
1214         * src/mcs51/gen.c (rb1regs): added bit registers,
1215           (movc): created for assigning to carry,
1216           (pushReg, popReg): created for pushing registers,
1217           (sameRegs): check both AOP_REG and AOP_CRY types,
1218           (aopOp): handle bit registers,
1219           (aopPut): optimization no self-assign,
1220           (saveRegisters): push reg->base (bits) only once for bit registers,
1221            and use pushReg,
1222           (unsaveRegisters): pop reg->base only once and use popReg,
1223           (assignResultValue): added parameter func and return in carry for bits,
1224           (genIpush): optimization no reload in A if not changed,
1225           (genSend): bit parameters in reentrant functions are passed in bit
1226            registers by first assigning to bits in B, then save registers and
1227            copy B to bits,
1228           (genCall): handle returning in Carry properly, save it in F0 if needed,
1229           (genPcall): updated assignResultValue call, this is not safe yet for bit
1230            returning function !!!
1231           (genFunction): don't generate equ's for bit registers and use pushReg,
1232           (genEndFunction): take care of bit returning functions and use popReg,
1233           (genRet): return bit in Carry,
1234           (genIfx): optimize bit registers and other directly addressable bits,
1235           (genReceive): updated assignResultValue call
1236         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1237           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1238            registers when using stack-auto
1239         * src/mcs51/ralloc.c (_G): added allBitregs,
1240           (regs8051): added the bit registers,
1241           (createStackSpil): use macro IS_BIT,
1242           (getRegBit): added to allocate a bit register, else spill,
1243           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1244           (updateRegUsage): factored out to ease stepping while debugging,
1245           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1246            also allocate bit registers,
1247           (fillGaps): handle bit registers,
1248           (findAllBitregs): added to create bit vector with all bit registers,
1249           (mcs51_allBitregs): returns this bit vector,
1250           (mcs51_assignRegisters): when using stack-auto use bit registers for
1251            passing parameters and creating local variables
1252         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1253
1254 2005-08-22 Borut Razem <borut.razem AT siol.net>
1255
1256         * device/lib/Makefile.in: replaced find option -or with -o
1257           to make it run on solaris
1258
1259 2005-08-22 Raphael Neider <rneider AT web.de>
1260
1261         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1262           fixes #1265442 (crash on Solaris)
1263
1264 2005-08-20 Borut Razem <borut.razem AT siol.net>
1265
1266         * configure, configure.in: added tests for libsocket and libnsl libraries,
1267           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1268           from support/regression/Makefile.in
1269         * support/regression/Makefile.in: added
1270         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1271         * sim/ucsim/libtool: regenerated on sparc-solaris
1272         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1273           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1274           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1275           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1276           sparc-solaris, which doesn't use GNU ld linker
1277         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1278         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1279
1280 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1281
1282         * src/mcs51/peeph.def: updated comments
1283
1284 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1285
1286         * device/lib/_gptrget.c,
1287         * device/lib/_gptrput.c: slightly shorter
1288         * doc/sdccman.lyx: incremented version
1289         * src/mcs51/peeph.def: moved peephole comments to the line of first
1290           change to better keep line correlation, reanimated 186.e
1291         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1292
1293 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1294
1295         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1296           David Saxton with quotes around file name.
1297
1298 2005-08-15 Borut Razem <borut.razem AT siol.net>
1299
1300         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1301           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1302           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1303           make tests run on x86_64 platform
1304
1305 2005-08-13 Raphael Neider <rneider AT web.de>
1306
1307         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1308           as it might be executed DURING a build (parallel make is wonderful)
1309
1310 2005-08-13 Raphael Neider <rneider AT web.de>
1311
1312         * device/lib/Makefile.in (port-specific-objects-pic16):
1313           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1314         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1315           dependency
1316         * device/lib/pic16/Makefile.rules: build subdirs before creating
1317           the library, removed builddir rule, create $(builddir) early in
1318           recurse rule, use empty recurse rule for leaf directories
1319         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1320           mkdir errors (race condition), removed duplicate suffix "hex"
1321           from clean rules
1322         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1323         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1324           prevents mkdir -p from aborting on Alpha
1325
1326 2005-08-12 Raphael Neider <rneider AT web.de>
1327
1328         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1329           db-statements in order to allow for arrays of pointers in code
1330           sections to be placed without interspersed 0-padding, fixes
1331           bug #1256215
1332         * (emitStatistics): fixed division by zero for pic18f1220
1333         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1334           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1335         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1336         * (pic16_pCodeConstString): keep track of already emitted string
1337           literals to prevent "duplicate definitions of symbol _str_NR"
1338         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1339           debug message
1340         * device/lib/Makefile.in: ignore failing PIC16 library builds
1341         * device/lib/pic16/Makefile: do not build if gputils are missing
1342         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1343
1344 2005-08-10 Raphael Neider <rneider AT web.de>
1345
1346         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1347           my last commit)
1348
1349 2005-08-10 Raphael Neider <rneider AT web.de>
1350
1351         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1352           Rokas' patch to add the new fixed point type "__fixed16x16"
1353         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1354           functions for __fixed16x16 arithmetics
1355         * device/lib/pic16: reimplemented the build system to support
1356           a separate build directory, better handling of libio (create
1357           the library in a separate subdir for each architecture) and
1358           easier configuration (centralized in Makefile.common)
1359
1360 2005-08-07 Raphael Neider <rneider AT web.de>
1361
1362         * src/pic16/gen.c (genrshTwo): fixed sign extension
1363         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1364         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1365           added T0CONbits
1366         * device/include/pic16/pic18f4220.h: NEW, header for
1367           pic18f4220 and pic18f4320
1368         * device/include/pic16/pic18fregs.h: added new devices,
1369           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1370         * device/include/pic16/signal.h: resolved name clashes
1371           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1372           to also allow testing for interrupt enable bits, added
1373           comments on how to use the macros
1374         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1375         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1376           register definitions for the devices
1377         * device/lib/pic16/pics.all: added new devices
1378         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1379           allocated memory
1380         * device/lib/pic16/libc/stdlib/memfree: do not count
1381           the block header as free memory
1382         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1383           simplified and added missing end-of-blocklist-marker
1384           (reported by Peter Onion, fixes #1252814)
1385         * (_mergeHeapBlock): fixed loop condition
1386         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1387           len==0, restructured code
1388         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1389           up a bit, reduced bitfield accesses, prevent endless loops
1390           in case of heap corruption
1391         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1392           "unreferenced arguments/must return a value" warnings
1393         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1394           replaced BAUDREG with SPBRG
1395         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1396           device/lib/pic16/debug/gstack/gstack.c: replaced
1397           _naked, _asm, _endasm with __naked, __asm, __endasm
1398
1399 2005-08-05 Raphael Neider <rneider AT web.de>
1400
1401         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1402           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1403
1404 2005-08-05 Borut Razem <borut.razem AT siol.net>
1405
1406         * device/lib/Makefile.in: added missing ';'
1407         * configure: removed ^M characters
1408
1409 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1410
1411         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1412           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1413           License
1414
1415 2005-08-04 Borut Razem <borut.razem AT siol.net>
1416
1417         * configure.in: pic16 libraries build 2nd try - enable running
1418           configure in device/lib/pic16
1419         * configure: regenerated from configure.in
1420         * device/lib/Makefile.in: create $(PORT)/bin directory
1421
1422 2005-08-03 Raphael Neider <rneider AT web.de>
1423
1424         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1425           to get/set values via pointers
1426         * (genUnpackBits,genPackBits): changed detection of
1427           ptr->bitfield vs. sym.bitfield, fixed access via generic
1428           pointers, removed dead (wrong) code for multibyte bitfields
1429         * (genNearPointerGet, genGenPointerGet): removed useless code,
1430           fixed bitfield detection, fixes #1250594
1431         * (genNearPointerSet): removed useless code
1432         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1433           and introduced macro pic16_emitpcode that conditionally emits
1434           the origin of the following pCode (useful for debugging SDCC)
1435         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1436         * (createDefmap): fixed handling of LFSR for --optimize-df
1437
1438 2005-08-02 Borut Razem <borut.razem AT siol.net>
1439
1440         * device/lib/Makefile.in: pic16 libraries build enabled since
1441           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1442
1443 2005-08-02 Raphael Neider <rneider AT web.de>
1444
1445         * src/pic16/gen.c (genPackBits): removed deprecated warning
1446         * (genGenPointerSet): fixed bitfield detection
1447
1448 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1449
1450         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1451
1452 2005-07-31 Raphael Neider <rneider AT web.de>
1453
1454         * device/lib/pic16/libdev/pic18f458.c,
1455           device/include/pic16/pic18f458.h: added missing T0CONbits
1456
1457 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1458
1459         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1460
1461 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1462
1463         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1464
1465 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1466
1467         * device/include/mcs51/at89c51ed2.h: added.
1468
1469 2005-07-23 Raphael Neider <rneider AT web.de>
1470
1471         * src/pic/gen.h: added emitpcode macro for debugging
1472         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1473           and replace by macro adding debug information on demand
1474         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1475         * (gencjne): tried to fix; replaced with correct (slower) code
1476         * (gen{Unp,P}ackBits): fixed single bit access
1477         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1478         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1479           previous instruction
1480         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1481           register has to be handled with care (forbidding movement
1482           of assignments/uses, removing assignments completely, ...)
1483         * (pCodeOptime2pCodes): make use of regIsSpecial
1484         * added lots of debugging output (commented out)
1485         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1486           from being reused as result UNLESS it is known to work
1487
1488 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * support/Util/dbuf.h: include <stddef.h> for size_t
1491         * .version: changed to version 2.5.2
1492
1493 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1494
1495         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1496
1497 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1498
1499         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1500           (genModOneByte): removed needless psha/pula
1501
1502 2005-07-22 Raphael Neider <rneider AT web.de>
1503
1504         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1505           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1506         * src/pic/gen.c (resolveIfx): do not "invent" labels
1507         * (genSkipc): changed to positive logic
1508         * (genSkipCond): removed as no longer needed
1509         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1510           backport from PIC16
1511         * (genLeftShift): check operands are in different registers
1512         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1513           INCF does not update CARRY...
1514         * src/pic/main.c: fixed _linkCmd
1515         * src/pic/pcode.c (unlinkpCode): added inactive code
1516         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1517           alive (do not assign result and operand overlapping registers)
1518
1519 2005-07-22 Raphael Neider <rneider AT web.de>
1520
1521         * src/pic/device.c (dump_sfr): replaced register declaration with
1522           call to emitSymbolToFile() to avoid duplicate symbols
1523         * (assignRelocatableRegisters): do not declare external symbols
1524         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1525           right (take size of type, not etype)
1526         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1527         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1528         * (packRegsForAccUse): disabled assignment of WREG as
1529           the result reg to prevent occurence of just fixed #1235003,
1530           fixes #1242954
1531         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1532           symbols (avoids duplicate symbols in .asm file)
1533         * (pic14emitRegularMap): use emitSymbolToFile()
1534         * src/pic/gen.c (aopOp): fixed spillLocation handling
1535         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1536         * (genDataPointerSet): removed unneccessary variables/output
1537
1538 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1539
1540         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1541         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1542
1543 2005-07-21 Raphael Neider <rneider AT web.de>
1544
1545         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1546           architecture cannot handle them efficiently, fixes bug #1235003
1547         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1548           check for empty sets before using them (fixes bug #1232190)
1549
1550 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1551
1552         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1553           (lnksect2): generate warnings for memory overlap
1554         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1555           constseg to set the name of these segments so you can instruct the linker
1556           to place them in banks
1557         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1558         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1559           added code_seg and const_seg to options
1560         * src/SDCCglue.c (emitMaps): use options.const_seg,
1561           (createInterruptVect): put interrupt vectors in segment HOME,
1562           (glue): put HOME before static segment and put the main glue in HOME,
1563           (glue): use options.code_seg
1564         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1565         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1566           these segments so you can instruct the linker to place them in banks
1567           (linkEdit): use code_loc for HOME segment which should be the first
1568           segment in code memory now
1569         * src/SDCCmem.c: fixed more stuff like bug 1238386
1570         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1571           (changePointer): don't change function pointers to code pointers for
1572           banked functions,
1573           (compareType): added exceptional check for banked function pointers
1574         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1575         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1576           after static in code memory
1577         * src/mcs51/gen.c: added aopLiteralLong prototype,
1578           (aopForSym): use getSize for functions,
1579           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1580           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1581           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1582           the segment,
1583           (genPcall): use call for literal function pointers and generate banked
1584           calls over the one trampoline so there's only one place for the user to
1585           modify according to his/hers hardware,
1586           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1587           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1588         * src/mcs51/main.c: added keyword banked,
1589           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1590         * support/Util/SDCCerr.c,
1591         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1592           needed for passing the bank and address to the trampoline
1593         * device/lib/mcs51/crtbank.asm: added for bankswitching
1594         * device/lib/mcs51/Makefile: added crtbank
1595
1596 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1597
1598         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1599           for fields at offset 0 of a struct or union as reported
1600           on 2005-07-07 in the developer mailing list.
1601
1602 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1603
1604         * src/SDCCmem.c: fixed bug 1238386
1605
1606 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1607
1608         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1609           (patch #1144962), added peephole 300, enabled 259.x
1610         * doc/sdccman.lyx: removed screenshot and provided link instead
1611
1612 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1613
1614         * doc/sdccman.lyx: added section about debugging with ddd
1615         * doc/figures/ddd_example.eps: screenshot of debugging session
1616
1617 2005-07-04 Raphael Neider <rneider AT web.de>
1618
1619         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1620           like CODE pointers, fixes #1115683
1621         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1622           call, fixes bugs #1232211, #1228110,
1623           fixed wrong casts to pCodeFlow from pCodeInstructions
1624
1625 2005-07-04 Raphael Neider <rneider AT web.de>
1626
1627         * src/pic/gen.c (popGet): changed assert to allow for
1628           bit operands
1629         * (popGetAddr): changed signature to provide
1630           an additional index, patched all call sites
1631         * (genCmpEq): handle literal-like operands correctly
1632         * (genAddrOf): added sanity checks on __code/__data pointers
1633         * (genAssign): added handling of symbols from __code section
1634         * (gencjne): do not generate code for comparisons whose result
1635           is neither stored nor used, fixes bug #1171114
1636         * (AccLsh, AccRsh): operate on operand instead of WREG
1637         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1638           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1639           by known count
1640         * rewrote complete shift-by-literal logic, commented unused
1641           functions out
1642         * (genConstPointerGet): get multiple bytes (if result size > 1),
1643           fixed handling of non-immediate addresses
1644         * (genPointerGet): handle CODE pointers like CONST pointers
1645         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1646         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1647           operand is to be treated as a literal or not
1648         * (mov2w,genPcall,genCmpEq),
1649           src/pic/genarith.c: use aop_isLitLike() to decide between
1650           literal/register contents
1651         * (addSign): added missing offset
1652         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1653           only emit comment in debug-mode,
1654           use {aop,op}_isLitLike throughout the file
1655         * src/pic/glue.c: fix initializers for pointers (work in progress)
1656         * src/pic/pcode.c (get_op): honor index on _const symbols
1657         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1658         * (dumppBlock): added pCode size estimation
1659         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1660           check for IS_SYMOP before OP_SYMBOL'ing
1661         * fixed indentation, compacted switch-statements
1662         * (allocReg): find free register and allocate it instead of
1663           allocating new registers all the time
1664         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1665           registers as its operands (necessary only for multibyte GETs)
1666
1667 2005-07-01 Raphael Neider <rneider AT web.de>
1668
1669         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1670           debugging .asm-output macros FENTRY + FEXIT
1671         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1672           way... I wonder...
1673         * (emitpComment): NEW, printf to pCode
1674         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1675           offset handling
1676         * (popGetAddr): NEW, variant of popGet to access an immediates
1677           high(er) bytes instead of the n'th byte of memory they reference,
1678           replaced popGet with popGetAddr where neccessary
1679         * (genDataPointerGet): reactivated and fixed implementation
1680         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1681           accesses
1682         * (genDataPointerSet): fixed multibyte assignments
1683         * (genpic14Code): fixed --i-code-in-asm handling
1684         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1685         * (genPlus): fixed index-out-of-bounds error
1686         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1687         * src/pic/ralloc.c: added debugging output macro FENTRY2
1688         * (spillThis): fixed indentation, enbraced for-body for clarity
1689         * (rematStr): commented out as now unused
1690         * (regTypeNum): commented out special spill case (overwrites
1691           arbitrary values)
1692         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1693
1694 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1695
1696         * doc/sdccman.lyx: documented sfr16/sfr32,
1697           added example for using storage class with function pointers
1698         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1699
1700 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1701
1702         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1703         * device/lib/_itoa.c,
1704         * device/lib/_ltoa.c: optimized codesize
1705         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1706           but don't know how to suppress the double warning.
1707         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1708         * support/Util/SDCCerr.c,
1709         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1710
1711 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1712
1713         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1714           fixed old K&R prototypes
1715         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1716         * device/lib/_gptrget.c,
1717         * device/lib/_gptrgetc.c,
1718         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1719           also new versions for small generic pointers and banked generic pointers
1720         * src/port.h: added const_name
1721         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1722         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1723         * src/SDCCcse.c (findPrevIc): check all associative operators
1724         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1725         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1726         * src/SDCCmem.c: updated comments,
1727           set far-space to 0 for pdata, results in optimized code
1728         * src/SDCCmem.h: added macro CONST_NAME
1729         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1730           moving the info into the highest bits, see also gptrget/gptrput
1731         * src/src.dsp: added sdcc.ico to project files
1732         * src/avr/gen.c (genCast): fixed bug 0x%d
1733         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1734         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1735           relation between ptr_type and DCL_TYPE,
1736           (genCast): fixed bug 0x%d
1737         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1738           (CODE)" for const_name
1739         * src/hc08/gen.c (genCast): fixed bug 0x%d
1740         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1741           (hc08_port): added "CONST (CODE)" for const_name
1742         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1743           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1744           between ptr_type and DCL_TYPE,
1745           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1746           operand* and took AOP() inside function so sfr-ness can be checked,
1747           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1748           new prototype,
1749           (genFunction, genEndFunction): optimized stack setup,
1750           (genMinus): optimized for literals with ending zeroes (in bytes),
1751           (genCast): fixed bug 0x%d
1752         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1753           (mcs51_port): added "CONST (CODE)" for const_name
1754         * src/mcs51/peeph.def: made rule 226 more generic
1755         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1756         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1757         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1758         * src/z80/main.c (z80_port): added NULL for const_name,
1759           (gbz80_port): added NULL for const_name
1760         * support/regression/tests/bug663539.c,
1761         * support/regression/tests/sfr16.c: new tests
1762
1763 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1764
1765         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1766
1767 2005-06-24 Raphael Neider <rneider AT web.de>
1768
1769         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1770           corrected typos...
1771         * device/include/pic16/signal.h: added USBIF
1772           and SIG_USB
1773
1774 2005-06-24 Raphael Neider <rneider AT web.de>
1775
1776         * device/lib/pic16/libdev/pic18f2455.c,
1777           device/include/pic16/pic18f2455.h: NEW
1778         * device/include/pic16/pic18fregs.h,
1779           device/lib/pic16/pics.all,
1780           src/pic16/device.c: added 18f2455
1781         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1782           device/include/pic16/{pic18f[68][567].h,usart.h}:
1783           replaced MULTIPLE_USARTS define with more relaible
1784           compatibility sfrs (for USART access)
1785
1786 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1787
1788         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1789           and the output asm file line is printed on two lines.
1790
1791 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1792
1793         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1794           BGT, BLE, BHI, and BLS instructions
1795         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1796           genCmpEq): removed
1797         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1798           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1799           fixes bug #1216342
1800         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1801
1802 2005-06-15 Raphael Neider <rneider AT web.de>
1803
1804         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1805         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1806         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1807           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1808           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1809
1810 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1811
1812         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1813           Marcel Telka in bug #1215704
1814
1815 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1816
1817         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1818           located in shared memory bank.
1819
1820 2005-05-31 Raphael Neider <rneider AT web.de>
1821
1822         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1823           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1824           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1825
1826 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1827
1828         * device/lib/_strncpy.c: fixed the fix
1829
1830 2005-05-26 Raphael Neider <rneider AT web.de>
1831
1832         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1833           initializers with \0, bug #1208187
1834         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1835           intializers with \0, bug #1208187
1836
1837 2005-05-26 Raphael Neider <rneider AT web.de>
1838
1839         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1840           initializers with \0, bug #1208187
1841         * src/pic16/main.c (_process_pragma): added sanity checks
1842           for stack position and size, emit warnings when appropriate
1843
1844 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1845
1846         * device/lib/_strncpy.c: fixed not filling with \0
1847
1848 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1849
1850         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1851           createFunction),
1852         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1853           compound_statement),
1854         * src/SDCCsymt.h,
1855         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1856
1857 2005-05-24 Raphael Neider <rneider AT web.de>
1858
1859         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1860
1861 2005-05-24 Raphael Neider <rneider AT web.de>
1862
1863         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1864           TRISE definitions, closes bug #1162453
1865
1866 2005-05-22 Raphael Neider <rneider AT web.de>
1867
1868         * src/pic16/main.c (_process_pragma): check for missing
1869           arguments to pragmas code and udata
1870         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1871           consistency fixes to match other headers (thanks to Jim Paris)
1872         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1873
1874 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1875
1876         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1877
1878 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1879
1880         * support/regression/tests/bug1198642.c: new test
1881         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1882         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1883         * support/scripts/resource.h,
1884         * support/scripts/resource.rc,
1885         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1886         * support/scripts/sdcc.ico: added 32x32 icon
1887
1888 2005-05-18 Raphael Neider <rneider AT web.de>
1889
1890         * device/lib/pic16/libdev/pic18f*.c,
1891         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1892           keywords to "__sfr" and "__at (X)"
1893         * device/include/pic16/pic18fregs.h: added pic18f4520
1894         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1895           #1203088 (MPLAB compatibility)
1896
1897 2005-05-17 Raphael Neider <rneider AT web.de>
1898
1899         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1900         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1901         * device/lib/pic16/pics.all: added new devices
1902         * src/pic16/device.c: added support for pic18f4520
1903
1904 2005-05-16 Raphael Neider <rneider AT web.de>
1905         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1906         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1907         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1908           convenience function for bit access
1909
1910 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1911
1912         * device/lib/printf_large.c: fixed bug 1193299
1913         * support/regression/tests/bug1057979.c: added test %3.3s
1914
1915 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1916
1917         * device/include/mcs51/8051.h,
1918         * device/include/mcs51/8052.h: made parseable with lint
1919         * device/include/mcs51/lint.h: added include file for (sp)lint
1920         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1921         * doc/cdbfileformat.lyx,
1922         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1923
1924 2005-05-14 Raphael Neider <rneider AT web.de>
1925
1926         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1927         * device/lib/pic16/libc/stdlib/itoa.c (new)
1928         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1929         * device/lib/pic16/libio/Makefile: exclude subdir according to
1930           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1931         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1932         * src/pic16/gen.c (genFunction): prevent annoying warning
1933         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1934           nameclashes on BeOS
1935         * support/cpp2/cppmain.c (cpp_output_string): new
1936         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1937           fixes bug 1116802
1938
1939 2005-05-13 Borut Razem <borut.razem AT siol.net>
1940
1941         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1942
1943 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1944
1945         * .version: changed to version 2.5.1; back to bleeding edge development
1946
1947 2005-05-11 Borut Razem <borut.razem AT siol.net>
1948
1949         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1950           generate PDF version 1.3 documents
1951
1952 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1953
1954         * .version: changed to version 2.5.0
1955
1956 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1957
1958         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1959
1960 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1961
1962         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1963         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1964         well as many smaller updates.
1965         * .version: changed to version 2.5.0-pre1
1966
1967 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1968
1969         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1970
1971 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1972
1973         * support/regression/tests/bug1185672.c: added
1974         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1975           bug 1185672
1976         * src/mcs51/gen.c (genCall): added comments, made it look safer
1977         * src/mcs51/gen.c (genEndFunction): simplified
1978
1979 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1980
1981         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1982
1983 2005-04-14 Borut Razem <borut.razem AT siol.net>
1984
1985         * fixed bug 1045046 - SIGSEGV with really simple code?:
1986           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1987           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1988
1989 2005-04-14 Borut Razem <borut.razem AT siol.net>
1990
1991         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1992           src/pic16/device.h: temporarily disabled experimental #inline pragma
1993           for 2.5.0 release
1994
1995 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * device/include/z80/stdio.h,
1998         * device/include/z80/string.h: removed these highly incomplete files so
1999           SDCC can use the default ones in device/include/
2000
2001 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2002
2003         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2004         gcc warning.
2005         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2006         fix sdcpp warnings.
2007
2008 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2009
2010         * device/include/malloc.h: removed redundant __reentrant prototypes
2011         * device/lib/_mullong.c: added working xstack variant in asm (C version
2012           doesn't pass regression tests)
2013         * device/lib/bpx.c: used __data and made bpx char for mcs51
2014         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2015           (createFunction): fixed bug with xstackPtr
2016         * src/SDCCcse.c: corrected comments
2017         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2018           (killDeadCode, eBBlockFromiCode): removed unused code
2019         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2020           corrected comments
2021         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2022           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2023           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2024           (genModOneByte): fixed warning in MSVC
2025         * src/mcs51/main.c (): added comments
2026         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2027
2028 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2029
2030         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2031
2032 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2033
2034         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2035
2036 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2037
2038         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2039         characters arrays of larger size than the declared one.
2040
2041 2005-04-10 Borut Razem <borut.razem AT siol.net>
2042
2043         * src/pic/gen.c (genInline),
2044           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2045           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2046           (findNextInstruction), (findPrevInstruction),
2047           (findInstructionUsingLabel),
2048           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2049         * src/pic/pcode.c (findLabel): added missing '\n'
2050         * src/src.dsp: added SDCCdwarf2.c to the project
2051
2052 2005-04-09 Borut Razem <borut.razem AT siol.net>
2053
2054         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2055
2056 2005-04-08 Raphael Neider <rneider AT web.de>
2057
2058         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2059           into the chain after a given one) and mergeDefmapSymbols (combine
2060           defmap entries for each symbol per pcode)
2061         * (createDefmap): have defmap entries merged in the end
2062         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2063           a symbol before replacing one access type's symbol, merge symbols in
2064           the end (replacement symbol might already have an entry)
2065         * (assignValnums): keep reference to written WREG intact
2066
2067 2005-04-08 Raphael Neider <rneider AT web.de>
2068
2069         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2070           Alpha)
2071
2072 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2073
2074         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2075         bytes
2076
2077 2005-04-07 Raphael Neider <rneider AT web.de>
2078
2079         * device/include/pic16/usart.h: added compatibility defines for
2080           devices with more than one USART
2081         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2082
2083 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2084
2085         * device/lib/Makefile.in: updated for port specific include
2086
2087 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2088
2089         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2090
2091 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2092
2093         * device/include/8051.h,
2094         * device/include/8052.h,
2095         * device/include/at89S8252.h,
2096         * device/include/at89c55.h,
2097         * device/include/at89x051.h,
2098         * device/include/at89x51.h,
2099         * device/include/at89x52.h,
2100         * device/include/mcs51reg.h,
2101         * device/include/reg51.h,
2102         * device/include/reg764.h,
2103         * device/include/regc515c.h,
2104         * device/include/sab80515.h: (re)moved these 12 files
2105         * device/include/mcs51/8051.h,
2106         * device/include/mcs51/8052.h,
2107         * device/include/mcs51/at89S8252.h,
2108         * device/include/mcs51/at89c55.h,
2109         * device/include/mcs51/at89x051.h,
2110         * device/include/mcs51/at89x51.h,
2111         * device/include/mcs51/at89x52.h,
2112         * device/include/mcs51/mcs51reg.h,
2113         * device/include/mcs51/reg51.h,
2114         * device/include/mcs51/reg764.h,
2115         * device/include/mcs51/regc515c.h,
2116         * device/include/mcs51/sab80515.h: and added them here
2117
2118 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2119
2120         * device/include/stdarg.h: changed SDCC specific keywords to double
2121           underlined form.
2122         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2123           mcs51 and ds390.
2124         * device/include/hc08/mc68hc908gp32.h,
2125         * device/include/hc08/mc68hc908jb8.h,
2126         * device/include/hc08/mc68hc908jkjl.h,
2127         * device/include/hc08/mc68hc908qy.h: fixed comments
2128         * device/include/mcs51/README: updated
2129         * device/include/mcs51/c8051f120.h: added PINRSF
2130         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2131         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2132           amidst code. Also inline is not supported.
2133
2134 2005-04-06 Raphael Neider <rneider AT web.de>
2135
2136         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2137         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2138           callers stack/frame pointers
2139
2140 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2141
2142         * device/include/pic16/usart.h: added, missing in previous commit,
2143         * device/include/pic16/adc.h: fixed typo,
2144         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2145         commit,
2146         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2147         <p18fxxx.inc>
2148         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2149         uninitialized because a bug appears with gplink
2150         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2151         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2152         complains for unrecognised option
2153
2154 2005-04-05 Raphael Neider <rneider AT web.de>
2155
2156         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2157           structs as well (using memcpy)
2158         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2159           on ISRs (GOTO has no label)
2160         * src/pic16/device.h: added OF_OPTIMIZE_DF
2161         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2162           new data flow analysis/optimization
2163         * src/pic16/pcode.c: added (prototypes for and implementation of)
2164           dataflow analysis functions, fixed pCodeInstructions' inCond and
2165           outCond values, made RCALL a branch instruction
2166         * (pic16_unlinkpCode): keep C line if possible
2167         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2168           C line moved if possible
2169         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2170         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2171           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2172         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2173           new flow)
2174         * (pic16_getJumptabpCode): NEW, needed in...
2175         * (LinkFlow): fixed handling of jumptables, calls and conditional
2176           branches
2177         * (pic16_InsertCommentAfter): NEW
2178         * (pic16_pCodeReplace): made verbose and flow preserving
2179         * (AnalyzeFlow): added call to data flow analysis
2180         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2181         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2182         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2183
2184 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2185
2186         * src/SDCCast.c (decorateType): fixed bug #1105626
2187
2188 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2189
2190         * device/include/asm/pic16/features.h,
2191         * pic18f*.h headers,
2192         * device/include/pic16/adc.h,
2193         * device/include/pic16/delay.h,
2194         * device/include/pic16/i2c.h,
2195         * device/include/pic16/malloc.h,
2196         * device/include/pic16/stdio.h,
2197         * device/include/pic16/stdlib.h,
2198         * device/include/pic16/string.h,
2199         * device/lib/pic16/libc/stdio/printf_tiny.c,
2200         * device/lib/pic16/libc/stdio/printf_small.c,
2201         * device/lib/pic16/libc/stdio/strmgpsim.c,
2202         * device/lib/pic16/libc/stdio/strmmssp.c,
2203         * device/lib/pic16/libc/stdio/strmusart.c,
2204         * device/lib/pic16/libc/stdio/vfprintf.c,
2205         * device/lib/pic16/libc/stdlib/ltoa.c,
2206         * device/lib/pic16/libc/stdlib/putchar.c,
2207         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2208         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2209         * device/lib/pic16/libc/stdlib/memchrram.c,
2210         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2211         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2212         * device/lib/pic16/libio/adc/adcbusy.c,
2213         * device/lib/pic16/libio/adc/adcread.c,
2214         * device/lib/pic16/libio/adc/adcsetch.c,
2215         * device/lib/pic16/libio/usart/ubaud.c,
2216         * device/lib/pic16/libio/usart/ubusy.c,
2217         * device/lib/pic16/libio/usart/udrdy.c,
2218         * device/lib/pic16/libio/usart/uopen.c,
2219         * device/lib/pic16/libio/usart/uputc.c,
2220         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2221         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2222         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2223         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2224         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2225         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2226         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2227         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2228         specific keywords to double underlined form,
2229         * device/lib/pic16/libc/Makefile.rules,
2230         * device/lib/pic16/libsdcc/Makefile.rules,
2231         * device/lib/pic16/libm/Makefile,
2232         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2233         to compile with C standard set in Makefile.common
2234         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2235         rand.c and crc.c in compilation process,
2236         * device/lib/pic16/libsdcc/int/divuint.c,
2237         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2238         `c' from signed to unsigned,
2239         * device/lib/pic16/startup/crt0.c,
2240         * device/lib/pic16/startup/crt0i.c,
2241         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2242         keywords to double underlined form, bug fixes in _do_cinit function
2243         which prevented the correct initialization of the .idata segment,
2244         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2245         core to enter a infinite loop
2246         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2247
2248 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2249
2250         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2251
2252 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2253
2254         * device/include/Makefile.in: add support for hc08 subdirectory
2255         * device/include/hc08/: new subdirectory
2256         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2257         Lucas Loizaga, thanks!
2258         * device/include/hc08/mc68hc908qy.h,
2259         * device/include/hc08/mc68hc908gp32.h,
2260         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2261         their own directory. Changed internal macro names to use the compiler
2262         reserved namespace. Changed SDCC specific keywords to double
2263         underlined form.
2264         * device/include/math.h,
2265         * device/include/malloc.h,
2266         * device/include/stdarg.h,
2267         * device/include/stdbool.h
2268         * device/include/string.h,
2269         * device/include/tinibios.h,
2270         * device/include/ds400rom.h,
2271         * device/include/8051.h,
2272         * device/include/8052.h,
2273         * device/include/80c51xa.h,
2274         * device/include/at89c55.h,
2275         * device/include/at89S8252.h,
2276         * device/include/at89x51.h,
2277         * device/include/at89x52.h,
2278         * device/include/ds80c390.h,
2279         * device/include/reg764.h,
2280         * device/include/regc515c.h,
2281         * device/include/sab80515.h,
2282         * device/include/mcs51/c8051f000.h,
2283         * device/include/mcs51/c8051f018.h,
2284         * device/include/mcs51/c8051f020.h,
2285         * device/include/mcs51/c8051f040.h,
2286         * device/include/mcs51/c8051f060.h,
2287         * device/include/mcs51/c8051f120.h,
2288         * device/include/mcs51/c8051f300.h,
2289         * device/include/mcs51/c8051f310.h,
2290         * device/include/mcs51/c8051f320.h,
2291         * device/include/mcs51/c8051f330.h,
2292         * device/include/mcs51/c8051f350.h,
2293         * device/include/z180.h: Changed SDCC specific keywords to double
2294         underlined form.
2295
2296 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2297
2298         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2299         18F4455,
2300         * (pic16_assignConfigWordValue): disable testing of configuration
2301         register value with config mask,
2302         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2303         function with port->fun_prefix,
2304         * (genFunction): when generating a naked interrupt function never
2305         create an absolute segment placed in interrupt vector address, place
2306         the actual interrupt function at IVA instead, when an interrupt
2307         function is generated with unspecified interrupt then do not create
2308         the absolute section,
2309         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2310         code for generating a call to generic pointer get/put function with
2311         a call to function pic16_callGenericPointer(),
2312         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2313         the call to the generic pointer get/put functions with prefixing the
2314         function name with port->fun_prefix,
2315         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2316         * src/pic16/main.c (_process_pragma): prefix function with
2317         port->fun_prefix,
2318         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2319         calling assembler, old 18Fxxxx macro is deprecated,
2320         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2321         PC_ASMDIR in while condition,
2322         * (findInstruction): add PC_ASMDIR in while condition,
2323         * (buildCallTree): prefix main with port->fun_prefix,
2324         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2325         identifier for variable with banked access in instructions BTFSS,
2326         BTFSC, BCF, BSF, BTG
2327         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2328         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2329         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2330         perform optimization when enviroment variable NO_REG_OPT is set,
2331         * (insideLRBlock): NEW, return 1 if register is inside an
2332         INF_LOCALREGS block,
2333         * (RemoveRegFromLRBlock): remove a register that is completely
2334         eliminated by register optimization, but it is still left in local
2335         register store/restore in/from stack block,
2336         * (Remove2pcodes): after removing register, check to see if it
2337         should be removed from local register store/restore in/from stack
2338         block,
2339         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2340         DUMMY_READ_VOLATILE,
2341
2342         * device/include/pic16/adc.h: minor prototype modifications and
2343         update,
2344         * device/include/pic16/malloc.h: added GPL notice various
2345         modifications,
2346         * device/include/pic16/stdint.h: NEW, standard header for ints
2347         * device/include/pic16/delay.h: NEW, header for delay functions,
2348         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2349         delay1mtcy,
2350         * device/include/pic16/signal.h: NEW, header providing helper macros
2351         for implementing signal handlers,
2352         * device/include/pic16/stdio.h: added prototypes for functions,
2353         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2354         prototypes for stdin and stdout, added macro PUTCHAR to
2355         automatically implement putchar function prototype,
2356         * device/include/pic16/usart.h: modified and updated USART library,
2357         * device/lib/pic16/libio/adc/,
2358         * device/lib/pic16/libio/i2c: some modifications to improve library
2359         performance,
2360         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2361         family of functions,
2362         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2363         family of functions and other sources,
2364         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2365         of the PIC18Fxx[28] devices,
2366         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2367         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2368         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2369         _do_cinit function, because the previous failed when local variables
2370         where not placed in the same memory bank,
2371         * device/lib/pic16/libsdcc/char/: various modifications to improve
2372         library performance,
2373         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2374         information on the new functions of the c library and more...
2375
2376 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2377
2378         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2379
2380 2005-03-26 Raphael Neider <rneider AT web.de>
2381
2382         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2383           if condition == CARRY)
2384         * (genCmp): adapted to new genSkipc semantics
2385         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2386           on rIfx (genCmp was broken)
2387
2388 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2389
2390         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2391         * src/z80/main.c (_keywords[]),
2392         * src/SDCCglobal.h (struct options),
2393         * src/SDCC.y,
2394         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2395         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2396         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2397         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2398         always available in leading double underscore form. The C99 support is
2399         mostly missing, but it's a start.
2400         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2401         reserved identifier "__data".
2402
2403 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2404
2405         * src/mcs51/peeph.def: fixed bug 1170013
2406
2407 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2408
2409         * device/include/mcs51reg.h: fixed bug 842007
2410
2411 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2412
2413         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2414         last time.
2415
2416 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2417
2418         * src/port.h (struct PORT),
2419         * src/avr/ralloc.c (avr_assignRegisters),
2420         * src/avr/main.c,
2421         * src/ds390/ralloc.c (ds390_assignRegisters),
2422         * src/ds390/main.c,
2423         * src/hc08/ralloc.c (hc08_assignRegisters),
2424         * src/hc08/main.c,
2425         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2426         * src/mcs51/main.c,
2427         * src/pic/ralloc.c (pic14_assignRegisters),
2428         * src/pic/main.c,
2429         * src/pic16/ralloc.c (pic16_assignRegisters),
2430         * src/pic16/main.c,
2431         * src/xa51/ralloc.c (xa51_assignRegisters),
2432         * src/xa51/main.c,
2433         * src/z80/ralloc.c (z80_assignRegisters),
2434         * src/z80/ralloc.h,
2435         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2436         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2437         * src/SDCCcse.h,
2438         * src/SDCCdflow.c (computeDataFlow),
2439         * src/SDCCdflow.h,
2440         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2441         * src/SDCCloop.h,
2442         * src/SDCCcflow.c (*),
2443         * src/SDCCcflow.h,
2444         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2445         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2446         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2447         immedDom() returning wrong block; probably fixes bug #1160833)
2448
2449 2005-03-20 Borut Razem <borut.razem AT siol.net>
2450
2451         * support/scripts/inc2h.pl: WIN32 port
2452
2453 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2454
2455         * device/lib/makefile.in: added abs.c and labs.c
2456
2457 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2458
2459         * device/include/stdint.h: added
2460         * device/lib/abs.c: added
2461         * device/lib/labs.c: added
2462         * device/include/stdlib.h: added abs() and labs() prototypes
2463         * device/lib/libsdcc.lib: added abs and labs
2464         * device/include/float.h,
2465         * device/lib/_fsmul.c,
2466         * device/lib/printf_fast.c,
2467         * device/lib/printf_tiny.c: updated comments
2468
2469 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2470
2471         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2472         bug #1164313
2473
2474 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2475
2476         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2477         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2478
2479 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2480
2481         * device/lib/printf_large.c: removed inline assembly for portability and
2482           readability. Use printf_fast if speed or size are more important.
2483         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2484         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2485
2486 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2487
2488         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2489         prevent compiler warning
2490
2491 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2492
2493         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2494         moved to level 0 and declared as static. Also they are explicit
2495         placed in access bank. This was necessery because some times they
2496         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2497         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2498         optimizations. Currently only compare to unsigned char is implemented,
2499         * src/pic16/gen.c: added fReturnIdx array,
2500         * (struct resolvedIfx) is moved to gen.h and made public,
2501         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2502         * (aopForSym): added an optimization to directly store in stack of
2503         the operand of a SEND iCode,
2504         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2505         but as registers instead (AOP_REG) using the fReturnIdx array,
2506         * (pic16_freeAsmop): remove the freed register from the
2507         _G.sregsAlloc field,
2508         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2509         a compare of 'WREG',
2510         * (pic16_popGetTempRegCond): changed function prototype, now
2511         function takes also a bitVector argument v which holds the current
2512         set of registers that are allocated for stack access by aopForSym,
2513         registers allocated in aopForSym for accessing stack symbols are not
2514         any more part of the functions usedRegs field,
2515         * (genCall): some times aopOp is called for a stack variable to be
2516         send, aopForSym might perform the push, if this is true make sure
2517         that genCall doesn't push the variable twice by testing _G.resDirect,
2518         * (genFunction): changed testing for unspecified interrupt number
2519         from 256 to INTNO_UNSPEC,
2520         * modified selection scheme of frame pointer generation. Previously
2521         if function did use local registers a frame pointer was generated,
2522         now a frame pointer is generated only if function has arguments
2523         (that need PLUSW2 register access), or has stack arguments, or the
2524         compiler is not instructed to omit the frame pointer,
2525         * (genEndFunction): before restoring local registers that were saved
2526         in the function preamble, also restore the registers that *might*
2527         have been allocated for stack access,
2528         * (genRet): removed some old comments,
2529         * (genCmp, the active (RN's) version): added a call to the
2530         pic16_genCmp_special function to perform the compare with a more
2531         robust and optimized way,
2532         * (genInline): a feature has been added in inline code generation,
2533         which allows a wildcard variable substitution when writing inline
2534         assembly. Code is incomplete and experimental therefore undocumented,
2535         * (genCast): changed order of aopOp for result and right to allow
2536         aopForSym to directly load the result if possible,
2537         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2538         perform an optimized compare on some selected special occasions,
2539         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2540         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2541         generate an IVT any more,
2542         * src/pic16/main.c (pic16_optionsTable): added command line option
2543         --optimize-cmp,
2544         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2545         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2546         macros,
2547         * src/pic16/NOTES: Raphael Neider added in list of active developers
2548         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2549         jumptable_end to prevent bug #,
2550         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2551         inCond and outCond fields,
2552         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2553         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2554         turn off register spilling,
2555         * (packRegsForOneUse): synced with other ports' versions although it
2556         is not used currently,
2557         * (pic16_packRegisters): added an optimization while reading
2558         structure bitfields, some registers may be saved (malloc code is
2559         decreased by 80 bytes)
2560
2561 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2562
2563         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2564         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2565         this can be optimized more?
2566
2567 2005-03-10 Raphael Neider <rneider AT web.de>
2568
2569         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2570           genNearPointerGet): (hopefully) fixed access to bitfields via
2571           pointers (p->bitN = x; and x = p->bitN; failed)
2572
2573 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2574
2575         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2576
2577 2005-03-09 Raphael Neider <rneider AT web.de>
2578
2579         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2580
2581 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2582
2583         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2584         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2585           (regTypeNum): set REG_BIT type if necessary
2586         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2587         * support/regression/tests/critical.c: check bug 1144613
2588
2589 2005-03-02 Raphael Neider <rneider AT web.de>
2590
2591         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2592
2593 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2594
2595         * src/avr/ralloc.c (serialRegAssign),
2596         * src/ds390/ralloc.c (serialRegAssign),
2597         * src/hc08/ralloc.c (serialRegAssign),
2598         * src/mcs51/ralloc.c (serialRegAssign),
2599         * src/pic/ralloc.c (serialRegAssign),
2600         * src/pic16/ralloc.c (serialRegAssign),
2601         * src/xa51/ralloc.c (serialRegAssign),
2602         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2603
2604 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2605
2606         * src/SDCCast.c (decorateType): fixed bug 1124787
2607
2608 2005-02-20 Hubert Sack <sack AT digiplan.de>
2609         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2610
2611         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2612         patch #1121755
2613
2614 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2615
2616         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2617         to keep the correct label reference count when adding/removing references
2618         to labels. A peephole file using this is appended to patch #1144962.
2619
2620 2005-02-14 Raphael Neider <rneider AT web.de>
2621
2622         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2623         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2624         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2625           retrievals of result operand's value on assignment
2626
2627 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2628
2629         * device/include/pic16/string.h: modified prototype for memccpy()
2630         to memccpy(void *, void *, char, size_t)
2631         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2632         check whether to omit frame pointer or not,
2633         * (genInline): convert all occurences of "\n" to LF in inline
2634         assembler blocks, this helps formatting the inline text,
2635         * (pic16_loadFSR0): modified prototype,
2636         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2637         removed some 8051 legacy code,
2638         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2639         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2640         before allocating temporary registers in functions,
2641
2642 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2643
2644         * support/regression/tests/bitvars.c: corrected the "fix"
2645
2646 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2647
2648         * support/regression/tests/bitvars.c,
2649         * support/regression/tests/bitwise.c,
2650         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2651
2652 2005-02-10 Raphael Neider <rneider AT web.de>
2653
2654         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2655           different size for Alpha
2656         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2657
2658 2005-02-09 Raphael Neider <rneider AT web.de>
2659
2660         * src/SDCC.lex(doPragma) : save and restore warning options as well
2661           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2662         * have #pragma less_pedantic set the errorlevel to WARNING
2663           (fixes #1117001)
2664         * (cloneOptimize) : fixed wrong malloc's size
2665         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2666           facilitate correct handling of #pragma (save|restore)
2667
2668 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2671
2672 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2673
2674         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2675
2676 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2677
2678         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2679
2680 2005-02-02 Raphael Neider <rneider AT web.de>
2681
2682         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2683         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2684         * (pic16_storeForReturn): fixed to allow returning function pointers
2685         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2686         * device/include/pic16/{stddef.h,stdbool.h}: added
2687
2688 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2689
2690         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2691
2692 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2693
2694         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2695         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2696          appeared to be required
2697
2698 2005-01-31 Borut Razem <borut.razem AT siol.net>
2699
2700         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2701           include/mcs51 and include/z80 directories to the package
2702
2703 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2704
2705         * src/hc08/gen.c (genFunction): fixed bug #1112752
2706
2707 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2708
2709         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2710
2711 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2712
2713         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2714
2715 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2716
2717         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2718
2719 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2720
2721         * device/include/c8051fxxx.h: removed these 6 files
2722         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2723
2724 2005-01-26 Raphael Neider <rneider AT web.de>
2725
2726         * src/pic16/gen.c (genAssign): fixed assignment from longs
2727           in codespace (were cut to three bytes)
2728         * (genDummyRead): implemented (except for CODESPACE...),
2729           fixed bug #1108575
2730         * src/pic16/glue.c (emitStatistics): beautified
2731         * device/lib/pic16/libm/Makefile: added include path
2732
2733 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2734
2735         * src/z80/gen.c (aopPut): fixed bug #1103902
2736
2737 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2738
2739         * device/lib/expf.c: fixed bug #1095792
2740
2741 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2742
2743         * device/lib/pic16/libm: added Math library sources
2744
2745 2005-01-24 Raphael Neider <rneider AT web.de>
2746
2747         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2748           to enable upcast to pCodeOpReg2 (there is no type tag to
2749           differenciate the two and pic16_popGet2p cast into PCOR2)
2750         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2751           (sizeof(sectNames) changed to sizeof(sectName))
2752           Both patches fix segfaults under MinGW.
2753
2754 2005-01-23 Raphael Neider <rneider AT web.de>
2755
2756         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2757           Safe_[mc]?alloc()'ed variables
2758         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2759           of (byte sized) temporaries (assign them to WREG for now)
2760         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2761           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2762           this might fix SIGSEGVs on MinGW...
2763         * src/SDCCopt.c (killDeadCode): restored original behaviour
2764           (volatile operands might get thrown away though)
2765
2766 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2767
2768         * src/pic16/gen.c: fixed bug #1106975,
2769         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2770         pointer update, INTCON is saved, global interrupts are disabled and
2771         restored after updateing TOS.
2772         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2773         * added function attribute 'shadowregs' to take advantage of shadow
2774         registers,
2775         * added function attribute 'wparam' as an alternative to the wparam
2776         pragma,
2777         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2778         user declares a non-ISR function as 'shadowregs',
2779         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2780
2781 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2782
2783         * .version: bumped version number to 2.4.8
2784         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2785         pic16 port,
2786         * device/lib/pic16/libio/i2c/: I2C module support library,
2787         * device/include/pic16/i2c.h: I2C support library header,
2788         * device/lib/pic16/libc/stdio/: standard IO support sources,
2789         * (printf_small.c): printf_small() source, supports float print,
2790         * (printf_tiny.c): printf_tiny() source, does not support floats,
2791         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2792         enable global optimizations for entire library source, other
2793         Makefiles in the source tree are also modified to reflect this,
2794         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2795         function,
2796         * doc/sdccman.lyx: updated to reflect new changes,
2797         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2798         sym->onStack if-case,
2799         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2800         sbit, idata, _idata, xdata, _xdata,
2801         * added pragma library, to link an external library, (see doc),
2802         * removed command line options, --pomit-config-words, --pomit-ivt,
2803         --pleave-reset-vector,
2804         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2805         when calling assembler to reflect memory model used, also define
2806         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2807         reflect stack model used,
2808         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2809         on stack return NULL,
2810
2811 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2812
2813         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2814           of the operands is volatile. Fixes #1020220
2815
2816 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2817
2818         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2819         * (OptimizeRegUsage): make sure that there is really no other flow where
2820           the first pCode is used
2821
2822 2005-01-22 Raphael Neider <rneider AT web.de>
2823
2824         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2825           to fix #1106967 (pCode->seq are not set up correctly)
2826
2827 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2828
2829         * src/SDCCglue.c (glue): make sure code area is declared before the
2830         static initialization area.
2831
2832 2005-01-21 Raphael Neider <rneider AT web.de>
2833
2834         * device/lib/Makefile.in: fixed test for pic16 install dir
2835         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2836           optimizations
2837         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2838           added --optimize-goto compiler switch and pragma wparam documentation
2839         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2840         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2841           and PRODH closing bug #1071770 (peephole optimizer)
2842
2843 2005-01-19 Raphael Neider <rneider AT web.de>
2844
2845         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2846           cmdLine buffers (used when calling sdcpp...) are large enough
2847           (MAX_PATH=256 truncates arguments leading to system halts when
2848           used in MinGW...)
2849         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2850         * (genUminus): rewritten to for efficiency
2851         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2852           used uninitialized in some cases)
2853         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2854           copy the third byte from the int -- now assumes 0x80 (data memory)
2855         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2856           operands (genAddLit expects the iCode's operands to swapped as
2857           well), fixed leftover bytes (crashed for short left operands)
2858         * (pic16_genMinusDec): performance improvements, removed false
2859           PIC14 emitSKPNCs
2860         * (pic16_genMinus): fixed to cope with differently sized operands
2861         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2862           for --obanksel > 1
2863         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2864         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2865           new banksel optimization
2866         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2867           analysis for temporary registers (segfaults...)
2868         * src/pic16/peeph.def: added rule
2869
2870 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2871
2872         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2873         which converts a float number to its ASCII representation
2874         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2875         functions to convert the fractional and integer part of a float to ASCII,
2876         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2877         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2878         ram
2879         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2880         _STATMEM macros,
2881         * device/include/pic16/adc.h: added GPL info,
2882         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2883         a pCodeOp as tested operand,
2884         * (genNearPointerGet): optimized bit testing, does not use
2885         intermediate register for bit value, test directly instead with
2886         BTFSS, BTFSC, works only for single bits,
2887         * (genpic16Code): dump the name of the iCode in the asm,
2888         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2889         renamed to pic16_decodeOp,
2890         * (serialRegAssign): do not allocate a temporary register for iCode
2891         sequences that test a single bit for 1/0
2892
2893 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2894
2895         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2896         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2897         access stack and frame pointers. They are initially assigned to
2898         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2899         accessing SFRs. Updated all occurences of modification of stack or
2900         frame pointer in gen.c and pcode.c,
2901         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2902         assigning of a literal value to pointers,
2903         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2904         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2905         selected
2906
2907 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2908
2909         * doc/sdccman.lyx: update documentation about stack pragma, added
2910         some info for stack memory models
2911
2912 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2913
2914         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2915
2916 2005-01-08 Raphael Neider <rneider AT web.de>
2917
2918         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2919           udata sections to fix bug #1097823
2920
2921 2005-01-05 Raphael Neider <rneider AT web.de>
2922
2923         * src/pic16/gen.c (genGenericShift): added handling of differently
2924           sized left operand and result
2925
2926 2005-01-04 Raphael Neider <rneider AT web.de>
2927
2928         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2929         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2930           to hold the condition bit)
2931         * added new version of genCmp (old code available via #define)
2932         * added new version of genShiftLeft/genShiftRight in a generic
2933           way, now supports shifting by negative values
2934         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2935           shiftCount (expected by genGenericShift)
2936         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2937         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2938           dump
2939         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2940           is an invalid literal too...)
2941
2942 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2943
2944         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2945         from Raphael Neider,
2946         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2947         for 8-bit literals. This fixes some literal operands which are sign
2948         extended to 16-bits ints when instruction needs only 8-bits.
2949
2950 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2951
2952         * device/lib/logf.c: added mcs51 assembly version
2953         * device/lib/expf.c: added mcs51 assembly version
2954         * device/lib/_logexpf.c: new shared asm code for expf and logf
2955         * device/include/math.h: add defines for assembly math library
2956         * device/lib/Makefile.in: build new _logexpf.c
2957         * device/lib/libfloat.lib: use new _logexpf.c
2958
2959 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2960
2961         * src/pic/device.c
2962         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2963           device types which have less than 0x7f registers.
2964
2965 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2966
2967         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2968
2969 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2970
2971         * device/lib/printf_fast.c: only build on supported arch.
2972         * device/lib/printf_tiny.c: only build on supported arch.
2973         * device/lib/printf_fast_f.c: only build if asm float lib
2974         * device/lib/_fsget1arg.c: only build if asm float lib
2975         * device/lib/_fsget2args.c: only build if asm float lib
2976         * device/lib/_fsnormalize.c: only build if asm float lib
2977         * device/lib/_fsreturnval.c: only build if asm float lib
2978         * device/lib/_fsrshift.c: only build if asm float lib
2979         * device/lib/_fsswapargs.c: only build if asm float lib
2980         * device/include/stdio.h: don't provide print_fast,
2981           print_fast_f, print_tiny prototypes if --xstack used
2982
2983 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2984
2985         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2986         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2987           to the SOURCES
2988
2989 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2990
2991         * device/lib/printf_fast_f.c: same as printf_fast, but
2992           with floating point enabled
2993         * device/lib/printf_fast.c: minor tweaks
2994         * device/include/stdio.h: add printf_fast_f
2995
2996 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2997
2998         * src/SDCCmain.c: make --float-reent default for mcs51
2999         * device/lib/_fsadd.c: added mcs51 assembly version
3000         * device/lib/_fssub.c: added mcs51 assembly version
3001         * device/lib/_fsmul.c: added mcs51 assembly version
3002         * device/lib/_fsdiv.c: added mcs51 assembly version
3003         * device/lib/_fseq.c: added mcs51 assembly version
3004         * device/lib/_fsneq.c: added mcs51 assembly version
3005         * device/lib/_fsgt.c: added mcs51 assembly version
3006         * device/lib/_fslt.c: added mcs51 assembly version
3007         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3008         * device/lib/Makefile.in: add _fscmp to build
3009         * device/lib/libfloat.lib: add _fscmp to build
3010
3011 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3012
3013         * device/lib/_fs2slong.c: added mcs51 assembly version
3014         * device/lib/_fs2sint.c: added mcs51 assembly version
3015         * device/lib/_fs2schar.c: added mcs51 assembly version
3016         * device/lib/_fs2ulong.c: added mcs51 assembly version
3017         * device/lib/_fs2uint.c: added mcs51 assembly version
3018         * device/lib/_fs2uchar.c: added mcs51 assembly version
3019         * device/lib/_slong2fs.c: added mcs51 assembly version
3020         * device/lib/_sint2fs.c: added mcs51 assembly version
3021         * device/lib/_schar2fs.c: added mcs51 assembly version
3022         * device/lib/_ulong2fs.c: added mcs51 assembly version
3023         * device/lib/_uint2fs.c: added mcs51 assembly version
3024         * device/lib/_uchar2fs.c: added mcs51 assembly version
3025         * device/include/float.h: added #define to select asm vs c
3026
3027 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3028
3029         * device/lib/printf_fast.c: improvements to float output
3030         * device/include/float.h: add defines for assembly float library
3031         * device/lib/_fsget1arg.c: receive 1 float arg
3032         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3033         * device/lib/_fsnormalize.c: normalize a float
3034         * device/lib/_fsreturnval.c: return float, various helper routines
3035         * device/lib/_fsrshift.c: right shift a float's mantissa
3036         * device/lib/_fsswapargs.c: swap 2 floats
3037         * device/lib/Makefile.in: build these 6 new files for mcs51
3038         * device/lib/libfloat.lib: add these 6 files to the library
3039
3040 2004-12-26 Borut Razem <borut.razem AT siol.net>
3041
3042         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3043           built by gcc 3.4.2
3044
3045 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3046
3047         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3048           and fully reentrant and register bank neutral.
3049         * device/lib/printf_fast.c: added float (not enabled by default),
3050           added compact/slower integer (also not enabled by default),
3051           improved size/speed of fast integer code, other minor changes
3052         * device/include/stdio.h, device/lib/Makefile.in,
3053           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3054
3055 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3056
3057         * src/pic16/pcode.c: declaring variables other than at the start of a
3058           block is not supported in C by VC6.
3059
3060 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3061
3062         * applied a previous patch from Raphael Neider that wasn't included
3063         in the previous commits, which fixes infinite loops within jumptable
3064         improvements,
3065         * made some fixes that previous patches introduced
3066
3067 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3068
3069         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3070         that fixes an issue with AOP_PCODE asmop's offset,
3071         * (pic16_popCopyReg): update instance field too,
3072         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3073         function of pic port,
3074         * (genCmp, genAnd, genAssign),
3075         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3076
3077 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3078
3079         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3080         variables initial values to idata section,
3081         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3082         variables in some functions. This utilizes parmBytes field of iCode
3083         structure to hold the offset of the variable in stack. (might be
3084         able to use the stack field too?)
3085         * applied patch from Raphael Neider # ### , # ###
3086         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3087         variable initial values in idata section,
3088         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3089         for static variables with initial value
3090         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3091         applied fix in while loop from Raphael Neider.
3092
3093 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3094
3095         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3096         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3097         * src/ds390/ralloc.c (serialRegAssign): spill bits
3098         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3099         * support/Util/SDCCerr.c,
3100         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3101         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3102         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3103
3104 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3105
3106         * device/include/sdcc-lib.h: inserted LGPL, added includes
3107           asm/ds390/features.h and asm/mcs51/features.h
3108         * device/include/asm/default/features.h,
3109         * device/include/asm/gbz80/features.h,
3110         * device/include/asm/z80/features.h: added empty _AUTOMEM
3111           and _STATMEM
3112         * device/include/asm/ds390/features.h,
3113         * device/include/asm/mcs51/features.h: added files with defines for
3114           _AUTOMEM and _STATMEM indicating automatic and static storage class
3115         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3116         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3117         * src/SDCCicode.c (geniCodeCast),
3118         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3119         * src/SDCCloop.c (loopInduction): removed unused variable lr
3120         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3121           to convertToFcall to include char modulo (RFE 1065037), added check
3122           if left operand is unsigned and use abs of literal value
3123         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3124           as it doesn't work after conversion from peephole.def to peephole.rul
3125         * src/mcs51/gen.c (toBoolean): added check for size,
3126           (genModOneByte): optimized code for signed char modulo a literal
3127           power of 2 (thanks to Hubert Sack),
3128           (genRRC): removed unnecessary "clr c",
3129           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3130         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3131           jump optimization,
3132           swapped rules 256.c and 256.d,
3133           extended 256.d by using new multiple checks (thanks Erik),
3134           added rules 256.e and 256.f,
3135           updated rule 261.a and 261.b to new generated code
3136         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3137
3138 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3139
3140         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3141           induction related bugs, including first part of bug #1074377
3142
3143 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3144
3145         * applied patch from bug-report #1076292,
3146         * applied patches for genAnd and Goto-optimizations for Raphael
3147         Neider,
3148         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3149         dump a less iCode information,
3150         * src/pic16/device.h (pic16_options_t): added field debgen,
3151         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3152         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3153         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3154         puclic,
3155         * (various functions): added macros FENTRY and FENTRY2 to functions,
3156         to emit function prologue,
3157         * (various functions): fixed indentation,
3158         * (genNearPointerGet): fixed loading of FSR0,
3159         * (genPackBits): applied patch from Raphael Neider to fix updating
3160         of FSR0 and touching only the modified bits,
3161         * src/pic16/genarith.c (various functions): added macros FENTRY to
3162         emit function prologue in comments,
3163         * src/pic16/pcode.h: added functions debugf2, debugf3,
3164         * src/pic16/ralloc.c: partial fix for packForPush caused
3165         segmentation fault,
3166
3167 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3168
3169         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3170           <stsp AT users.sourceforge.net> with reversed byte order
3171         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3172
3173 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3174
3175         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3176           bug #1074377
3177         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3178         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3179
3180 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3181
3182         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3183
3184 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3185
3186         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3187           conditions,
3188           (setFromConditionArgs): friendly operand parser for peephole rules,
3189           (operandBaseName, operandsNotRelated): new peephole condition
3190           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3191           architecture specific register naming into account, handles n-way
3192           comparisons, and supports quoted literals
3193         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3194
3195 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3196
3197         * src/mcs51/peeph.def: fixed bug #1076940
3198
3199 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3200
3201         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3202
3203 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3204
3205         Adding support for replacing ljmps with sjmps in jumptables
3206         generated for switch statements. For now you need to set the
3207         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3208         Now 4 algorithms for mcs51 jumptable generation are used:
3209         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3210         addresses loaded pc-relative for up to 112 cases and stack-pushing
3211         target addresses loaded with offset from dptr for up to 256 cases.
3212
3213         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3214         * src/mcs51/main.c: adapted constants for switch table generation
3215         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3216
3217 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3218
3219         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3220         * support/regression/tests/bug1057979.c: added test for bug 1073386
3221
3222 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3223
3224         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3225         compilers
3226
3227 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3228
3229         * src/pic16/device.h,
3230         * src/pic16/genarith.c,
3231         * src/pic16/glue.c,
3232         * src/pic16/main.c,
3233         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3234
3235 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3236
3237         Large cummulative patch for pic16 port.
3238         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3239         to call when a stack overflow occurs,
3240         * (malloc.h): added CVS Id tag,
3241         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3242         variable,
3243         * added libc directory. The current version of LibC contains string
3244         functions, ctype functions and macros and some functions of the
3245         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3246         be extensively tested in the future. Standard disclaimer here.
3247         Library is not automatically build yet. But one can build it by
3248         invoking 'make' inside the libc directory.
3249         * added ADC library under libio. Preliminary version yet.
3250
3251         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3252         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3253         aopForRemat() now and not by pic16_aopOp(),
3254         * (pic16_popGetTempReg): removed warning messgae when allocating
3255         temporary registers, its a buggy feature and will be removed,
3256         * (pic16_popGet): set register instance field in AOP_CRY,
3257         * (pic16_outBitC): fixed for results in size greater than 1,
3258         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3259         * (pic16_storeForReturn): optimized return of 0,
3260         * (genCmp): experimental code for new genCmp which uses PIC18's
3261         special compare&skip instructions. Initial tests fail some times
3262         with variables grater than 1 byte in size, so new code is disabled,
3263         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3264         a single bit,
3265         * (genCast): began a fix to optimize the casting of a bit to another
3266         bit, now assigning a bitfield to another bitfield will fail, sorry,
3267         * src/pic16/main.c: disabled the use of lr-support feature,
3268         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3269         * added some function prototypes, added function _debugf prototype,
3270         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3271         bits with offset (case PO_GPR_BIT),
3272         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3273         command line,
3274         * (isBankInstruction): modified to return 0 for no banking instruction,
3275         and 1 for banking instruction,
3276         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3277         caused stop processing pCodes after a inline assembly block,
3278         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3279         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3280         registers when it shouldn't,
3281         * src/pic16/ralloc.c (allocReg): add preliminary support for
3282         supporting a limited set of temporary registers,
3283
3284 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3285
3286         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3287           genDataPointerSet): ensure assignments always copy in MSB to LSB
3288           order,
3289           (loadRegFromAop): recognize CLRH optimization,
3290           (genFunction): optimize RECEIVE iCodes in reentrant functions
3291
3292 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3293
3294         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3295           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3296           selected.
3297         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3298         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3299           contiguous with data
3300
3301 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3302
3303         * device/lib/_gptrget.c (_gptrget),
3304         * device/lib/_gptrgetc.c (_gptrgetc),
3305         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3306           instead of sjmp to ret
3307         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3308           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3309
3310 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3311
3312         * .version: bumped version to 2.4.7
3313         * device/lib/_gptrget.c (_gptrget): is now _naked
3314         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3315         * device/lib/_gptrput.c (_gptrput): is now _naked
3316         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3317           (createFunction): fixed xstack
3318         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3319         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3320           or bit either,
3321           (geniCodeCritical): store original interrupt state in an iTemp bit
3322           var unless stack-auto
3323         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3324         * src/SDCCmain.c (setIncludePath): added include/target to search path
3325         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3326         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3327           prototype,
3328           (processFuncArgs): put bit vars in bit area
3329         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3330           unsaveRBank): fixed xstack,
3331           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3332           (genFunction, genEndFunction): fixed xstack,
3333           (genAssign): optimization don't walk backwards through mem
3334         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3335         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3336         * support/regression/Makefile: also make library (for stack-auto) when
3337           making "all" and added "test-mcs51-xstack-auto"
3338         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3339         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3340         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3341         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3342         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3343           make-library by MAKE_LIBRARY
3344         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3345           regression tests for xstack
3346         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3347         * support/regression/tests/critical.c: test for critical on mcs51
3348
3349 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3350
3351         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3352           built version of sdcc instead of installed version
3353
3354 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3355
3356         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3357         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3358           vprintf.c now
3359         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3360         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3361           WARNING: remove device/lib/build/z80/printf.o by hand when
3362           updating from previous build!
3363         * device/lib/z80/printf.c: updated comment
3364         * support/regression/tests/bug1057979.c: test all ports now
3365         * support/regression/tests/bug1065458.c: file added
3366
3367 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3368
3369         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3370           *_start and *_end symbols for static functions
3371
3372 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3373
3374         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3375           and search crt0.o in all library paths,
3376           (setIncludePath): proper handling of --nostdinc,
3377           (setLibPath): proper handling of --nostdlib
3378         * support/regression/Makefile,
3379         * support/regression/ports/ds390/spec.mk,
3380         * support/regression/ports/gbz80/spec.mk,
3381         * support/regression/ports/hc08/spec.mk,
3382         * support/regression/ports/mcs51/spec.mk,
3383         * support/regression/ports/mcs51-large/spec.mk,
3384         * support/regression/ports/mcs51-stack-auto/spec.mk,
3385         * support/regression/ports/z80/spec.mk: use include and lib files from
3386           built version of sdcc instead of installed version
3387         * doc/sdccman.lyx: fixed typo in --nostdinc
3388
3389 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3390
3391         * src/pic/pcode.c,
3392         * src/pic/device.c,
3393         * src/pic/ralloc.c,
3394         * src/pic/gen.c : added support to generate code for struct bit fields.
3395
3396 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3397
3398         * as/xa51/xa_version.h,
3399         * device/include/errno.h,
3400         * device/include/regc515c.h,
3401         * device/lib/_itoa.c,
3402         * device/lib/_ltoa.c,
3403         * device/lib/ser_ir_cts_rts.c,
3404         * sim/ucsim/xa.src/glob.cc,
3405         * sim/ucsim/xa.src/inst_gen.cc,
3406         * sim/ucsim/xa.src/xa_bit.cc,
3407         * sim/ucsim/xa.src/xa_sfr.cc,
3408         * sim/ucsim/z80.src/inst_dd.cc,
3409         * sim/ucsim/z80.src/inst_fdcb.cc,
3410         * support/scripts/keil2sdcc.pl,
3411         * src/pic16/pic16.dsp,
3412         * src/pic16/pic16a.dsp: corrected cvs line endings
3413         * device/lib/printf_large.c: fixed bug 1057979
3414         * src/pic16/gen.c: fixed non-C standard code
3415         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3416         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3417         * support/regression/ports/mcs51/support.c: reload T1 asap
3418         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3419           pdata use and clear idata startup behaviour
3420         * support/regression/tests/bug1057979.c: added
3421
3422 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3423
3424         * device/examples/ds390/ow390/ad26.h,
3425         * device/examples/ds390/ow390/cnt1d.h,
3426         * device/examples/ds390/ow390/crcutil.c,
3427         * device/examples/ds390/ow390/ownet.h,
3428         * device/examples/ds390/ow390/owsesu.c,
3429         * device/examples/ds390/ow390/swt12.h,
3430         * device/examples/ds390/ow390/swtoper.c,
3431         * device/examples/ds390/ow390/temp10.h,
3432         * device/examples/ds390/ow390/thermodl.c,
3433         * device/examples/ds390/tinitalk/tinitalk.dsp,
3434         * device/examples/ds390/tinitalk/tinitalk.dsw,
3435         * device/examples/mcs51/clock/hw.h,
3436         * device/examples/mcs51/simple2/go.bat,
3437         * device/examples/serialcomm/windows/serial.h,
3438         * device/examples/xa51/dummy.c,
3439         * device/examples/xa51/hello.c,
3440         * device/include/80c51xa.h,
3441         * device/include/at89x051.h: corrected cvs line endings
3442
3443 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3444
3445         * src/pic16/main.c (options): added command line --gstack, to trace
3446         stack over/under flows,
3447         * added pragma 'wparam' to allow passing first byte of function
3448         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3449         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3450         call to __gstack_test function and sets up the symbol as extern,
3451         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3452         * popaop): added call to pic16_testStackOverflow,
3453         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3454         wparamList list,
3455         * (genCall, genPcall): now all parameters are passed via stack
3456         except in functions that are pass to wparam pragma in which WREG is
3457         used too,
3458         * (genPcall): REENTRANT flag is checked to see if variable prototype
3459         contains reentrant keyword, don't call a non-reentrant function, via
3460         a reentrant function pointer or vice versa, functions are never
3461         passed via WREG,
3462         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3463         D.Winkler,
3464         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3465         SIGSEGV when accessing a NULL register stucture,
3466         * (pic16_printGPointerType): modified to handle UPPER modifier for
3467         function initializers, changed prototype of function to simpler one,
3468         * (pic16_printIvalFuncPtr): check to see if function is already
3469         added in externs list,
3470         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3471         optimized a move from W to SFR with a move to the same register
3472         later after a CALL,
3473         * device/lib/pic16/debug: NEW directory, contains debug features
3474         which are enabled when linking with libdebug.lib, currently command
3475         line option --gstack enables stack pointer tracing for over/under
3476         flow, corresponding sources are in debug/gstack
3477
3478 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3479
3480         * doc/sdccman.lyx: updated SDCC version,
3481         * (PIC16 port): update list of command line options,
3482         * src/pic16/device.h (structure pic16_options_t): added field gstack
3483         to enable stack overflow tracing on push/pops,
3484         * src/pic16/device.c (statistics structure): added statistics
3485         structure,
3486         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3487         pic16_dump_int_registers): increase statistics counters for each
3488         * variable which is encountered
3489         * (pic16_dump_usection): emit each .udata variable to its own udata
3490         section,
3491         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3492         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3493         parameters via stack, otherwise use old scheme,
3494         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3495         assembler output file,
3496         * src/pic16/main.c: added command line options --gstack to enable
3497         push/pop tracing for stack overflow,
3498         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3499         instructions): added size of each instruction,
3500         * (pic16_countInstruction): estimate size of instructions in
3501         the_pFile list, inline assembly blocks are not counted,
3502         * (pic16_FixRegisterBanking): trace previous register usage, when
3503         banksel optimizations is greater than 0, don't emit a redudant
3504         banksel directive,
3505
3506 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3507
3508         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3509         * src/pic16/ralloc.c : applied same fix for pic16.
3510         * src/pic/gen.c : tidied it up a little.
3511
3512 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3513
3514         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3515         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3516
3517 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3518
3519         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3520
3521 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3522
3523         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3524         non-reentrant function __modsint in the interrupt function (thus
3525         corrupting math operations during serial I/O)
3526         * device/lib/ser_ir.c: as above, changed buffersize
3527         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3528         256.c,d for zeroing
3529         * doc/Makefile: added option -t for rsync
3530
3531 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3532
3533         * src/SDCCast.h (struct ast),
3534         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3535
3536 2004-10-20 Borut Razem <borut.razem AT siol.net>
3537
3538         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3539         package
3540
3541 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3542
3543         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3544         makefile targets,
3545         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3546         support functions to replace long sequences of MOVFF's from access
3547         bank registers to stack and vice versa,
3548         * src/pic16/device.h: added new field opt_flags, where optimization
3549         flags can be set to enable certain features,
3550         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3551         * pBlock, (genFunction, genEndFunction): surroung loop for
3552         saving/loading used registers in stack with PC_INFO pCodes,
3553         INF_LREGS. Code in between can then be optimized by pCode optimizer
3554         to support function calls,
3555         * (genDataPointerSet): fixed bug which loaded float fields in
3556         structures with corrupt data,
3557         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3558         in a standard way debug info on stderr. Feature used for developing
3559         and debugging only,
3560         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3561         obsolete chunks of code,
3562         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3563         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3564         * pic16/src/pcode.c (pic16_newpCodeInfo,
3565         * (pic16_newpCodeOpLocalRegs),
3566         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3567         feature,
3568         * (pic16_pCodeConstString): printing of the initial value of a
3569         symbol as a comment is inhibited since parsing was already done by
3570         copyStr and output is corrupt,
3571         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3572
3573 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3574
3575         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3576
3577 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3578
3579         * as/mcs51/lkarea.c: removed old K&R style,
3580           (lnksect): changed check on boundary error,
3581           (lnksect2): changed check on boundary error,
3582           (lnksect2): extend XSTK to end of page if size = 1
3583         * as/mcs51/lkmain.c: removed old K&R style,
3584           (Areas51): create l_IRAM symbol
3585         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3586         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3587           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3588         * device/lib/_mullong.c: added version to be compiled with xstack
3589         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3590         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3591         * device/lib/mcs51/crtxstack.asm: fixed comment
3592         * src/SDCCglue.c: maxInterrupts defaults to 0,
3593           (emitMaps): added pdata,
3594           (createInterruptVect): (re)moved default,
3595           (glue): added pdata,
3596           (glue): moved __start__xstack to XSTK with default size 1
3597         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3598           and options.float_rent when options.stackAuto is set,
3599           (linkEdit): only write XDATA_NAME if provided on command line
3600         * src/SDCCmem.h,
3601         * src/SDCCmem.c: added pdata
3602         * src/port.h: added pdata_name to PORT
3603         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3604           (saveRegisters, unsaveRegisters): removed usage of B,
3605           (genMinus): fixed accumulator clash,
3606           (genJumpTab): added comment, this needs another look
3607         * src/mcs51/gen.c: added check for "B in use" paranoia,
3608           added pushB() and popB()
3609         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3610           chance
3611         * src/avr/main.c,
3612         * src/ds390/main.c,
3613         * src/hc08/main.c,
3614         * src/mcs51/main.c,
3615         * src/pic/main.c,
3616         * src/pic16/main.c,
3617         * src/xa51/main.c,
3618         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3619           added PSEG (PAG,XDATA) or NULL to port specifier
3620         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3621         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3622           (_mcs51_genInitStartup): removed __start__xstack equ,
3623           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3624         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3625         * src/z80/gen.c (_rleAppend): fixed warnings
3626         * support/regression/tests/zeropad.c: added pdata test
3627         * .version: bumped to 2.4.6
3628
3629 2004-10-17 Borut Razem <borut.razem AT siol.net>
3630
3631         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3632         as a part of nightly build
3633
3634 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3635
3636         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3637         WREG holds the first byte function parameters,
3638         * (aopForSym): take special case for symbols which are in FARSPACE
3639         but in CODESPACE too,
3640         * (assignResultValue): modified to take into account _G.useWreg,
3641         * (genCall): don't use wreg for parameter passing when function is
3642         declared as reentrant, too, added optimization INCF to stack
3643         pointer when stack parameter count is 1,
3644         * (genFunction, genEndFunction): refurnished and fixed to not using
3645         wreg for passing parameters when function has varargs or is
3646         reentrant, fixed bug with symbol name compare for generating
3647         functions in absolute address,
3648         * (pic16_storeForReturn): refurnished,
3649         * (genCmp): began writing a new version of the function, not ready
3650         yet, therefore it is disabled,
3651         * (genAssign): do not read code memory when assigning a function to
3652         a pointer function,
3653         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3654         array of characters, not pointer,
3655         * (pic16initialComments): in debug mode emit an .ident directive for
3656         the assembler,
3657         * (_process_pragma): emit a new warning type (internal to pic16)
3658         when setting stack to default length, emit a similar warning when
3659         placing a function at absolute address and address is not word aligned
3660         * (_pic16_parseOptions): added 'return TRUE' statement,
3661         * (_pic16_linkEdit): if compiling a source, then add the source's
3662         file object, first in the list of objects to link,
3663
3664 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3665
3666         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3667         * src/pic/main.c : removed VC warning.
3668         * src/pic/gen.c : changed comment.
3669
3670 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3671
3672         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3673         reference to a deprecated symbol _GPTRREG was causing failure to
3674         link. Thanks G. M. Gallant for the info.
3675
3676 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3677
3678         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3679         comments for Bugs item #954788.
3680
3681 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3682
3683         * src/pic16/device.c (pic16_dump_gsection,
3684         * pic16_groupRegistersInSection): handle symbols declared to be in
3685         access bank differently,
3686         * src/pic16/gen.c (struct _G): added field resDirect,
3687         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3688         send values read from stack directly to result and don't allocate
3689         temporary values,
3690         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3691         same registers,
3692         * (pic16_sameRegsOfs): NEW,
3693         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3694         free because they were not allocated from temporary pool,
3695         * pic16_popRegFromString): workaround to fix a problem with
3696         allocating variables twice or never,
3697         * (genGenPointerGet): using PRODL instead of FSR0H,
3698         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3699         instead of FSR0H,
3700         * (genAssign): take advantage of the _G.resDirect flag,
3701         * (genCast): around line 11844, use mov2f instead of directly
3702         MOVFF'ing between operands to account for literal values,
3703         * src/pic16/genutils.c: some new debug functions for gpsim have been
3704         added,
3705         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3706         float with integer part only,
3707         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3708         place variables in access bank
3709         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3710         updated sources to reflect recent changes in gen.c
3711
3712 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3713
3714         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3715         sources that searched for headers in installation path, now the
3716         device/include/pic16 is used,
3717         * src/pic16/glue.c (pic16glue),
3718         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3719         .line directives if not in debug mode, this suppresses assembler's
3720         warnings for ignored directives
3721
3722 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * src/port.h: made reset_regparms prototype void parameter explicit.
3725         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3726         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3727         * doc/sdccman.lyx: documented warning disabling and how to use
3728           printf_large to make it print floats.
3729         * device/include/stdbool.h: NEW
3730         * device/lib/_atof.c,
3731         * device/lib/_divuint.c,
3732         * device/lib/_divulong.c,
3733         * device/lib/expf.c,
3734         * device/lib/printf_large.c,
3735         * device/lib/sincosf.c,
3736         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3737         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3738           a completely reentrant lib.
3739
3740 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3741
3742         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3743         * device/include/pic16/stdio.h: fixed bug with colon
3744
3745 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3746
3747         * device/include/pic16/stdio.h,
3748         * device/include/pic16/stdlib.h,
3749         * device/include/pic16/math.h: NEW
3750         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3751         declared as _naked to reduce overhead
3752         * device/lib/Makefile.in (target port-specific-objects-pic16):
3753         changed * to *.* so to ignore the CVS directory,
3754         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3755         stacked variables back in stack,
3756         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3757         corruption
3758
3759 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3760
3761         * .version: bumped version number to 2.4.5
3762         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3763         * support/Util/SDCCerr.c (messages structure): added entry for
3764         W_POSSBUG2
3765
3766         Large cumulative patch for pic16 port and libraries.
3767         * device/include/pic16/sdcc-lib.h,
3768         * device/include/pic16/stdarg.h,
3769         * device/include/asm/pic16/features.h,
3770         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3771         * device/include/pic16/float.h: changes reentrant keyword with
3772         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3773         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3774         updated target build-libraries to include objects from gptr,
3775         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3776         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3777         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3778         all function headings,
3779         * src/SDCCmain.c: added global parameter userIncDirsSet,
3780         * (parseCmdLine): when option -I is encountered add directory to
3781         userIncDirsSet too,
3782         * src/version.awk: added space between control and long,
3783         * src/pic16/NOTES: added some notes for the port,
3784         * src/pic16/gen.c: added prototype for mov2fp function,
3785         * (fReturnpic16[]): properly named return value registers,
3786         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3787         * (aopForSym): added code to handle symbols with onStack flag set,
3788         symbols onStack are allocated PTRSIZE bytes,
3789         * (aopFreeAsmop): handles special case where asmops are stack objects,
3790         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3791         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3792         added argument lock to trace flaws in allocating temporary registers
3793         when developing port,
3794         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3795         * (pic16_popRegFromString): reenabled allocating a direct register
3796         from string,
3797         * (assignResultValue): various beautifications,
3798         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3799         referenced function argument,
3800         * (genIpush): reenabled to allow stacked arguments, handles only
3801         ic->parmPush iCodes,
3802         * (genCall, genPcall): major changes to allow for variable argument
3803         functions, fixed a bug with falsely restoring stack pointer after
3804         returning from call,
3805         * (genFunction): pending code for critical function,
3806         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3807         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3808         * (genNearPointerGet): fixed bug with indirect reading, was always
3809         reading from INDF0
3810         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3811         pointers,
3812         * (genAddrOf): rewrote code to take address of a stacked function parameter
3813         * (genCast): fixed casting to generic pointer type,
3814         * src/pic16/gen.h: added AOP_STA,
3815         * (struct asmop): added field stk,
3816         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3817         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3818         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3819         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3820         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3821         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3822         generic pointers,
3823         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3824         and library paths,
3825         * (pic16_port structure): generic pointer size is set to 3,
3826         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3827         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3828         compiler warning,
3829         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3830         operand is an iTemp,
3831
3832 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3833
3834         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3835         * debugger/mcs51/simi.c: addapt new syntax of s51
3836
3837 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3838
3839         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3840         * src/pic16/pcode.c: commented out some calls to free() in order to
3841         fix bug #989576,
3842
3843 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3844
3845         * src/SDCCicode.h,
3846         * src/SDCCicode.c (isiCodeInFunctionCall),
3847         * src/avr/ralloc.c (selectSpil),
3848         * src/pic/ralloc.c (selectSpil),
3849         * src/pic16/ralloc.c (selectSpil),
3850         * src/ds390/ralloc.c (selectSpil),
3851         * src/hc08/ralloc.c (selectSpil),
3852         * src/xa51/ralloc.c (selectSpil),
3853         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3854         stack in the middle of a function call sequence (fixes bug #1020268)
3855         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3856         costs associated with the minimum switch case.
3857
3858 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3859
3860         * src/SDCC.lex: fixed bug #1030549
3861
3862 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3863
3864         * src/SDCCcse.h (struct cseDef),
3865         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3866         over a function call if the CSE is derived from a symbol whose
3867         address has been taken (fixes bug #1029883)
3868         * support/regression/tests/bug-1029883: a new regression test for
3869         this bug
3870
3871 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3872
3873         * src/hc08/gen.c (emitinline): fixed bug #1029778
3874         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3875         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3876         and starts toward RFE #905167)
3877
3878 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3879
3880         * src/pic16/gen.c (mov2f): New function to move an operand to
3881         another without considering if it is a literal or a register,
3882         * (pic16_sameRegs): don't check if they are both AOP_REG,
3883         * (AccRsh): removed andmask=0 lines,
3884         * (genLeftShift): duplicated to be improved in future versions,
3885         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3886         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3887         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3888         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3889         * (insertBankSwitch): fixed inserting banksel directives algorithm
3890         for instructions that follow a skip instruction, this fixes a report
3891         for broken subtraction code generation,
3892         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3893         iCode is a left op, just in case result and right share the same
3894         registers
3895
3896 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3897
3898         * src/hc08/main.c,
3899         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3900         preservation of HX
3901         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3902         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3903         on 2004-09-12; it was buggy
3904
3905 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3906
3907         * src/SDCCsymt.h: removed RESULT_CHECK
3908         * src/SDCCast.c,
3909         * src/SDCCglue.c,
3910         * src/SDCCval.c,
3911         * src/pic/glue.c,
3912         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3913
3914 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3915
3916         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3917         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3918         configuration values no more rejected by compiler, they are assigned
3919         to configuration registers with a warning message instead,
3920         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3921         the for-loop so last conf register is emitted too,
3922         * (_pic16_initPaths): link library libsdcc.lib by default,
3923         * (_hasNativeMulFor): modified test for multiplication according to
3924         Raphael Neider's remarks. Integer multiplication is also done with
3925         support functions,
3926         * device/include/pic16/pic18fregs.h: corrected type error in while
3927         testing and including 18f6720 header file
3928
3929 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3930
3931         * src/pic16/device.h (pic16_options): removed field use_crt,
3932         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3933         until an optimization to handle single bits is added,
3934         * (pic16_loadFSR0): moved before genUnpackBits,
3935         * (genAnd): some white lines removed,
3936         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3937         leave_reset flags in pic16_options when using crt modules,
3938
3939 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3940
3941         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3942           for bugs 898889 & 979599. Also used some safer print instructions.
3943
3944 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3945
3946         * src/pic16/device.h (pic16_options_t): added field use_crt,
3947         crt_name, no_crt,
3948         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3949         catch a probable future bug,
3950         * src/pic16/gen.c: aopIdx function commented out,
3951         * (genAssign): commented out old code which used aopIdx,
3952         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3953         code, added if conditionals to take into account the --use-crt
3954         command line options,
3955         * src/pic16/main.c (pic16_optionsTable): added new command line
3956         options, --use-crt= and --no-crt,
3957         * (_pic16_linkEdit): now the proper crt object is added in the
3958         linker command line except than when --no-crt is specified,
3959         * src/pic16/pcode.c,
3960         * src/pic16/pcode.h: added some structures and functions for a new
3961         optimization scheme to compansate for instruction overhead between
3962         same iCodes, this scheme is currently under development and is not
3963         working in any way,
3964         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3965         to && operator,
3966         * device/lib/pic16/startup/crt0i.c,
3967         * device/lib/pic16/startup/crt0iz.c: added global char variable
3968         __uflags to force the generation of an idata section
3969
3970 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3971
3972         * doc/Makefile,
3973         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3974         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3975
3976 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3977
3978         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3979         Frieder) and clarified the default code optimization mode
3980
3981 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3982
3983         * src/SDCC.lex (doPragma, process_pragma),
3984         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3985         "opt_code_size", and "opt_code_balanced"
3986         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3987         regrouped options by category, added support for category headers
3988         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3989         and "--opt-code-size"
3990         * doc/sdccman.lyx: documented these new options and pragmas
3991         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3992         preference into account
3993
3994 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3995
3996         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3997           geniCodePreDec): Fixed bug 904237 by generating a warning
3998         * src/SDCCerr.h,
3999         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4000
4001 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4002
4003         * src/pic/device.c : When no max ram set validate full memory range.
4004         * src/pic/pcode.c,
4005         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4006
4007 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4008
4009         * device/lib/_gptrget.c,
4010         * device/lib/_gptrput.c: updated comment
4011         * device/lib/calloc.c,
4012         * device/lib/free.c,
4013         * device/lib/malloc.c,
4014         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4015         * src/SDCCcse.c (cseBBlock),
4016         * src/SDCCicode.c (printOperand, geniCodeArray),
4017         * src/SDCCicode.h (struct operand): fixed bug 868103
4018         * support/regression/tests/bug-868103.c: added
4019         * src/SDCCast.c (searchLitOp),
4020         * src/SDCCcse.h (struct cseDef),
4021         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4022         * src/SDCCicode.h (struct operand),
4023         * src/SDCCsymt.h (struct sym_link),
4024         * src/avr/gen.c (hasInc),
4025         * src/ds390/gen.c (hasInc),
4026         * src/hc08/gen.c (genPlusIncr, hasInc),
4027         * src/mcs51/gen.c (hasInc),
4028         * src/pic16/glue.c (pic16_printIvalChar),
4029         * src/pic16/ralloc.c (regWithIdx),
4030         * src/xa51/gen.c (hasInc) : removed warnings
4031         * src/SDCCast.c (createBlock): added comment ???
4032         * src/hc08/ralloc.c: updated comments
4033
4034 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4035
4036         * doc/sdccman.lyx: updated section on switch statements, added
4037         section about semaphore locking
4038         * doc/Makefile: added option -info for latex2html
4039         * device/lib/_gptrget.c,
4040         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4041
4042 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4043
4044         * src/pic/device.h,
4045         * src/pic/device.c,
4046         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4047          maxram is less than 0x100.
4048
4049 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4050
4051         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4052
4053 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4054
4055         * src/port.h,
4056         * src/mcs51/main.c,
4057         * src/ds390/main.c,
4058         * src/z80/main.c,
4059         * src/hc08/main.c,
4060         * src/pic/main.c,
4061         * src/pic16/main.c,
4062         * src/avr/main.c,
4063         * src/xa51/main.c
4064         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4065         a jump table is the best form for a switch statement, including
4066         automatic insertion of missing cases to make the case range
4067         continuous. Developed in collaboration with Frieder Ferlemann.
4068
4069 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4070
4071         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4072         accumulator result if it needs sign extension
4073
4074 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4075
4076         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4077
4078 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4079
4080         * device/lib/gbz80/printf.c,
4081         * device/lib/z80/printf.c: removed define for NULL
4082
4083 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4084
4085         * as/xa51/xa_link.c,
4086         * device/examples/ds390/ow390/ad26.c,
4087         * device/examples/ds390/ow390/cnt1d.c,
4088         * device/examples/ds390/ow390/counter.c,
4089         * device/examples/ds390/ow390/ds2480.h,
4090         * device/examples/ds390/ow390/ds2480ut.c,
4091         * device/examples/ds390/ow390/findtype.c,
4092         * device/examples/ds390/ow390/gethumd.c,
4093         * device/examples/ds390/ow390/owllu.c,
4094         * device/examples/ds390/ow390/ownetu.c,
4095         * device/examples/ds390/ow390/swt12.c,
4096         * device/examples/ds390/ow390/swtloop.c,
4097         * device/examples/ds390/ow390/temp.c,
4098         * device/examples/ds390/ow390/temp10.c,
4099         * device/examples/ds390/ow390/thermo21.c,
4100         * device/examples/ds390/ow390/tinilnk.c,
4101         * device/examples/ds390/ow390/tstfind.c,
4102         * device/examples/serialcomm/windows/serial.cpp,
4103         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4104         * device/include/reg51.h: fixed line endings for cvs
4105
4106 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4107
4108         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4109         packRegsForAccUse, packRegisters): new accumulator register
4110         packing algorithm
4111         * support/regression/ports/hc08/support.c (_putchar): suppress
4112         warning of unused variable
4113         * src/SDCCicode.c: added SWAP entry to codeTable
4114
4115 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4116
4117         * device/lib/sprintf.c: forgot to add this file before previous commit
4118
4119 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4120
4121         * src/pic16/gen.c (genPackBits): added operand right in function
4122         parameters, load result directly if p_type is POINTER (that is
4123         called by genNearPointerSet)
4124         * (genUnPackBits): added operand left in function parameters,
4125         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4126         FSR0 if accessing bitfields,
4127
4128 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4129
4130         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4131           _print_format; updated printf, sprintf, vsprintf
4132         * device/include/asm/default/features.h: corrected comment/define
4133         * device/lib/Makefile.in: added sprintf.c
4134         * device/lib/libsdcc.lib: added sprintf module
4135         * device/lib/printf_large.c,
4136         * device/lib/vprintf.c,
4137         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4138           into these 3 files
4139         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4140         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4141         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4142           hc08 test
4143         * support/regression/tests/zeropad.c: define idata as data for hc08
4144
4145 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4146
4147         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4148         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4149         labels are referenced at least once (even if a reference is not found)
4150         * src/hc08/gen.c (emitcode): set isComment flag for comments
4151         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4152         loads), rules 6a..6b (optimize jumps to return)
4153
4154 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4155
4156         * device/lib/acosf.c (acosf),
4157         * device/lib/asinf.c (asinf),
4158         * device/lib/atanf.c (atanf),
4159         * device/lib/ceilf.c (ceilf),
4160         * device/lib/cosf.c (cosf),
4161         * device/lib/coshf.c (coshf),
4162         * device/lib/cotf.c (cotf),
4163         * device/lib/fabsf.c (fabsf),
4164         * device/lib/floorf.c (floorf),
4165         * device/lib/log10f.c (log10f),
4166         * device/lib/logf.c (logf),
4167         * device/lib/sinf.c (sinf),
4168         * device/lib/sinhf.c (sinhf),
4169         * device/lib/sqrtf.c (sqrtf),
4170         * device/lib/tanf.c (tanf),
4171         * device/lib/tanhf.c (tanhf),
4172         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4173         replaced all instances of "reentrant" in the library functions
4174         defined in math.h with this macro.
4175         * support/regression/tests/float_trans.c: reenabled test for hc08
4176
4177 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4178
4179         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4180         erroneously deleted
4181
4182 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4183
4184         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4185         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4186         multi-byte volatile operands are used
4187         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4188         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4189         initialization to area GSINIT0 so that it would always precede
4190         any static initializers in GSINIT
4191         * support/regression/tests/zeropad.c: fixed idata define for hc08
4192         * support/regression/tests/bug-927659.c,
4193         * support/regression/tests/float_trans.c: disabled tests for hc08
4194         pending missing library routines
4195         * .version: increased version number to 2.4.4 - hc08 port now passes
4196         regression tests
4197
4198
4199 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4200
4201         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4202         * Makefile.common.in,
4203         * as/Makefile,
4204         * as/hc08/Makefile.in,
4205         * as/mcs51/Makefile.in,
4206         * as/z80/Makefile.in,
4207         * debugger/mcs51/Makefile.in,
4208         * device/include/Makefile.in,
4209         * device/lib/Makefile.in,
4210         * doc/Makefile,
4211         * link/Makefile,
4212         * link/z80/Makefile.in,
4213         * packihx/Makefile.in,
4214         * sim/ucsim/main_in.mk,
4215         * sim/ucsim/avr.src/Makefile.in,
4216         * sim/ucsim/doc/Makefile.in,
4217         * sim/ucsim/gui.src/serio.src/Makefile.in,
4218         * sim/ucsim/hc08.src/Makefile.in,
4219         * sim/ucsim/s51.src/Makefile.in,
4220         * sim/ucsim/xa.src/Makefile.in,
4221         * sim/ucsim/z80.src/Makefile.in,
4222         * src/Makefile.in,
4223         * support/cpp2/Makefile.in,
4224         * support/librarian/Makefile,
4225         * support/makebin/Makefile: added DESTDIR to the install path proposed
4226         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4227         * doc/sdccman.lyx: added DESTDIR documentation
4228
4229 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4230
4231         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4232         instruction for interrupt handlers, use fast returns when returning
4233         from high priority interrupts
4234
4235 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4236
4237         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4238         code generation
4239         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4240         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4241         bugs, ported much of Bernhard's code from mcs51
4242         * src/mcs51/gen.c (genSend),
4243         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4244         than one when calling a reentrant function
4245         * device/lib/_mullong.c: defined an alternate struct layout for big
4246         endian ports (hc08)
4247
4248 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4249
4250         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4251         test
4252
4253 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4254
4255         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4256         are sane and complete before asking the port its prefered parameter
4257         passing method (fixes bug #1017633)
4258         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4259         and _ret3
4260
4261 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4262
4263         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4264         problem in bitfields >= 8 bits.
4265
4266 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4267
4268         * src/SDCCsymt.c: undid changes that were not meant to be committed
4269
4270 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4271
4272         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4273
4274 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4275
4276         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4277           copied and wrong bit got inverted
4278
4279 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4280
4281         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4282         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4283         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4284         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4285         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4286         assignments to bitfields at known addresses
4287         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4288         reads from bitfields at known addresses
4289         * src/hc08/ralloc.c (packRegisters),
4290         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4291         genhc08Code): optimize pointer get values used as conditionals
4292         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4293         and branch
4294
4295 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4296
4297         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4298         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4299         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4300         as conditionals
4301
4302 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4303
4304         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4305
4306 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4307
4308         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4309         related problems
4310
4311 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4312
4313         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4314
4315 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4316
4317         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4318         mcs51 port
4319
4320 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4321
4322         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4323
4324 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4325
4326         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4327         cases use more compact code.
4328
4329 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4330
4331         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4332
4333 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4334
4335         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4336
4337 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4338
4339         * src/SDCCsymt.h,
4340         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4341         parameter of changePointer() from symbol* to sym_link*
4342         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4343         * src/SDCCsymt.c (compareType): void* type is castable to other
4344         pointers, but not necesarily an exact match.
4345         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4346         is no longer blindly treated as an exact match.
4347         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4348
4349 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4350
4351         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4352
4353 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4354
4355         * src/pic/gen.c,
4356         * src/pic/pcode.c,
4357         * src/pic/ralloc.h,
4358         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4359
4360 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4361
4362         * src/pic/device.c,
4363         * src/pic/device.h,
4364         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4365
4366 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4367
4368         * src/mcs51/gen.c (emitcode): fixed bug #992819
4369
4370 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4371
4372         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4373           there's no need to make it worse
4374
4375 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4376
4377         * src/mcs51/ralloc.c (deassignLR),
4378         * src/ds390/ralloc.c (deassignLR),
4379         * src/hc08/ralloc.c (deassignLR),
4380         * src/z80/ralloc.c (deassignLR),
4381         * src/pic/ralloc.c (deassignLR),
4382         * src/pic16/ralloc.c (deassignLR),
4383         * src/avr/ralloc.c (deassignLR),
4384         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4385         rlivePoint): fixed another part of bug #971834
4386
4387 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/z80/main.c: enabled "critical" keyword
4390         * src/z80/mappings.i,
4391         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4392         functions (fixes bug #979646)
4393         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4394
4395 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4396
4397         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4398           such as c:\mydir.
4399
4400 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4401
4402         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4403           doesn't disable too much optimizations
4404
4405 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4406
4407         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4408
4409 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4410
4411         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4412
4413 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4414
4415         * src/pic/gen.c tidied up tabs
4416         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4417         * src/pic/main.c tidied up tabs
4418         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4419         * src/pic/pcoderegs.c tidied up tabs
4420         * src/pic/ralloc.c tidied up tabs
4421
4422 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4423
4424         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4425         to S_FIXED for pic16 port and when symbol is not in level 0,
4426         allocate for S_REGISTER storage class and pic16 port, too,
4427         * src/pic16/device.h: prototype for checkSym,
4428         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4429         * (pic16_assignConfigWordValue): test the value and the mask to
4430         validate that the value is suitable for the configuration word,
4431         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4432         collect extern declared symbols, don't emit symbol twice, check
4433         first if symbol is in publics set first,
4434         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4435         * added command line '--fstack' which enables an experimental
4436         feature for stack access, too buggy to be used yet...
4437         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4438         * (pic16_allocDirReg): when register has storage class S_REGISTER
4439         allocate in pic16_dynAccessRegs,
4440         * device/include/pic16/pic18f????.h: modified configuration word
4441         naming convention, words started as CONFIG0H but should be CONFIG1H
4442
4443 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4444
4445         * device/include/mcs51reg.h: fixed bug 970993
4446
4447 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4448
4449         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4450         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4451         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4452         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4453         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4454         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4455           error/warning numbers,
4456           added function setWarningDisabled()
4457         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4458         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4459           _memcmp.c _memmove.c calloc.c realloc.c free.c
4460         * support/regression/tests/malloc.c: added tests for new functionality
4461         * support/regression/tests/zeropad.c: added tests for truncated initializers
4462           and initialized char arrays starting with '\x0'
4463         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4464
4465 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4466
4467         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4468
4469 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4470
4471         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4472         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4473         peephole 177.e. Thanks to anonymous
4474
4475 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4476
4477         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4478         function isn't used in the source but referenced as a
4479         variable initializer then declare it as extern in .asm file
4480
4481 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4482
4483         * .version: increased version number to 2.4.3
4484
4485         Adding version extension according to ChangeLog CVS revision
4486         * src/Makefile.in (target all): added dependency 'version.h'
4487         * (rule version.h): added rule to create version.h from ChangeLog,
4488         * (rule dep): added dependency version.h,
4489         * src/version.awk: AWK script to create version.h
4490         * src/SDCCdwarf2.c (dwWriteModule),
4491         * src/SDCCglue.c (initialComments),
4492         * src/SDCCmain.c (printVersionInfo): modified to write after
4493         version string the version extension number,
4494         * src/SDCCutil.c: included "version.h"
4495         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4496         number,
4497         * src/SDCCutil.h: added prototype for getBuildNumber
4498
4499         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4500         includeDirsSet, too,
4501         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4502         const char [] is found in function prototype...
4503
4504         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4505         moving to WREG with source is already in WREG,
4506         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4507         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4508         * (aopForSym): stack'ed symbols are partially supported, added
4509         if-clause to support symbols in FARSPACE,
4510         * (sameRegs): added test for AOP_ACC to see if registers are same,
4511         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4512         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4513         * (pic16_popRegFromString): will not allocate a new register if it
4514         doesn't find one by name, bug may have introduced...
4515         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4516         * (genIpush): revived to use pic16 port's stack,
4517         * (genAddrOf): added incomplete case for stack'ed operand,
4518         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4519         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4520         can handle multibyte operands,
4521         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4522         * (pic16initialComments): added message for MPLAB compatibility
4523         mode enabled,
4524         * src/pic16/main.h: prototype for pic16_mplab_comp,
4525         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4526         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4527         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4528         because of increased complexity of procedure,
4529         * (_process_pragma): stack pragma changed to format 'stack pos len',
4530         emit symbol '_stack_end' to conform with gplink,
4531         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4532         to search for register,
4533         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4534         PO_GPR_REGISTER,
4535         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4536         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4537         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4538         case for PO_GPR_REGISTER,
4539         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4540         dies, the new era is ahead !...
4541         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4542         pic16_dynInternalRegs,
4543         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4544         * (pic16_allocDirReg): minor optimizations and bug fixes,
4545         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4546
4547         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4548         load stack and frame pointer with address of 'stack_end' symbol
4549
4550 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4551
4552         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4553         without source code but only variable initializers
4554
4555 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4556
4557         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4558         external are not declared as extern to reduce overhead while linking
4559
4560 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4561
4562         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4563
4564 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4565
4566         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4567           Yee Keat for the patch
4568         * src/SDCCast.c (decorateType): fixed bug #979599
4569         * src/ds390/gen.h: removed local fReturnSizeDS390
4570         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4571         * src/ds390/gen.c (genAnd, genOr, genXor),
4572         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4573
4574 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4575
4576         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4577         add relFilesSet to $3, manipulate $2 to handle linking of object
4578         files without source files in command line,
4579         * device/include/pic16 (all headers): added ID location macros,
4580         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4581         entries for ID location bytes,
4582         * (pic16_assignIdByteValue): NEW,
4583         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4584         added field dumpcalltree to pic16_options_t,
4585         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4586         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4587         emitting rFalseIfx label after check_carry label,
4588         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4589         pic16_emitDIRegs), NEW
4590         * (pic16glue): dump .calltree file when option --calltree found,
4591         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4592         * (_pic16_genAssemblerPreamble): emit ID locations after
4593         configuration registers,
4594         * (pic16_linkCmd): modifications of the link command,
4595         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4596         * (pic16_pCodeInitRegisters): don't init stack registers,
4597         * (pic16_findPrevInstruction): fixed bug,
4598         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4599         bug with immediate registers,
4600         * (buildCallTree): traces stack push and pop,
4601         * (pct2): dump also stack usage for each function,
4602         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4603         * (pic16_allocDirReg): various modifications,
4604         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4605         fixed to 1,
4606
4607 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4608
4609         * src/pic16/pcode.c: removed buggy double colon
4610
4611 2004-07-01 Borut Razem <borut.razem AT siol.net>
4612
4613         * support/scripts/sdcc.nsi: added include/pic16 to setup
4614
4615 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4616
4617         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4618         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4619         target 'clean',
4620         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4621         specific command line arguments. Also added sample lkr script
4622         for placing a variable at a specific memory bank.
4623         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4624         at a specific memory bank,
4625         * (pic16_dump_isection): fixed bug which caused string literals to
4626         be omitted when dumping idata section,
4627         * (pic16_groupRegistersInSection): added code to handle registers
4628         in specific memory banks,
4629         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4630         public, all references are renamed too,
4631         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4632         AOP_DPTR2,
4633         * (pic16_storeForReturn): added case to handle when dest is WREG,
4634         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4635         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4636         pic16_rel_udata, check to see if that register is marked as being
4637         a member of a specific memory bank,
4638         * (pic16_printIvalCharPtr): added code to add string literals either
4639         to code or the idata sections,
4640         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4641         also accept the 'udata' pragma,
4642         * src/pic16/main.h: new structure types sectName and sectSym
4643         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4644         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4645         * (pic16_findPrevInstruction): fixed, it returned nothing,
4646         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4647         instruction combinations,
4648         * (pic16_FixRegisterBanking): heavily reorganised,
4649         * (pic16_AnalyzeBanking): if generating banksel directives is
4650         disabled, then don't call FixRegisterBanking at all,
4651         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4652         completely removed,
4653         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4654
4655 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4656
4657         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4658         Phuah Yee Keat <yk.phuah AT nestac.com>
4659
4660 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4661
4662         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4663         correctly the IVT even if it is relocated to some other location
4664
4665 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4666
4667         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4668         * device/include/pic16/pic18f2220.h: NEW,
4669         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4670         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4671         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4672         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4673         nodefaultlibs, ivt_loc is the location of the interrupt vector
4674         table, and nodefaultlibs signs that default libraries should not be
4675         linked in link stage,
4676         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4677         according to --ivt-loc argument,
4678         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4679         when pragma stack is found,
4680
4681 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4682
4683         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4684         256 (range check), 257 (do while), 258.a-f (bit banging
4685         f.e. on 3-wire SPI bus)
4686
4687 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4690         variables used exclusively within a loop
4691
4692 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4693
4694         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4695
4696 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4697
4698         * src/SDCClrange.c (computeClash): fixed bug #971834
4699
4700 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4701
4702         * src/mcs51/gen.c (genCmp): fixed bug #975903
4703         * src/hc08/gen.c (operandsEqu),
4704         * src/ds390/gen.c (operandsEqu),
4705         * src/z80/gen.c (operandsEqu),
4706         * src/pic/gen.c (operandsEqu),
4707         * src/pic16/gen.c (operandsEqu),
4708         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4709         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4710
4711 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4712
4713         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4714
4715 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4716
4717         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4718         default case in switch statement,
4719         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4720         to eliminate problem with initialisation of pointers, but problem
4721         still exists,
4722         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4723         * (emitStaticSegment): removed various lines emitting debug info,
4724         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4725         added processor registers for utilizing EEPROM,
4726         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4727         configurable and set 8
4728
4729 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4730
4731         * .version: increased version number to 2.4.2,
4732
4733         Cumulative patch for pic16 port
4734         * src/pic16/device.c: changed scheme to dump initial values for
4735         variables in idata segment, all print_idata* functions were removed,
4736         now the pic16_printIval* will be called,
4737         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4738         * _pic16_printPointerType, pic16_printPointerType,
4739         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4740         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4741         NEW, similar to the respective functions in SDCCglue.c,
4742         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4743         way, emitting hex bytes,
4744         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4745
4746 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4747
4748         * src/avr/ralloc.c (serialRegAssign),
4749         * src/xa51/ralloc.c (serialRegAssign),
4750         * src/pic/ralloc.c (serialRegAssign),
4751         * src/pic16/ralloc.c (serialRegAssign),
4752         * src/hc08/ralloc.c (serialRegAssign),
4753         * src/z80/ralloc.c (serialRegAssign),
4754         * src/ds390/ralloc.c (serialRegAssign),
4755         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4756
4757 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4758
4759         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4760         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4761
4762 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4763
4764         Cumulative patch for pic16 port:
4765         * src/pic16/device.h (typedef PIC16_device) modified fields for
4766         defining microcontrollers,
4767         * src/pic16/device.c: added new info for all devices in Pics16 array,
4768         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4769         to be optimised out by the pCode optimiser,
4770         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4771         specially, bug reported by G.M. Gallant,
4772         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4773         as force'd so that cannot be optimised out by pCode optimiser,
4774         * src/pic16/pcode.c,
4775         * src/pic16/pcodepeeph.c,
4776         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4777         they are disabled by default, but can be enabled explicit with
4778         command argument --denable-peeps, for testing,
4779         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4780         --pomit-ivt in COMPILE_FLAGS
4781
4782 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4783
4784         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4785           compilation on MSVC
4786
4787 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4788
4789         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4790
4791 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4792
4793         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4794         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4795
4796 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4797
4798         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4799         would only assign 0x300001 register.
4800
4801 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4802
4803         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4804         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4805
4806 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4807
4808         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4809         for ds80c400
4810         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4811         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4812         added peephole 254 (left shift), 255 (jump table)
4813
4814 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4815
4816         * device/lib/Makefile.in: removed comment line with model-pic16,
4817         * (target port-specific-objects-pic16): the libraries and objects
4818         are copied to the build directory form the device/lib/pic16/bin
4819         directory
4820
4821         Cumulative patch concerning pic16 port:
4822         * library directory has been re-organized,
4823         * added support for PIC18F1220,
4824         * added headers and library sources for chips 18f1220,18f6520,
4825         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4826
4827         * configuration registers setting has changed, now each supported
4828         device has a complete description of the registers it uses,
4829         * all initialisations are moved to idata sections, these section
4830         can be absolute or relocatable,
4831         * fixed initialisation of codespace variables,
4832         * fixed warning about PCLATU and gpsim,
4833         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4834         * (genAssign): use table reads when assigning from variables in codespace,
4835         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4836         char/int variables placed in codespace,
4837         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4838         registers set in .asm file, no need for --pomit-config-words anymore,
4839         * (pic16glue): some 8051 legacy segments are commented out
4840         (to be removed completely),
4841         * added support for alternative assembler and linker with --asm=
4842         and --link= command line arguments,
4843         * peepholes are disabled automatically in the port, no need to
4844         specify on command line,
4845         * port supports natively char/int/long multiplication, but converts
4846         all divisions to support functions,
4847         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4848         to the file set in variable $2,
4849         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4850         strings in ASCII format and not in hex,
4851         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4852         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4853         allocate proper register if iCodes aren't temporary,
4854
4855 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4856
4857         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4858
4859 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4860
4861         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4862         is commented out
4863
4864 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4865
4866         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4867         computed address is reused
4868         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4869         multi-byte bitfields
4870
4871 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4872
4873         * src/z80/gen.c: (genArrayInit): must check for pointers too
4874
4875 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4876
4877         * support/regression/tests/zeropad.c: never meant to commit the
4878           nestedstruct test: removed, added check for GCC version
4879
4880 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4881
4882         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4883         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4884         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4885           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4886           bugs 928906 and 954082 half-empty initializers
4887         * src/SDCCsymt.h,
4888         * src/SDCCsymt.c (getAllocSize): added for above fix
4889         * src/z80/gen.c (genArrayInit): fixed bug 741044
4890         * support/regression/tests/zeropad.c: added tests
4891
4892 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4893
4894         * src/pic16/device.c (pic16_dump_section): corrected bug which
4895         caused some symbols of the libraries to be misplaced
4896
4897 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4898
4899         * src/pic16/glue.c,
4900         * src/pic16/ralloc.h,
4901         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4902         to fix conflict with pic port
4903
4904 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4905
4906         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4907         externs configuration variables,
4908         * src/pic16/ralloc.h,
4909         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4910         prototype in header, commented out some debug messages
4911
4912 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4913
4914         * src/pic16/glue.c,
4915         * src/pic16/main.c,
4916         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4917         for gpasm COFF object generation. Thanks to D. Hawkins for
4918         his patch info
4919
4920 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4921
4922         * src/ds390/main.c,
4923         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4924         Brock for spotting this)
4925         * src/ds390/gen.c (genEndFunction),
4926         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4927         interrupt handler and critical. Disable push/pop optimizations when
4928         peephole optimizations disabled.
4929
4930 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4931
4932         Updated pic16 library sources and headers.
4933         * device/lib/pic16/pic18f*/ ,
4934         * device/include/pic16/*.h: modified to handle structured SFR
4935         definitions
4936
4937 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4938
4939         * src/port.h (PORT structure): added hook initPaths, now each
4940         port can declare its own default search paths,
4941         which can been seen with the --print-search-dirs option,
4942         see pic16 port for example,
4943         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4944         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4945         * (doPrintSearchDirs): NEW, replaces in a central manner the
4946         printing of search dirs which was split in set*Paths functions,
4947         * (main): added call to port->initPaths and doPrintSearchDirs,
4948         * src/avr/main.c,
4949         * src/ds390/main.c,
4950         * src/hc08/main.c,
4951         * src/izt/i186.c,
4952         * src/izt/tlcs900h.c,
4953         * src/mcs51/main.c,
4954         * src/pic/main.c,
4955         * src/pic16/main.c: modified port structures to reflect addition of
4956         initPaths hook,
4957
4958         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4959         * (pic16_dump_section): for registers in same address reserve memory once,
4960         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4961         to no_banksel,
4962         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4963         result is greater in size than right or left,
4964         * (pic16_genUMult8X8_8): there are some cases where the result can
4965         be 16 bits size, so handle these,
4966         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4967         * (pic16_outBitC): modified to emit pcodes,
4968         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4969         or not,
4970         * (genDivOneByte): implemented algorithm to divide 8-bits,
4971         * (genCmp): uncommented goto, but issues still exist,
4972         * (genAnd): fixed a bug with variables >8bits,
4973         * (genPackBits): optimization added that uses BCF/BSF to change a
4974         single bit,
4975         * (genAssign): fixed bug when assigning floating point literals,
4976         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4977         __sdcc_gsinit_startup label,
4978         * src/pic16/main.c (_pic16_init): removed search directory
4979         initialisations,
4980         * (_pic16_initPaths): NEW, used to initialise search directories,
4981         * (_hasNativeMulFor): support functions for all except char/int
4982         multiplication, and char division,
4983         * (PIC16_port struct): modified entry for native mul support,
4984         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4985         no_banksel option,
4986         * (buildCallTree): call to register_usage is ifdef'ed out,
4987
4988 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4989
4990         * device/include/string.h: applied Stas Sergeev's patch to make this
4991         header file compatible with the preprocessor -Wundef option
4992         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4993         failure (fixes bug #941458)
4994
4995 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4996
4997         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4998         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4999         that the variable, not the function, should be static
5000         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5001         to be consistent with non-literal case
5002
5003 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5004
5005         * src/SDCCast.c (isConformingBody): fixed bug #949967
5006         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5007         convilong): fixed bug #952086
5008
5009 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5010
5011         * src/SDCCmem.c (allocVariables): fixed bug #955321
5012
5013 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5014
5015         * src/hc08/main.c (_hc08_genAssemblerEnd),
5016         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5017         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5018         completely eliminated the use of a temporary file
5019         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5020         when more than one file linked
5021         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5022
5023 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5024
5025         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5026         which fixes bug #543481
5027         * support/regression/tests/bug-751703.c: fixed comments left from a
5028         cut and paste error
5029         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5030         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5031         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5032         scopes
5033         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5034         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5035         are now changed to underscores in moduleName
5036
5037 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5038
5039         * as/mcs51/lkmem.c: better fix for bug #954173
5040
5041 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5042         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5043
5044         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5045         * device/include/c8051f000.h,
5046         * device/include/c8051f120.h,
5047         * device/include/c8051f300.h,
5048         * device/include/c8051f310.h,
5049         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5050         PWM16) and detab'ed
5051
5052 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5053
5054         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5055         and mailing lists, doc'ed --no-peep-comments, removed reference
5056         to knoppix (newest version has no LyX/LaTeX), other minor changes
5057         * src/SDCCglue.c (glue): save 2 bytes stack space with
5058         option --main-return. The ljmp could probably be avoided too
5059
5060 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5061
5062         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5063
5064 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5065
5066         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5067         * src/SDCCopt.c (isLocalWithoutDef),
5068         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5069         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5070         (credit to Maarten Brock for patch #949363, on which this is based)
5071         * support/regression/tests/bug-751703.c: some test cases of extern used
5072         within inner scopes.
5073
5074 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5075
5076         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5077         SPEC_STRUCT
5078         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5079         struct definitions
5080         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5081         dwWriteLabel): fix to create valid debugger symbols even when
5082         the module name has non-alphanumeric symbols in it
5083         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5084         when a variable's allocation has been optimized away
5085
5086
5087 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5088
5089         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5090         * src/hc08/main.c,
5091         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5092         * src/mcs51/main.c,
5093         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5094         * src/ds390/main.c,
5095         * src/z80/gen.c (z80_emitDebuggerSymbol),
5096         * src/z80/main.c,
5097         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5098         * src/pic/main.c,
5099         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5100         * src/pic16/main.c,
5101         * src/avr/gen.c (avr_emitDebuggerSymbol),
5102         * src/avr/main.c,
5103         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5104         * src/xa51/main.c,
5105         * src/SDCCdebug.c (emitDebuggerSymbol),
5106         * src/SDCCdebug.h,
5107         * src/port.h: added a debugger struct to the port struct. Added a
5108         callback for defining debugger symbols
5109
5110         * src/SDCCast.c (createLabel),
5111         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5112         with isitmp = 1
5113         * src/SDCCicode.h,
5114         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5115         iCode back to the ast for the function
5116
5117         * src/hc08/ralloc.c (hc08_assignRegisters),
5118         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5119         unneeded fields from the regs struct.
5120         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5121         pushReg() & pullReg() functions instead of emitcode()
5122
5123         * src/hc08/gen.c (genLabel, genhc08Code),
5124         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5125
5126         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5127         debugger hooks
5128
5129         * src/hc08/gen.c (genEndFunction, genhc08Code),
5130         * src/hc08/gen.h,
5131         * src/mcs51/gen.c (genEndFunction, gen51Code),
5132         * src/mcs51/gen.h,
5133         * src/ds390/gen.c (genEndFunction, gen390Code),
5134         * src/ds390/gen.h,
5135         * src/z80/gen.c (genEndFunction, genZ80Code),
5136         * src/z80/gen.h,
5137         * src/z80/z80.h,
5138         * src/pic/gen.c (genEndFunction, genpic14Code),
5139         * src/pic/gen.h,
5140         * src/pic16/gen.c (genEndFunction, genpic16Code),
5141         * src/pic16/gen.h,
5142         * src/avr/gen.c (genEndFunction, genAVRCode),
5143         * src/avr/gen.h,
5144         * src/xa51/gen.c (genEndFunction, genXA51Code),
5145         * src/xa51/gen.h,
5146         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5147         specific code to cdbFile.c and out of the backend code generators
5148
5149         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5150         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5151         starting address is now 0
5152
5153         * as/hc08/asm.h,
5154         * as/hc08/m08pst.c,
5155         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5156         assembler directive for DWARF support
5157         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5158
5159         * src/src.dsp,
5160         * src/Makefile.in,
5161         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5162
5163 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5164
5165         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5166         and inappropriate peephole optimization in jump tables
5167
5168 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5169
5170         * as/hc08/m08pst.c,
5171         * src/SDCCglue.c: sdccopt works for the hc08 port now
5172
5173 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5174
5175         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5176
5177 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5178
5179         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5180
5181 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5182
5183         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5184         rules
5185         * src/SDCCmain.c,
5186         * src/SDCCglobl.h,
5187         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5188         comments from the peephole optimizer replacement rules
5189         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5190         symbols
5191         * src/SDCCcse.c (updateSpillLocation),
5192         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5193         equivalents
5194         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5195         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5196         objects far pointers
5197
5198 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5199
5200         * src/SDCCsymt.h: a missing part of my last change
5201         * src/pic/ralloc.c (regTypeNum),
5202         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5203
5204 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5205
5206         * src/SDCCicode.h,
5207         * src/SDCCicode.c (aggrToPtrDclType),
5208         * src/SDCCptropt.h,
5209         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5210         ptrPseudoSymConvert),
5211         * src/pic/ralloc.c (regTypeNum),
5212         * src/pic16/ralloc.c (regTypeNum),
5213         * src/hc08/ralloc.c (regTypeNum),
5214         * src/ds390/ralloc.c (regTypeNum),
5215         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5216         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5217
5218 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5219
5220         * link/z80/lkmain.c (afile),
5221         * as/hc08/lkmain.c (afile),
5222         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5223         prevent a pointer problem when a filename has no directory and
5224         no extension specified.
5225
5226 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5227
5228         * link/z80/lkmain.c (afile): allow periods in directory names
5229         * link/z80/lkmain.c (afile),
5230         * as/mcs51/lkmain.c (afile),
5231         * as/hc08/lkmain.c (afile): allow linker script file to have an
5232         extension other than ".lnk"
5233         * link/z80/lklex.c (getfid),
5234         * link/z80/lkmain.c (parse),
5235         * as/mcs51/lklex.c (getfid),
5236         * as/mcs51/lkmain.c (parse),
5237         * as/hc08/lklex.c (getfid),
5238         * as/hc08/lkmain.c (parse): Support comments in the linker script
5239         file on lines by themselves and after filenames
5240
5241 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5242
5243         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5244
5245 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5246
5247         * src/z80/peeph-z80.def: removed some peephole rules that don't
5248         work with multibyte arithmetic (fixed bug #937126)
5249         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5250         to registers and not global variables
5251         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5252         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5253         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5254         checking for assignments not internally generated (fixed bug #931895)
5255         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5256         structure member (fixed bug #930072)
5257
5258 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5259
5260         * src/SDCCmain.c (linkEdit),
5261         * src/hc08/main.c (_hc08_parseOptions),
5262         * as/hc08/Makefile.in,
5263         * as/hc08/aslink.h,
5264         * as/hc08/asm.h,
5265         * as/hc08/m08pst.c,
5266         * as/hc08/lkrloc.c (relr, rele),
5267         * as/hc08/lkarea.c (lnkarea)
5268         * as/hc08/lkmain.c (afile, parse),
5269         * as/hc08/lkelf.c: support for ELF output
5270         * as/hc08/lks19.c (s19),
5271         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5272
5273 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5274
5275         * as/mcs51/lkihx.c: Fixed bug #899105.
5276
5277 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5278
5279         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5280         .dsp files from Unix to DOS.
5281
5282 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5283
5284         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5285         function pointers; we have been compliant for several months now.
5286         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5287         change that was accidently commented out
5288         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5289         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5290         bug #922319
5291
5292 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5293
5294         * src/hc08/gen.c: output of all of the internal debugging information
5295         is now controlled by the D() macro; it is disabled by default
5296
5297 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5298
5299         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5300         harder to keep the same registers during a CAST iCode
5301         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5302         long via int can be done in a single cast, if the signedness is
5303         correct.
5304         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5305         putchar() in tinibios.c in ds390's library
5306
5307 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5308
5309         * src/SDCCast.c (decorateType): fixed bug #898889,
5310         cast result of a literal complement too
5311         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5312         fixed check for bitfields
5313
5314 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5315
5316         * src/SDCCicode.c (geniCodeLogic): made it static,
5317         (geniCodeLogicAndOr): added in order to fix bug #905492,
5318         (ast2iCode): fixed bug #905492
5319         * support/regression/tests/bug-905492.c: added
5320         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5321         (processParms): fixed bug #927659: don't copy parms, this will clear
5322         decorated flag
5323         * support/regression/tests/bug-927659.c: added
5324
5325 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5326
5327         * src/SDCCast.c (addCast): don't cast float to char
5328         * device/lib/libsdcc.lib: added _memmove
5329
5330 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5331
5332         * device/lib/large/Makefile: fixed parallel execution by
5333         replacing `make` by `$(MAKE)`
5334
5335 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5336
5337         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5338         offsets (fixes bug #923936)
5339
5340 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5341
5342         * device/lib/small/Makefile: fixed parallel execution by
5343         replacing `make` by `$(MAKE)`
5344
5345 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5346
5347         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5348
5349 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5350
5351         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5352         * src/regression/Makefile: Regression test was not running.
5353
5354 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5355
5356         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5357         complement if possible
5358         * src/SDCCval.c (valComplement),
5359         * src/SDCCicode.c (operandOperation): fixed complement of literal
5360         * support/regression/tests/onebyte.c (testComplement): added
5361
5362 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5363
5364         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5365         return an optimized tree; actually replace actParm with the new tree
5366         * src/SDCCast.h: added some parantheses to remove side effects
5367         * support/regression/tests/bug-920866.c
5368
5369 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5370         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5371         Bit operands were not being handled properly in the pic14 port.
5372         (now src/regression/add.c passes again).
5373
5374 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5375
5376         * src/SDCC.y (labeled_statement): case and default no longer require
5377         a following statement (RFE #893037)
5378
5379 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5380
5381         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5382         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5383         disabled (fixes bug #916294)
5384         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5385         "mov a,acc"; patch provided by Lenny Story
5386         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5387
5388 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5389
5390         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5391         functions
5392         * src/ds390/gen.c (genFunction, genEndFunction),
5393         * src/ds390/ralloc.c (ds390_assignRegisters),
5394         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5395         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5396         pushed if there are parameters passed on the stack. Also, a cleaner
5397         way to decide if r0/r1 should be pushed/popped. (Together they fix
5398         bug #918693)
5399
5400 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5401
5402         * doc/sdccman.lyx,
5403         * device/lib/mcs51/crtpagesfr.asm,
5404         * device/lib/mcs51/crtxinit.asm,
5405         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5406         to avoid confusion with Si Lab's SFRPAGE register.
5407
5408 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5409
5410         * src/SDCCglue.c (emitMaps): allow public sfr variables
5411         * src/SDCCglue.c (initialComments): include compiler build date
5412         with compiler version and put the timestamp of the generated
5413         assembly file on a serperate line to be less confusing.
5414         * src/port.h: added genInitStartup hook
5415         * src/avr/main.c,
5416         * src/ds390/main.c,
5417         * src/hc08/main.c,
5418         * src/pic/main.c,
5419         * src/pic16/main.c,
5420         * src/xa51/main.c,
5421         * src/z80/main.c: genInitStartup initialize as NULL (default to
5422         historical behaviour)
5423         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5424         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5425         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5426         library instead of hard coding it into the compiler.
5427         * support/regression/ports/mcs51-stack-auto/spec.mk,
5428         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5429         * device/lib/mcs51/Makefile,
5430         * device/lib/small/Makefile,
5431         * device/lib/large/Makefile,
5432         * device/lib/mcs51/crtpagesfr.asm,
5433         * device/lib/mcs51/crtstart.asm,
5434         * device/lib/mcs51/crtxclear.asm,
5435         * device/lib/mcs51/crtxinit.asm,
5436         * device/lib/mcs51/crtclear.asm,
5437         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5438         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5439         and into user configurable files.
5440         * device/lib/clean.mk: clean mcs51 directory too
5441         * support/regression/tests/longlit.c: added static to T1 declaration
5442         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5443         accesses in the initialization code
5444
5445 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5446
5447         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5448         OSCTRIMVAL as noted in bug #916008
5449
5450 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5451
5452         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5453         in loops with multiple exits (reported as incorrect registers
5454         used by Martin Helmling in Sdcc-user list)
5455
5456 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5457
5458         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5459         made ds390 register extensions look less like error messages
5460
5461 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5464         reported by Adam Wozniak in Sdcc-user list
5465
5466 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5467
5468         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5469         arithmetic optimizations, added debug output
5470
5471 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5472
5473         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5474         * sdcc.spec: updated and split sdcc into 3 rpms
5475         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5476         needed for literals of LEFT_OP and '+'
5477         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5478         introduced RESULT_TYPE_NOPROM
5479         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5480         left shift
5481         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5482         limited promotion to int only for '*'
5483         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5484
5485 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5486
5487         * src/pic16/gen.c (genSkip),
5488         (genc16bit2lit), (gencjneshort): commented out
5489         (is_LitOp): new helper function, checks operand type
5490         (genCmpEq): rewritten
5491
5492 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5493
5494         * support/regression/tests/bug-908454.c: added
5495
5496 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5497
5498         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5499         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5500         (geniCodeCast): cosmetic, don't preserve bit storage class
5501         (geniCodeLeftShift): added promotion
5502         (geniCodeLogic): fixed regression
5503         * src/SDCCsymt.c (computeTypeOr): accept bits too
5504         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5505
5506 2004-03-07  Borut Razem <borut.razem AT siol.net>
5507
5508         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5509
5510 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5511
5512         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5513         version of pic16_genPackRegisters which does not check if ic is a
5514         CAST operator,
5515         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5516         function cause string1.c regression test fails
5517
5518 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5519
5520         * sim/ucsim/configure.in,
5521         * sim/ucsim/configure,
5522         * sim/ucsim/doc/Makefile.in: use docdir
5523         * src/SDCC.y: fixed sbit atrributes
5524         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5525         * src/SDCCast.c (decorateType): |^& need special promotion handling
5526         * src/SDCCast.h,
5527         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5528         * src/SDCCsymt.h (computeType),
5529         * src/SDCCicode.c: computeType() needs op
5530         * src/SDCCsymt.c (checkTypeSanity),
5531         * doc/sddman.lyx: "plain" bitfields are unsigned
5532         * src/SDCCsymt.c (computeTypeOr): added
5533         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5534         |^& ops
5535         * src/SDCCval.c (val*): computeType() needs op
5536         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5537         * support/regression/tests/onebyte.c: added tests for |^&
5538
5539 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5540
5541         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5542         for writing icode into asm output.
5543
5544 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5545
5546         * src/pic16/device.c: added some debug lines enabled
5547         with macro DEBUG_CHECK,
5548         * src/pic16/genarith.c: more debug in genPlus,
5549         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5550         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5551         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5552         * (aopForSym): onStack symbols are re-placed in data memspace,
5553         and onStack flag is cleared,
5554         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5555         copy temporary pcodeop,
5556         * (genPcall): added warning for not updating PCLATU,
5557         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5558         always true for pic16 port,
5559         * (genMultOneWord): NEW, supports integer multiplication,
5560         * (genMult): modified to call genMultOneWord,
5561         * (ifxForOp): added warning when return NULL,
5562         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5563         flag is set before call to operandFromSymbol for implicit
5564         added structures,
5565         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5566         options.intlong_rent are set by default,
5567         * (_hasNativeMulFor): modified to allow port generation of integer
5568         multiplication,
5569         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5570         set regtype to REG_SFR for all registers, restricting seting the
5571         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5572
5573 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5574
5575         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5576         more than 500 times in the regression tests
5577
5578 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5579
5580         * support/Util/SDCCerr.h,
5581         * support/Util/SDCCerr.c,
5582         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5583         enumerator_list),
5584         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5585         for symbol conflicts.
5586         * support/valdiags/tests/enum.c,
5587         * support/valdiags/tests/tentdecl.c,
5588         * support/valdiags/tests/struct.c: expect possible error messages
5589         referring to original symbol definitions.
5590         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5591         * src/SDCCsymt.h,
5592         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5593
5594 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5595
5596         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5597
5598 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5599
5600         * src/pic16/ralloc.c (newReg): fixed bug #908929
5601
5602 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5603
5604         * src/ds390/gen.c: added missing #include "main.h"
5605
5606 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5607
5608         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5609         checking if symbol is already in set,
5610         * src/pic16/device.h: prototype for checkAddSym,
5611         * src/pic16/gen.c: (_G): added entry interruptvector,
5612         * (assignResultValue): removed some commented out lines,
5613         * (genFunction): check for ISR via sym->type, absolute section for
5614         interrupt code is created via a new pBlock, the goto instruction is
5615         placed now correctly at the interrupt vector position, changed all
5616         references from ivec to _G.interruptvector,
5617         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5618         is the interrupt is a high priority one, same for return from ISR,
5619         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5620         externs to calls of checkAddSym,
5621         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5622         pic16_pcode_verbose flag is set,
5623         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5624         * src/pic16/pcoderegs.c: message about how many registers are saved
5625         will only be emitted if pic16_pcode_verbose flag is set,
5626
5627 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5628
5629         * src/ds390/ralloc.h,
5630         * src/ds390/ralloc.c (ds390_regWithIdx),
5631         * src/ds390/gen.c (emitcode),
5632         * src/ds390/main.h,
5633         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5634         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5635         ds390operandCompare, getRegsRead, getRegsWritten,
5636         initializeAsmLineNode): customized instruction size calculation for
5637         ds390, started basis for some register optimizations
5638         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5639         corresponding assembly output
5640         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5641         missing push/pop of r0/r1. Optimized push/pops
5642
5643 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5644
5645         * src/mcs51/main.c (instructionSize): fixed ACALL size
5646         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5647
5648 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5649
5650         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5651         the sorting of rlist with NULL elements
5652         * (print_idataType, print_idata): NEW to create idata sections
5653         * src/pic16/device.h: idataSymSet new variable
5654         * src/pic16/gen.c (genFunction): fixed some bugs in string
5655         comparing, improved the absolute section creation for ISRs,
5656         added FSR0L/FSR0H in registers that are saved in an ISR,
5657         * (genInline): fixed the processing of inline snippets,
5658         now they undergo no process by the peephole optimizer
5659         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5660         are placed in idataSymSet,
5661         * (pic16emitStaticSeg): extern symbols are added in externs,
5662         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5663         switching when aboslute variables are placed in access bank memory
5664         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5665         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5666         commented out with #if,
5667         * (pic16_packRegisters): reintroduce the check for CAST because some
5668         symbols are not correctly handled,
5669         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5670         pCodeInstruction instead of pCode,
5671         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5672         pCodeAsmDir definition,
5673         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5674         directive, then the argument directive is emitted without the leading
5675         tab, hack for inline labels which must be in the first column,
5676         * (compareLabel,pic16_findNextInstruction),
5677         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5678         * (insertBankSwitch): modified for the new pCodeAsmDir,
5679
5680 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5681         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5682
5683         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5684         instance,
5685         * (pushSide): commented out with #if,
5686         * (assignResultValue): fixed some typos in saving
5687         registers,
5688         * (genPcall): FIXED and sync'ed with genCall,
5689         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5690         * (genNearPointerGet): fixed to handle some more cases,
5691         implementation scheme via table reads,
5692         * (genConstPointerGet): modified to access code memory correct,
5693         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5694         and improved to handle some cases
5695         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5696         instead of "RETLW" for init data
5697         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5698         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5699         variables are placed in access bank memory (<0x80 and >=0xf80),
5700         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5701         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5702         TBLWT_POSTDEC,TBLWT_PREINC
5703         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5704         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5705         directives
5706         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5707         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5708         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5709         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5710
5711 2004-02-29  Borut Razem <borut.razem AT siol.net>
5712
5713         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5714         support/Util/findme.h, support/Util/system.h: enhance binary relative
5715         search for lib and include by using findProgramPath()
5716
5717 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5718
5719         * src/SDCCpeeph.h,
5720         * src/SDCCpeeph.c (pcDistance),
5721         * src/port.h,
5722         * src/mcs51/ralloc.h,
5723         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5724         * src/mcs51/main.h,
5725         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5726         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5727         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5728         size calculation port specific, started basis for some register
5729         optimizations
5730         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5731         missing push/pop of r0/r1. Optimized push/pops
5732         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5733         * device/lib/_modsint.c (_modsint),
5734         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5735         and stack version so regression tests pass
5736
5737 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5738
5739         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5740         * src/SDCCast.c (decorateType): catch another small optimization
5741         with '?' operator
5742         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5743         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5744         modified to finally use computeType() all over SDCC,
5745         see Feature Request #877103
5746         * src/SDCCval.h: cosmetic
5747         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5748         valCompare(); regression tested in muldiv.c
5749         * support/regression/tests/muldiv.c (testMod): mod sign follows
5750         dividend only
5751
5752 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5753
5754         * src/SDCCast.c (decorateType): fixed bug #902362
5755         * doc/INSTALL.txt: fixed install instructions for win32
5756
5757 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5758
5759         * device/include/Makefile.in (install): fixed by replacing spaces
5760         by tabs
5761         * doc/README.txt,
5762         * doc/INSTALL.txt: updated for release
5763         * doc/sdccman.lyx: added warning for --xstack being buggy
5764
5765 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5766
5767         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5768         to eliminate build warnings.
5769         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5770
5771 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5772            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5773
5774         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5775         removed -penable-stack, added comment for stack pragma, added
5776         warning for not initializing the stack/frame registers, removed
5777         comment at interrupts section
5778
5779         Stack is made permanent, there is no ability to disable stack usage.
5780         * src/pic16/device.h,
5781         * src/pic16/device.c: removed all references to USE_STACK macro,
5782         * src/pic16/device.c (pic16_dump_section): when no elements in
5783         rlist, free rlist before return,
5784         * (pic16_dump_int_registers): NEW, internal registers are a new set
5785         of general purpose registers reused by each function,
5786         * (checkAddReg): returns 1 if registers is added to set,
5787         * (pic16_groupRegistersInSection): when a registers is of type
5788         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5789         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5790         SRCASECMP macro is moved here from device.c
5791         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5792         PO_PCLATU, PO_PRODL, PO_PRODH,
5793         * (pic16_pCodeOpType, genMinus,
5794         changed compares to "a" register, with AOP_ACC,
5795         * (pic16_genPlus): fixed some bugs and indented properly,
5796         * (pic16_addSign): changed size to size+offset in the MOVWF
5797         instruction,
5798         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5799         multiply 8-bit operand by literal, result is 8-bit,
5800         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5801         multiply 2 8-bit operand, result is 8-bit,
5802         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5803         genUMult8X*_16,
5804         * src/pic16/gen.c: changed accUse to contain WREG only,
5805         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5806         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5807         true, do not use immediate addressing any more unless sym is a
5808         pointer in codespace,
5809         * (aopForRemat): do not use immediate addressing when symbol not in
5810         codespace and when symbol's address is requested,
5811         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5812         accUse size (= 1),
5813         * (aopGet): added case for AOP_ACC and don't return "accumulator
5814         bug" but WREG instead,
5815         * (popGetTempReg): pushes contents of temporary register in stack,
5816         * (popReleaseTempReg): pops contents of temporary register from
5817         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5818         * (pic16_popGet): separated case AOP_ACC to return register WREG
5819         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5820         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5821         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5822         the use of immediate pointers to certain cases only.
5823
5824         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5825         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5826         * (assignResultValue, genCall, genRet): modified to use the new
5827         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5828         genPcall is still broken,
5829         * (genFunction): added code to create 'A' type pBlocks when
5830         interrupt functions are generated, code not extensively tested yet,
5831         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5832         * (genEndFunction): modified so ISRs pop stored registers from stack,
5833         * (genMultOneByte): cleanup,
5834         * (AccRsh): added flag andmask, to and result with appropriate mask,
5835         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5836         * (genDataPointerGet): fixed and reenabled its use,
5837         * (genNearDataPointerGet): bugs fixed,
5838         * (genDataPointerSet): bugs fixed,
5839         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5840         pic16_DumpSymbol, pic16_DumpOp,
5841         * src/pic16/genutils.h: function prototypes for the above functions,
5842         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5843         pointers,
5844         * (pic16emitRegularMap): many many many improvements, but needs a
5845         major cleanup,
5846         * src/pic16/main.c: enable_stack in pic16_options is removed,
5847         * (_pic16_parseOptions): removed command line options -penable-stack,
5848         * (_process_pragma): emit stack symbol only when stack pragma is
5849         processed,
5850         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5851         redirected to FSR0L/FSR0H pair,
5852         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5853         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5854         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5855         for immediates,
5856         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5857         * (dumpPicOptype): NEW,
5858         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5859         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5860         with movff instruction,
5861         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5862         added pic16_int_regs, some packRegsFor* functions are commented out,
5863         because produce errors,
5864         * src/pic16/NOTES: minor modifications
5865
5866 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5867
5868         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5869         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5870         --pack-iram.
5871         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5872         * as/mcs51/lkaomf51.c: fixed bug #895763
5873
5874 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5875
5876         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5877
5878 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * doc/sdccman.lyx: added details about the HC08 storage classes and
5881         interrupts, fixed the register usage info for z80 & gbz80
5882
5883 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5884
5885         * doc/sdccman.lyx: added more pic16 port documentation
5886         * device/include/pic16/: added header pic18fregs.h
5887
5888 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5889
5890         * doc/sdccman.lyx: added Vangelis' contribution
5891
5892 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5895         extend to the next CALL or PCALL, not just to the next CALL.
5896
5897 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5898
5899         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5900
5901 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5902
5903         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5904         bug #895752 and a better fix for bug #716790
5905
5906 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5907
5908         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5909
5910 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5911
5912         * doc/sdccman.lyx: minor changes, minor changed
5913
5914 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5915
5916         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5917         which can't handle SDCC_NEWONEBYTEOPS,
5918         (geniCodeMultiply): removed conversion from mult to shift for pic14
5919         and pic16
5920
5921 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5922
5923         * src/hc08/gen.h,
5924         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5925         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5926         thus fixing bug #895406
5927
5928 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5929
5930         * device/lib/_modsint.c,
5931         * device/lib/_modslong.c: sign follows divisor only
5932         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5933         signs or signedness can be ignored
5934         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5935         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5936         added optimization for IFX,
5937         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5938         arguments;
5939         reenabled optimization for IFX, which was removed on 2004-01-11
5940         * src/SDCCast.h: added return type IFX
5941         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5942         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5943         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5944         SDCC_OLDONEBYTEOPS selects the old behaviour
5945         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5946         changed again and commented promotion rule
5947         * src/SDCCval.c (valDiv): promotion no longer necessary
5948         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5949         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5950         rewritten
5951         * support/regression/tests/onebyte.c: added
5952
5953 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5954
5955         * gen.c (genInline): reverted to old code for assemnling inline
5956         code because of bug reported James Chadd
5957
5958 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5959
5960         * ralloc.h: missing declarations from previous patch,
5961         seems that patch for ralloc.h was never applied, fixed
5962
5963 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5964            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5965
5966         * pcode.c,
5967         * pcode.h,
5968         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5969         indirect addressing. Marked FSR0 as deprecated
5970         * gen.c (pointerCode): commented out, not needed now
5971         (pic16_popGet2p): new MOVFF helper function
5972         (genGenPointerGet),
5973         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5974         (shiftRLong): removed duplicate debugging info
5975
5976 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         * src/ds390/gen.c (genNearPointerGet),
5979         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5980         optimization with bits, but not bitfields.
5981         * src/ds390/ralloc.c (packRegisters),
5982         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5983
5984 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5985
5986         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5987
5988 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5989
5990         * src/SDCCsymt.h,
5991         * src/SDCCicode.c (operandFromSymbol),
5992         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5993         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5994         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5995         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5996         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5997         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5998         bug #892038
5999         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6000         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6001         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6002         * src/SDCCsymt.c (newSymbol),
6003         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6004         enumerator_list),
6005         * src/SDCCval.h,
6006         * src/SDCCval.c (newiList): fixed bug #885705
6007
6008 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6009
6010         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6011         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6012
6013 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6014
6015         * device/include/c8051f120.h,
6016         * device/include/c8051f300.h,
6017         * device/include/c8051f310.h: added/updated header files for Silicon
6018         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6019         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6020         in new section Submitting patches
6021
6022 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6023
6024         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6025         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6026         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6027         genGenPointerSet),
6028         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6029         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6030         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6031         genGenPointerSet),
6032         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6033         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6034         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6035         genGenPointerSet),
6036         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6037         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6038         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6039         genGenPointerSet): fixed bug #892400
6040         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6041         to eliminate build warnings.
6042         * src/SDCCast.c (processParms),
6043         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6044         fixed bug 751859
6045         * support/valdiag/valdiag.py: added GCC to the list of defines active
6046         when compiling with gcc
6047
6048 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6049
6050         * support/Util/SDCCerr.h,
6051         * support/Util/SDCCerr.c,
6052         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6053         with an incomplete type (fixed bug #883734)
6054         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6055
6056 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6057
6058         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6059
6060 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6061
6062         * src/SDCCast.c (decorateType),
6063         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6064         function pointer implementation
6065         * support/regression/tests/funptrs.c: added tests to verify both forms
6066         of function pointers work correctly. Added tests to verify parameters
6067         are passed in the correct order.
6068
6069 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6070
6071         * device.c (regCompare): registers are sorted by ascending
6072         address and increasing size,
6073         * main.c (_pic16_finaliseOptions): removed the declaration
6074         of compiler macro MCU. Now a macro of the format pic18fxxxx
6075         will be defined from the command line
6076
6077 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6078             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6079
6080         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6081         PCOP_RLCF was overwritten!
6082         * gen.c (genSkip): commented out calls to pic16_emitcode,
6083         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6084         * (genlshTwo),
6085         * (genRRC): added debugging info,
6086         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6087         overwritten while shifting,
6088         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6089         overwritten while shifting,
6090         * (AccLsh),
6091         * (AccRsh),
6092         * (shiftLLeftOrResult),
6093         * (shiftRLeftOrResult),
6094         * (shiftRLong),
6095         * (shiftLLong): Implemented with pic16_emitpcode
6096         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6097         * (genLeftShift): Fixed bug, operand for shift by variable always
6098         was "and"ed with 0x0f,
6099         * (genLeftShiftLiteral),
6100         * (genrshTwo),
6101         * (genRightShiftLiteral): added debugging info,
6102         * (genrshFour): added comment,
6103         * (genRightShift): determined signedness from operand "left"
6104         instead of "result"
6105
6106 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6107
6108         * src/SDCCicode.c (geniCodeParms),
6109         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6110         function pointers, fixed function pointer bugs #861242 and #861896
6111
6112 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6113
6114         * device/include/c8051f000.h,
6115         * device/include/c8051f120.h,
6116         * device/include/c8051f300.h: added header files for Silicon
6117         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6118
6119 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6120
6121         * src/SDCCast.c (processParams): added new type flow and restructured
6122         (gatherAutoInit): added new type flow
6123         (addCast): cosmetic changes
6124         (getLeftResultType): added new type flow for array indices, patch
6125         provided by Stas, see FR #877103
6126         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6127         array index patch by Stas
6128         * src/SDCCast.h: added prototype getResultTypeFromType()
6129         * src/SDCCval.h,
6130         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6131         * src/pic/glue.c (pic14emitStaticSeg),
6132         * src/pic16/glue.c (pic16emitStaticSeg),
6133         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6134         for initialization of symbols
6135         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6136         * support/Util/SDCCerr.h:
6137         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6138         * .version: bumped version number to 2.3.8
6139         * device/include/Makefile.in (install),
6140         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6141         avoid warnings
6142
6143 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6144
6145         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6146         Slade Rich fixed an optimization bug
6147         * src/pic/pcodepeep.c,
6148         * src/pic/pcoderegs.c
6149         * doc/Makefile (install): added test for directory
6150
6151 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6152
6153         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6154         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6155         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6156         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6157         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6158         * as/mcs51/asexpr.c (term),
6159         * as/hc08/asexpr.c (term): fixed bug #887146
6160
6161 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * src/z80/gen.c (genMult): handle single byte result product
6164         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6165         DUMMY_READ_VOLATILE (fixed bug #886367)
6166
6167 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6168
6169         * support/regression/tests/libmullong.c: fixed logic, on little endian
6170         hosts we ended without a mullong_wrapper()
6171
6172 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6173
6174         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6175         virus/worm forged address usage.
6176
6177 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6178
6179         Fixed promotion, it should be done on AST level:
6180         * src/SDCCast.c (addCast): added promotion to int
6181         (decorateType): updated call to upCast()
6182         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6183         usualUnaryConversions()
6184
6185 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6186
6187         * support/regression/tests/literalop.c (mulWrapper): Added a
6188         wrapper to remove integer overflow warnings.
6189
6190         * support/regression/tests/float_trans.c: Made work on host.
6191
6192         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6193         location of sz80.
6194
6195         * support/regression/generate-cases.py (main): Changed from inline
6196         to a main method.
6197
6198         * doc/Makefile (install): Changed to depth first to get rid of
6199         missing directory install warning.
6200
6201         * as/Makefile (install-doc): Made work on Mac.
6202
6203 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6204
6205         * src/SDCCast.c: added an additional type flow in decorateType() of
6206         opposite direction, see feature request #860006; it's enabled at runtime
6207         by setting the environment variable SDCC_NEWTYPEFLOW
6208         * src/SDCCast.h: changed prototype of decorateType()
6209         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6210         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6211         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6212         see feature request #877103
6213         * src/SDCCval.c: updated call of decorateType()
6214         (valBitwise): fixed bug #882876
6215         (valMinus): added promotion
6216         (valLogicAndOr): result is unsigned
6217         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6218         * src/SDCCsymt.c (computeType),
6219         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6220         must not cause an unsigned operation
6221         * src/pic/glue (pic14emitRegularMap),
6222         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6223
6224 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6225
6226         * src/pic/pcode.c (PCodeID): commented out left over debug code
6227
6228 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6229
6230         * support/valdiag/tests/overflow.c: added shift tests
6231         * src/pic/device.c,
6232         * src/pic/gen.c,
6233         * src/pic/gen.h,
6234         * src/pic/glue.c,
6235         * src/pic/main.c,
6236         * src/pic/pcode.c,
6237         * src/pic/pcode.h,
6238         * src/pic/pcodepeep.c,
6239         * src/pic/pcoderegs.c,
6240         * src/pic/ralloc.c,
6241         * src/pic/ralloc.h: applied patch from Slade Rich;
6242         added support for multiple code pages and multiple RAM banks on the
6243         PIC 14 port. The ASM files now no longer simply assume all the
6244         code / RAM are in the same page / bank. This means the linker can
6245         safely allocate code/RAM of separate ASM files to different pages/banks.
6246         * doc/sdccman.lyx: added Slade's tips
6247         * src/mcs51/peeph.def: fixed bug #880768
6248
6249 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6250
6251         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6252         * src/SDCCast.c (decorateType): fixed bug #880197
6253
6254 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6255
6256         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6257         getopt.h.
6258
6259         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6260         strtof is not part of C89 and isn't included with Mac OS X.
6261
6262 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6263
6264         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6265         shiftL2Left2Result): fixed bug #879326
6266         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6267         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6268         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6269         address fetch for clr instruction
6270         * device/lib/hc08/_mulint.c: created optimized assembly version
6271         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6272
6273 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6274
6275         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6276         proposed in FR #877103
6277
6278 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6279
6280         * src/SDCCval.c (cheapestVal): added missing checks
6281         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6282         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6283
6284 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6285
6286         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6287         equal operands
6288
6289 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6290
6291         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6292         loaded with the linker search paths (-L arguments) and the libraries
6293         to be linked with the current source (-l arguments). Changes
6294         currently will affect only the pic16 port.
6295         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6296         include path the port specific paths and port specific libraries,
6297         * gplink command now contains the $3 argument,
6298         * src/pic16/device.h,
6299         * src/pic16/device.c,: structure PIC_device is made public and
6300         renamed to PIC16_device, the same for variable Pics which is renamed
6301         to Pics16. Updated all references to them.
6302         * src/pic16/glue.c (pic16glue): corrected bug with code
6303         initialization which bypassed the variable initializations block.
6304
6305         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6306         COMPILE_FLAGS and added the --nostdinc option
6307
6308 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6309
6310         * device/include/mc68hc908jb8.h: Register defs for another member
6311         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6312
6313 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6314
6315         Documenting changes from previous commits.
6316         * configure.in (version 1.56),
6317         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6318         when generating output files to configure the pic16 library,
6319         but now I've commented it out, since gputils aren't installed in the
6320         SF compile farm, so library won't compile
6321
6322         * device/lib/Makefile.in (version 1.56): initially I've added in
6323         target 'all' the prerequestive 'model-pic16' so it compiled the
6324         pic16 library, but now I've commented it out for the same reasons
6325         above,
6326         * added targets 'model-pic16' and 'objects-pic16' to compile the
6327         library
6328         * added target 'port-specific-objects-pic16' to handle the
6329         generated libraries and copy them into the build/ directory
6330         * added target 'clean-intermediate-pic16' to clean intermediate
6331         files into pic16 directory
6332         * in target 'installdirs' added line to create directory pic16 in
6333         the installation path
6334
6335         * device/include/Makefile.in (version 1.11): in target 'install'
6336         added lines to copy all header files to installation path,
6337         * in target 'installdirs' added line create directory for pic16
6338         headers in the installation path
6339
6340 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6341
6342         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6343          a function call
6344
6345 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6346
6347         * configure,
6348         * device/lib/configure.in,
6349         * device/lib/configure: fixed for autoconf 2.57
6350
6351 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6352
6353         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6354         option so that it actually works. Made it specific to the z80, since
6355         the gbz80 doesn't have these kinds of I/O ports.
6356
6357 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6358
6359         * device/include/z180.h,
6360         * device/lib/_memcpy.c,
6361         * device/lib/_memmove.c,
6362         * device/lib/_mulint.c,
6363         * device/lib/ser_ir.c,
6364         * device/lib/ser_ir_cts_rts.c,
6365         * device/lib/_strcmp.c,
6366         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6367         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6368         portmode; added deprecation warning for bank= and protmode= forms.
6369         Also, guard against buffer overflow.
6370         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6371
6372 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6375         changed interrupt vector table generation to only emit declared vectors.
6376         * device/include/Makefile.in: added missing backslash
6377         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6378
6379 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6380
6381         Mainly changes to support compilation of the device libraries
6382         * src/pic16/device.c: stack is allocated via symbol and not
6383         via literal number. The symbol is placed in the corresponding
6384         position of the data ram
6385         * (pic16_dump_section): relocatable and absolute uninitialized
6386         data are now emitted in sorted order to reduce section naming,
6387         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6388         weren't marked as being in the access bank,
6389
6390 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6391
6392         Added portion of GNU PIC Library under the directory
6393         device/include/pic16 and device/lib/pic16. These files
6394         contain the declarations of SFRs for the PIC18Fxx2 devices.
6395         The directory is initialized via configure from toplevel.
6396
6397 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6398
6399         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6400         the spilllocations to be compared correctly
6401
6402 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6403
6404         * src/SDCCast.c (decorateType): fixed bug introduced today
6405
6406 2004-01-12  Borut Razem <borut.razem AT siol.net>
6407
6408         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6409         doc/sdccman.lyx: upper case pragmas are deprecated
6410
6411 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6412
6413         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6414         in simpler and even better code
6415
6416 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6417
6418         * src/SDCCicode.c (operandOperation): fixed bug #874819
6419         * src/SDCCast.c (decorateType): fixed
6420         char foo (unsigned long ul) { return ul > 0; }
6421
6422 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6423
6424         * doc/sdccman.lyx: Moved and added some sections, small changes
6425         all over. Telling LaTeX to be less strict with word spacing
6426         to better keep the right margin. Changed some notes about
6427         maintainance of the ports in section 3.2.1 - is it OK like this?
6428
6429 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6430
6431         SDCC source changes:
6432         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6433         convilong): modified to inform the pic16 port that builtin functions
6434         are external
6435
6436         PIC16 PORT specific changes:
6437         * src/pic16/device.c pic16_dump_equates() added,
6438         processor registers declared internally by the port are emitted in
6439         the translation as equates,
6440         * src/pic16/gen.c: inline code is passed unprocessed to the
6441         translation,
6442         * (pic16_popGetLit2): fnuction modified to take second operand as
6443         pCodeOp pointer and not as literal,
6444         * (popRegFromIdx): prefixed with pic16_,
6445         * (pic16_popCombine2): modified to receive already allocated pCode
6446         operands,
6447         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6448         * (genFunction): initializes local stack frame and pushes on stack
6449         all the registers used by this function,
6450         * (genEndFunction): restores all registers from stack and restores
6451         stack frame,
6452         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6453         improvements,
6454         * (pic16glue): changed the program startup sequence,
6455         * added new dbName code 'A' for functions placed in absolute section
6456         * src/pic16/main.c: added function attribute _naked,
6457         * added pragma 'code' to place a fnuction at an absolute address,
6458         * added command line arguments --debug-ralloc and --pcode-verbose,
6459         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6460         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6461         * (pic16_newpCodeOpLit2): modified to take the second operand as
6462         pCodeOp pointer,
6463         * (pic16_printpBlock): modified to emit each function in a separate
6464         section,
6465         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6466         UPPER for immediate operands,
6467         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6468         instruction,
6469         * src/pic16/peeph.def: all peepholes with movff are commented out,
6470         because there is a problem in the pcode peep optimizer,
6471         * src/pic16/ralloc.c: the register allocator can now reuse local
6472         function symbols for another function. This saves register usage.
6473         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6474
6475         Added file src/pic16/NOTES with information about program writing on
6476         the current port version.
6477
6478 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6479
6480         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6481         and peephole 252 (array access)
6482
6483 2004-01-09  Borut Razem <borut.razem AT siol.net>
6484
6485         * src/SDCCmain.c : fixed #872250: -l command line defined library
6486           files are scanned before standard library files
6487
6488 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6489
6490         * src/SDCCast.c (decorateType): fixed bug #874046
6491
6492 2004-01-09  Borut Razem <borut.razem AT siol.net>
6493
6494         * support/scripts/sdcc.nsi: remove previous installation
6495
6496 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6497
6498         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6499         bytes for last interrupt vector (mcs51)
6500         * sdcc.spec: fixed typo
6501
6502 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6503
6504         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6505         gen51Code): more efficient parameter receive for --model-large
6506         ("bug" #845294)
6507
6508 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6509
6510         * src/ds390/main.c,
6511         * src/z80/main.c: added missed needLinkerScript flags (more than
6512         one port structure defined in these file)
6513         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6514         bug #795325
6515
6516 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6517
6518         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6519         * src/port.h: added flag needLinkerScript in port->linker
6520         structure to inform whether to create a .lnk file or not,
6521         * src/avr/main.c,
6522         * src/ds390/main.c,
6523         * src/hc08/main.c,
6524         * src/mcs51/main.c,
6525         * src/pic/main.c,
6526         * src/pic16/main.c,
6527         * src/xa51/main.c,
6528         * src/z80/main.c: changed appropriately to configure
6529         needLinkerScript flag
6530         * src/pic/gen.c,
6531         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6532         * src/pic/glue.c: added variable udata_section_name to
6533         override default uninitialized data segment definition for
6534         devices only with SHAREBANK memory (reported from Erik Epetrich)
6535         * (pic14emitOverlay): modified to emit a commented overlay segment
6536         directive when no overlay data exist
6537         * (picglue): modified to emit uninitialized data segment
6538         according to udata_section_name
6539         * src/pic/main.c (_pic14_parseOptions): added command line
6540         options --udata-section-name=[name] to override default
6541         udata definition name
6542         * modified _linkCmd and _asmCmd to include compiler passed
6543         arguments via -W option
6544         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6545         object file from '.rel' to '.o' in port->linker structure,
6546         changed size of fptr from 2 to 3 in port structure
6547
6548 2004-01-07  Borut Razem <borut.razem AT siol.net>
6549
6550         * support/scripts/sdcc.nsi: update PATH
6551         * support/scripts/sdcc.ico: craeted
6552
6553 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6554
6555         * device/include/Makefile.in: fix install
6556         * doc/Makefile: fix install
6557
6558 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6559
6560         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6561         in bug #860505
6562         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6563         how the function variable allocation summary is displayed; also
6564         include information about variables allocated to the overlay
6565         segment
6566
6567 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6568
6569         * as/mcs51/lkmain.c: Help about -Y option
6570         * as/mcs51/lkarea.c: Fixed gcc warnings
6571
6572 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6573
6574         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6575         fixed warning
6576         * support/valdiag/tests/overflow.c: added
6577         * src/SDCCast.c (decorateType),
6578         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6579         LEFT_OP (left shift)
6580
6581 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6582
6583         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6584         (default behaviour).
6585
6586 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         A python script to validate compiler diagnostic messages. It can be
6589         used to verify that sdcc complains about bad c source code and
6590         gives a good location of the error.
6591         * support/valdiag/Makefile,
6592         * support/valdiag/valdiag.py,
6593         * support/valdiag/tests/*
6594
6595 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6596
6597         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6598         * src/SDCCsymt.c (newEnumType),
6599         * src/SDCCsymt.h
6600         * support/Util/SDCCerr.c,
6601         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6602         enum related bugs.
6603         * support/regression/tests/enum.c: added test for enum values that
6604         require at least 2 bytes of storage.
6605
6606 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6607
6608         * src/common.h: added ifndef/define/endif macros
6609         around the header file.
6610         Bug reported from Jesus Calvino-Fraga
6611
6612 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6613
6614         * sdcc.spec: updated
6615         * device/include/Makefile.in: don't install CVS directories
6616         * device/lib/Makefile.in: added removal of CVS directories after install
6617         * doc/Makefile: fixed install, added local_icons
6618         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6619         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6620         * src/ds390/gen.c (genRightShift): fixed bug #870788
6621         * src/SDCCast.c (decorateType): fixed bug #870781
6622
6623 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6624
6625         PIC16 port related changes:
6626         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6627         added variable stackPos,
6628
6629         * gen.c: genCall, assignResultValue: added support for
6630         pushing/retrieving function parameters to/from stack,
6631         genFunction,genEndFunction: setup stack frame for the
6632         generated function,
6633         genAddrOf: will be changed according to bug 863624
6634
6635         * added files genutils.c and genutils.h which contain gen*
6636         debugged and optimised functions extracted from gen.c
6637
6638         * glue.c: added variable 'externs' which holds extern symbols,
6639         pic16emitRegularMap: is modified to properly handle relocatable
6640          symbols under the new scheme,
6641         pic16createInterruptVect: is modified
6642         pic16printPublics: is modified to emit 'global' assembler directives,
6643         added pic16_printExterns to print extern symbols,
6644         pic16glue: initializes stack/frame pointer in the beginning of
6645         the assembly output. Temporary hack, will be corrected later,
6646         because gplink yet does not support stack and SDCC does not
6647         yet support a type of crt0.o object to create the final binary.
6648
6649         * Removed many lines that contain 8051 legacy code.
6650         * The code is finally placed under a 'code' directive.
6651         * Added port specific options.
6652
6653         * _process_pragma: simplified since now we do not need *special*
6654         include file to define SFR registers. But a separate header
6655         will be needed. This will be developed later.
6656         * _pic16_parseOptions: added, parses port specific options:
6657         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6658         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6659         --preplace-udata-with=
6660
6661         * _pic16_setDefaultOptions: modified to initialize section names,
6662         but hack is temporarly out of order since it needs improvement.
6663         * _pic16_genAssemblerPreamble: configuration words are emitted by
6664         their address instead of their name. This part is incomplete and
6665         supports only the 18Fxx2 devices. Other devices will emit an error
6666         during assembly since they do not contain the same set of config
6667         registers
6668         * _pic16_genIVT: is modified,
6669
6670         * pcode.c: added definitions for some hardware registers that are needed
6671         for stack support
6672         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6673         All PCI entries are updated. Now LFSR is supported.
6674         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6675         * added pic16_newpCodeOpLit2 to support instructions with
6676         two literal arguments
6677         * pic16_pCode2str: corrected code that emits assembler instructions
6678         with two literal operands and those that have an access bit modifier
6679         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6680         this fixes a bug which caused some labels to be lost, when an
6681         assembler directive was added, i.e. banksel,
6682         * pic16_FixRegisterBanking: improved logic that causes the insertion
6683         of bank switching,
6684         * InlineFunction: functions that are called once, are not any more
6685         inlined. This can be a port option in the future,
6686
6687         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6688
6689         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6690         hold the corresponding uninitialized symbols,
6691         * pic16_allocProcessorRegister: registers have explicit marked the
6692         accessBank field,
6693         * pic16_allocInternalRegister: registers are explicit marked as
6694         not used,
6695         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6696         processing list, so bit registers were lost,
6697         *
6698
6699         * ralloc.h: added field 'accessBank' and original symbol operand
6700         in register definition,
6701         * removed the field isMapped from register definition,
6702
6703         ** Several functions have been removed from various sources:
6704         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6705         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6706         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6707         pic16_assignRelocatableRegisters
6708
6709         ** others have been introduced:
6710         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6711         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6712
6713 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6714
6715         * support/scripts/inc2h.pl: changed definition of BIT_AT
6716         to emit 'sbit at' instead of 'bit at'. This was a request.
6717
6718         PIC16 port related preliminary changes:
6719         * gen.c: prefixed function popRegFromString with
6720         pic16_ and all references to it corrected
6721         * pcode.c: all pic16_pc_* hardware registers prefixed
6722         with underscore (_),
6723         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6724         * ralloc.c: newReg(): when register is REG_SFR then
6725         set address to rIdx,
6726         pic16_allocProcessorRegister(): marks register wasUsed=0
6727         pic16_writeUsedRegs(): added a call to assign processor
6728         registers via pic16_assignFixedRegisters
6729
6730 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6731
6732         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6733         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6734         variables in unused register banks.  Also the SSEG is placed
6735         wherever there is enough space for it, and IDATA can be anywhere
6736         in internal RAM.  For now compile using -Wl-Y[stack_size].
6737         The mem file is different for this option as well, since it
6738         makes no sense of talking about DSEG lenght.
6739
6740 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6741
6742         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6743         in certain cases, e.g. when ROM assignment, patch provided
6744         from Albert den Haan.
6745
6746 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6747
6748         Many signedness and type propagation fixes:
6749         * src/SDCCicode.c: made geniCodeCast() static
6750         replaced SPEC_ by IS_ (cosmetic)
6751         (operandOperation): fixed div and mod operation
6752         (usualBinaryConversions): added support for promotion of char
6753         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6754         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6755         (geniCodeAdd): an array index will stay unsigned, even if promoted
6756         from char to int
6757         (geniCodeArray): ditto
6758         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6759         * src/SDCCsymt.c (computeType): added more support for char;
6760         promotion of char is selectable by promoteCharToInt, fixed signedness
6761         for all cases
6762         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6763         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6764         * src/SDCCval (val*): replaced signedness calculation by
6765         computeType()
6766         rearranged if-branches (cosmetic)
6767         (valShift): added warning W_SHIFT_CHANGED
6768         (valCompare): fixed problem with different types
6769         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6770         * support/regression/tests/literalop.c: added many cases
6771         * support/regression/tests/ast_constant_folding.c: changed finally to
6772         'unsigned int'
6773         * .version: new year, new version: 2.3.7
6774         * src/SDCCmain.c (main): applied patch #866468
6775         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6776         provided by Scott Bronson
6777         * doc/sdccman.lyx: updated documentation for sdcdb
6778         updated and added chapter tips
6779
6780 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6781
6782         * src/SDCCsymt.h: missing from yesterday's commits
6783
6784 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/SDCC.y (struct_or_union_specifier),
6787         * support/Util/SDCCerr.c,
6788         * support/Util/SDCCerr.h: verify that struct & union tags are used
6789         as declared.
6790
6791 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6792
6793         * src/SDCCglobl.h: missing from yesterday's commits
6794
6795 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6798         sft_attributes, struct_declaration, parameter_declaration,
6799         type_name, start_block, declaration_list),
6800         * src/SDCC.lex (check_type): support redefinition of typedef names
6801
6802 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6803
6804         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6805         aligned xdata arrays. Erik helped me with the if clause.
6806
6807 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6808
6809         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6810         warning
6811
6812 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6813
6814         * src/SDCCast.h,
6815         * src/SDCCast.c (newAst_),
6816         * src/SDCCicode.h,
6817         * src/SDCCicode.c (ast2iCode, newiCode),
6818         * src/SDCCglobl.h,
6819         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6820         expr, statement, expression_statement, selection_statement,
6821         iteration_statement, expr_opt, jump_statement): foundation for tracking
6822         sequence points
6823         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6824         point code too)
6825
6826 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6827
6828         * support/Util/SDCCerr.c,
6829         * src/SDCCast.h,
6830         * src/SDCCast.c (createCase, createDefault, decorateType),
6831         * src/SDCClabel.c (labelUnreach),
6832         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6833         to error messages.
6834         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6835         (with thanks to Stas Sergeev)
6836         * device/include/time.h,
6837         * device/lib/time.c (CheckTime): suppress unreachable code warning
6838
6839 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6840
6841         * src/SDCCast.c (createIvalCharPtr),
6842         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6843         bug #753752)
6844         * support/regression/tests/nullstring.c: tests for these two bugs
6845
6846 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6847
6848         * support/Util/SDCCerr.h,
6849         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6850         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6851         about storage class and 'at' used inside struct or union
6852         * src/SDCCBBlock.c (iCodeFromeBBlock),
6853         * src/SDCCcse.c (ifxOptimize),
6854         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6855         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6856         printIval, emitStaticSeg, emitOverlay),
6857         * src/SDCClabel.c (deleteIfx),
6858         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6859         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6860         gatherAutoInit, processParms),
6861         * support/Util/SDCCerr.h,
6862         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6863         reporting for post-parse errors.
6864
6865 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6868         implicit casts via union; they don't work on big endian systems
6869         (possible fix for bug #861138)
6870
6871 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6872
6873         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6874         * src/mcs51/main.c: fixed the fix for bug #737001
6875
6876 2003-12-15  Borut Razem <borut.razem AT siol.net>
6877
6878         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6879
6880 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6881
6882         * support/makebin/makebin.c: put output in binary mode
6883
6884 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6885
6886         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6887         xdata and data memory on startup. Set the environment variable
6888         SDCC_NOGENRAMCLEAR to disable this.
6889         * src/mcs51/peephole.def,
6890         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6891         (allows non-interrupt and interrupt code to safely compete for a resource
6892         without the non-interrupt code having to disable interrupts)
6893
6894 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * src/SDCCicode.c (geniCodeAdd),
6897         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6898         with valFromType if type might be a pointer and host is big endian).
6899         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6900         types, not just integer types.
6901         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6902         multiply defined with mismatching "at" address.
6903
6904 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6907         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6908         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6909         with embedded nulls (fixed bug #753752)
6910
6911 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6912
6913         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6914         Apparently this did not see much testing (endless loop)
6915
6916 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6917
6918         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6919
6920 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6921
6922         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6923         gracefully handle NULL memmap pointers
6924
6925 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6926
6927         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6928         instead of deleting the iCode when an operand is volatile
6929         * src/z80/gen.c (genDummyRead),
6930         * src/mcs51/gen.c (genDummyRead),
6931         * src/ds390/gen.c (genDummyRead),
6932         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6933         not just IC_RIGHT
6934         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6935         * src/SDCC.y: fixed bug #850420
6936
6937 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6938
6939         Applied z80 i/o port patch from Peter Townson and fixed some operators
6940         to better handle operands in A register.
6941         * device/include/z180.h
6942         * src/SDCC.y
6943         * src/SDCCglue.c
6944         * src/z80/gen.c
6945         * src/z80/gen.h
6946         * src/z80/main.c
6947         * src/z80/peeph-z80.def
6948         * src/z80/peeph.def
6949         * src/z80/z80.h
6950
6951 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6954
6955 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * device/lib/hc08/_mullong.c: Removed extra #endif
6958
6959 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6960
6961         * sim/ucsim/hc08.src/inst.cc,
6962         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6963         carries from x to h
6964         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6965         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6966         * device/include/stdarg.h: fixed varargs for hc08
6967         * device/lib/Makefile.in,
6968         * device/lib/hc08/Makefile,
6969         * device/lib/hc08/_mulint.c,
6970         * device/lib/hc08/_mullong.c: fixed some endian problems
6971
6972 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6973
6974         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6975         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6976         * device/lib/_gptrget.c,
6977         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6978
6979 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6980
6981         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6982         * src/SDCCast.c (astErrors): fixed bug #846007
6983         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6984
6985 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6986
6987         * src/SDCCast.c (decorateType): disabled a transformation I added in
6988         revision 1.188 (access to fields of a structure at an absolute address);
6989         it breaks with bitfields, extern declarations, and gcse analysis.
6990         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6991         could be assigned through a pointer, so don't complain.
6992         * src/SDCCast.c (astErrors),
6993         * src/SDCCast.h,
6994         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6995
6996 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6997
6998         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6999         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7000         output of __config directives, since gpasm now supports them
7001         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7002         pre-processor macro, i.e. -DMCU=p18f452
7003         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7004         and modified to handle 'cast' icode similarly to '=' icode
7005         * src/pic16/device.h (typedef struct PIC_device): added field
7006         'extMIface' to indicate that chip has external memory interface
7007         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7008         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7009         18F8720
7010
7011 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/SDCC.y (pointer): fixed bug #846006
7014         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7015         * src/SDCCast.c (decorateType): fixed bug #846009
7016         * src/ds390/peeph.def,
7017         * src/ds390/gen.c (genAnd, genOr),
7018         * src/mcs51/peeph.def,
7019         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7020
7021 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7022
7023         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7024         * src/SDCCdflow.c
7025         * src/SDCCcse.c
7026         * src/SDCCcse.h
7027         * src/SDCCBBlock.h
7028         * src/SDCCBBlock.c
7029
7030 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7031
7032         fixed bug #845089
7033         * src/SDCCbitv.h,
7034         * src/SDCCbitv.c: added function to free a bitvector
7035         * src/SDCClrange.h,
7036         * src/SDCClrange.c: added function to recompute the liveranges
7037         * src/avr/ralloc.c,
7038         * src/ds390/ralloc.c,
7039         * src/hc08/ralloc.c,
7040         * src/mcs51/ralloc.c,
7041         * src/pic/ralloc.c,
7042         * src/pic16/ralloc.c,
7043         * src/xa51/ralloc.c,
7044         * src/z80/ralloc.c: recompute the liveranges after register packing
7045
7046 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7047
7048         * src/SDCCloop.c (newInduction): fixed bug #845630
7049
7050 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7051
7052         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7053         inadvertantly left behind from my 2003-11-12 change
7054
7055 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7056
7057         Updated headers I neglected to commit yesterday.
7058         * src/SDCClrange.h,
7059         * src/SDCCicode.h
7060
7061 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7064         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7065         * src/SDCCopt.c (eBBlockFromiCode),
7066         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7067         the creation of the key hash table from the sequencing so it can be used
7068         earlier (for some GCSE bug fixes still pending)
7069
7070 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7071
7072         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7073         * support/regression/tests/addsub.c: testing genPlus shortcut
7074
7075 2003-11-15  Borut Razem <borut.razem AT siol.net>
7076
7077         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7078
7079 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7080
7081         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7082         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7083         ordering is immaterial.
7084         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7085
7086 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7087
7088         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7089         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7090         (SIGSEV) of bug #840381
7091         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7092         unlink new file before rename if new and old filenames are the same)
7093
7094 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7095
7096         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7097         uninitialized variables) for the mcs51. Set environment variable
7098         SDCC_GENRAMCLEAR to test.
7099         xdata initialization slightly shorter
7100
7101 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7102
7103         * src/SDCCsymt.h,
7104         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7105         #838241 & 780691 (basicly the same bug)
7106         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7107         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7108
7109 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7110
7111         * src/SDCCmain.c (linkEdit): "fix" #834252
7112
7113 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7116         * src/SDCCast.h,
7117         * src/SDCC.y: fixed bug #819403
7118
7119 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7122         the reentrant attribute.
7123         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7124         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7125         simulation
7126         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7127         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7128         erroneously reduced to a literal.
7129         * src/hc08/ralloc.c (packRegisters, rematStr),
7130         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7131         some cases
7132
7133 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7134
7135         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7136         * doc/sdccman.lyx: changed from 'article' to 'book'
7137         * doc/Makefile: readded test_suite_spec and cdbfileformat
7138
7139 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7140
7141         * device/include/stdlib.h: include malloc.h to comply with ANSI
7142         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7143
7144 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7145
7146         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7147         * doc/clean.mk: also remove *.out files
7148         * doc/sdccman.lyx: some additions, larger top/bottom margins
7149
7150 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7151
7152         * src/SDCC.y: fixed bug #837365
7153         * support/regression/tests/bitopcse.c
7154         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7155         a symbol (might be valop instead)
7156         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7157         * device/lib/clean.mk: added hc08 to the cleaning list
7158
7159 2003-11-04  Borut Razem <borut.razem AT siol.net>
7160
7161         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7162           made 2003-11-04
7163         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7164           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7165           malloc is declared in standard stdlib.h
7166
7167 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7168
7169         * device/lib/hc08/Makefile: need to clean .rel not .o files
7170         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7171
7172 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7173
7174         * src/port.h,
7175         * src/hc08/main.c,
7176         * src/mcs51/main.c,
7177         * src/ds390/main.c,
7178         * src/z80/main.c,
7179         * src/avr/main.c,
7180         * src/pic/main.c,
7181         * src/pic16/main.c,
7182         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7183         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7184         tests (which uses the port's oclsExpense function)
7185         * src/SDCC.y,
7186         * src/SDCCast.c,
7187         * src/SDCCicode.c,
7188         * src/hc08/gen.c,
7189         * src/ds390/gen.c,
7190         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7191
7192 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         * src/SDCCcse.c (ifxOptimize),
7195         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7196         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7197         deleting the IFX iCode.
7198         * src/hc08/ralloc.c: reduced unneeded slocs
7199         * src/hc08/gen.c: fixed bug in asmopToBoolean
7200
7201 2003-11-04  Borut Razem <borut.razem AT siol.net>
7202
7203         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7204           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7205           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7206           transferred to configure
7207
7208 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7209
7210         Use headers defined in the C[++] standards:
7211         * sim/ucsim/gui.src/serio.src/fileio.cc
7212         * sim/ucsim/gui.src/serio.src/frontend.cc
7213         * sim/ucsim/gui.src/serio.src/main.cc
7214         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7215         * support/Util/NewAlloc.c
7216         * as/hc08/lklibr.c
7217         * as/mcs51/lklibr.c
7218         * as/z80/aslist.c
7219         * as/z80/assym.c
7220
7221 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7222
7223         * Added MSVC projects for hc08 assembler and linker:
7224         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7225         /as/hc08/link_hc08.dsp
7226
7227 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7228
7229         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7230
7231 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7232
7233         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7234
7235 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7236
7237         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7238
7239 2003-10-31  Borut Razem <borut.razem AT siol.net>
7240
7241         * support/cpp2/cpplib.h,
7242           support/cpp2/cpplib.c,
7243           support/cpp2/cpplex.c,
7244           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7245           to switch _asm block preprocessing on / off. Default is
7246           #pragma preproc_asm +
7247
7248 2003-10-31  Borut Razem <borut.razem AT siol.net>
7249
7250         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7251           when outputting comment blocks (when executed with -C option) and
7252           _asm (SDCPP specific) blocks
7253
7254 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7255
7256         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7257
7258 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7259
7260         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7261
7262 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7263
7264         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7265         * src/SDCCast.c (decorateType): fixed bug #832664
7266
7267 2003-10-31  Borut Razem <borut.razem AT siol.net>
7268
7269         * support\cpp2\cpplex.c: fixed for SDCPP:
7270           comments(when executed with -C option) and _asm blocks
7271           were included even if they where in skipped #if block.
7272           Applied solution from GCC cpp 3.3.2
7273
7274 2003-10-31  Borut Razem <borut.razem AT siol.net>
7275
7276         * src/SDCC.lex: sdcc now understands both formats:
7277           '# <line_number> <file_name>' and
7278           '#line <line_number> <file_name>'
7279         * support/cpp2/cppmain.c: sdcpp now generates the standard
7280           '# <line_number> <file_name>' instead of former
7281           '#line <line_number> <file_name>'
7282
7283 2003-10-30  Borut Razem <borut.razem AT siol.net>
7284
7285         * support/cpp2/cpphash.h,
7286         * support/cpp2/cpplib.h
7287         * support/cpp2/cpplex.c,
7288         * support/cpp2/cppmain.c,
7289         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7290
7291 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7292
7293         Fixed a number of problems revealed by bug #827883.
7294         * src/SDCCloop.c (loopInvariants): Spill location of the
7295         result operand should be recomputed if extracted from
7296         a loop. Also, don't extract assignments of an iTemp
7297         from a literal.
7298         * src/SDCCast.c (isConformingBody): loop reversal should
7299         not occur if the control variable is involved with a
7300         relational operator.
7301
7302 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7303
7304         * .version: bumped to 2.3.6 to reflect the big improvements
7305         made by Erik and Klaus. Thanks!
7306
7307 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7308
7309         Replaced the livrange code.
7310         * src/SDCClrange.c: added new LR code
7311         * src/SDCCloop.c,
7312         * src/SDCCBBlock.h: removed remainig parts from old LR code
7313         * src/ds390/ralloc.c,
7314         * src/ds390/gen.c: minor fixes to make it work with new code
7315
7316 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7317
7318         * as/hc08/asm.h,
7319         * as/hc08/lkrloc.c,
7320         * src/hc08/gen.c,
7321         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7322         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7323         (tweaked fix for bug #818696)
7324
7325 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7328
7329 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/SDCCmain.c,
7332         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7333         * src/mcs51/gen.c (gencjneshort),
7334         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7335         more efficient (per Scott Bronson's suggestion)
7336
7337 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7338
7339         Extended the semantics of the critical keyword to include
7340         individual statements. See RFE #827755 and #799831
7341         * src/SDCC.y
7342         * src/SDCCicode.c
7343         * src/SDCCopt.c
7344         * src/SDCCast.c
7345         * support/Util/SDCCerr.c
7346         * support/Util/SDCCerr.h
7347         * src/mcs51/gen.c
7348         * src/ds390/gen.c
7349         * src/hc08/gen.c
7350
7351 2003-10-19  Borut Razem <borut.razem AT siol.net>
7352
7353         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7354
7355 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7358         Fixed bug #818696
7359         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7360         and predecrement operand is displayed
7361
7362 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7363
7364         * src/SDCCval.c (valMinus): fixed bug #826041
7365
7366 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7367
7368         Some hc08 related updates that I missed earlier
7369         * sim/ucsim/stypes.h
7370         * support/regression/ports/hc08/spec.mk
7371
7372 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7373
7374         New target "hc08" for the Motorola 68hc08 family of micros
7375
7376         * configure
7377         * configure.in
7378         * Makefile
7379         * src/hc08/*
7380         * src/SDCCmain.c
7381         * src/port.h
7382         * sim/ucsim/hc08.src/*
7383         * sim/ucsim/configure.in
7384         * src/ucsim/configure
7385         * sim/ucsim/packages_in.mk
7386         * as/hc08/*
7387         * as/Makefile
7388         * device/include/mc68hc908qy.h
7389         * device/lib/hc08/*
7390         * device/lib/Makefile.in
7391         * support/regression/ports/hc08/*
7392         * support/regression/Makefile
7393
7394 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7395
7396         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7397         regression test
7398         * src/ds390/gen.c (genCast): fixed bug #821957
7399
7400 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7401
7402         * device/lib/logf.c: "fixed" overlay bug
7403         * support/regression/ports/host/spec.mk: added m library
7404         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7405         * support/regression/tests/float_trans: added (for Eric)
7406
7407 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7408
7409         * src/mcs51/gen.c (genCpl): fixed bug
7410         http://sf.net/mailarchive/message.php?msg_id=6263915
7411
7412 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7413
7414         * src/SDCCast.c (decorateType): added extended constant folding
7415         * src/SDCCsymt.c (computeType): cleanup
7416         * src/SDCCval.c (valShift): minor optimization
7417         * support/regression/tests/ast_constant_folding.c: added
7418
7419 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/SDCCmain.c: removed some unintended changes
7422
7423 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7424
7425         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7426         * src/z80/gen.c: fixed part of bug #817589
7427         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7428
7429 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7430
7431         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7432         * src/SDCCcflow.c
7433         * src/SDCCcse.c
7434         * src/SDCCdflow.c
7435         * src/SDCClabel.c
7436         * src/SDCClrange.c
7437         * src/SDCCmem.c
7438         * src/SDCCopt.c
7439         * src/SDCCpeeph.c
7440         * src/SDCCset.c
7441         * src/avr/ralloc.c
7442         * src/ds390/ralloc.c
7443         * src/izt/ralloc.c
7444         * src/mcs51/ralloc.c
7445         * src/pic/ralloc.c
7446         * src/pic16/ralloc.c
7447         * src/xa51/ralloc.c
7448         * src/z80/ralloc.c
7449         * src/z80/gen.c: removed unused label "release:"
7450
7451 2003-10-06  Borut Razem <borut.razem AT siol.net>
7452
7453         * src/SDCC.lex: removed definition of unused variables
7454           save_optimize and save_options
7455
7456 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7457
7458         * clean.mk: removed '=' in "-maxdepth=1"
7459         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7460         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7461
7462 2003-10-06  Borut Razem <borut.razem AT siol.net>
7463
7464         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7465           my_unput() replaced by unput()
7466
7467 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7468
7469         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7470         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7471         type-punned pointer will break strict-aliasing rules"
7472         Old LR behaviour is again default; Klaus' LR can be choosen by
7473         defining the environment variable LRKLAUS
7474         * src/SDCCBBlock.h
7475         * src/SDCCloop.c
7476         * src/SDCClrange.c
7477         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7478         * clean.mk: fixed removal of files in bin/CVS/
7479         * device/lib/clean.mk: fixed removal of directories small and large
7480         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7481         * src/SDCCicode.c,
7482         * src/SDCCval.c: removed superflous test for pedantic
7483
7484 2003-10-05  Borut Razem <borut.razem AT siol.net>
7485
7486         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7487           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7488           message "unmatched #pragma SAVE and #pragma RESTORE"
7489
7490 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7491
7492         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7493           assembly, critical functions, atomic, nojtbound)
7494
7495 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7496
7497         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7498         * src/SDCCBBlock.h
7499         * src/SDCCloop.c
7500         * src/SDCCloop.h
7501         * src/SDCClrange.c
7502
7503 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * src/z80/gen.h,
7506         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7507         * src/mcs51/gen.h
7508         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7509         * src/ds390/gen.h
7510         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7511         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7512         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7513
7514 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7515
7516         * src/z80/gen.c (genRet): fixed bug #524753
7517         * src/z80/gen.c (genCast): fixed internal error on cast from
7518         pointer to long
7519         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7520         fix for bug #477835 to the z80
7521         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7522         for tracking iCodes in the peephole optimizer for z80
7523
7524 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7525
7526         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7527         the other part of bug #814548
7528         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7529
7530 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7531
7532         * src/SDCCcse.c: fixed part of bug #814548
7533
7534 2003-09-28  Borut Razem <borut.razem AT siol.net>
7535
7536         * src/asm.c: rewrite of printILine() to use temporary file instead
7537           a pipe
7538         * src/xa51/main.c: commented out declaration of int rewinds
7539
7540 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7543
7544 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7545
7546         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7547         * src/asm.c (printILine): Fixed bug #811015
7548
7549 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7550
7551         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7552         freeing.
7553
7554 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7555
7556         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7557         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7558         to correctly handle general case of AOP_PAIRPTR
7559         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7560
7561 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7562
7563         * src/mcs51/ralloc.c (fillGaps),
7564         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7565         register positioning bug)
7566
7567 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7568
7569         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7570
7571 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7572
7573         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7574         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7575         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7576         (ralloc doesn't intentionally do this now, but perhaps later)
7577         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7578         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7579         register positioning bugs (Fixed bug #762602 and #795325)
7580         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7581         (Fixed bug #808779)
7582         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7583         lines that --i-code-in-asm generates
7584
7585 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7586
7587         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7588         trying to fclose a FILE* that was already closed.
7589
7590 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7591
7592         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7593         of const struct should be treated as if const themselves)
7594
7595 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7596
7597         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7598
7599 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7600
7601         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7602         Unix (/n) and DOS (/r/n) line terminations.
7603
7604 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7605
7606         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7607         bug #613775
7608
7609 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7610
7611         * src/mcs51/gen.c (genFunction, genEndFunction),
7612         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7613         and restore of EA so that stack offsets to parameters are
7614         correct when using both critical and reentrant/stack-auto.
7615         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7616         size (can be triggered in error if sloc is shared between
7617         different sized objects)
7618         * device/include/float.h: fixed macros to explicitly use
7619         unsigned long where needed
7620
7621 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7622
7623         Feature req. 799831: added code to allow nesting of critical functions
7624         * src/mcs51/gen.c (genFunction, genEndFunction)
7625         * src/ds390/gen.c (genFunction, genEndFunction)
7626
7627 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7628
7629         * src/SDCCsymt.c (sclsFromPtr),
7630         * src/SDCCsymt.h,
7631         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7632         support for standard C idiom of memory mapped variables; for
7633         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7634         to xdata int at 0x1234 tempvar = 1.
7635         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7636         provided by Akiya ISHIDA
7637
7638 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7639
7640         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7641         * src/SDCCval.c (constVal): added reduction from int to char
7642         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7643         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7644         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7645         to ignore the sign
7646         * support/regression/tests/shifts.c: fixed
7647
7648 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7649
7650         * src/z80/gen.c (genXor): Fixed bug #805445
7651
7652 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         Fixed bug #621531 (const & volatile confusion in the type chain).
7655         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7656         refer to the const or volatile state of the pointer itself.
7657
7658         * src/SDCCast.c
7659         * src/SDCCglue.c
7660         * src/SDCCicode.c
7661         * src/SDCCsymt.c
7662         * src/SDCCval.c
7663         * src/SDCC.y
7664         * src/SDCCsymt.h
7665         * src/pic/gen.c
7666         * src/pic/ralloc.c
7667         * src/pic16/gen.c
7668         * src/pic16/ralloc.c
7669         * support/regression/tests/const.c
7670
7671 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7672
7673         When checking for duplicated modules, use absolute paths
7674         instead of relative paths.  Files changed:
7675
7676         * as/mcs51/lklib.c
7677         * link/z80/lklib.c
7678
7679 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7680
7681         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7682
7683 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7684
7685         * device/include/string.h: added size_t typedef, changed
7686         prototypes to use size_t, eliminated separate reentrant and
7687         non-reentrant declarations, added _memmove declaration
7688         * device/lib/_memcpy.c: changed to use size_t instead of int,
7689         changed /4 to >>2 to avoid division library call
7690         * device/lib/_memcmp.c,
7691         * device/lib/_memset.c,
7692         * device/lib/_strncat.c,
7693         * device/lib/_strncpy.c,
7694         * device/lib/_strncmp.c: changed to use size_t instead of int
7695         * device/lib/_memmove.c: new file (fixed bug #772294)
7696         * device/lib/Makefile.in: added _memmove.c
7697         * device/lib/z80/asm_strings.s: fixed bug #772290
7698         * support/regression/tests/bitfields.c: attempt to fix host assertion
7699         failure on amd64-unknown-linux2.2
7700
7701 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7702
7703         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7704         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7705         * as/z80/asmain.c (main): fixed bug #801766
7706
7707 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7708
7709         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7710         compilers
7711
7712 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7713
7714         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7715         reported in bug #800609
7716
7717 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7718
7719         * Top header beautifications in src/pic16 directory:
7720           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7721           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7722           pcoderegs.h, ralloc.c, ralloc.h
7723         * main.c: added top header and GPL license notice
7724         * pcode.c: fixed the if-conditional warning
7725
7726 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7727
7728         * device/lib/_mullong.c: replaced int by short for gcc
7729
7730 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7731
7732         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7733         and JUMPTABLE iCodes properly now (worked by accident before)
7734         * src/mcs51/gen.c (leftRightUseAcc),
7735         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7736         iCode properly now. Use getSize instead of nRegs since a & b
7737         aren't part of the nRegs tally.
7738
7739 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7740
7741         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7742         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7743           before instructions that use the _STATUS register
7744
7745 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7746
7747         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7748         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7749         fetching of the pointer
7750         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7751         copied from genNearPointerSet()
7752         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7753         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7754         If they pop r0/r1 they must be called in the opposite order than aopOp().
7755         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7756         (resp. --stack-auto), prepared for --xstack
7757
7758 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7759
7760         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7761
7762 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7765         these ports have their own __sdcc_external_start()
7766
7767 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7768
7769         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7770         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7771         type for bits was changed. It resulted in bit variables becoming
7772         global, which is not permitted in PIC 14 assembly output.
7773
7774 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7775
7776         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7777
7778 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7779
7780         Z80 and MCS51 linkers complaint if a public symbol is defined
7781         in more than one library module:
7782
7783         * as/mcs51/lklib.c
7784         * link/z80/lklib.c
7785         * as/mcs51/Makefile.in
7786
7787 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7788
7789         A few small changes that speed up the peephole optimizer.
7790
7791         * src/SDCCpeeph.c
7792
7793 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7794
7795         Try to make the peephole optimizer smarter by maintaining
7796         an association between the assembly source code and the
7797         iCodes that originated them. Put this information to use
7798         with a new peephole rule condition "notVolatile" so that
7799         the rules can be aggressive yet still safe.
7800
7801         * src/SDCCpeeph.c
7802         * src/SDCCpeeph.h
7803         * src/mcs51/gen.c
7804         * src/mcs51/peeph.def
7805
7806 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7807
7808         Fixed bug #741761
7809
7810         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7811         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7812         if the left or right operand symbols have the accuse flag set.
7813
7814 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7815
7816         Changed the type of the result of the ! (NOT) operator to char;
7817         previously it returned the same type as the source. This allows
7818         us to eliminate all the genFloatNot functions (all of its target
7819         implementations were very buggy) since !float can use the same
7820         code as !long now.
7821
7822         * src/SDCCicode.c (ast2iCode): ! returns char
7823         * src/mcs51/gen.c (genNot, genNotFloat),
7824         * src/ds390/gen.c (genNot, genNotFloat),
7825         * src/z80/gen.c (genNot, genNotFloat),
7826         * src/pic/gen.c (genNot, genNotFloat),
7827         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7828
7829 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7830
7831         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7832         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7833            during interrupts. Ensure WSAVE is located at a shared bank address.
7834         2. Fixed page selection in some places
7835         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7836            the registers name strings.
7837         4. Fixed "signed / unsigned compare" compiler warnings.
7838         5. The PIC port manages its own allocation of the general purpose
7839            registers, but makes no attempt to reuse them. As a result when
7840            compiling it soon runs out of general purpose registers. Some
7841            additional code was added to the files pcode.c and device.c to walk
7842            through the function call tree and rename the registers so that they
7843            get reused.
7844
7845         * src/pic/device.c
7846         * src/pic/gen.c
7847         * src/pic/glue.c
7848         * src/pic/pcode.c
7849         * src/pic/pcode.h
7850         * src/pic/ralloc.c
7851         * src/pic/ralloc.h
7852         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7853         genPlus() & genMinus() when the result is the same as left or right
7854
7855 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7856
7857         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7858
7859 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7860
7861         Made bitfield a distinct type from bit so that bitfields
7862         convert as per ANSI C and bits retain their traditional
7863         boolean style behaviour. Implemented bitfield support in
7864         the z80 port.
7865
7866         * src/SDCCsymt.h,
7867         * src/SDCCsymt.c,
7868         * src/SDCCast.c,
7869         * src/cdbFile.c,
7870         * src/mcs51/gen.c,
7871         * src/ds390/gen.c: bit v bitfield split
7872         * src/z80/gen.c: New support for bitfields
7873         * support/regression/tests/bitfields.c: reenabled z80,
7874         added more tests
7875
7876 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7877
7878         Rules 246.x, 247.x relate to bitfields, the others speed up
7879         access to xdata mapped I/O devices.
7880
7881         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7882
7883 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7884
7885         Cleaned up genPackBits and genUnpackBits and added two helper
7886         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7887         for literal assignments in genPackBits (thanks to Frieder for
7888         reminding me).
7889
7890         * src/mcs51/gen.c
7891         * src/ds390/gen.c
7892
7893 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7894
7895         Fixed bug #748310 (pointer to function type mishandled when the
7896         function name is omitted). Also fixed a SIGSEGV when a function
7897         attribute (reentrant, etc) is used on a non-function or on a
7898         function but misplaced before the parameter list.
7899
7900         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7901         bug #748310
7902         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7903         * support/Util/SDCCerr.h,
7904         * support/Util/SDCCerr.c: Added func attr misuse error msg
7905
7906 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7907
7908         Fixed bug #787649 by anonymous
7909         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7910         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7911
7912 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7913
7914         Fixed numerous bitfield problems.
7915
7916         * src/SDCC.y: More bitfield related error checking
7917         * src/SDCCsymt.h,
7918         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7919         * support/Util/SDCCerr.h,
7920         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7921         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7922         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7923         * support/regression/tests/bitfields.c: tests added
7924
7925 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7926
7927         Made the constant following the "interrupt" keyword optional. If
7928         omitted, the function will not automatically be given an entry
7929         in the interrupt vector table (similar to #pragma NOIV, but
7930         less syntacticly kludgy). The interrupt number is also now
7931         range checked. Also fixed a bug in the high order bit example
7932         in the manual.
7933
7934         * src/SDCC.y
7935         * src/SDCCmem.c
7936         * src/SDCCglue.c
7937         * src/SDCCsymt.h
7938         * support/Util/SDCCerr.c
7939         * support/Util/SDCCerr.h
7940         * doc/sdccman.lyx
7941
7942 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7943
7944         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7945         * src/SDCCicode.c (operandOperation): rewritten some ops
7946         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7947         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7948         other type
7949         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7950         be re-activated by defining REDUCE_LITERALS)
7951         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7952         unsigned, but are signed by default
7953         * src/SDCCval.c (constVal): rearranged
7954         * src/SDCCval.c (valMod): preliminary fix
7955         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7956         * support/regression/literalop.c: added, work in progress
7957
7958 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7959
7960         Generate warnings for useless declarations like "char data;"
7961         that don't do what new users expect.
7962
7963         * src/SDCC.y
7964         * support/Util/SDCCerr.h
7965         * support/Util/SDCCerr.c
7966
7967 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7968
7969         * src/SDCCval.c (valMult): fix overflow detection of negative int
7970
7971 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7972
7973         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7974
7975         Changes to support big endian targets:
7976
7977         * src/ports.h
7978         * src/SDCCglue.c
7979         * src/avr/main.c
7980         * src/ds390/main.c
7981         * src/izt/i186.c
7982         * src/mcs51/main.c
7983         * src/pic/main.c
7984         * src/pic16/main.c
7985         * src/xa51/main.c
7986         * src/z80/main.c
7987
7988 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7989
7990         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7991         * device/lib/time.c: fixed warning "integer overflow in expression"
7992
7993 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7994
7995         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7996         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7997         constants are unsigned; added recognition of "u" flag for unsigned
7998         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7999         * src/SDCCval.c (valDiv, valMod): fixed signdness
8000         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8001         signedness of modulo, left and right shift
8002         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8003         * support/Util/SDCCerr.h: added warning W_INT_OVL
8004         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8005         * src/SDCCast.c (ast_print): improved output of constants
8006
8007 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8008
8009         Fixed some warnings when building with MSVC:
8010
8011         * as\mcs51\asdata.c
8012         * as\z80\asdata.c
8013         * as\mcs51\asm.h
8014         * as\z80\asm.h
8015         * link\z80\aslink.h
8016         * link\z80\lkdata.c
8017         * link\z80\lkeval.c
8018         * link\z80\lkgb.c
8019         * link\z80\lkihx.c
8020         * link\z80\lks19.c
8021         * link\z80\lksym.c
8022         * support\cpp2\cpplib.c
8023         * src\ds390\gen.c
8024         * src\mcs51\gen.c
8025
8026 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8027
8028         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8029
8030 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8031
8032         * support\librarian\clean.mk: Do not remove Makefile.
8033         * support\librarian\Makefile: added.
8034
8035 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8036
8037         Added librarian to MSVC build:
8038         * all.dsp
8039         * sdcc.dsw
8040         * support\librarian\librarian.dsp
8041
8042         'configure' not needed for librarian, removed:
8043         * support\librarian\configure
8044         * support\librarian\configure.in
8045         * support\librarian\config_in.h
8046         * support\librarian\Makefile.in
8047
8048         Hopefully these ones built the librarian and the rest of sdcc properly:
8049         * Makefile
8050         * Makefile.common.in
8051
8052         Messed up 'configure', so revert to previous version:
8053         * configure
8054         * configure.in
8055
8056 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8057
8058         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8059         there, while the mantissa of a double is "only" 53 bits wide.
8060
8061 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8062
8063         Adding sdcclib to the build.  MSVC project coming soon.
8064         Files added/changed:
8065
8066         * support\librarian\clean.mk
8067         * support\librarian\configure
8068         * support\librarian\configure.in
8069         * support\librarian\config_in.h
8070         * support\librarian\Makefile.bcc
8071         * support\librarian\Makefile.in
8072         * support\librarian\sdcclib.c
8073         * Makefile.bcc
8074         * Makefile
8075         * Makefile.common.in
8076         * configure
8077         * configure.in
8078
8079 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8080
8081         Linker now complaints if linked modules have conflicting options, for
8082         example, one compiled using --model-large and another one compiled with
8083         --model-small.  The following files were modified:
8084
8085         * as\mcs51\asdata.c
8086         * as\mcs51\aslink.h
8087         * as\mcs51\asm.h
8088         * as\mcs51\asmain.c
8089         * as\mcs51\asout.c
8090         * as\mcs51\i51pst.c
8091         * as\mcs51\lkdata.c
8092         * as\mcs51\lklibr.c
8093         * as\mcs51\lkmain.c
8094         * as\z80\asdata.c
8095         * as\z80\asm.h
8096         * as\z80\asmain.c
8097         * as\z80\asout.c
8098         * as\z80\z80pst.c
8099         * link\z80\aslink.h
8100         * link\z80\lkdata.c
8101         * link\z80\lklibr.c
8102         * link\z80\lkmain.c
8103         * src\SDCCglue.c
8104
8105 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8106
8107         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8108         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8109
8110 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8111
8112         * src/z80/mappings.i: fix _mul[us][int,long] entries
8113
8114 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8115
8116         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8117
8118 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8119
8120         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8121         * support/regression/tests/bitopcse.c: added
8122         fixed warning:
8123         * src/avr/gen.c:
8124         * src/pic/gen.c:
8125         * src/pic16/gen.c:
8126         * src/z80/gen.c:
8127         * src/xa51/gen.c:
8128
8129 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8130
8131         added support for new library format to z80, gbz80 linkers:
8132         *link/z80/aslink.h
8133         *link/z80/lklex.c
8134         *link/z80/lklib.c
8135         *link/z80/lklist.c
8136
8137 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8138
8139         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8140         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8141
8142 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8143
8144         added DUMMY_READ_VOLATILE:
8145         * src/SDCC.y:
8146         * src/avr/gen.c:
8147         * src/xa51/gen.c:
8148         * src/z80/gen.c:
8149         * src/pic/gen.c:
8150         * src/pic16/gen.c:
8151         * src/mcs51/gen.c:
8152         * src/ds390/gen.c:
8153         * src/SDCCcse.c (algebraicOpts): many improvements
8154         * src/SDCCcse.h: removed algebraicOpts()
8155         * src/SDCCicode.c (picDummyRead): added
8156
8157 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8158
8159         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8160         "Insufficient space in data memory".
8161
8162 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * src/mcs51/gen.c: fixed bug #771358
8165         * src/z80/gen.c: fixed bug #759087
8166
8167 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8168
8169         * src/pic16/glue.c: minor cleanup by Vangelis
8170
8171 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8172
8173         * device/include/regc515c.h: fixed #758477
8174         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8175         * device/lib/_gptrput.c: saved a few bytes
8176         * my tab spacing is 8, yours too?)
8177         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8178         * device/lib/serial.c: process RX bytes earlier than TX bytes
8179         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8180
8181 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8182
8183         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8184
8185 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8186
8187     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8188
8189 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8190
8191         * device/lib/Makefile.in: bad fix, reverted to 1.43
8192
8193 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8194
8195         * device/lib/Makefile.in: added missing z80 object files
8196
8197 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8198
8199         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8200         pic16 progress by Vangelis:
8201         * src/SDCCglobl.h:
8202         * src/SDCCmain.c:
8203         * src/pic/Makefile:
8204         * src/pic:
8205         * pic/Makefile:
8206         * pic16/device.c:
8207         * pic16/device.h:
8208         * pic16/gen.c:
8209         * pic16/gen.h:
8210         * pic16/genarith.c:
8211         * pic16/glue.c:
8212         * pic16/main.c:
8213         * pic16/pcode.c:
8214         * pic16/pcode.h:
8215         * pic16/pcodepeep.c:
8216         * pic16/peeph.def:
8217
8218 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8219
8220     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8221
8222 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8223
8224     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8225     added gbz80 build to MSVC project.
8226     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8227     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8228     from 8051 stuff and setup so it links using a .lnk file.
8229
8230 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8231
8232     * support/librarian/sdcclib.c: sdcc librarian.
8233     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8234     with sdcclib.
8235
8236 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8237
8238     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8239
8240 2003-07-02  Borut Razem <borut.razem AT siol.net>
8241
8242         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8243         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8244         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8245         src/xa51/main.c, src/z80/main.c:
8246         virtualization of glue() function: each port has it's own glue function,
8247         which is accessed by do_glue function pointer in PORT.general structure
8248
8249 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8250
8251         * DS800C400 fun, improved ROM interface and tinibios.
8252
8253 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8254
8255         * More support for DS80C400. Now includes beginning of interface to ROM.
8256
8257 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8258
8259         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8260
8261 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8262
8263         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8264
8265 2003-06-19  Borut Razem <borut.razem AT siol.net>
8266
8267         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8268
8269 2003-06-19  Borut Razem <borut.razem AT siol.net>
8270
8271         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8272         fixed Z80 port - crt0.o: cannot open.
8273
8274 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8275
8276         * support/Util/MySystem.c (merge_command): revert bad fix
8277
8278 2003-06-18  Borut Razem <borut.razem AT siol.net>
8279
8280         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8281
8282 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8283
8284         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8285         option --use-stdout sends errors to stdout instead of stderr.
8286
8287 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8288
8289         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8290
8291 2003-06-15  Borut Razem <borut.razem AT siol.net>
8292
8293         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8294         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8295         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8296         fixed width array of pointers replaced with sets;
8297         multiple include and lib paths ared transferred to preprocessor and linker
8298         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8299         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8300         fixed width array of pointers
8301         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8302         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8303         fixupPath(), getPathDifference()
8304         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8305         fixed width array of pointers
8306
8307 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8308
8309         * src/pic16/ralloc.c: fix warnings
8310         * src/pic16/pcode.c: fix warning
8311
8312 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8313
8314          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8315         know all the details, but essentially this set of changes enable
8316         the pic16 port to generate movff instructions and generate assembler
8317         directives,
8318         * src/SDCCmain.c:
8319         * src/pic16/gen.c:
8320         * src/pic16/glue.c:
8321         * src/pic16/pcode.c:
8322         * src/pic16/device.c:
8323         * src/pic16/main.c:
8324         * src/pic16/pcode.h:
8325         * src/pic16/pcoderegs.c:
8326         * src/pic16/ralloc.c:
8327         * src/pic16/ralloc.h:
8328
8329 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8330
8331         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8332         added option --vc, so sdcc errors and warnings are compatible with
8333         Microsoft Visual Studio.
8334
8335 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8336
8337         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8338           device/lib/libfloat.lib: added atof function.
8339
8340 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8341
8342         * doc/sdccman.lyx: updated to Lyx 1.3
8343         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8344         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8345         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8346
8347 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8348
8349         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8350
8351 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8352
8353         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8354           additions to the "related tools/documentation" section
8355
8356 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8357
8358         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8359
8360 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8361
8362         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8363         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8364
8365 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8366
8367         * doc/sdccman.lyx: fix double dash and other minor things
8368         * doc/Makefile: fix double dash
8369
8370 2003-05-28  Karl Bongers(patches from Martin Helmling)
8371         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8372           condition and ignore commands.
8373
8374 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8375
8376         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8377           is in parts still quite out of date, I did changes as far as I felt makes sense
8378           for a non-native english speaker.
8379           Please feel free to add to the manual or to correct my changes.
8380         * doc/Makefile: undid touching the date of intermediate tex files.
8381
8382 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8383
8384         * doc/sdccman.lyx: Manual has an index now
8385
8386 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8387
8388         Finalize muluint/mulsint and mululong/mulslong merging:
8389         * device/lib/_mulint.c
8390         * device/lib/_mullong.c
8391         * device/lib/gbz80/mul.s
8392         * device/lib/gbz80/stubs.s
8393         * device/lib/z80/mul.s
8394         * device/lib/z80/stubs.s
8395         * src/SDCCsymt.c (initCSupport)
8396
8397 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8398
8399         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8400         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8401           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8402           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8403           instead of /Zm500.
8404
8405 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8406
8407         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8408           the regression tests I'm not brave enough to enable 245.b, 245.c
8409         * doc/sdccman.lyx: added latex preamble for hyperref package.
8410           Using pdflatex this will give you a hyperlinked pdf file with
8411           bookmarks. (prepend '%' before /usepackage if this breaks something)
8412
8413 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8414
8415          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8416
8417 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8418
8419         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8420
8421 2003-05-21    <johan AT balder>
8422
8423         * src/SDCCglue.c (printIval): fixed bug #739934
8424
8425 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8426
8427         Applied patch from bug 737905 (renamed yylineo to mylineno):
8428         * src/altlex.c
8429         * src/SDCCast.c
8430         * src/SDCglobl.h
8431         * src/SDCC.lex
8432         * src/SDCCsymt.c
8433         * src/SDCCval.c
8434         * src/pic16/pcode.c: Cleaned warnings
8435         * src/pic16/pcodeflow.c: Cleaned warnings
8436         * src/pic16/pcoderegs.c: Cleaned warnings
8437
8438 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8439
8440         * src/pic16/pcode.c: Cleaned warnings
8441         * src/pic16/pcodepeep.c: Cleaned warnings
8442         * src/pic16/ralloc.c: Cleaned warnings
8443
8444 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8445
8446         * doc/sdccman.lyx: fixed bug 739745
8447         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8448
8449 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8450
8451         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8452         it can be defined with CFLAGS when running configure
8453         * src/SDCCmain.c: fixed compiling + linking with object files
8454
8455 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8456
8457         * configure.in: configure for pic16 port,
8458             added --disable-pic16-port
8459         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8460         * src/SDCCmain.c: linkOptions is changed to set *,
8461             added if/endif conditional macros to remove options help
8462             messages from optionsTable when a port is not configured, added
8463             support for the PIc16 port in the ports table, when executing
8464             the compiler with no port specified on command line, a default
8465             port is selected with the new macro DEFAULT_PORT which is
8466             defined in port.h, in setDefaultOptions() linkOptions is removed
8467             from initialization assignment, since now it is a set,
8468             parseCmdLine uses setParseWithComma for linkOptions, in
8469             linkEdit() linkOptions are accessed with new function indexSet()
8470             which returns the i'th item of a set variable. See SDCCset.c, in
8471             linkEdit() when calling buildCmdLine(), added linkOptions as
8472             last argument. Now users can pass arguments to gplink via the
8473             -Wl option, main() uses pic16glue() to glue up pic16 programs
8474         * src/SDCCpeeph.c: various changes to support pic16
8475         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8476             return the i'th item of the set
8477         * src/SDCCset.h: added function prototype for indexSet()
8478         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8479         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8480         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8481             added macro DEFAULT_PORT
8482         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8483         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8484             generated
8485         * src/pic16/glue.c: commented out some error producing lines
8486         * src/pic16/main.c: __config directives are commented out to stop
8487             gpasm complaining and test the linkage with gplink, _linkCmd and
8488             _asmCmd changed to be more gplink and gpasm friendly
8489         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8490             produced an error when parsed, peep rule 12 is added to utilize
8491             movff, but it is commented out since the pCode does not support
8492             yet a command with 2 address arguments
8493
8494 2003-05-18    <johan AT balder>
8495
8496         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8497         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8498 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8499
8500         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8501   Added feature to script commands from file.
8502
8503 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8506         * src/SDCCutil.c: include ctype.h for win32
8507
8508 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8509
8510         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8511
8512 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8513
8514         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8515   Fixed so you can set breakpoints prior to run, run does not stop
8516   on entry now.  Add tbreak.  Other enhancements and fixes for use
8517   with ddd.
8518
8519 2003-05-12  Borut Razem <borut.razem AT siol.net>
8520
8521         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8522
8523 2003-05-11  Borut Razem <borut.razem AT siol.net>
8524
8525         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8526         the path of bin directory, so that PATH is the only env. variable, which has to be set
8527         in case of standard installation.
8528         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8529         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8530         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8531
8532 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8533
8534         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8535         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8536         temp files are in the port dir; clean the gen/test directory when
8537         generating new test.c
8538         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8539         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8540         * support/regression/tests/zeropad.c: added
8541
8542 2003-05-09    <johan AT balder>
8543
8544         * src/SDCCglue.c: fixed bug #597940
8545
8546 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8547
8548         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8549   cache sfr, optimize next,step, fix off by one sourceline,
8550   support ddd list function.
8551         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8552
8553 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8554
8555         * support/regression/HTMLgen.py: added compare_s2f()
8556         * support/regression/Makefile: redo 1.27
8557         * support/regression/generate-cases.py: redo 1.5
8558
8559 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8560
8561         * support/regression/tests/float.c: workaround 33 bit hex constant
8562         * support/regression/tests/simplefloat.c: fix division for host
8563
8564 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8565
8566         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8567         that tame's the PIC's over-aggressive optimizer.
8568
8569 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8570
8571          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8572          support for MSVC.
8573
8574 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8575
8576         Initial support for DS80C400. "Hello world" runs on TINIm400
8577         (with polled I/O).
8578
8579 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8580
8581          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8582          * Some notes on ddd usage added in debugger/README
8583          Martin Helmling adding more features and fixes for ddd GUI debugger.
8584          Code added for nexti, stepi, up, down, and other adjustments.
8585
8586 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8587
8588         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8589         * src/pic/peeph.def Added two rules to optimize carry manipulation
8590         * src/pic/* removed debug printfs
8591
8592 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8593
8594         * debugger/mcs51/cmd.c: added header newalloc.h
8595
8596 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8597
8598         * as/Makefile: new EXEEXT
8599         * as/z80/Makefile: remove trailing slash of BUILDIR
8600         * as/z80/clean.mk: new EXEEXT
8601         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8602         * support/cpp2/Makefile.in: new EXEEXT
8603         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8604
8605 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8608         EXEEXT was introduced to fix all related problems with targets
8609         "clean", "install" and "uninstall"; a couple of further flaws
8610         especially with "clean" have been fixed too
8611         * as/mcs51/Makefile.in
8612         * as/mcs51/clean.mk
8613         * as/z80/Makefile
8614         * Makefile
8615         * clean.mk
8616         * debugger/mcs51/Makefile.in
8617         * debugger/mcs51/clean.mk
8618         * link/z80/Makefile
8619         * link/z80/Makefile.in
8620         * link/z80/clean.mk
8621         * link/Makefile
8622         * packihx/Makefile.in
8623         * packihx/clean.mk
8624         * sim/ucsim/Makefile
8625         * sim/ucsim/clean.mk
8626         * sim/ucsim/avr.src/Makefile.in
8627         * sim/ucsim/avr.src/clean.mk
8628         * sim/ucsim/s51.src/Makefile.in
8629         * sim/ucsim/s51.src/clean.mk
8630         * sim/ucsim/xa.src/Makefile.in
8631         * sim/ucsim/xa.src/clean.mk
8632         * sim/ucsim/z80.src/Makefile.in
8633         * sim/ucsim/z80.src/clean.mk
8634         * sim/ucsim/main_in.mk
8635         * sim/ucsim/packages_in.mk
8636         * sim/ucsim/gui.src/Makefile.in
8637         * sim/ucsim/gui.src/serio.src/Makefile.in
8638         * sim/ucsim/gui.src/serio.src/clean.mk
8639         * src/Makefile.in
8640         * src/clean.mk
8641         * support/cpp2/Makefile.in
8642         * support/cpp2/clean.mk
8643         * support/makebin/Makefile
8644         * support/makebin/clean.mk
8645         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8646         * doc/sdccman.lyx: --program-suffix no longer needed
8647
8648 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8649
8650          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8651          Martin Helmling added support for ddd GUI debugger.
8652          Code added to display assembly, set variables, and other commands
8653          to interface to ddd.
8654
8655 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8656
8657         * as/Makefile: fix target clean
8658         * as/clean.mk: fix target clean
8659         * as/z80/clean.mk: fix target clean
8660
8661 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8662
8663         * Makefile.common.in: added  AT EXEEXT AT
8664         * configure.in: removed all mingw32 stuff
8665         * configure: rebuilt from configure.in
8666         * doc/sdccman.lyx: updated section "installation"
8667         * support/scripts/sdcc_mingw32: adapted to configure
8668         * support/scripts/sdcc_cygwin_mingw32: added
8669
8670 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8671
8672         * src/pic Added object file support for the PIC port
8673         * src/pic Applied patch from Craig Franklin (this started the object file support)
8674         * src/regression Updated the PIC regression tests for object files
8675
8676 2003-04-20  Borut Razem <borut.razem AT siol.net>
8677
8678         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8679           lklex.c: In function `getfid':
8680           lklex.c:203: warning: array subscript has type `char'
8681         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8682           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8683         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8684           stack handling macros
8685
8686 2003-04-19  Borut Razem <borut.razem AT siol.net>
8687
8688         * "handling space characters in file path" task:
8689         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8690         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8691         * support/Util/MySystem.h: make it self-sufficient
8692         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8693           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8694           handling space characters in file path
8695         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8696           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8697         * support/Util/MySystem.c: handling space characters in executable's path
8698
8699 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8700
8701         * as/z80/Makefile: fix permanent rebuild of z80
8702         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8703         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8704
8705 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8706
8707         * src/SDCCopt.c: add special case optimization to replace modulo by
8708           a power of two with a bitwise AND.
8709
8710 2003-04-18    <johan AT balder>
8711
8712         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8713
8714 2003-04-17    <johan AT balder>
8715
8716         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8717         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8718
8719 2003-04-13  Borut Razem <borut.razem AT siol.net>
8720
8721         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8722         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8723           fixed mingw problem in adl_NORMALIZE_PATH
8724
8725 2003-04-12  Borut Razem <borut.razem AT siol.net>
8726
8727         * fixed "#pragma SAVE/RESTORE can not be nested":
8728         * src/SDCC.lex: reworked pragma handling functions
8729         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8730         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8731
8732 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8733
8734         * src/SDCCutil.c (pathEquivalent): defined but not used
8735         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8736         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8737         * configure: rebuilt from configure.in
8738         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8739         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8740         * device/include/Makefile.in: replace sdcc_datadir
8741         * device/lib/Makefile.in: replace sdcc_datadir
8742         * Makefile.common.in: add LDFLAGS from configure
8743         * packihx/Makefile.in: use LDFLAGS
8744         * src/Makefile.in: use LDFLAGS
8745         * support/cpp2/Makefile.in: add LDFLAGS from configure
8746         * support/makebin/Makefile: use LDFLAGS
8747         * .version: bumped version number to 2.3.5
8748
8749 2003-04-12  Borut Razem <borut.razem AT siol.net>
8750
8751         * completed "different paths" task:
8752         * src/SDCCmacro.c: fixed bug in handling quotes
8753         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8754         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8755
8756 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8759
8760 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8761
8762         * ds390/gen.c ds390/peeph.def: fix bug 706781
8763
8764 2003-04-11  Borut Razem <borut.razem AT siol.net>
8765
8766         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8767
8768 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8769
8770         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8771         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8772          set - this bit used to not be set...).
8773         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8774           bad code in PIC Port
8775         * src/regression/and2.c added to test bug 609268
8776         * src/regression/Makefile added and2.c to regression test
8777
8778
8779 2003-04-08    <johan AT CP255758-A>
8780
8781         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8782         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8783         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8784
8785 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8786
8787         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8788         fix bug #487815
8789         * support/cpp2/Makefile.in: fix bug #487815
8790         * configure: rebuilt from configure.in
8791         * Makefile.common.in: docdir changed, new path suffixes
8792         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8793         * sdcc_vc_in.h: reflect changes from sdccconf.h
8794         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8795         * src/SDCCutil.h: remove BINDIR hack
8796         * doc/sdccman.lyx: update new path hierarchy
8797
8798 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8799
8800         * src/SDCCpeeph.c: added okToRemoveSLOC test
8801
8802 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8803
8804         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8805
8806 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8807
8808         * src/SDCCpeeph.c: added labelIsReturnOnly test
8809         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8810
8811 2003-04-05    <johan AT balder>
8812
8813         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8814         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8815         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8816         * src/SDCCast.c: fixed a warning
8817         * src/SDCCast.h: fixed a warning
8818         * src/SDCCicode.c (operandFromAst): fixed a warning
8819
8820 2003-04-04    <johan AT balder>
8821
8822         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8823         * src/SDCCast.c (decorateType): fixed bug #715076
8824         * src/SDCC.y: fixed bug #702907
8825
8826 2003-04-03    <johan AT balder>
8827
8828         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8829         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8830         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8831         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8832         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8833
8834 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8835
8836         * _decdptr.c: fix return values
8837         * _gptrget.c: fix return values
8838         * _gptrgetc.c: fix return values
8839         * _gptrput.c: fix return values
8840         * _mulint.c: fix return values
8841         * as/z80/Makefile: fix 'make -j' problem
8842
8843 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8846         * configure.in: big cleanup, updated to autoconf 2.5x
8847         * configure: rebuilt from configure.in
8848         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8849         * sdcc_vc_in.h: reflect changes from sdccconf.h
8850         * doc/Makefile: fixed a flaw in "make install"
8851
8852 2003-04-02    <johan AT balder>
8853
8854         * src/ds390/gen.c (genCmp): no comments
8855         * src/mcs51/gen.c (genCmp): no comments
8856         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8857         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8858
8859 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * support/regression/generate-cases.py: place generated file in given sub directory
8862         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8863         * support/regression/Makefile: improvements for 'make -j';
8864         side effect: it's simpler and faster now
8865
8866 2003-03-31  Borut Razem <borut.razem AT siol.net>
8867
8868         * src/z80/main.c: link-{port} and as-{port} defined without path
8869         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8870
8871 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8872
8873         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8874
8875 2003-03-30  Borut Razem <borut.razem AT siol.net>
8876
8877         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8878           changed type of list parameter to set
8879         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8880         * src/port.h: changed type of do_assemble() parameter to set
8881         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8882           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8883           definition of "cppoutfilename" macro with NULL value in preProcess()
8884         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8885         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8886         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8887           replaced with set *binPathSet
8888         * shash_add() deallocates the item, if allready exsists, before adding the new one
8889         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8890
8891 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8892
8893         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8894           a nested for loop bug in the PIC port
8895         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8896           for loops
8897
8898 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8899
8900         * support/Util/dbuf.h: remove C++ stuff to make it portable
8901
8902 2003-03-28  Borut Razem <borut.razem AT siol.net>
8903
8904         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8905           literal strings in stringLiteral()
8906         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8907         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8908           to the project
8909
8910 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8911
8912         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8913
8914 2003-03-26    <johan AT balder>
8915
8916         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8917         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8918         * src/SDCCast.c (decorateType): fixed " -v < 3"
8919
8920 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8921
8922         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8923         Added Lenny Story's debug infrastructure changes:
8924         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8925         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8926         * src/cdbFile.c: added
8927         * src/SDCCdebug.c: added
8928         * src/SDCCdebug.h: added
8929         * src/SDCCast.c (createFunction)
8930         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8931         * src/SDCCmain.c (parseCmdLine, main)
8932         * src/SDCCmem.c (redoStackOffsets)
8933         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8934         * src/SDCCsymt.h
8935         * src/common.h
8936         * src/avr/gen.c (genAVRCode)
8937         * src/ds390/gen.c (gen390Code)
8938         * src/mcs51/gen.c (gen51Code)
8939         * src/pic/gen.c (genpic14Code)
8940         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8941         * src/xa51/gen.c (genXA51Code)
8942         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8943
8944 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8945
8946         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8947         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8948
8949 2003-03-22    <johan AT balder>
8950
8951         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8952
8953 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8954
8955         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8956         * doc/cdbfileformat.lyx: added, written by Lenny Story
8957         * doc/Makefile: added cdbfileformat.lyx
8958         * doc/clean.mk: added cdbfileformat.lyx
8959
8960 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8961
8962         * src/mcs51/peeph.def: fix bug #705773
8963
8964 2003-03-20    <johan AT balder>
8965
8966         An sfr/sbit can have an "at #" AND an initializer
8967         * src/SDCCsymt.c (checkSClass):
8968         * src/SDCCmem.c (allocGlobal):
8969         * src/SDCCmem.c (allocLocal):
8970         * src/SDCCast.c (createBlock):
8971
8972 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8973
8974         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8975
8976 2003-03-16    <johan AT balder>
8977
8978         Undid the hackup of const and volatile, the problem is much bigger
8979         * src/SDCC.y:1.65
8980         * src/SDCCast.c:1.171
8981         * src/SDCCglue.c:1.138
8982         * src/SDCCicode.c:1.146
8983         * src/SDCCsymt.c:1.150
8984         * src/SDCCval.c:1.65
8985
8986 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8987
8988         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8989         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8990
8991 2003-03-13    <johan AT balder>
8992
8993         Hackup const and volatile modifiers in type chains a bit:
8994         * src/SDCC.y:1.63
8995         * src/SDCCast.c:1.169
8996         * src/SDCCglue.c:1.136
8997         * src/SDCCicode.c:1.143
8998         * src/SDCCsymt.c1.146
8999         * src/SDCCsymt.h1.59
9000         * src/SDCCval.c:1.63
9001
9002 2003-03-12    <johan AT balder>
9003
9004         * src/SDCCBBlock.h: more LRH debugging junk
9005         * src/SDCCcflow.h: more LRH debugging junk
9006         * src/SDCCloop.c: more LRH debugging junk
9007         * src/SDCC.y (struct_declaration): fixed bug #697590
9008         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9009         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9010         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9011
9012 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9013         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9014         test function names must now match exactly).
9015         * src/SDCCcse.c: added special case in findCheaperOp to allow
9016         extending a short integer. Makes less awful code for bug 700121 test case.
9017
9018 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9019
9020         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9021         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9022
9023 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9024
9025         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9026         actually called (operandsNotEqual() was called for all
9027         operandsNotEqualX tests).
9028
9029 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9030
9031         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9032         with shorter literals. Fixes bug 700121.
9033
9034 2003-03-11    <johan AT balder>
9035
9036         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9037
9038 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9041         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9042
9043 2003-03-10  Borut Razem <borut.razem AT siol.net>
9044
9045         * src/SDCCmain.c: pipe preprocessor's output
9046         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9047         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9048         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9049         which closes all pipes in pipeSet set
9050         * src/SDCCset.c: free deleted item in function deleteSetItem()
9051         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9052         moved from z80 to src subproject
9053         * .version: increased version number to 2.3.4
9054
9055 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9056
9057         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9058         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9059         * support/regression/ports/xa51/spec.mk: fix typo
9060
9061 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9062
9063         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9064
9065 2003-03-09  Borut Razem <borut.razem AT siol.net>
9066
9067         * src/SDCCmain.c: pipe preprocessor's output
9068         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9069         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9070         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9071         which closes all pipes in pipeSet set
9072         * src/SDCCset.c: free deleted item in function deleteSetItem()
9073         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9074         moved from z80 to src subproject
9075
9076 2003-03-09  Borut Razem <borut.razem AT siol.net>
9077
9078         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9079         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9080         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9081         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9082         * src/SDCCglobl.h: unification of WIN32 native definitions
9083
9084 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9085
9086         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9087
9088 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9089
9090         * src/configure.in:   check for endianess (even while cross-compiling)
9091         * src/configure:      check for endianess (even while cross-compiling)
9092         * src/configure_in.h: check for endianess (even while cross-compiling)
9093         * src/avr/gen.c:        remove old endianess stuff
9094         * src/mcs51/gen.c:      remove old endianess stuff
9095         * src/ds390/gen.c:      remove old endianess stuff
9096         * src/pic/gen.c:        remove old endianess stuff
9097         * src/pic/genarith.c:   remove old endianess stuff
9098         * src/pic/glue.c:       fix endianess check
9099         * src/pic16/gen.c:      remove old endianess stuff
9100         * src/pic16/genarith.c: remove old endianess stuff
9101         * src/pic16/glue.c:     fix endianess check
9102         * src/xa51/gen.c:       remove old endianess stuff
9103         * src/z80/gen.c:        fix endianess check
9104         * src/SDCCglue.c:       fix endianess check
9105         * src/ds390/peeph.def: fix bug 700036
9106
9107 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9108
9109         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9110         * src/configure: find appropriate data-types on host for SDCC's int and long
9111         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9112         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9113         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9114
9115 2003-03-07    <johan AT balder>
9116
9117         Just a big NOOP:
9118                 some minor cleanups before the big shot
9119                 OP_DEFS and OP_USES now use Kevin's protection
9120                 new option --nolabelopt
9121
9122         * src/SDCCBBlock.c:
9123         * src/SDCCast.c,:
9124         * src/SDCCcflow.c:
9125         * src/SDCCcse.c:
9126         * src/SDCCicode.c:
9127         * src/SDCCicode.h:
9128         * src/SDCClabel.c:
9129         * src/SDCCloop.c:
9130         * src/SDCCmain.c:
9131         * src/ds390/ralloc.c:
9132         * src/mcs51/ralloc.c:
9133         * src/pic/ralloc.c:
9134         * src/xa51/ralloc.c:
9135         * src/z80/ralloc.c:
9136
9137 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9138
9139         * src/pic/pcode.c (get_op): fix 64 bit warnings
9140         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9141         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9142         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9143         * support/regression/tests/malloc.c: fix 64 bit warnings
9144
9145 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9146
9147         * src/mcs51/gen.c (genMinus): fixed bug 696436
9148
9149 2003-03-02  Borut Razem <borut.razem AT siol.net>
9150
9151         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9152
9153 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9154
9155         * configure.in: test for mkstemp
9156         * sdccconf_in.h: add HAVE_MKSTEMP
9157
9158 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9159
9160         * device/include/ctype.h: removed warning while using --stack-auto
9161         * device/include/malloc.h: removed warning while using --stack-auto
9162         * device/include/string.h: removed warning while using --stack-auto
9163
9164 2003-02-23  Borut Razem <borut.razem AT siol.net>
9165
9166         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9167         because NDEBUG is defined (see man assert)
9168         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9169
9170 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9171
9172         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9173         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9174
9175 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9176
9177         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9178         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9179
9180 2003-02-18    <johan AT balder>
9181
9182         * as/mcs51/asmain.c (asmbl): module can start with a digit
9183         * as/z80/asmain.c (asmbl): module can start with a digit
9184
9185 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9186
9187         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9188         * src/asm.c: fix pipe() for Mingw32
9189
9190 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9191
9192         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9193         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9194         make -V work again; --c1mode reads now from stdin
9195         * doc/sdccman.lyx: added --c1mode
9196         * support/Util/SDCCerr.c: new messages for c1 mode
9197         * support/Util/SDCCerr.h: new messages for c1 mode
9198         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9199
9200 2003-02-15    <johan AT balder>
9201
9202         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9203
9204 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9205
9206         * doc/sdccman.lyx: Environment variables, -o and other minor things
9207
9208 2003-02-14    <johan AT balder>
9209
9210         * src/xa51/main.c: before anyone really tries to use it :)
9211
9212         * Install doc's in share/sdcc/doc
9213         * removed some obsolete files
9214         * Do a proper make distclean and uninstall
9215         M Makefile.common.in
9216         R sdccbuild.sh
9217         M as/Makefile
9218         M device/include/Makefile.in
9219         M device/lib/Makefile.in
9220         M doc/sdccman.lyx
9221         M link/Makefile
9222         M sim/ucsim/doc/Makefile.in
9223         M src/clean.mk
9224         R src/avr/peeph.rul
9225         R src/xa51/peeph.rul
9226         M support/cpp2/Makefile.in
9227         M support/makebin/Makefile
9228
9229
9230 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9231
9232         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9233
9234 2003-02-10  Borut Razem <borut.razem AT siol.net>
9235
9236         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9237         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9238         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9239         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9240         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9241         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9242         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9243         src/z80/Makefile.bcc: Borland Makefile cleanup
9244         * as/z80/Makefile.bcc: Added Borland Makefile
9245         * support/cpp2/borland.h: Removed
9246
9247 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9248
9249         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9250         * src/SDCC.lex: new pragma NOIV
9251         * src/SDCCglobl.h: new pragma NOIV
9252         * src/SDCCmem.c: new pragma NOIV
9253
9254 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9255
9256         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9257
9258 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9259
9260         * src/SDCCmain.c: signal handling is switched off by --debug
9261         * doc/Makefile: small fix for install; use clean.mk again
9262         * doc/clean.mk: clean *.pdf and *.html too
9263
9264 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9265
9266         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9267         * device/lib/printfl.c: fix a ds390 bug by making it portable
9268         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9269         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9270         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9271         * debugger/mcs51/cmd.c: converted multi-line string literals
9272         * sim/ucsim/globals.cc: converted multi-line string literals
9273         * src/SDCCmain.c: introduced signal handler to remove temp files
9274         * doc/Makefile: small tweaks, implement clean
9275         * doc: removed generated files
9276
9277 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9278
9279         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9280         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9281         Address Record is not correctly generated for DS390."
9282
9283 2003-02-02  Borut Razem <borut.razem AT siol.net>
9284
9285         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9286         * as/mcs51/asm.h: fixed compilation with Borland C
9287         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9288         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9289         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9290         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9291         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9292         src/z80/Makefile.bcc: delete $(LIB) only if exist
9293         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9294
9295 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9296
9297         * device/include/malloc.h: introduced NULL
9298         * device/include/string.h: introduced NULL
9299         * device/include/stdlib.h: introduced NULL
9300         * device/lib/_memcpy.c: removed NULL
9301         * device/lib/_strcat.c: removed NULL
9302         * device/lib/_strchr.c: removed NULL
9303         * device/lib/_strcmp.c: removed NULL
9304         * device/lib/_strcpy.c: removed NULL
9305         * device/lib/_strcspn.c: removed NULL
9306         * device/lib/_strlen.c: removed NULL
9307         * device/lib/_strncat.c: removed NULL
9308         * device/lib/_strncmp.c: removed NULL
9309         * device/lib/_strncpy.c: removed NULL
9310         * device/lib/_strpbrk.c: removed NULL
9311         * device/lib/_strrchr.c: removed NULL
9312         * device/lib/_strspn.c: removed NULL
9313         * device/lib/_strstr.c: removed NULL
9314         * device/lib/_strtok.c: removed NULL
9315         * device/lib/malloc.c: removed NULL, include own header
9316
9317 2003-02-02    <johan AT balder>
9318
9319         * 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
9320         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9321         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9322         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9323         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9324         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9325
9326 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9327
9328         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9329         area 'DATA'"
9330
9331 2003-02-01    <johan AT balder>
9332
9333         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9334
9335 2003-01-31    <johan AT CP255758-A>
9336
9337         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9338
9339 2003-01-30    <johan AT balder>
9340
9341         * src/SDCCBBlock.c: automatic bug detection
9342         * src/SDCCicode.c: automatic bug detection
9343
9344 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9345
9346         * src/SDCCglobl.h:   now --xram-size 0 works
9347         * src/SDCCmain.c:    now --xram-size 0 works
9348
9349 2003-01-29    <johan AT balder>
9350
9351         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9352
9353 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9354
9355         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9356         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9357         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9358         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9359         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9360         * src/SDCCmain.c:    Added options --xram-size and --code-size
9361
9362 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9363
9364         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9365         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9366
9367 2003-01-27    <johan AT balder>
9368
9369         * src/SDCC.y: fixed bug #613764
9370
9371 2003-01-26    <johan AT balder>
9372
9373         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9374         * src/SDCCsymt.h: fixed bug #673374
9375         * src/SDCCglue.c: fixed bug #661910
9376         * src/SDCCast.c: fixed bug #458099 and 673374
9377
9378 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9379
9380         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9381         * as/mcs51/strcmpi.h: added
9382         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9383         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9384         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9385         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9386         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9387         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9388         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9389         * as/mcs51/Makefile.aslink: new module strcmpi
9390         * as/mcs51/Makefile.asx8051: new module strcmpi
9391         * as/mcs51/Makefil.bcc: new module strcmpi
9392         * as/mcs51/Makefile.in: new module strcmpi
9393         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9394
9395 2003-01-26    <johan AT balder>
9396
9397         * src/SDCCglue.c: reverted back to 1.124
9398         * src/SDCCast.c: reverted back to 1.156
9399         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9400
9401 2003-01-25    <johan AT balder>
9402
9403         * src/SDCCglue.c: A better fix for bug #661910
9404         * src/SDCCast.c: A better fix for bug #661910
9405         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9406
9407 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9408
9409         * src/Makefile.in: remove spawn.o
9410         * src/SDCCmain.c: remove spawn.h
9411         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9412         * src/spawn.c: removed
9413         * src/spawn.h: removed
9414         * support/regression/ports/ds390/spec.mk: link with -r
9415
9416 2003-01-24    <johan AT CP255758-A>
9417
9418         * src/ds390/gen.c (aopOp): fixed bug #667458
9419         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9420         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9421         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9422
9423 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * src/mcs51/peeph.def: better assembler identation by Frieder
9426         * src/mcs51/gen.c: better assembler identation by Frieder
9427
9428 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9429
9430         * as/z80/string.h: removed for gcc 3.2
9431         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9432         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9433
9434 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9435
9436         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9437         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9438         * support/regression/Makefile: separate temp files for ports
9439         * support/regression/generate-cases.py: separate temp files for ports
9440         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9441         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9442
9443 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9444
9445         * moved tinitalk to device/examples/ds390
9446
9447 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9448
9449         * as/mcs51/lkmem.c: rflag is for DS390
9450         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9451         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9452                          (linkEdit): move mem- and map-files the same way as ihx-files
9453         * src/z80/main.c (_setDefaultOptions): removed --generic
9454         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9455         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9456         * src/pic/glue.c (picglue): --c1mode works again
9457         * src/pic16/glue.c (pic16glue): --c1mode works again
9458         * src/asm.c (printCLine): fix #660034
9459
9460 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9461
9462         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9463         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9464         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9465         * as/mcs51/lkmem (summary): better fix for sp problem
9466         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9467         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9468         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9469                                               remove --stack-after-data
9470
9471 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9472
9473         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9474         * src/SDCCutil.c (join): ugly bug: missing '\0'
9475         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9476
9477 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9478
9479         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9480         * src/port.h: typo
9481         * src/pic/main.c (_asmCmd): gpasm supports -o
9482         * src/z80/main.c: more general macros
9483         * device/lib/Makefile.in: remove intermediate files
9484
9485 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9486
9487         * .version: Bumped version number to 2.3.3
9488         * src/SDCCBBlock.c: new option -o
9489         * src/SDCCglobl.h: new option -o
9490         * src/SDCCglue.c: new option -o
9491         * src/SDCCmain.c: new option -o
9492         * src/asm.c: new option -o
9493         * src/ds390/main.c: new option -o
9494         * src/pic/glue.c: new option -o
9495         * src/pic/pcode.c: new option -o
9496         * src/pic/ralloc.c: new option -o
9497         * src/pic16/glue.c: new option -o
9498         * src/pic16/pcode.c: new option -o
9499         * src/pic16/ralloc.c: new option -o
9500         * src/z80/main.c: new option -o
9501         * device/lib/Makefile.in: use -o
9502         * support/regression/ports/ds390/spec.mk: use -o
9503         * support/regression/ports/gbz80/spec.mk: use -o
9504         * support/regression/ports/mcs51/spec.mk: use -o
9505         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9506         * support/regression/ports/z80/spec.mk: use -o
9507         * support/regression/ports/ucz80/spec.mk: use -o
9508         * support/regression/ports/xa51/spec.mk: use -o
9509         * support/regression/fwk/lib/timeout.c: fix usage string
9510
9511 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9512         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9513
9514 2003-01-07    <johan AT balder>
9515
9516         * src/SDCCast.c (decorateType): fixed bug #600035
9517
9518 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9519         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9520         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9521         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9522         * src/pic/pcode.c: outcommented unused variable to remove warnings
9523         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9524
9525 2003-01-06    <karl AT turbobit.com>
9526         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9527    regression tests.
9528
9529 2003-01-06    <johan AT balder>
9530
9531         * src/SDCCicode.c: fixed array add
9532
9533 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9534         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9535         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9536
9537 2003-01-04    <johan AT balder>
9538
9539         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9540
9541 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9542         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9543
9544 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9545         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9546         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9547
9548 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9549         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9550
9551 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9552         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9553
9554 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9555         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9556
9557 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9558
9559     * in \sdcc\as\mcs51\ changed these files in order to create an
9560     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9561     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9562     following files to include the previous two files: aslink.dsp,
9563     Makefile.aslink, Makefile.bcc, and Makefile.in.
9564
9565     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9566     .adb instead of .cdb
9567
9568 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9569
9570         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9571         value from option --iram-size.
9572
9573 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9574
9575         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9576         dram[] array.
9577
9578 2002-09-18    <wiml AT hhhh.org>
9579
9580         * SDCClrange.h: exposed setFromRange() and setToRange()
9581         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9582           packRegsForAccUse() (bug 542397)
9583         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9584           multiple times and emitting the fetch operations more than once
9585           added aopGetUsesAcc() function to allow binary operators to
9586           fetch their operands in the correct order; made genMinus() emit
9587           compact code for X = LITERAL - Y
9588
9589 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9590         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9591         sprintf() in line 1267.
9592
9593 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9594         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9595         like ports.
9596
9597 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9598         Changes to aslink (All the changes are marked with 'JCF'):
9599
9600         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9601         summary().
9602
9603         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9604         area BSEG.  Also moves, if possible, the DATA area down into the internal
9605         ram so more space is available.
9606
9607         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9608         sflag.
9609
9610         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9611         not bytes.  Function summary() which creates a memory usage summary
9612         file with extension .mem.  Reports of overlaping stack and small stack
9613         size.  If the space for the stack is less than 16 bytes aslink trows a
9614         warning.
9615
9616         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9617         the 8051.  Option 'y' for memory summary output file.
9618
9619         Changes to sdcc (All the changes are marked with 'JCF'):
9620
9621         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9622
9623         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9624         overlaying area for it (uses RegBankUsed[4]).
9625
9626         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9627         bank zero as used by default.  By default aslink locates the stack
9628         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9629         the creation of the .mem file.  Delegates the allocation of data area
9630         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9631         the begining of the stack area to aslink.
9632
9633         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9634         glue() in SDCCglue.c creates an area for it.
9635
9636 2002-09-03  Borut Razem <borut.razem AT siol.net>
9637         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9638         sdcc/src/pic/glue.c:
9639         introduced atexit() handler for teporay files removal in case of
9640         errors, assertions, ...
9641
9642 2002-08-29  Borut Razem <borut.razem AT siol.net>
9643         * sdcc/support/cpp2/auto-host_vc_in.h:
9644         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9645         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9646         Maybe there is a similar problem with BORLANDC? It should be checked!
9647
9648         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9649         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9650         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9651         was not executed, and the compiler (cl) launched a warning:
9652         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9653
9654 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9655         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9656
9657 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9658         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9659
9660         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9661           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9662           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9663           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9664           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9665           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9666           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9667         - added Release configuration in VS projects
9668         - review of compiler an linker options
9669         - VC .exe files are generated in bin_vc directory, not to interfere
9670           with binaries generated from other projects (cygwin, mingw, bcc ...)
9671
9672         * sdcc/src/yacc.dsp: added
9673
9674         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9675         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9676         and insert the version number definitions from .version
9677
9678         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9679
9680         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9681         added - genarate auto-host.h using auto-host_vc_in.h as template
9682
9683         * sdcc/sdcc_vc.h,
9684         removed from CVS, generated automatically
9685
9686 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9687         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9688
9689 2002-08-11  Borut Razem <borut.razem AT siol.net>
9690         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9691
9692 2002-08-10  Borut Razem <borut.razem AT siol.net>
9693         * src/SDCCmain.c (main):
9694         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9695         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9696         The consequence was that some temporary files were not removed.
9697
9698         * src/SDCCglue.c:
9699         unification of code in functions tempfilename() and tempfile():
9700         function tempnam() is defined in Visual Studio 6.0 and .NET
9701
9702         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9703
9704         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9705           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9706         - removed compiler command line option /WX: Treats all warnings as errors
9707         - update a list of source files, included into the project
9708
9709         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9710           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9711         changed project type to Generic Project so that can be correcly converted to VS.NET project
9712
9713         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9714
9715         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9716
9717         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9718
9719         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9720         added return 0 statements after assert() to make compiler happy
9721
9722         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9723         added newline in the def file to keep MSC compiler satisfied
9724
9725         * sdcc/src/z80/gen.c:
9726         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9727           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9728         - solved MSC error in function aopDump()
9729
9730         * sdcc_vc.h: define PREFIX as "\\sdcc"
9731
9732 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9733         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9734
9735 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9736         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9737         - Rewrote the register banking algorithm.
9738         - Added pCode live-range analysis to registers (for now, only non-used and
9739         singly-used registers optimized away)
9740
9741         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9742
9743         * 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.
9744
9745 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9746         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9747
9748 2002-04-22  Michael Hope  <michaelh AT vroom>
9749
9750         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9751
9752         * configure.in (DD_COPT): Added include support required for gbdk.
9753
9754         * .version: Bumped version number just to increase it.
9755
9756         * src/SDCCmain.c: Added -nostdinc to the default options.
9757
9758 2002-04-15  Michael Hope  <michaelh AT vroom>
9759
9760         * device/lib/z80/printf.c (sprintf): Added.
9761
9762         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9763
9764         * src/z80/peeph.def: Added transpose redundent load rule.
9765
9766         * src/z80/main.c: Added force callee saves for jaune.
9767
9768         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9769
9770         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9771
9772 2002-03-28  Johan Knol  <johan AT balder>
9773
9774         * src/SDCCval.c: fixed bug #532436
9775
9776 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9777         * /src/port.h:
9778         Added "char *Processor" field to the port structure.
9779
9780         * /src/SDCCmain.c:
9781         Added -p option. Allows port dependent processor to be specified.
9782
9783         * all ports:
9784         Initialized the new field char *Processor field to NULL in all ports
9785
9786         * /src/pic/*:
9787         Compiler generated registers for interrupt context saving
9788         were not getting allocated.
9789
9790 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9791
9792         * /src/SDCCast.c:
9793         Fixed left shift. Will promote the left side of a left shift
9794         if a) left shifting more than size of operand or b) when assigned
9795         to something size > size of left side
9796
9797 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9798         * src/pic/*
9799         tons of changes. Register allocation has been
9800         rewritten. Added customization for the various PICs. Flow
9801         analysis is restructured. ...
9802
9803         * src/pic/device.h:
9804         Added
9805
9806         * src/pic/device.c:
9807         Added. device.c is a PIC port hack to accomodate variations
9808         in PIC devices.
9809
9810 2002-03-13  Michael Hope  <michaelh AT vroom>
9811
9812         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9813
9814 2002-03-04  johanknol  <johanknol AT manik>
9815
9816         * /src/SDCCval.c: fixed
9817
9818         const unsigned char arr[][2] = { { 0, 1 } };
9819         t18.c:1: error: Initializer element is not constant
9820
9821 2002-03-04  bela  <bela AT manik>
9822
9823         * /device/include/mcs51reg.h:
9824         ds89c420 register definition update
9825
9826 2002-03-03    <johan AT FRIJA>
9827
9828         * support/Util/SDCCerr.c: did something, but don't no why anymore
9829
9830         * support/regression/tests/bug-524691.c: made it a little less shy
9831
9832         * src/SDCCast.c (decorateType): fixed bug #524697
9833
9834         * src/SDCCast.c: made some lineno improvements
9835
9836         * src/SDCCval.c (getNelements): changed warning to error
9837
9838         * src/SDCCglue.c (printIvalArray): changed warning to error
9839
9840         * src/SDCCicode.c: fixed a warning for mingw
9841
9842         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9843
9844         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9845
9846 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9847
9848         * src/ds390/peeph.def:
9849         Added some more peephole rules
9850
9851         * src/ds390/gen.c: Various fixes & enhancements
9852
9853         * src/SDCClrange.c, src/SDCClrange.h:
9854         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9855
9856         * src/ds390/ralloc.c:
9857         various fixes & enhancements (ds390) specific
9858
9859         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9860         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9861         from rallocs.
9862
9863         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9864
9865 2002-03-02    <johan AT FRIJA>
9866
9867         * src/SDCCast.c (decorateType): fixed bug #524708
9868
9869         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9870
9871         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9872
9873 2002-03-01  Michael Hope  <michaelh AT vroom>
9874
9875         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9876
9877         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9878
9879 2002-03-01    <johan AT FRIJA>
9880
9881         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9882
9883         * src/SDCCast.c (decorateType): fixed bug #524209
9884
9885         * src/SDCCval.c (valNot): fixed bug #524195
9886
9887 2002-02-26    <johan AT balder>
9888
9889         * src/xa51/gen.c: fixed a warning
9890
9891         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9892
9893         * src/SDCCast.c (decorateType): fixed bug #522534
9894
9895 2002-02-23    <johan AT balder>
9896
9897         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9898
9899 2002-02-22    <johan AT balder>
9900
9901         * src/SDCCast.c: fixed bug #514865
9902
9903         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9904
9905 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9906
9907         * sdcc/src/SDCCloop.c:
9908         Previous fix was not good. basic blocks that have "break" or "return" are
9909         not really partof a loop , but live ranges used in these blocks should
9910         be live thru the entire loop, so set partOfLoop but don't add them to
9911         loop region
9912
9913 2002-02-21    <johan AT FRIJA>
9914
9915         * src/SDCCcse.c: fixed bug #514308
9916
9917 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9918
9919         * src/SDCCloop.c:
9920         Fixed BUG #519583. If a conditional block ended in a return/break
9921         statement inside a loop, it was not being considered part of the loop.
9922
9923         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9924
9925 2002-02-10  Karl Bongers <karl AT turbobit.com>
9926
9927         * debugger/*:
9928         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9929         with lots of comments and notes.
9930
9931         * device/examples/test2.c:
9932         Fix bug, "red" variable not being initialized(compiler complained).
9933
9934         * device/examples/Makefile, examples/test3.c:
9935         Add Makefile in device/examples folder, compiles test3.c
9936         for use as a multiple module SDCDB test case.
9937
9938         * sim/ucsim/cmd.src/cmdset.cc:
9939         Took out debug printfs in ucsim "next" command.
9940
9941         * sim/ucsim/xa.src:
9942         Karl and Johan start ucsim XA support.  Most dissassembly working,
9943         about 75% emulation done(plenty of work remaining).
9944
9945         * sim/ucsim/z80.src:
9946         Add Z80 support to ucsim, add test-ucz80 regression test,
9947         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9948         Notice z80 compiler fails on examples/test3.c/crc code.
9949
9950 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9951
9952         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9953         Added support for --parms-in-bank1
9954
9955         * src/ds390/peeph.def:
9956         added a few more peephole optimzations
9957
9958         * src/ds390/main.c:
9959         1) added __builtin_inp & __builtin_outp used to read in data of given length
9960            from a memory mapped port
9961         2) added __builtin_memcmp
9962         3) added __builtin_swapw swap bytes of a short
9963
9964         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9965         1) handle multiple send & receives from register bank1
9966         2) ralloc can now allocate DPTR1 to some liveRanges
9967
9968         * src/SDCCsymt.c, src/SDCCsymt.h:
9969         changes to handle multiple sends & receives
9970
9971         * src/SDCCptropt.h:
9972         added some pointer arithmetic optimization
9973
9974         * src/SDCCptropt.c:
9975         added some pointer arithmetic optimizations but not stable yet so not
9976         called from anywhere (will get this working shortly)
9977
9978         * src/SDCCopt.c: fixed for multiple sends & receives
9979
9980         * src/SDCCmain.c:
9981         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9982         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9983            set preprocessor defines (depending on options)
9984
9985         * src/SDCCicode.c, src/SDCCicode.h:
9986         changes made to handle multiple sends & receives
9987
9988         * src/SDCCglobl.h:
9989         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9990
9991         * src/SDCCcse.c, src/SDCCcse.h:
9992         added function findbackward def (to be used in upcoming optimization)
9993
9994         * src/SDCCcflow.c, src/SDCCcflow.h:
9995         added function returnAtEnd - to determine if a basic block terminates with
9996         a RETURN iCode
9997
9998         * src/SDCCast.c, src/SDCCast.h:
9999         added option parms-in-bank1
10000
10001         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10002         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10003         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10004         adjusted for --parms-in-bank1 option
10005
10006         * device/include/string.h:
10007         donot redefine "reentrant" keyword
10008
10009         * device/include/ds80c390.h: Added some more SFRs
10010
10011 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10012
10013         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10014
10015 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10016
10017         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10018
10019 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10020
10021         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10022
10023 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10024
10025         * Added --xram-movc option
10026
10027 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10028
10029         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10030
10031 2002-01-11  Johan Knol
10032
10033         * Added math lib of Jesus Calvino-Fraga
10034
10035 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10036
10037         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10038         * support/regression/Makefile: new target test-mcs51-stack-auto
10039         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10040
10041 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10042
10043         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10044
10045 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10046
10047         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10048
10049 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10050
10051         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10052
10053         * src/SDCCglue.h: add definition for printIvalChar()
10054
10055 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10056
10057         * src/SDCCast.c: fix #498138 by Johan
10058
10059         * src/SDCCglue.c: fix #498138 by Johan
10060
10061 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10062
10063         * support/regression/Makefile: fix clean
10064
10065         * support/regression/ports/ds390/support.c: fix transmission of last character
10066
10067 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10068
10069         * /sdcc/src/ds390/gen.c:
10070         a) improved computing address of stack variable
10071         b) took out some #if 0 code
10072         c) improved parmBytes adjustment
10073         d) improved genPlusIncr & genMinusIncr
10074         e) genCmp could generate bad code (when left assigned to DPTR)
10075         f) Fixed bug in hasInc
10076
10077         * /sdcc/src/ds390/ralloc.c:
10078         a) packRegsForSupport could mess up live information (Fixed)
10079         b) packRegsDPTRuse could be incorrect for left & right shift
10080
10081         * /sdcc/src/mcs51/ralloc.c:
10082         packRegsForSupport could mess up the live information (Fixed)
10083
10084         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10085
10086         * /sdcc/src/SDCCast.c:
10087         can reverse a loop even if function call is present as long
10088         as the loop control variable is local & is not passed as parameter
10089
10090 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10091
10092         * /sdcc/ChangeLog: *** empty log message ***
10093
10094         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10095         More builtin function additions for TININative
10096
10097         * /sdcc/src/ds390/ralloc.c:
10098         Had broken the regression testsuite
10099
10100         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10101
10102         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10103         Added funcattr hasStackParms will be set for reentrant functions when there
10104         are paramteres on the stack, this helps in minimizing frame pointer generation
10105         typeFromStr can handle function pointers now
10106
10107         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10108         *** empty log message ***
10109
10110 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10111
10112         * /src/ds390/gen.c, /src/ds390/main.c:
10113         More builtin function additions for TININative
10114
10115         * /src/ds390/ralloc.c:
10116         Had broken the regression testsuite
10117
10118         * /src/SDCCast.c: Fixed a bug in dumptree
10119
10120         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10121         Added funcattr hasStackParms will be set for reentrant functions when there
10122         are paramteres on the stack, this helps in minimizing frame pointer generation
10123         typeFromStr can handle function pointers now
10124
10125         * /doc/builtins.txt, /doc/TININative.txt:
10126         *** empty log message ***
10127
10128
10129 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10130
10131         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10132         ALPHA version for -mTININative
10133
10134         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10135         updated to reflect changes in the port structure
10136
10137         * /src/port.h:
10138         added function do_assemble (similar to do_link) if non-null this function
10139         will be called to do assembly (-mTININative) requires a multi command
10140         assembly
10141         added function genAssemblerEnd will be called to generate assembler Epilogue
10142
10143         * /src/SDCCsymt.c:
10144         added _JavaNative to debug info printing
10145
10146         * /src/SDCCmain.c: added option --tini-libid
10147         added port->do_assemble function (-mTININative) has a multi command assemble
10148
10149         * /src/SDCCglue.c: Disabled "constExpr" check
10150         added port->genAssemblerEnd function
10151
10152         * /src/SDCCglobl.h: Added option --tini-libid value
10153
10154         * /src/SDCCast.h:
10155         tookout optimizeCompare from the header (has no external references)
10156
10157         * /src/SDCCast.c: made one more function "static"
10158
10159 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10160
10161         * src/z80/mappings.i: Added z80asm support.
10162
10163         * src/z80/main.c: Added z80asm support on --asm=z80asm
10164
10165         * src/z80/gen.c: Fixed asm portability issues.
10166
10167         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10168
10169         * src/SDCCglue.c (printExterns): Added global/extern split.
10170
10171 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10172
10173         * support/regression/Makefile: added test for mcs51 model large
10174
10175         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10176
10177         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10178
10179 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10180
10181         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10182
10183 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10184
10185         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10186
10187         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10188
10189 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10190
10191         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10192
10193         * support/regression/tests/simplefloat.c: Port to mcs51.
10194
10195 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10196         * support/regression/tests/bug-485362.c: Added.
10197
10198         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10199
10200         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10201
10202         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10203
10204         * src/z80/gen.c (aopDump): Added a dump function.
10205
10206 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10207         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10208
10209         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10210
10211         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10212
10213         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10214
10215         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10216
10217         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10218
10219         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10220
10221         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10222
10223         * support/regression/ports/ds390/support.c: Use tinibios.
10224
10225         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10226
10227 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10228
10229         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10230         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10231
10232         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10233
10234         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10235
10236 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10237
10238         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10239
10240         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10241         (packRegsForIYUse): Created and optimised.
10242
10243 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10244
10245         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10246 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10247
10248         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10249
10250         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10251
10252         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10253
10254 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10255
10256         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10257
10258         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10259
10260 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10261
10262         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10263
10264         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10265
10266         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10267
10268 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10269
10270         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10271         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10272         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10273
10274         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10275
10276         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10277         (genNotFloat): Added.
10278         (genUminusFloat): Added.
10279
10280         * device/lib/z80/Makefile: Added floating pt stubs.
10281
10282         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10283
10284         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10285
10286         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10287
10288 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10289
10290         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10291
10292         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10293
10294         * sdcc/support/regression/Makefile: Add port ds390.
10295
10296         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10297
10298         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10299
10300         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10301
10302         * sdcc/support/regression/ports/ds390/support.c: Added.
10303
10304         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10305
10306         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10307
10308         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10309
10310 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10311
10312         * device/include/malloc.h: Added z80 and gbz80 support.
10313
10314         * device/lib/gbz80/heap.s: Added.
10315
10316         * device/lib/z80/heap.s: Added.
10317
10318         * device/lib/malloc.c: Added z80 and gbz80 support.
10319
10320         * support/regression/tests/malloc.c (testMalloc): Added.
10321
10322         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10323
10324         * support/regression/tests/bug-478094.c: Added.
10325
10326         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10327
10328 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10329
10330         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10331
10332         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10333
10334         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10335
10336         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10337
10338         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10339
10340 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10341
10342         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10343
10344 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10345
10346         * support/regression/tests/bug-477927.c: Added.
10347
10348         * src/z80/peeph.def: Added minor rules.
10349
10350         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10351
10352         * src/z80/peeph.def: Added jump optimisation modification.
10353
10354 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10355
10356         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10357
10358 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10359
10360         * support/regression/tests/funptrs.c: Added.
10361
10362 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10363
10364         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10365
10366 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10367
10368         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10369
10370         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10371
10372         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10373         (movLeft2ResultLong): Created.
10374
10375         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10376         (joinPushes): Added.  Joins two char pushes into a word push.
10377
10378 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10379
10380         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10381
10382         * support/makebin/Makefile (install): Added creation of dest dir.
10383
10384 2001-10-24 Karl Bongers <karl AT turbobit.com>
10385
10386         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10387
10388 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10389
10390         * src/z80/ralloc.c: Turned off faulty pack for one use.
10391
10392         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10393
10394         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10395
10396 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10397
10398         * support/regression/Makefile: Improved clean
10399
10400         * support/regression/ports/gbz80/spec.mk: Added clean
10401
10402         * support/regression/ports/host/spec.mk: Added clean
10403
10404         * support/regression/ports/z80/spec.mk: Added clean
10405
10406         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10407
10408         * support/regression/ports/mcs51/timeout.c: little improvements
10409
10410 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10411
10412         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10413
10414         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10415
10416         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10417
10418 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10419
10420         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10421
10422         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10423
10424 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10425         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10426
10427         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10428
10429         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10430
10431         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10432
10433         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10434
10435         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10436
10437         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10438
10439         * support/regression/tests/longor.c: Added.
10440
10441 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10442
10443         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10444
10445         * as/mcs51/aslink.h: define PATH_MAX
10446
10447         * as/mcs51/asm.h: define PATH_MAX
10448
10449         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10450
10451         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10452
10453         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10454
10455         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10456
10457         * src/SDCCglobl.h: define PATH_MAX
10458
10459         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10460
10461         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10462
10463 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10464
10465         * src/z80/gen.c (gencjneshort): Fixed
10466
10467         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10468
10469 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10470
10471         * support/regression/tests/bug-469671.c: Added.
10472
10473         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10474
10475 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10476
10477         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10478
10479         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10480
10481 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10482
10483         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10484
10485         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10486
10487         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10488
10489         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10490
10491         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10492
10493         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10494
10495         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10496
10497 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10498
10499         * 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.
10500
10501         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10502
10503         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10504
10505 2001-10-07    <johan AT FRIJA>
10506
10507         * device/lib/gets.c (gets): fixed the return value.
10508
10509 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10510         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10511
10512         * 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.
10513
10514         * 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.
10515
10516         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10517
10518         * src/pic/gen.c: Removed Safe_strdup.
10519
10520         * configure.in: Added option to enable libgc support.
10521
10522         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10523         (bitVectUnion): Optimised.
10524         (bitVectIntersect): Optimised.
10525         (bitVectBitsInCommon): Optimised.
10526         (bitVectCplAnd): Optimised.
10527
10528         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10529
10530 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10531
10532         * src/SDCCmain.c: distinguish between assembler debug and plain options
10533
10534         * src/avr/main.c:   remove standard assembler options
10535
10536         * src/ds390/main.c: remove standard assembler options
10537
10538         * src/mcs51/main.c: remove standard assembler options
10539
10540         * src/port.h: removed "PENDING" comment
10541
10542 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10543
10544         * src/device/lib/_mulint.c  : new, with assember functions
10545
10546         * src/device/lib/_mullong.c : new, with assember functions
10547
10548         * src/device/lib/_divuint.c : with assember functions
10549
10550         * src/device/lib/_divsint.c : with assember functions
10551
10552         * src/device/lib/_divulong.c: with assember functions
10553
10554         * src/device/lib/_divslong.c: with assember functions
10555
10556         * src/device/lib/_moduint.c : with assember functions
10557
10558         * src/device/lib/_modsint.c : with assember functions
10559
10560         * src/device/lib/_modulong.c: with assember functions
10561
10562         * src/device/lib/_modslong.c: with assember functions
10563
10564         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10565
10566         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10567
10568         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10569                                       replaced _mululong.c and _mulslong.c by _mullong.c
10570
10571 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10572
10573         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10574
10575 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10576
10577         * src/SDCCglue.c: test, if win32api is available for MINGW
10578
10579 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10580
10581         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10582         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10583         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10584         * support/regression/ports/host/spec.mk: removed GENERIC
10585         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10586         * support/regression/ports/z80/spec.mk: removed GENERIC
10587
10588 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10589
10590         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10591
10592         * support/regression/tests/bug-467035.c: Created.
10593
10594 2001-10-01    <johan AT FRIJA>
10595
10596         * src/SDCC.y: fixed bug #466586 part 1
10597
10598 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10599
10600         * SDCCicode.c: z80 has no generic pointers
10601         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10602
10603 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10604
10605         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10606
10607 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10608
10609         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10610
10611         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10612
10613 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10614
10615         * configure.in: Fixed up so that ucsim is only configured once.
10616
10617         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10618
10619         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10620         (getPathDifference): As above.
10621
10622         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10623
10624         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10625
10626 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10627         * .version: Updated to 2.3.1
10628
10629         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10630         Added copyright header.
10631
10632         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10633         (assemble): Added support for macro based assembler commands.
10634         (linkEdit): Added support for macro based linker commands.
10635         (preProcess): Changed the pre-processor to use macros.
10636         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10637         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10638
10639         * device/lib/z80/crt0.s: Added module name for debugging.
10640
10641 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10642
10643         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10644
10645         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10646
10647         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10648
10649         * src/Makefile.in: Added SDCCmacro and SDCCutil
10650
10651 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10652
10653         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10654
10655 2001-09-16    <johan AT FRIJA>
10656
10657         * 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.
10658
10659 2001-09-15    <johan AT FRIJA>
10660
10661         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10662         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10663
10664 2001-09-11    <johan AT FRIJA>
10665
10666         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10667
10668 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10669
10670         * support/regression/tests/bug-460444.c: Added test case.
10671
10672         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10673         (genCast): Added justification for all of the asserts.
10674
10675 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10676
10677         * support/regression/support.c: _xdata replaced by xdata
10678
10679         * support/regression/spec.mk: removed _generic
10680
10681 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10682
10683         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10684
10685         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10686         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10687
10688         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10689
10690         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10691
10692         * support/regression/tests/bug-460010.c: Added test case.
10693
10694         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10695
10696 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10697
10698         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10699
10700         * support/regression/testfwk.c: removed workaround for bug #436344
10701
10702         * support/regression/tests/bp.c: use less memory with mcs51
10703
10704         * support/regression/tests/bug-441448.c: use less memory
10705
10706         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10707
10708         * support/regression/collate-results.py: typo
10709
10710 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10711
10712         * support/regression/tests/fetchoverlap.c: Added new test case.
10713
10714         * support/regression/tests/bp.c: Added new test case.
10715
10716         * support/regression/tests/bug-448984.c: Added new test case.
10717
10718         * support/regression/tests/pow2shifts.c: Added new test case.
10719
10720         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10721         (genlshTwo): Fixed right shift for count > 8.
10722
10723         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10724
10725 2001-09-08    <johan AT FRIJA>
10726
10727         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10728
10729 2001-09-07    <johan AT FRIJA>
10730
10731         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10732
10733         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10734
10735 2001-09-06    <johan AT FRIJA>
10736
10737         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10738         * bernhard noted me at this: "() equals to (void)" (1.38)
10739
10740 2001-09-05    <johan AT FRIJA>
10741
10742         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10743
10744 2001-09-04    <johan AT FRIJA>
10745
10746         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10747
10748
10749 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10750
10751         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10752
10753 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10754
10755         * link/z80/aslink.h: Fixed path for PATH_MAX
10756
10757 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10758
10759         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10760
10761         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10762
10763         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10764
10765         * 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.
10766
10767 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10768
10769         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10770         (genCmp): Fixed up genCmp for the GB with longs.
10771
10772         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10773
10774         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10775
10776         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10777
10778         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10779
10780 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10781
10782         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10783
10784 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10785
10786         * 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.
10787
10788         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10789
10790 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10791
10792         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10793
10794         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10795
10796 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10797
10798   * sim/ucsim/configure:    little improvement of Cygwin-detection
10799   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10800   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10801   * support/regression/tests/bug-221100.c: small changes for mcs51
10802   * support/regression/tests/bug-221168.c: small changes for mcs51
10803   * support/regression/tests/bug-227710.c: small changes for mcs51
10804   * support/regression/tests/staticinit.c: small changes for mcs51
10805   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10806   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10807   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10808
10809 $Revision$