* src/z80/gen.c (genUnpackBits): fixed bug 1019480
[fw/sdcc] / ChangeLog
1 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
4         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
5
6 2006-02-11 Borut Razem <borut.razem AT siol.net>
7
8         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
9           print "Processor: xxx" message to stdout only if --verbose
10
11 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
14         * support/regression/tests/bug1426356.c: added
15         * support/regression/tests/bitfields.c: removed 2 tests
16
17 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
20         * device/include/mcs51/c8051f330.h,
21         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
22           PCON_IDLE,PCON_STOP and added sfr16 definitions
23         * device/lib/_divsint.c,
24         * device/lib/_divuint.c,
25         * device/lib/_divulong.c,
26         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
27           register bank bug for small stackauto
28
29 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
32
33 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
36         * all.dsp: corrected several bin paths
37         * device/include/mcs51/c8051f120.h,
38         * device/include/mcs51/c8051f300.h,
39         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
40           to PCON_IDLE,PCON_STOP
41         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
42         * device/lib/printf_large.c (output_float): fixed bug 1388703
43         * support/regression/tests/bug1057979.c: added test for bug 1388703
44
45 2006-02-08 Raphael Neider <rneider AT web.de>
46
47         * src/pic/pcode.c (pciTRIS): fixed typo,
48           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
49           (LinkFlow): fixed handling of flows that end in a call,
50           (ReuseReg): perform safety check earlier
51         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
52             to work with flows at the beginning of a pBlock,
53             fixes #1426557 (Symbol not previously defined),
54           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
55             usage information
56           (RemoveUnusedRegisters): update register usage info
57         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
58             created, reuse existing ones instead
59         * src/pic/gen.c (genPcall): fixed #1424719
60
61 2006-02-01 Borut Razem <borut.razem AT siol.net>
62
63         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
64           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
65           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
66           src/regression/bool1.c, src/regression/bool2.c,
67           src/regression/bool3.c, src/regression/call1.c,
68           src/regression/compare.c, src/regression/compare10.c,
69           src/regression/compare2.c, src/regression/compare3.c,
70           src/regression/compare4.c, src/regression/compare5.c,
71           src/regression/compare6.c, src/regression/compare7.c,
72           src/regression/compare8.c, src/regression/compare9.c,
73           src/regression/configword.c, src/regression/for.c,
74           src/regression/inline.c, src/regression/mult1.c,
75           src/regression/nestfor.c, src/regression/or1.c,
76           src/regression/pointer1.c, src/regression/ptrfunc.c,
77           src/regression/rotate1.c, src/regression/rotate2.c,
78           src/regression/rotate3.c, src/regression/rotate4.c,
79           src/regression/rotate5.c, src/regression/rotate6.c,
80           src/regression/rotate7.c, src/regression/string1.c,
81           src/regression/struct1.c, src/regression/sub.c,
82           src/regression/sub2.c, src/regression/switch1.c,
83           src/regression/while.c, src/regression/xor.c,
84           src/regression/create_stc, src/regression/simulate,
85           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
86           regression tests
87         * src/regression/gpsim_assert.h: added
88
89 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
90
91         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
92         ((void (code *) (void)) 0) ();
93         * as/hc08/aslex.c,
94         * as/hc08/aslink.h,
95         * as/hc08/asm.h,
96         * as/hc08/asmain.c,
97         * as/hc08/lkdata.c,
98         * as/hc08/lklex.c,
99         * as/hc08/lkmain.c,
100         * as/mcs51/aslex.c,
101         * as/mcs51/aslink.h,
102         * as/mcs51/asm.h,
103         * as/mcs51/asmain.c,
104         * as/mcs51/lkdata.c,
105         * as/mcs51/lklex.c,
106         * as/mcs51/lkmain.c,
107         * as/z80/aslex.c,
108         * as/z80/asm.h,
109         * as/z80/asmain.c: fixed build on current cygwin:
110         replaced getline() by as_getline()
111
112 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
113
114         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
115         declarator in the symbol chain
116         * src/SDCCsymt.h,
117         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
118         parameter list for function pointers
119         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
120         * support/regression/tests/bug-716242.c: added
121
122 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
123
124         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
125         offset if possible
126         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
127
128 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
129
130         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
131         inifinitely recurseable, added static
132         * support/regression/tests/bug-1408066.c: added
133
134 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
135
136         * src/SDCCicode.h,
137         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
138         renamed, added possibility to create "postLoopLbl"-labels
139         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
140         newiTempLoopHeaderLabel
141         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
142         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
143         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
144         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
145         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
146         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
147         (basicInduction): fixed bug #136564, made static,
148         (loopInduction): changed parameter of basicInduction, made static,
149         (addPostLoopBlock): added
150         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
151         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
152         findLoopEndSeq
153         * support/regression/tests/bug-136564.c: added
154         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
155         --std-sdcc99 to LIBSDCCFLAGS
156
157 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
158
159         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
160         while loop
161         * support/regression/tests/bug-1406131.c: added
162
163 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
164
165         * src/SDCCast.c (decorateType): fix promotion of unary minus
166         * src/SDCCsymt.c (computeType): beautified
167         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
168         (valUnaryPM, valComplement): fix sign and promotion,
169         (valNot): ANSI: result type is int (SDCC: unsigned char)
170         * support/regression/tests/uminus.c: speedup by removing superflous
171         test case 'int'
172         * support/regression/tests/onebyte.c: added promotion and signedness
173         tests for unary minus
174         * support/regressions/tests/bug-477927.c: disable warning about
175         uninitialized variables
176         * support/regression/tests/not.c: added
177
178 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
179
180         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
181         * src/mcs51/gen.c (gen51Code): show final register usage after
182         fillGaps in asm with --i-code-in-asm
183         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
184         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
185         incUsed, rliveClear, adjustIChain): made static,
186         (setFromRange): excluded because it's unused,
187         (findPrevUseSym, markWholeLoop): added,
188         (findPrevUse): rewritten; fixes bug 895992; now a complete search
189         through all branches of predecessors enables sdcc to emit the warning
190         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
191         (rlivePoint): made static, added parameter emitWarnings which is only
192         true during the first run out of two,
193         (findRecursiveSucc, findRecursivePred): removed,
194         (computeLiveRanges): made static, added parameter emitWarnings,
195         (dumpIcRlive): added for debugging only
196         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
197         removed prototype of setFromRange()
198         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
199         in call of computeLiveRanges()
200         * support/regression/tests/bug-895992.c: added
201         * support/regression/tests/bug-971834.c: added
202         * support/valdiag/tests/bug-895992.c: added
203         * support/valdiag/tests/bug-971834.c: added
204
205 2005-12-18 Raphael Neider <rneider AT web.de>
206
207         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
208           (genUnpackBits): improved code for direct operands,
209           (genPackBits): improved code for literal assignment to bitfields
210             and for direct destination operands (no FSR indirection),
211             prevented redundant AND, fixes #1362800,
212           (AccLsh): added parameter to disable masking of the result
213         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
214           skip instructions with side-effects (like incfsz),
215           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
216         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
217         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
218           fixes #1375263
219
220 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
221
222         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
223         volatile variables as spill location
224
225 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
226
227         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
228         replacing literals
229         * support/regression/tests/bug-1376320.c: added
230
231 2005-12-08 Raphael Neider <rneider AT web.de>
232
233         * src/pic/device.c: renamed is_shared to pic14_is_shared
234         * src/pic/gen.c (genIfx): re-enabled handling of sbits
235         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
236           (is_valid_identifier): added for above workaround
237
238 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
239
240         * device/lib/Makefile.in: fixed to enable port-specific-objects
241         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
242           char, thanks Hubert Sack
243         * doc/sdccman.lyx: documented --xstack-loc,
244           elaborated a bit more on interrupts and pitfalls,
245           removed "setjmp/longjmp unsupported",
246           documented some unsupported C99 features
247         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
248         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
249           if, thanks Hubert Sack
250         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
251         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
252           make make_library
253         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
254           regression tests can report resource usage (rfe 700441)
255         * support/regression/collate-results.py: report resource usage
256         * support/regression/ports/ds390/spec.mk,
257         * support/regression/ports/hc08/spec.mk,
258         * support/regression/ports/mcs51/spec.mk,
259         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
260         * support/regression/ports/ds390/uCsim.cmd,
261         * support/regression/ports/hc08/uCsim.cmd,
262         * support/regression/ports/mcs51/uCsim.cmd,
263         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
264         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
265           library, use the default one
266         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
267           building the library
268
269 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
270
271         * config.dsp: added dependency on .version and configure_vc.awk
272         * device/include/setjmp.h: updated for --stack-auto and --xstack
273         * device/include/mcs51/at89c51snd1c.h: corrected line endings
274         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
275         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
276         * device/lib/libsdcc.lib: added _setjmp
277         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
278           (decorateType): fixed bug 1372851,
279           (optimizeGetHbit): fixed warning
280         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
281           array initialisation
282         * support/regression/tests/bug1057979.c: added test for bug 1358192
283         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
284
285 2005-12-03 Borut Razem <borut.razem AT siol.net>
286
287         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
288           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
289
290 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
291
292         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
293         createIval): implement symbol independant "flexible array member",
294         (createIvalCharPtr): implemented flexible array initialisation with a
295         string
296         * src/SDCCsymt.c (copyStruct): removed,
297         (getSize): fixed misleading comment,
298         (getAllocSize): removed, the additional allocation size is now in
299         sym->flexArrayLength,
300         (checkStructFlexArray): new, syntax checks for flexible array members,
301         (compStructSize): added syntax checks for "flexible array members"
302         (copyStruct): removed,
303         (copyLinkChain): removed inefficient fix for bug 770487
304         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
305         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
306         symbol->flexArrayLength
307         * src/SDCCerr.c,
308         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
309         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
310         * support/regression/tests/structflexarray.c: added
311         * support/valdiag/tests/structflexiblearray.c: added
312
313 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
314
315         * src/SDCCast.c (decorateType): fixed bug 1368489
316         * support/Util/SDCCerr.c,
317         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
318
319 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
320
321         * device/include/mcs51/at89c51snd1c.h: added file submitted by
322           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
323
324 2005-11-27 Borut Razem <borut.razem AT siol.net>
325
326         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
327           support/cpp2/mkdeps.h: added command line option
328           -obj-ext=<extension> to SDCPP to define object file externion, used
329           for generation of make dependencies (-M)
330         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
331
332 2005-11-26 Borut Razem <borut.razem AT siol.net>
333
334         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
335           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
336           added pic and pic16 libraries
337
338 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
339
340         * device/include/float.h: Corrected typo in prototype of __fsgt
341
342 2005-11-25 Borut Razem <borut.razem AT siol.net>
343
344         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
345           added creation of model-mcs51-stack-auto libraries
346
347 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
348
349         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
350         and fields-list too
351         * src/SDCCast.c (createIvalArray): removed obsolete comment
352
353 2005-11-24 Borut Razem <borut.razem AT siol.net>
354
355         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
356           added missing device/lib/mcs51/crt*.asm sources
357
358 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
359
360         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
361
362 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
363
364         * device/lib/_fs2schar.c,
365         * device/lib/_fs2sint.c,
366         * device/lib/_fs2slong.c: optimized inline asm
367
368 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
369
370         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
371           Better handling of floats between -1.0 and 0.0.
372
373 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
374
375         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
376           (the missing "if"s prohibited removal of redundant labels)
377
378 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
379
380         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
381           Properly convert floats between -1.0 and 0.0 to long, int, and char
382           types (max integer value of negative floats tends to zero).
383         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
384           Removed changes made so to work properly with floats between
385           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
386           and _fs2char.c
387
388 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
389
390         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
391         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
392         (genCast) cosmetic change
393         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
394         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
395         from mcs51
396         * support/regression/tests/bitfields (testSignedBitfields): added
397
398 2005-11-18 Borut Razem <borut.razem AT siol.net>
399
400         * sdcc/device/lib/Makefile.in: remove all unnecessary files
401         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
402           introduced SILENT option to make building of pic16 libraries less
403
404 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
405
406         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
407           Now they work properly with floats between -1.0 and 0.0
408         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
409
410 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
411
412         * src/SDCCicode.c (printOperand): added missing else
413
414 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
415
416         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
417         reformatted for better readability
418         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
419         signed bitfields
420
421 2005-11-17 Borut Razem <borut.razem AT siol.net>
422
423         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
424           introduced SILENT option to make building of pic16 libraries less
425           verbose - used for nightly snapshot build
426         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
427           available on Win32 platforms.
428         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
429           medium, large, pic and pic16
430
431 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
432
433         * device/lib/printf_large.c: Temporary patch for bug 1358192:
434           printf("%f"...) sets fraction to zero.
435
436 2005-11-16 Raphael Neider <rneider AT web.de>
437
438         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
439           fixes #1357221
440         * src/pic/gen.c (genIfx): implemented for CARRY bit
441         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
442           to generic pointers, fixes #1357332,
443           (pic16_movLit2f): NEW,
444           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
445
446 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
447
448         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
449
450 2005-11-11 Raphael Neider <rneider AT web.de>
451
452         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
453         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
454           compute pointer's type from operand,
455           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
456           improved single bit reads, fixes bug #1353379
457
458 2005-11-09 Borut Razem <borut.razem AT siol.net>
459
460         * support/scripts/sdcc.nsi: added lib/pic to the package
461
462 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
463
464         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
465
466 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
467
468         * support/regression/tests/bug1348008.c: added
469         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
470         * support/regression/tests/bug1337835.c: updated comment
471
472 2005-11-06 Borut Razem <borut.razem AT siol.net>
473
474         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
475           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
476           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
477           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
478           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
479           dynamic construction of cl_error_class and derivates - 2.nd try
480
481 2005-11-05 Borut Razem <borut.razem AT siol.net>
482
483         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
484           bug, which caused Bus Errors on sparc solaris
485
486 2005-11-04 Borut Razem <borut.razem AT siol.net>
487
488         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
489           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
490           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
491           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
492           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
493           and derivates to resolve the initialization problem on OSX
494
495 2005-11-02 Borut Razem <borut.razem AT siol.net>
496
497         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
498           corrected typo - #include <winsock2.h>
499
500 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
501
502         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
503           (_asxxxx_mapping): added org directive for future enhancements
504
505 2005-11-01 Borut Razem <borut.razem AT siol.net>
506
507         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
508           enabled sockets on WIN32
509         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
510
511 2005-10-31 Borut Razem <borut.razem AT siol.net>
512
513         * support/regression/generate-cases.py: escape backslashes in {testcase}:
514           WIN32 backslash path delimiters should be escaped when used in C strings
515         * support/regression/tests/bitfields.c: exclude failing assertions for
516           __CYGWIN32__ and __MINGW32__ hosts
517
518 2005-10-30 Borut Razem <borut.razem AT siol.net>
519
520         * src/SDCCutil.c: corrected double comparison typo
521
522 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
523
524         * device/lib/medium/Makefile: added for new memory model medium
525         * device/include/asm/mcs51/features.h: updated for medium/pdata
526         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
527           added Multiply & Accumulate sbit's and MAC0_PAGE define
528         * device/include/mcs51/c8051f300.h: added sfr16 definitions
529         * device/include/mcs51/c8051f310.h: added sfr16 definitions
530         * device/lib/_mullong.c: update for medium model
531         * device/lib/incl.mk: added medium model
532         * doc/sdccman.lyx: documented medium model
533         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
534         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
535         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
536         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
537           (allocParms): set SCLS and OCLS to pdata for medium model
538         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
539           for pdata,
540           (powof2): return <0 if not power of 2
541         * src/avr/gen.c (genBitWise): use updated powof2
542         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
543           (shiftR2Left2Result): small optimization in setup, save acc when storing,
544           (shiftLLeftOrResult): use B if necessary
545         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
546         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
547         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
548         * support/regression/Makefile.in: added test-mcs51-medium
549         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
550
551 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
552
553         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
554         specifier unsigned
555         * device/lib/time.c (mktime): fixed bug 1334315
556
557 2005-10-28 Raphael Neider <rneider AT web.de>
558
559         * device/include/pic/p16f_common.inc: added common declarations
560         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
561
562 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
563
564         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
565           (aopPutUsesAcc): added to predict accumulator use,
566           (assignResultValue): save acc if necessary,
567           (genMinusDec): store result if indirectly addressed,
568           (genDivOneByte):  save acc if necessary,
569           (movLeft2Result): bugfix if left already in acc,
570           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
571             attention to accumulator use (esp. pdata),
572           (genReceive): receive pdata correctly
573         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
574         * src/SDCCicode.h: added isOperandInPagedSpace prototype
575
576 2005-10-27 Raphael Neider <rneider AT web.de>
577
578         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
579
580 2005-10-27 Raphael Neider <rneider AT web.de>
581
582         * .version: changed version to 2.5.4
583         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
584         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
585           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
586             arithmetics support routines
587         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
588         * device/lib/Makefile.in: also create installdir for pic
589
590         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
591           pic14 port as well
592         * src/pic/device.c (dump_sfr): rewritten to delegate register
593           placement to the linker (use `extern sym' rather than sym EQU addr),
594           (validAddress): fixed to check last specified address
595         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
596           (popGetLit): truncate literal value to 8 bit,
597           (popGet): moved assert to more appropriate place
598           (popGetExternal): create pCode operand from and mark the according
599             symbol as being `extern'
600           (popGetAddr): added sanity check on immediate's offset, provide
601             GPOINTER tag on demand
602           (aopPut): fixed for immediates,
603           (mov2w_op): move operand's address or contents to WREG (depending on
604             operand type), safer variant of mov2w,
605           (movwf,call_libraryfunc): NEW, handy abbreviations,
606           (get_argument_pcop,get_return_val_pcop,pass_argument,
607           get_returnvalue): interface for accessing function parameters and
608             return values,
609           (assignResultValuei,genRet): use new parameter/return value interface
610           (pic14_getDataSize): back to old version handling generic pointers,
611           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
612             provided implementation and/or fixed old one,
613           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
614             calls, removed legacy 8051 reference code
615           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
616           (loadSignToC): NEW, move the operands sign bit to CARRY,
617           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
618             genRightShiftSigned, accepts negative shift counts,
619           (setup_fsr): load FSR and adjust IRP (indirect memory access),
620           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
621             generic pointers, __data pointers and __code pointers,
622           (genUnpackBits,genPackBits): rewritten to work with generic pointers
623             and signed bitfields, limit bitfields to 8 bit,
624           (genDataPointerGet): fixed number of bytes read,
625           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
626           (genPointerGet,genPointerSet): fixed handling of __code pointers,
627             pointers to constant data are no longer assumed to point to __code
628             space, removed invalid pointer types,
629           (bitpatternFromVal): retrieve the PICs representation of an integer
630             or float literal,
631           (genDataPointerSet): fixed assigning to po_immediate operands,
632           (genGenPointerSet): implemented as library call,
633           (genIfx): fixed incorrect condition,
634           (genAddrOf): limit generic pointers' addresses to 2 bytes,
635             provide GPOINTER tag according to destination's storage class,
636           (genCast): added code to handle casting to generic pointers, added
637             sign-/zero extension of the result
638           (aop_isLitLike,op_isLitLike): fixed handling of immediates
639         * src/pic/gen.h: added macros to access IRP bit in STATUS register
640         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
641           extend the result
642         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
643           address/register resides in the shared banks
644           (emitSymbolToFile): improved to handle global and `pinned' symbols,
645             put all variables into separate sections (have the linker arrange
646             them)
647           (picglue): put init code and interrupt handlers in separate sections
648         * src/pic/main.c: added port specific options table, modified to PORT
649           structure to make GPOINTERs 3 byte, added pic14_options
650           (_pic14_do_link): private linking routine (update paths to libraries,
651             add libsdcc.lib by default)
652         * src/pic/main.h: declare pic14_options
653         * src/pic/pcode.c: fixed instructions i/o relations,
654           (RegCond): reverted to correct version,
655           (newpCodeOpLit): truncate literals to 8 bit,
656           (genericPrint): added debug output,
657           (getRegFromInstruction): fixed for various operand types, simplified
658           (BuildFlow): fixed broken handling of isntructions with labels
659           (LinkFlow): start at last instruction in flow (skip trailing comments),
660             pass the flow on to the next instruction after CALL
661           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
662           (insertPCodeInstruction): fixed inserting after a skip instruction,
663           (DoBankSelect): fixed for labeled instructions
664           (OptimizepBlock): honor --nopeep switch
665           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
666         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
667         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
668           (pCodeOptime2pCodes): allow disabling this optimization via
669             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
670             but is still buggy), started implementation of a dataflow based
671             pCode optimization (CSE + dead code elimination)
672           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
673         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
674           names are independant of the stack location and therefore portable across
675           devices
676
677 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
678
679         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
680           (selectSpil): fixed bug 1337835 by not spilling bit variables
681         * support/regression/tests/bug1337835.c: added test for this bug
682         * src/mcs51/peeph.def: restart after rule 3.c,
683           addded rules 263.x to optimize loading constants
684
685 2005-10-26 Raphael Neider <rneider AT web.de>
686
687         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
688         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
689           (genAssign): emit warning when casting literals to generic pointer
690             type, also applies when taking the address of a fixed variable,
691           (genCast): improved casting to generic pointers
692         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
693           extern variables, added verbose error message
694         * device/include/pic16/{string.h,errno.h}: added #pragma library c
695
696 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
697
698         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
699         carry must be complemented too
700         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
701         could be emitted by genMinus
702         * src/SDCCval.c (constVal): fixed bug 1305065
703
704 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
705
706         * src/SDCCast.c (addCast): added promotion for bit variables
707         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
708         promotion casts + optimisation
709         (optimizeGetWord): fix warning 'i' might be used uninitialized
710         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
711         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
712
713 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
714
715         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
716         all chars are promoted to int; promotion should be handled in SDCCast.c
717
718 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
719
720         * device/lib/_strcmp.c: Fixed bug 1326457
721
722 2005-10-11 Raphael Neider <rneider AT web.de>
723
724         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
725         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
726
727 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
728
729         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
730         * support/regression/tests/sfr16.c: added test for the sfr32 bug
731
732 2005-10-04 Raphael Neider <rneider AT web.de>
733
734         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
735           device/lib/pic16/pics.all: added pic18f1320
736         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
737
738 2005-09-30 Raphael Neider <rneider AT web.de>
739
740         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
741         * src/pic16/devices.inc: NEW, provides device descriptions
742         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
743
744 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
745
746         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
747           GETHBIT
748
749 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
750
751         * doc/sdccman.lyx: updated Highest Order Bit documentation,
752           documented Any Order Bit, Higher Order Byte and Higher Order Word
753         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
754         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
755           (optimizeGetAbit): new, to get any bit, not only the high bit,
756           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
757           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
758           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
759           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
760             RIGHT_OP: also try GETBYTE, GETWORD optimization,
761             GETABIT, GETBYTE, GETWORD: decorate them,
762           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
763           (ast_print): added GETABIT, GETBYTE, GETWORD
764         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
765         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
766           (geniCodeBinary): new generic binary icode,
767           (ast2iCode): added GETABIT, GETBYTE, GETWORD
768         * src/port.h: updated comment for PORT.hasExtBitOp
769         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
770           (genGetByte): new, to get a single byte,
771           (genGetWord): new, to get a word from a long,
772           (gen51Code): added GETABIT, GETBYTE, GETWORD
773         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
774
775 2005-09-23 Raphael Neider <rneider AT web.de>
776
777         * configure.in, configure: have device/lib/pic configured
778         * device/lib/Makefile.in: added model-pic14
779         * device/lib/clean.mk: added pic/ to clean rule
780         * device/lib/pic: added rudimentary pic14 library providing support
781           functions for multiplication/division/generic pointer access
782         * src/SDCCopt.c (convilong): mark support functions as extern
783           for pic14 port as well
784         * src/pic/gen.c (genMult): added assertions,
785           (genpic14Code): emit warning on unhandled iCodes
786         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
787         * src/pic/pcode.c (pCodeOpCopy),
788         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
789           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
790           SFR_REGISTER}), made safe for future extensions
791         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
792           instructions even if preceeded by SKIP instructions (also remove
793           them); removed unused code
794         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
795           prevents leaving parts of the structure uninitialized after copying
796
797 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
798
799         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
800           ago by me
801         * support/regression/tests/addsub.c: added test for the bug
802
803 2005-09-21 Raphael Neider <rneider AT web.de>
804
805         * device/include/pic16/pic18f1220.h,
806           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
807         * device/lib/pic16/Makefile.rules: added missing opening paren
808         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
809           are provided in genutils.c,
810           (genUminusFloat,genUminus,genCmpEq): added asserts on different
811           operand/result sizes,
812           (genCmp): assert on NULL pointers first, then check deref'ed values
813         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
814           result size
815
816 2005-09-18 Raphael Neider <rneider AT web.de>
817
818         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
819           as these are now unused,
820           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
821         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
822           local, avoids uninitialized pointer dereference on r->name
823         * src/pic16/ralloc.c (newReg): fixed indentation
824
825 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
826
827         * src/SDCCval.c (constVal): fixed bug 730366
828         * support/Util/SDCCerr.c,
829         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
830
831 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
832
833         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
834
835 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
836
837         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
838
839 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
840
841         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
842           (hex2dec): made hex_digit unsigned char, removed ascii dependance
843         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
844           (hex2dec): made hex_digit unsigned char, removed ascii dependance
845         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
846         * packihx/packihx.c (hexDigit): made c unsigned char
847         * as/mcs51/lklibr.c (fndsym),
848         * link/z80/lkgb.c (gb),
849         * link/z80/lklibr.c (fndsym),
850         * link/z80/lkrloc.c (relr),
851         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
852         * src/SDCC.lex (checkCurrFile, process_pragma),
853         * src/SDCCglue.c (spacesToUnderscores),
854         * src/SDCCmain.c (setParseWithComma, processFile),
855         * src/asm.c (tvsprintf, printCLine),
856         * src/avr/gen.c (emitcode, aopPut),
857         * src/ds390/gen.c (emitcode),
858         * src/hc08/gen.c (emitcode, emitinline),
859         * src/mcs51/gen.c (emitcode, genInline),
860         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
861           tokenizeLineNode),
862         * src/pic/ralloc.c (debugLog),
863         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
864           tokenizeLineNode),
865         * src/pic16/ralloc.c (debugLog),
866         * src/z80/main.c (_process_pragma):
867            made all ctype.h function calls safe
868         * src/SDCCopt.c: include math.h for fabs
869         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
870           and used them throughout the code to make ctype.h function calls safe
871         * src/ds390/main.c (asmLineNodeFromLineNode),
872         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
873         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
874            unsigned char*
875         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
876           (newpCodeAsmDir): made ctype.h function calls safe
877         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
878           pic16_emitcode):  made lbp unsigned char*
879         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
880           (pic16_newpCodeAsmDir): made ctype.h function calls safe
881         * src/xa51/gen.c (emitcode),
882         * src/z80/gen.c (_emit2): made lbp unsigned char*
883         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
884            char*
885
886 2005-09-05 Raphael Neider <rneider AT web.de>
887
888         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
889           access bank splitpoint
890
891 2005-09-05 Raphael Neider <rneider AT web.de>
892
893         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
894
895 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
896
897         * .version: changed to version 2.5.3
898         * doc/sdccman.lyx: changed version to 2.5.3,
899           documented --codeseg and --constseg and pragma codeseg and constseg,
900           documented bit parameters (reentrant) and bit returning
901         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
902            currFunc->recvSize, but is this ok for all ports?
903           (ast2iCode): result of ~ on unsigned char must be cast to int for
904            bool to work
905         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
906           function pointers in bit space
907         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
908           (processFuncArgs): call port.reg_parm() with reentrancy info
909         * src/port.h,
910         * src/avr/main.c,
911         * src/ds390/main.c,
912         * src/hc08/main.c,
913         * src/pic/main.c,
914         * src/pic16/main.c,
915         * src/xa51/main.c,
916         * src/z80/main.c: port.reg_parm prototype extended with
917           "bool reentrant" parameter
918         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
919           options.stackAuto for allocating bit register parameters
920         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
921           (genSend): set BitBankUsed if it is,
922           (selectRegBank): factored out of genCall for use in genPcall,
923           (genCall): removed redundant dtype assignmen, use selectRegBank,
924           (genPcall): handle returning in Carry properly, save in F0 if needed,
925           (genReceive): handle bit register parameters
926         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
927           (mcs51_assignRegisters): enable bit registers for all reentrant
928            functions and don't set BitBankUsed unconditionally
929         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
930         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
931         * support/regression/tests/funptrs.c: added tests for BOOL and for return
932
933 2005-08-27 Borut Razem <borut.razem AT siol.net>
934
935         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
936         ppc-osx (Darwin) does not support -u option. It seems that it is
937         supported only on Linux - GNU cp
938
939 2005-08-25 Borut Razem <borut.razem AT siol.net>
940
941         * sim/ucsim/gui.src/serio.src/Makefile.in,
942           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
943           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
944           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
945           install and strip, since the strip at /usr/ccs/bin should be used
946           on solaris
947
948 2005-08-24 Borut Razem <borut.razem AT siol.net>
949
950         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
951
952 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
953
954         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
955         ffffffffu
956
957 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
958
959         * as/mcs51/aslink.h: completed lkrloc.c prototypes
960         * as/mcs51/lkmain.c (link_main): fixed warning
961         * device/include/stdbool.h: ds390 has no advanced bit support yet
962         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
963         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
964         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
965           and updated their macros
966         * src/SDCCval.c (constVal): updated comment for renamed b_long
967
968 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
969
970         * as/mcs51/asdata.c: changed ctype['['] to BINOP
971         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
972           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
973           (oprio): set priority for '['
974         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
975            and adb_24_bit
976         * as/mcs51/asm.h: added defines R_BIT and S_BIT
977         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
978         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
979         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
980           added overlayable BIT_BANK area
981         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
982           (summary2): explain 'T' in legenda
983         * as/mcs51/lkrloc.c: replaced old K&R style,
984           (relr): added R_BIT processing,
985           (errmsg): added "Bit-addressable relocation error",
986           (adb_bit): added for converting from byte- to bit-addressable space,
987           (adb_24_bit): added for converting from byte- to bit-addressable space
988         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
989            used in reentrant functions now even as return value
990         * device/lib/_gptrput.c (_gptrput): removed obsolete code
991         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
992           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
993         * src/SDCCglobl.h: added indicator BitBankUsed
994         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
995            the bit registers b0-b7
996         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
997           (geniCodeCast): fixed bug 1263853,
998           (geniCodeLogicAndOr): put result in bool or char,
999           (geniCodeReceive): added parameter func for accessing the return type,
1000           (geniCodeFunctionBody): pass func to geniCodeReceive
1001         * src/SDCCmain.c: added indicator BitBankUsed
1002         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1003         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1004           (checkSClass): don't put automatic bool/bit on stack,
1005           (checkFunction): removed check on function cannot return bit
1006         * src/SDCCsymt.h: added newBoolLink prototype
1007         * src/mcs51/gen.c (rb1regs): added bit registers,
1008           (movc): created for assigning to carry,
1009           (pushReg, popReg): created for pushing registers,
1010           (sameRegs): check both AOP_REG and AOP_CRY types,
1011           (aopOp): handle bit registers,
1012           (aopPut): optimization no self-assign,
1013           (saveRegisters): push reg->base (bits) only once for bit registers,
1014            and use pushReg,
1015           (unsaveRegisters): pop reg->base only once and use popReg,
1016           (assignResultValue): added parameter func and return in carry for bits,
1017           (genIpush): optimization no reload in A if not changed,
1018           (genSend): bit parameters in reentrant functions are passed in bit
1019            registers by first assigning to bits in B, then save registers and
1020            copy B to bits,
1021           (genCall): handle returning in Carry properly, save it in F0 if needed,
1022           (genPcall): updated assignResultValue call, this is not safe yet for bit
1023            returning function !!!
1024           (genFunction): don't generate equ's for bit registers and use pushReg,
1025           (genEndFunction): take care of bit returning functions and use popReg,
1026           (genRet): return bit in Carry,
1027           (genIfx): optimize bit registers and other directly addressable bits,
1028           (genReceive): updated assignResultValue call
1029         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1030           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1031            registers when using stack-auto
1032         * src/mcs51/ralloc.c (_G): added allBitregs,
1033           (regs8051): added the bit registers,
1034           (createStackSpil): use macro IS_BIT,
1035           (getRegBit): added to allocate a bit register, else spill,
1036           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1037           (updateRegUsage): factored out to ease stepping while debugging,
1038           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1039            also allocate bit registers,
1040           (fillGaps): handle bit registers,
1041           (findAllBitregs): added to create bit vector with all bit registers,
1042           (mcs51_allBitregs): returns this bit vector,
1043           (mcs51_assignRegisters): when using stack-auto use bit registers for
1044            passing parameters and creating local variables
1045         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1046
1047 2005-08-22 Borut Razem <borut.razem AT siol.net>
1048
1049         * device/lib/Makefile.in: replaced find option -or with -o
1050           to make it run on solaris
1051
1052 2005-08-22 Raphael Neider <rneider AT web.de>
1053
1054         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1055           fixes #1265442 (crash on Solaris)
1056
1057 2005-08-20 Borut Razem <borut.razem AT siol.net>
1058
1059         * configure, configure.in: added tests for libsocket and libnsl libraries,
1060           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1061           from support/regression/Makefile.in
1062         * support/regression/Makefile.in: added
1063         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1064         * sim/ucsim/libtool: regenerated on sparc-solaris
1065         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1066           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1067           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1068           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1069           sparc-solaris, which doesn't use GNU ld linker
1070         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1071         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1072
1073 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1074
1075         * src/mcs51/peeph.def: updated comments
1076
1077 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1078
1079         * device/lib/_gptrget.c,
1080         * device/lib/_gptrput.c: slightly shorter
1081         * doc/sdccman.lyx: incremented version
1082         * src/mcs51/peeph.def: moved peephole comments to the line of first
1083           change to better keep line correlation, reanimated 186.e
1084         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1085
1086 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1087
1088         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1089           David Saxton with quotes around file name.
1090
1091 2005-08-15 Borut Razem <borut.razem AT siol.net>
1092
1093         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1094           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1095           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1096           make tests run on x86_64 platform
1097
1098 2005-08-13 Raphael Neider <rneider AT web.de>
1099
1100         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1101           as it might be executed DURING a build (parallel make is wonderful)
1102
1103 2005-08-13 Raphael Neider <rneider AT web.de>
1104
1105         * device/lib/Makefile.in (port-specific-objects-pic16):
1106           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1107         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1108           dependency
1109         * device/lib/pic16/Makefile.rules: build subdirs before creating
1110           the library, removed builddir rule, create $(builddir) early in
1111           recurse rule, use empty recurse rule for leaf directories
1112         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1113           mkdir errors (race condition), removed duplicate suffix "hex"
1114           from clean rules
1115         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1116         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1117           prevents mkdir -p from aborting on Alpha
1118
1119 2005-08-12 Raphael Neider <rneider AT web.de>
1120
1121         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1122           db-statements in order to allow for arrays of pointers in code
1123           sections to be placed without interspersed 0-padding, fixes
1124           bug #1256215
1125         * (emitStatistics): fixed division by zero for pic18f1220
1126         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1127           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1128         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1129         * (pic16_pCodeConstString): keep track of already emitted string
1130           literals to prevent "duplicate definitions of symbol _str_NR"
1131         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1132           debug message
1133         * device/lib/Makefile.in: ignore failing PIC16 library builds
1134         * device/lib/pic16/Makefile: do not build if gputils are missing
1135         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1136
1137 2005-08-10 Raphael Neider <rneider AT web.de>
1138
1139         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1140           my last commit)
1141
1142 2005-08-10 Raphael Neider <rneider AT web.de>
1143
1144         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1145           Rokas' patch to add the new fixed point type "__fixed16x16"
1146         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1147           functions for __fixed16x16 arithmetics
1148         * device/lib/pic16: reimplemented the build system to support
1149           a separate build directory, better handling of libio (create
1150           the library in a separate subdir for each architecture) and
1151           easier configuration (centralized in Makefile.common)
1152
1153 2005-08-07 Raphael Neider <rneider AT web.de>
1154
1155         * src/pic16/gen.c (genrshTwo): fixed sign extension
1156         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1157         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1158           added T0CONbits
1159         * device/include/pic16/pic18f4220.h: NEW, header for
1160           pic18f4220 and pic18f4320
1161         * device/include/pic16/pic18fregs.h: added new devices,
1162           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1163         * device/include/pic16/signal.h: resolved name clashes
1164           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1165           to also allow testing for interrupt enable bits, added
1166           comments on how to use the macros
1167         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1168         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1169           register definitions for the devices
1170         * device/lib/pic16/pics.all: added new devices
1171         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1172           allocated memory
1173         * device/lib/pic16/libc/stdlib/memfree: do not count
1174           the block header as free memory
1175         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1176           simplified and added missing end-of-blocklist-marker
1177           (reported by Peter Onion, fixes #1252814)
1178         * (_mergeHeapBlock): fixed loop condition
1179         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1180           len==0, restructured code
1181         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1182           up a bit, reduced bitfield accesses, prevent endless loops
1183           in case of heap corruption
1184         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1185           "unreferenced arguments/must return a value" warnings
1186         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1187           replaced BAUDREG with SPBRG
1188         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1189           device/lib/pic16/debug/gstack/gstack.c: replaced
1190           _naked, _asm, _endasm with __naked, __asm, __endasm
1191
1192 2005-08-05 Raphael Neider <rneider AT web.de>
1193
1194         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1195           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1196
1197 2005-08-05 Borut Razem <borut.razem AT siol.net>
1198
1199         * device/lib/Makefile.in: added missing ';'
1200         * configure: removed ^M characters
1201
1202 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1203
1204         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1205           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1206           License
1207
1208 2005-08-04 Borut Razem <borut.razem AT siol.net>
1209
1210         * configure.in: pic16 libraries build 2nd try - enable running
1211           configure in device/lib/pic16
1212         * configure: regenerated from configure.in
1213         * device/lib/Makefile.in: create $(PORT)/bin directory
1214
1215 2005-08-03 Raphael Neider <rneider AT web.de>
1216
1217         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1218           to get/set values via pointers
1219         * (genUnpackBits,genPackBits): changed detection of
1220           ptr->bitfield vs. sym.bitfield, fixed access via generic
1221           pointers, removed dead (wrong) code for multibyte bitfields
1222         * (genNearPointerGet, genGenPointerGet): removed useless code,
1223           fixed bitfield detection, fixes #1250594
1224         * (genNearPointerSet): removed useless code
1225         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1226           and introduced macro pic16_emitpcode that conditionally emits
1227           the origin of the following pCode (useful for debugging SDCC)
1228         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1229         * (createDefmap): fixed handling of LFSR for --optimize-df
1230
1231 2005-08-02 Borut Razem <borut.razem AT siol.net>
1232
1233         * device/lib/Makefile.in: pic16 libraries build enabled since
1234           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1235
1236 2005-08-02 Raphael Neider <rneider AT web.de>
1237
1238         * src/pic16/gen.c (genPackBits): removed deprecated warning
1239         * (genGenPointerSet): fixed bitfield detection
1240
1241 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1242
1243         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1244
1245 2005-07-31 Raphael Neider <rneider AT web.de>
1246
1247         * device/lib/pic16/libdev/pic18f458.c,
1248           device/include/pic16/pic18f458.h: added missing T0CONbits
1249
1250 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1251
1252         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1253
1254 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1255
1256         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1257
1258 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1259
1260         * device/include/mcs51/at89c51ed2.h: added.
1261
1262 2005-07-23 Raphael Neider <rneider AT web.de>
1263
1264         * src/pic/gen.h: added emitpcode macro for debugging
1265         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1266           and replace by macro adding debug information on demand
1267         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1268         * (gencjne): tried to fix; replaced with correct (slower) code
1269         * (gen{Unp,P}ackBits): fixed single bit access
1270         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1271         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1272           previous instruction
1273         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1274           register has to be handled with care (forbidding movement
1275           of assignments/uses, removing assignments completely, ...)
1276         * (pCodeOptime2pCodes): make use of regIsSpecial
1277         * added lots of debugging output (commented out)
1278         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1279           from being reused as result UNLESS it is known to work
1280
1281 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1282
1283         * support/Util/dbuf.h: include <stddef.h> for size_t
1284         * .version: changed to version 2.5.2
1285
1286 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1287
1288         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1289
1290 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1291
1292         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1293           (genModOneByte): removed needless psha/pula
1294
1295 2005-07-22 Raphael Neider <rneider AT web.de>
1296
1297         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1298           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1299         * src/pic/gen.c (resolveIfx): do not "invent" labels
1300         * (genSkipc): changed to positive logic
1301         * (genSkipCond): removed as no longer needed
1302         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1303           backport from PIC16
1304         * (genLeftShift): check operands are in different registers
1305         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1306           INCF does not update CARRY...
1307         * src/pic/main.c: fixed _linkCmd
1308         * src/pic/pcode.c (unlinkpCode): added inactive code
1309         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1310           alive (do not assign result and operand overlapping registers)
1311
1312 2005-07-22 Raphael Neider <rneider AT web.de>
1313
1314         * src/pic/device.c (dump_sfr): replaced register declaration with
1315           call to emitSymbolToFile() to avoid duplicate symbols
1316         * (assignRelocatableRegisters): do not declare external symbols
1317         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1318           right (take size of type, not etype)
1319         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1320         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1321         * (packRegsForAccUse): disabled assignment of WREG as
1322           the result reg to prevent occurence of just fixed #1235003,
1323           fixes #1242954
1324         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1325           symbols (avoids duplicate symbols in .asm file)
1326         * (pic14emitRegularMap): use emitSymbolToFile()
1327         * src/pic/gen.c (aopOp): fixed spillLocation handling
1328         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1329         * (genDataPointerSet): removed unneccessary variables/output
1330
1331 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1332
1333         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1334         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1335
1336 2005-07-21 Raphael Neider <rneider AT web.de>
1337
1338         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1339           architecture cannot handle them efficiently, fixes bug #1235003
1340         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1341           check for empty sets before using them (fixes bug #1232190)
1342
1343 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1344
1345         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1346           (lnksect2): generate warnings for memory overlap
1347         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1348           constseg to set the name of these segments so you can instruct the linker
1349           to place them in banks
1350         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1351         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1352           added code_seg and const_seg to options
1353         * src/SDCCglue.c (emitMaps): use options.const_seg,
1354           (createInterruptVect): put interrupt vectors in segment HOME,
1355           (glue): put HOME before static segment and put the main glue in HOME,
1356           (glue): use options.code_seg
1357         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1358         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1359           these segments so you can instruct the linker to place them in banks
1360           (linkEdit): use code_loc for HOME segment which should be the first
1361           segment in code memory now
1362         * src/SDCCmem.c: fixed more stuff like bug 1238386
1363         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1364           (changePointer): don't change function pointers to code pointers for
1365           banked functions,
1366           (compareType): added exceptional check for banked function pointers
1367         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1368         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1369           after static in code memory
1370         * src/mcs51/gen.c: added aopLiteralLong prototype,
1371           (aopForSym): use getSize for functions,
1372           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1373           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1374           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1375           the segment,
1376           (genPcall): use call for literal function pointers and generate banked
1377           calls over the one trampoline so there's only one place for the user to
1378           modify according to his/hers hardware,
1379           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1380           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1381         * src/mcs51/main.c: added keyword banked,
1382           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1383         * support/Util/SDCCerr.c,
1384         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1385           needed for passing the bank and address to the trampoline
1386         * device/lib/mcs51/crtbank.asm: added for bankswitching
1387         * device/lib/mcs51/Makefile: added crtbank
1388
1389 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1390
1391         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1392           for fields at offset 0 of a struct or union as reported
1393           on 2005-07-07 in the developer mailing list.
1394
1395 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1396
1397         * src/SDCCmem.c: fixed bug 1238386
1398
1399 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1400
1401         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1402           (patch #1144962), added peephole 300, enabled 259.x
1403         * doc/sdccman.lyx: removed screenshot and provided link instead
1404
1405 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1406
1407         * doc/sdccman.lyx: added section about debugging with ddd
1408         * doc/figures/ddd_example.eps: screenshot of debugging session
1409
1410 2005-07-04 Raphael Neider <rneider AT web.de>
1411
1412         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1413           like CODE pointers, fixes #1115683
1414         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1415           call, fixes bugs #1232211, #1228110,
1416           fixed wrong casts to pCodeFlow from pCodeInstructions
1417
1418 2005-07-04 Raphael Neider <rneider AT web.de>
1419
1420         * src/pic/gen.c (popGet): changed assert to allow for
1421           bit operands
1422         * (popGetAddr): changed signature to provide
1423           an additional index, patched all call sites
1424         * (genCmpEq): handle literal-like operands correctly
1425         * (genAddrOf): added sanity checks on __code/__data pointers
1426         * (genAssign): added handling of symbols from __code section
1427         * (gencjne): do not generate code for comparisons whose result
1428           is neither stored nor used, fixes bug #1171114
1429         * (AccLsh, AccRsh): operate on operand instead of WREG
1430         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1431           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1432           by known count
1433         * rewrote complete shift-by-literal logic, commented unused
1434           functions out
1435         * (genConstPointerGet): get multiple bytes (if result size > 1),
1436           fixed handling of non-immediate addresses
1437         * (genPointerGet): handle CODE pointers like CONST pointers
1438         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1439         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1440           operand is to be treated as a literal or not
1441         * (mov2w,genPcall,genCmpEq),
1442           src/pic/genarith.c: use aop_isLitLike() to decide between
1443           literal/register contents
1444         * (addSign): added missing offset
1445         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1446           only emit comment in debug-mode,
1447           use {aop,op}_isLitLike throughout the file
1448         * src/pic/glue.c: fix initializers for pointers (work in progress)
1449         * src/pic/pcode.c (get_op): honor index on _const symbols
1450         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1451         * (dumppBlock): added pCode size estimation
1452         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1453           check for IS_SYMOP before OP_SYMBOL'ing
1454         * fixed indentation, compacted switch-statements
1455         * (allocReg): find free register and allocate it instead of
1456           allocating new registers all the time
1457         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1458           registers as its operands (necessary only for multibyte GETs)
1459
1460 2005-07-01 Raphael Neider <rneider AT web.de>
1461
1462         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1463           debugging .asm-output macros FENTRY + FEXIT
1464         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1465           way... I wonder...
1466         * (emitpComment): NEW, printf to pCode
1467         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1468           offset handling
1469         * (popGetAddr): NEW, variant of popGet to access an immediates
1470           high(er) bytes instead of the n'th byte of memory they reference,
1471           replaced popGet with popGetAddr where neccessary
1472         * (genDataPointerGet): reactivated and fixed implementation
1473         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1474           accesses
1475         * (genDataPointerSet): fixed multibyte assignments
1476         * (genpic14Code): fixed --i-code-in-asm handling
1477         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1478         * (genPlus): fixed index-out-of-bounds error
1479         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1480         * src/pic/ralloc.c: added debugging output macro FENTRY2
1481         * (spillThis): fixed indentation, enbraced for-body for clarity
1482         * (rematStr): commented out as now unused
1483         * (regTypeNum): commented out special spill case (overwrites
1484           arbitrary values)
1485         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1486
1487 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1488
1489         * doc/sdccman.lyx: documented sfr16/sfr32,
1490           added example for using storage class with function pointers
1491         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1492
1493 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1494
1495         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1496         * device/lib/_itoa.c,
1497         * device/lib/_ltoa.c: optimized codesize
1498         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1499           but don't know how to suppress the double warning.
1500         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1501         * support/Util/SDCCerr.c,
1502         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1503
1504 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1505
1506         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1507           fixed old K&R prototypes
1508         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1509         * device/lib/_gptrget.c,
1510         * device/lib/_gptrgetc.c,
1511         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1512           also new versions for small generic pointers and banked generic pointers
1513         * src/port.h: added const_name
1514         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1515         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1516         * src/SDCCcse.c (findPrevIc): check all associative operators
1517         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1518         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1519         * src/SDCCmem.c: updated comments,
1520           set far-space to 0 for pdata, results in optimized code
1521         * src/SDCCmem.h: added macro CONST_NAME
1522         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1523           moving the info into the highest bits, see also gptrget/gptrput
1524         * src/src.dsp: added sdcc.ico to project files
1525         * src/avr/gen.c (genCast): fixed bug 0x%d
1526         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1527         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1528           relation between ptr_type and DCL_TYPE,
1529           (genCast): fixed bug 0x%d
1530         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1531           (CODE)" for const_name
1532         * src/hc08/gen.c (genCast): fixed bug 0x%d
1533         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1534           (hc08_port): added "CONST (CODE)" for const_name
1535         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1536           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1537           between ptr_type and DCL_TYPE,
1538           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1539           operand* and took AOP() inside function so sfr-ness can be checked,
1540           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1541           new prototype,
1542           (genFunction, genEndFunction): optimized stack setup,
1543           (genMinus): optimized for literals with ending zeroes (in bytes),
1544           (genCast): fixed bug 0x%d
1545         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1546           (mcs51_port): added "CONST (CODE)" for const_name
1547         * src/mcs51/peeph.def: made rule 226 more generic
1548         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1549         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1550         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1551         * src/z80/main.c (z80_port): added NULL for const_name,
1552           (gbz80_port): added NULL for const_name
1553         * support/regression/tests/bug663539.c,
1554         * support/regression/tests/sfr16.c: new tests
1555
1556 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1557
1558         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1559
1560 2005-06-24 Raphael Neider <rneider AT web.de>
1561
1562         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1563           corrected typos...
1564         * device/include/pic16/signal.h: added USBIF
1565           and SIG_USB
1566
1567 2005-06-24 Raphael Neider <rneider AT web.de>
1568
1569         * device/lib/pic16/libdev/pic18f2455.c,
1570           device/include/pic16/pic18f2455.h: NEW
1571         * device/include/pic16/pic18fregs.h,
1572           device/lib/pic16/pics.all,
1573           src/pic16/device.c: added 18f2455
1574         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1575           device/include/pic16/{pic18f[68][567].h,usart.h}:
1576           replaced MULTIPLE_USARTS define with more relaible
1577           compatibility sfrs (for USART access)
1578
1579 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1580
1581         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1582           and the output asm file line is printed on two lines.
1583
1584 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1585
1586         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1587           BGT, BLE, BHI, and BLS instructions
1588         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1589           genCmpEq): removed
1590         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1591           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1592           fixes bug #1216342
1593         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1594
1595 2005-06-15 Raphael Neider <rneider AT web.de>
1596
1597         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1598         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1599         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1600           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1601           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1602
1603 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1604
1605         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1606           Marcel Telka in bug #1215704
1607
1608 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1609
1610         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1611           located in shared memory bank.
1612
1613 2005-05-31 Raphael Neider <rneider AT web.de>
1614
1615         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1616           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1617           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1618
1619 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1620
1621         * device/lib/_strncpy.c: fixed the fix
1622
1623 2005-05-26 Raphael Neider <rneider AT web.de>
1624
1625         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1626           initializers with \0, bug #1208187
1627         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1628           intializers with \0, bug #1208187
1629
1630 2005-05-26 Raphael Neider <rneider AT web.de>
1631
1632         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1633           initializers with \0, bug #1208187
1634         * src/pic16/main.c (_process_pragma): added sanity checks
1635           for stack position and size, emit warnings when appropriate
1636
1637 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1638
1639         * device/lib/_strncpy.c: fixed not filling with \0
1640
1641 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1642
1643         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1644           createFunction),
1645         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1646           compound_statement),
1647         * src/SDCCsymt.h,
1648         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1649
1650 2005-05-24 Raphael Neider <rneider AT web.de>
1651
1652         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1653
1654 2005-05-24 Raphael Neider <rneider AT web.de>
1655
1656         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1657           TRISE definitions, closes bug #1162453
1658
1659 2005-05-22 Raphael Neider <rneider AT web.de>
1660
1661         * src/pic16/main.c (_process_pragma): check for missing
1662           arguments to pragmas code and udata
1663         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1664           consistency fixes to match other headers (thanks to Jim Paris)
1665         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1666
1667 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1668
1669         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1670
1671 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1672
1673         * support/regression/tests/bug1198642.c: new test
1674         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1675         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1676         * support/scripts/resource.h,
1677         * support/scripts/resource.rc,
1678         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1679         * support/scripts/sdcc.ico: added 32x32 icon
1680
1681 2005-05-18 Raphael Neider <rneider AT web.de>
1682
1683         * device/lib/pic16/libdev/pic18f*.c,
1684         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1685           keywords to "__sfr" and "__at (X)"
1686         * device/include/pic16/pic18fregs.h: added pic18f4520
1687         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1688           #1203088 (MPLAB compatibility)
1689
1690 2005-05-17 Raphael Neider <rneider AT web.de>
1691
1692         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1693         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1694         * device/lib/pic16/pics.all: added new devices
1695         * src/pic16/device.c: added support for pic18f4520
1696
1697 2005-05-16 Raphael Neider <rneider AT web.de>
1698         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1699         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1700         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1701           convenience function for bit access
1702
1703 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1704
1705         * device/lib/printf_large.c: fixed bug 1193299
1706         * support/regression/tests/bug1057979.c: added test %3.3s
1707
1708 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1709
1710         * device/include/mcs51/8051.h,
1711         * device/include/mcs51/8052.h: made parseable with lint
1712         * device/include/mcs51/lint.h: added include file for (sp)lint
1713         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1714         * doc/cdbfileformat.lyx,
1715         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1716
1717 2005-05-14 Raphael Neider <rneider AT web.de>
1718
1719         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1720         * device/lib/pic16/libc/stdlib/itoa.c (new)
1721         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1722         * device/lib/pic16/libio/Makefile: exclude subdir according to
1723           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1724         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1725         * src/pic16/gen.c (genFunction): prevent annoying warning
1726         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1727           nameclashes on BeOS
1728         * support/cpp2/cppmain.c (cpp_output_string): new
1729         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1730           fixes bug 1116802
1731
1732 2005-05-13 Borut Razem <borut.razem AT siol.net>
1733
1734         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1735
1736 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1737
1738         * .version: changed to version 2.5.1; back to bleeding edge development
1739
1740 2005-05-11 Borut Razem <borut.razem AT siol.net>
1741
1742         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1743           generate PDF version 1.3 documents
1744
1745 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1746
1747         * .version: changed to version 2.5.0
1748
1749 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1750
1751         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1752
1753 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1754
1755         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1756         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1757         well as many smaller updates.
1758         * .version: changed to version 2.5.0-pre1
1759
1760 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1761
1762         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1763
1764 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1765
1766         * support/regression/tests/bug1185672.c: added
1767         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1768           bug 1185672
1769         * src/mcs51/gen.c (genCall): added comments, made it look safer
1770         * src/mcs51/gen.c (genEndFunction): simplified
1771
1772 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1773
1774         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1775
1776 2005-04-14 Borut Razem <borut.razem AT siol.net>
1777
1778         * fixed bug 1045046 - SIGSEGV with really simple code?:
1779           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1780           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1781
1782 2005-04-14 Borut Razem <borut.razem AT siol.net>
1783
1784         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1785           src/pic16/device.h: temporarily disabled experimental #inline pragma
1786           for 2.5.0 release
1787
1788 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1789
1790         * device/include/z80/stdio.h,
1791         * device/include/z80/string.h: removed these highly incomplete files so
1792           SDCC can use the default ones in device/include/
1793
1794 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1795
1796         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1797         gcc warning.
1798         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1799         fix sdcpp warnings.
1800
1801 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1802
1803         * device/include/malloc.h: removed redundant __reentrant prototypes
1804         * device/lib/_mullong.c: added working xstack variant in asm (C version
1805           doesn't pass regression tests)
1806         * device/lib/bpx.c: used __data and made bpx char for mcs51
1807         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1808           (createFunction): fixed bug with xstackPtr
1809         * src/SDCCcse.c: corrected comments
1810         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1811           (killDeadCode, eBBlockFromiCode): removed unused code
1812         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1813           corrected comments
1814         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1815           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1816           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1817           (genModOneByte): fixed warning in MSVC
1818         * src/mcs51/main.c (): added comments
1819         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1820
1821 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1822
1823         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1824
1825 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1826
1827         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1828
1829 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1830
1831         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1832         characters arrays of larger size than the declared one.
1833
1834 2005-04-10 Borut Razem <borut.razem AT siol.net>
1835
1836         * src/pic/gen.c (genInline),
1837           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1838           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1839           (findNextInstruction), (findPrevInstruction),
1840           (findInstructionUsingLabel),
1841           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1842         * src/pic/pcode.c (findLabel): added missing '\n'
1843         * src/src.dsp: added SDCCdwarf2.c to the project
1844
1845 2005-04-09 Borut Razem <borut.razem AT siol.net>
1846
1847         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1848
1849 2005-04-08 Raphael Neider <rneider AT web.de>
1850
1851         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1852           into the chain after a given one) and mergeDefmapSymbols (combine
1853           defmap entries for each symbol per pcode)
1854         * (createDefmap): have defmap entries merged in the end
1855         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1856           a symbol before replacing one access type's symbol, merge symbols in
1857           the end (replacement symbol might already have an entry)
1858         * (assignValnums): keep reference to written WREG intact
1859
1860 2005-04-08 Raphael Neider <rneider AT web.de>
1861
1862         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1863           Alpha)
1864
1865 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1866
1867         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1868         bytes
1869
1870 2005-04-07 Raphael Neider <rneider AT web.de>
1871
1872         * device/include/pic16/usart.h: added compatibility defines for
1873           devices with more than one USART
1874         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1875
1876 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1877
1878         * device/lib/Makefile.in: updated for port specific include
1879
1880 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1881
1882         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1883
1884 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1885
1886         * device/include/8051.h,
1887         * device/include/8052.h,
1888         * device/include/at89S8252.h,
1889         * device/include/at89c55.h,
1890         * device/include/at89x051.h,
1891         * device/include/at89x51.h,
1892         * device/include/at89x52.h,
1893         * device/include/mcs51reg.h,
1894         * device/include/reg51.h,
1895         * device/include/reg764.h,
1896         * device/include/regc515c.h,
1897         * device/include/sab80515.h: (re)moved these 12 files
1898         * device/include/mcs51/8051.h,
1899         * device/include/mcs51/8052.h,
1900         * device/include/mcs51/at89S8252.h,
1901         * device/include/mcs51/at89c55.h,
1902         * device/include/mcs51/at89x051.h,
1903         * device/include/mcs51/at89x51.h,
1904         * device/include/mcs51/at89x52.h,
1905         * device/include/mcs51/mcs51reg.h,
1906         * device/include/mcs51/reg51.h,
1907         * device/include/mcs51/reg764.h,
1908         * device/include/mcs51/regc515c.h,
1909         * device/include/mcs51/sab80515.h: and added them here
1910
1911 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1912
1913         * device/include/stdarg.h: changed SDCC specific keywords to double
1914           underlined form.
1915         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1916           mcs51 and ds390.
1917         * device/include/hc08/mc68hc908gp32.h,
1918         * device/include/hc08/mc68hc908jb8.h,
1919         * device/include/hc08/mc68hc908jkjl.h,
1920         * device/include/hc08/mc68hc908qy.h: fixed comments
1921         * device/include/mcs51/README: updated
1922         * device/include/mcs51/c8051f120.h: added PINRSF
1923         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1924         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1925           amidst code. Also inline is not supported.
1926
1927 2005-04-06 Raphael Neider <rneider AT web.de>
1928
1929         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1930         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1931           callers stack/frame pointers
1932
1933 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1934
1935         * device/include/pic16/usart.h: added, missing in previous commit,
1936         * device/include/pic16/adc.h: fixed typo,
1937         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1938         commit,
1939         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1940         <p18fxxx.inc>
1941         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1942         uninitialized because a bug appears with gplink
1943         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1944         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1945         complains for unrecognised option
1946
1947 2005-04-05 Raphael Neider <rneider AT web.de>
1948
1949         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1950           structs as well (using memcpy)
1951         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1952           on ISRs (GOTO has no label)
1953         * src/pic16/device.h: added OF_OPTIMIZE_DF
1954         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1955           new data flow analysis/optimization
1956         * src/pic16/pcode.c: added (prototypes for and implementation of)
1957           dataflow analysis functions, fixed pCodeInstructions' inCond and
1958           outCond values, made RCALL a branch instruction
1959         * (pic16_unlinkpCode): keep C line if possible
1960         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1961           C line moved if possible
1962         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1963         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1964           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1965         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1966           new flow)
1967         * (pic16_getJumptabpCode): NEW, needed in...
1968         * (LinkFlow): fixed handling of jumptables, calls and conditional
1969           branches
1970         * (pic16_InsertCommentAfter): NEW
1971         * (pic16_pCodeReplace): made verbose and flow preserving
1972         * (AnalyzeFlow): added call to data flow analysis
1973         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1974         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1975         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1976
1977 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1978
1979         * src/SDCCast.c (decorateType): fixed bug #1105626
1980
1981 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1982
1983         * device/include/asm/pic16/features.h,
1984         * pic18f*.h headers,
1985         * device/include/pic16/adc.h,
1986         * device/include/pic16/delay.h,
1987         * device/include/pic16/i2c.h,
1988         * device/include/pic16/malloc.h,
1989         * device/include/pic16/stdio.h,
1990         * device/include/pic16/stdlib.h,
1991         * device/include/pic16/string.h,
1992         * device/lib/pic16/libc/stdio/printf_tiny.c,
1993         * device/lib/pic16/libc/stdio/printf_small.c,
1994         * device/lib/pic16/libc/stdio/strmgpsim.c,
1995         * device/lib/pic16/libc/stdio/strmmssp.c,
1996         * device/lib/pic16/libc/stdio/strmusart.c,
1997         * device/lib/pic16/libc/stdio/vfprintf.c,
1998         * device/lib/pic16/libc/stdlib/ltoa.c,
1999         * device/lib/pic16/libc/stdlib/putchar.c,
2000         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2001         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2002         * device/lib/pic16/libc/stdlib/memchrram.c,
2003         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2004         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2005         * device/lib/pic16/libio/adc/adcbusy.c,
2006         * device/lib/pic16/libio/adc/adcread.c,
2007         * device/lib/pic16/libio/adc/adcsetch.c,
2008         * device/lib/pic16/libio/usart/ubaud.c,
2009         * device/lib/pic16/libio/usart/ubusy.c,
2010         * device/lib/pic16/libio/usart/udrdy.c,
2011         * device/lib/pic16/libio/usart/uopen.c,
2012         * device/lib/pic16/libio/usart/uputc.c,
2013         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2014         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2015         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2016         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2017         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2018         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2019         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2020         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2021         specific keywords to double underlined form,
2022         * device/lib/pic16/libc/Makefile.rules,
2023         * device/lib/pic16/libsdcc/Makefile.rules,
2024         * device/lib/pic16/libm/Makefile,
2025         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2026         to compile with C standard set in Makefile.common
2027         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2028         rand.c and crc.c in compilation process,
2029         * device/lib/pic16/libsdcc/int/divuint.c,
2030         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2031         `c' from signed to unsigned,
2032         * device/lib/pic16/startup/crt0.c,
2033         * device/lib/pic16/startup/crt0i.c,
2034         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2035         keywords to double underlined form, bug fixes in _do_cinit function
2036         which prevented the correct initialization of the .idata segment,
2037         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2038         core to enter a infinite loop
2039         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2040
2041 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2042
2043         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2044
2045 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2046
2047         * device/include/Makefile.in: add support for hc08 subdirectory
2048         * device/include/hc08/: new subdirectory
2049         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2050         Lucas Loizaga, thanks!
2051         * device/include/hc08/mc68hc908qy.h,
2052         * device/include/hc08/mc68hc908gp32.h,
2053         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2054         their own directory. Changed internal macro names to use the compiler
2055         reserved namespace. Changed SDCC specific keywords to double
2056         underlined form.
2057         * device/include/math.h,
2058         * device/include/malloc.h,
2059         * device/include/stdarg.h,
2060         * device/include/stdbool.h
2061         * device/include/string.h,
2062         * device/include/tinibios.h,
2063         * device/include/ds400rom.h,
2064         * device/include/8051.h,
2065         * device/include/8052.h,
2066         * device/include/80c51xa.h,
2067         * device/include/at89c55.h,
2068         * device/include/at89S8252.h,
2069         * device/include/at89x51.h,
2070         * device/include/at89x52.h,
2071         * device/include/ds80c390.h,
2072         * device/include/reg764.h,
2073         * device/include/regc515c.h,
2074         * device/include/sab80515.h,
2075         * device/include/mcs51/c8051f000.h,
2076         * device/include/mcs51/c8051f018.h,
2077         * device/include/mcs51/c8051f020.h,
2078         * device/include/mcs51/c8051f040.h,
2079         * device/include/mcs51/c8051f060.h,
2080         * device/include/mcs51/c8051f120.h,
2081         * device/include/mcs51/c8051f300.h,
2082         * device/include/mcs51/c8051f310.h,
2083         * device/include/mcs51/c8051f320.h,
2084         * device/include/mcs51/c8051f330.h,
2085         * device/include/mcs51/c8051f350.h,
2086         * device/include/z180.h: Changed SDCC specific keywords to double
2087         underlined form.
2088
2089 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2090
2091         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2092         18F4455,
2093         * (pic16_assignConfigWordValue): disable testing of configuration
2094         register value with config mask,
2095         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2096         function with port->fun_prefix,
2097         * (genFunction): when generating a naked interrupt function never
2098         create an absolute segment placed in interrupt vector address, place
2099         the actual interrupt function at IVA instead, when an interrupt
2100         function is generated with unspecified interrupt then do not create
2101         the absolute section,
2102         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2103         code for generating a call to generic pointer get/put function with
2104         a call to function pic16_callGenericPointer(),
2105         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2106         the call to the generic pointer get/put functions with prefixing the
2107         function name with port->fun_prefix,
2108         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2109         * src/pic16/main.c (_process_pragma): prefix function with
2110         port->fun_prefix,
2111         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2112         calling assembler, old 18Fxxxx macro is deprecated,
2113         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2114         PC_ASMDIR in while condition,
2115         * (findInstruction): add PC_ASMDIR in while condition,
2116         * (buildCallTree): prefix main with port->fun_prefix,
2117         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2118         identifier for variable with banked access in instructions BTFSS,
2119         BTFSC, BCF, BSF, BTG
2120         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2121         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2122         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2123         perform optimization when enviroment variable NO_REG_OPT is set,
2124         * (insideLRBlock): NEW, return 1 if register is inside an
2125         INF_LOCALREGS block,
2126         * (RemoveRegFromLRBlock): remove a register that is completely
2127         eliminated by register optimization, but it is still left in local
2128         register store/restore in/from stack block,
2129         * (Remove2pcodes): after removing register, check to see if it
2130         should be removed from local register store/restore in/from stack
2131         block,
2132         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2133         DUMMY_READ_VOLATILE,
2134
2135         * device/include/pic16/adc.h: minor prototype modifications and
2136         update,
2137         * device/include/pic16/malloc.h: added GPL notice various
2138         modifications,
2139         * device/include/pic16/stdint.h: NEW, standard header for ints
2140         * device/include/pic16/delay.h: NEW, header for delay functions,
2141         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2142         delay1mtcy,
2143         * device/include/pic16/signal.h: NEW, header providing helper macros
2144         for implementing signal handlers,
2145         * device/include/pic16/stdio.h: added prototypes for functions,
2146         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2147         prototypes for stdin and stdout, added macro PUTCHAR to
2148         automatically implement putchar function prototype,
2149         * device/include/pic16/usart.h: modified and updated USART library,
2150         * device/lib/pic16/libio/adc/,
2151         * device/lib/pic16/libio/i2c: some modifications to improve library
2152         performance,
2153         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2154         family of functions,
2155         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2156         family of functions and other sources,
2157         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2158         of the PIC18Fxx[28] devices,
2159         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2160         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2161         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2162         _do_cinit function, because the previous failed when local variables
2163         where not placed in the same memory bank,
2164         * device/lib/pic16/libsdcc/char/: various modifications to improve
2165         library performance,
2166         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2167         information on the new functions of the c library and more...
2168
2169 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2170
2171         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2172
2173 2005-03-26 Raphael Neider <rneider AT web.de>
2174
2175         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2176           if condition == CARRY)
2177         * (genCmp): adapted to new genSkipc semantics
2178         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2179           on rIfx (genCmp was broken)
2180
2181 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2182
2183         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2184         * src/z80/main.c (_keywords[]),
2185         * src/SDCCglobal.h (struct options),
2186         * src/SDCC.y,
2187         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2188         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2189         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2190         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2191         always available in leading double underscore form. The C99 support is
2192         mostly missing, but it's a start.
2193         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2194         reserved identifier "__data".
2195
2196 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2197
2198         * src/mcs51/peeph.def: fixed bug 1170013
2199
2200 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2201
2202         * device/include/mcs51reg.h: fixed bug 842007
2203
2204 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2205
2206         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2207         last time.
2208
2209 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2210
2211         * src/port.h (struct PORT),
2212         * src/avr/ralloc.c (avr_assignRegisters),
2213         * src/avr/main.c,
2214         * src/ds390/ralloc.c (ds390_assignRegisters),
2215         * src/ds390/main.c,
2216         * src/hc08/ralloc.c (hc08_assignRegisters),
2217         * src/hc08/main.c,
2218         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2219         * src/mcs51/main.c,
2220         * src/pic/ralloc.c (pic14_assignRegisters),
2221         * src/pic/main.c,
2222         * src/pic16/ralloc.c (pic16_assignRegisters),
2223         * src/pic16/main.c,
2224         * src/xa51/ralloc.c (xa51_assignRegisters),
2225         * src/xa51/main.c,
2226         * src/z80/ralloc.c (z80_assignRegisters),
2227         * src/z80/ralloc.h,
2228         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2229         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2230         * src/SDCCcse.h,
2231         * src/SDCCdflow.c (computeDataFlow),
2232         * src/SDCCdflow.h,
2233         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2234         * src/SDCCloop.h,
2235         * src/SDCCcflow.c (*),
2236         * src/SDCCcflow.h,
2237         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2238         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2239         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2240         immedDom() returning wrong block; probably fixes bug #1160833)
2241
2242 2005-03-20 Borut Razem <borut.razem AT siol.net>
2243
2244         * support/scripts/inc2h.pl: WIN32 port
2245
2246 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2247
2248         * device/lib/makefile.in: added abs.c and labs.c
2249
2250 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * device/include/stdint.h: added
2253         * device/lib/abs.c: added
2254         * device/lib/labs.c: added
2255         * device/include/stdlib.h: added abs() and labs() prototypes
2256         * device/lib/libsdcc.lib: added abs and labs
2257         * device/include/float.h,
2258         * device/lib/_fsmul.c,
2259         * device/lib/printf_fast.c,
2260         * device/lib/printf_tiny.c: updated comments
2261
2262 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2263
2264         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2265         bug #1164313
2266
2267 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2268
2269         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2270         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2271
2272 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2273
2274         * device/lib/printf_large.c: removed inline assembly for portability and
2275           readability. Use printf_fast if speed or size are more important.
2276         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2277         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2278
2279 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2280
2281         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2282         prevent compiler warning
2283
2284 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2285
2286         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2287         moved to level 0 and declared as static. Also they are explicit
2288         placed in access bank. This was necessery because some times they
2289         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2290         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2291         optimizations. Currently only compare to unsigned char is implemented,
2292         * src/pic16/gen.c: added fReturnIdx array,
2293         * (struct resolvedIfx) is moved to gen.h and made public,
2294         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2295         * (aopForSym): added an optimization to directly store in stack of
2296         the operand of a SEND iCode,
2297         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2298         but as registers instead (AOP_REG) using the fReturnIdx array,
2299         * (pic16_freeAsmop): remove the freed register from the
2300         _G.sregsAlloc field,
2301         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2302         a compare of 'WREG',
2303         * (pic16_popGetTempRegCond): changed function prototype, now
2304         function takes also a bitVector argument v which holds the current
2305         set of registers that are allocated for stack access by aopForSym,
2306         registers allocated in aopForSym for accessing stack symbols are not
2307         any more part of the functions usedRegs field,
2308         * (genCall): some times aopOp is called for a stack variable to be
2309         send, aopForSym might perform the push, if this is true make sure
2310         that genCall doesn't push the variable twice by testing _G.resDirect,
2311         * (genFunction): changed testing for unspecified interrupt number
2312         from 256 to INTNO_UNSPEC,
2313         * modified selection scheme of frame pointer generation. Previously
2314         if function did use local registers a frame pointer was generated,
2315         now a frame pointer is generated only if function has arguments
2316         (that need PLUSW2 register access), or has stack arguments, or the
2317         compiler is not instructed to omit the frame pointer,
2318         * (genEndFunction): before restoring local registers that were saved
2319         in the function preamble, also restore the registers that *might*
2320         have been allocated for stack access,
2321         * (genRet): removed some old comments,
2322         * (genCmp, the active (RN's) version): added a call to the
2323         pic16_genCmp_special function to perform the compare with a more
2324         robust and optimized way,
2325         * (genInline): a feature has been added in inline code generation,
2326         which allows a wildcard variable substitution when writing inline
2327         assembly. Code is incomplete and experimental therefore undocumented,
2328         * (genCast): changed order of aopOp for result and right to allow
2329         aopForSym to directly load the result if possible,
2330         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2331         perform an optimized compare on some selected special occasions,
2332         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2333         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2334         generate an IVT any more,
2335         * src/pic16/main.c (pic16_optionsTable): added command line option
2336         --optimize-cmp,
2337         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2338         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2339         macros,
2340         * src/pic16/NOTES: Raphael Neider added in list of active developers
2341         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2342         jumptable_end to prevent bug #,
2343         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2344         inCond and outCond fields,
2345         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2346         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2347         turn off register spilling,
2348         * (packRegsForOneUse): synced with other ports' versions although it
2349         is not used currently,
2350         * (pic16_packRegisters): added an optimization while reading
2351         structure bitfields, some registers may be saved (malloc code is
2352         decreased by 80 bytes)
2353
2354 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2355
2356         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2357         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2358         this can be optimized more?
2359
2360 2005-03-10 Raphael Neider <rneider AT web.de>
2361
2362         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2363           genNearPointerGet): (hopefully) fixed access to bitfields via
2364           pointers (p->bitN = x; and x = p->bitN; failed)
2365
2366 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2367
2368         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2369
2370 2005-03-09 Raphael Neider <rneider AT web.de>
2371
2372         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2373
2374 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2375
2376         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2377         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2378           (regTypeNum): set REG_BIT type if necessary
2379         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2380         * support/regression/tests/critical.c: check bug 1144613
2381
2382 2005-03-02 Raphael Neider <rneider AT web.de>
2383
2384         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2385
2386 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2387
2388         * src/avr/ralloc.c (serialRegAssign),
2389         * src/ds390/ralloc.c (serialRegAssign),
2390         * src/hc08/ralloc.c (serialRegAssign),
2391         * src/mcs51/ralloc.c (serialRegAssign),
2392         * src/pic/ralloc.c (serialRegAssign),
2393         * src/pic16/ralloc.c (serialRegAssign),
2394         * src/xa51/ralloc.c (serialRegAssign),
2395         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2396
2397 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2398
2399         * src/SDCCast.c (decorateType): fixed bug 1124787
2400
2401 2005-02-20 Hubert Sack <sack AT digiplan.de>
2402         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2403
2404         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2405         patch #1121755
2406
2407 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2408
2409         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2410         to keep the correct label reference count when adding/removing references
2411         to labels. A peephole file using this is appended to patch #1144962.
2412
2413 2005-02-14 Raphael Neider <rneider AT web.de>
2414
2415         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2416         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2417         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2418           retrievals of result operand's value on assignment
2419
2420 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2421
2422         * device/include/pic16/string.h: modified prototype for memccpy()
2423         to memccpy(void *, void *, char, size_t)
2424         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2425         check whether to omit frame pointer or not,
2426         * (genInline): convert all occurences of "\n" to LF in inline
2427         assembler blocks, this helps formatting the inline text,
2428         * (pic16_loadFSR0): modified prototype,
2429         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2430         removed some 8051 legacy code,
2431         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2432         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2433         before allocating temporary registers in functions,
2434
2435 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2436
2437         * support/regression/tests/bitvars.c: corrected the "fix"
2438
2439 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2440
2441         * support/regression/tests/bitvars.c,
2442         * support/regression/tests/bitwise.c,
2443         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2444
2445 2005-02-10 Raphael Neider <rneider AT web.de>
2446
2447         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2448           different size for Alpha
2449         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2450
2451 2005-02-09 Raphael Neider <rneider AT web.de>
2452
2453         * src/SDCC.lex(doPragma) : save and restore warning options as well
2454           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2455         * have #pragma less_pedantic set the errorlevel to WARNING
2456           (fixes #1117001)
2457         * (cloneOptimize) : fixed wrong malloc's size
2458         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2459           facilitate correct handling of #pragma (save|restore)
2460
2461 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2462
2463         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2464
2465 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2466
2467         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2468
2469 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2470
2471         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2472
2473 2005-02-02 Raphael Neider <rneider AT web.de>
2474
2475         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2476         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2477         * (pic16_storeForReturn): fixed to allow returning function pointers
2478         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2479         * device/include/pic16/{stddef.h,stdbool.h}: added
2480
2481 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2482
2483         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2484
2485 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2486
2487         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2488         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2489          appeared to be required
2490
2491 2005-01-31 Borut Razem <borut.razem AT siol.net>
2492
2493         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2494           include/mcs51 and include/z80 directories to the package
2495
2496 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2497
2498         * src/hc08/gen.c (genFunction): fixed bug #1112752
2499
2500 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2501
2502         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2503
2504 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2505
2506         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2507
2508 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2509
2510         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2511
2512 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2513
2514         * device/include/c8051fxxx.h: removed these 6 files
2515         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2516
2517 2005-01-26 Raphael Neider <rneider AT web.de>
2518
2519         * src/pic16/gen.c (genAssign): fixed assignment from longs
2520           in codespace (were cut to three bytes)
2521         * (genDummyRead): implemented (except for CODESPACE...),
2522           fixed bug #1108575
2523         * src/pic16/glue.c (emitStatistics): beautified
2524         * device/lib/pic16/libm/Makefile: added include path
2525
2526 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2527
2528         * src/z80/gen.c (aopPut): fixed bug #1103902
2529
2530 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2531
2532         * device/lib/expf.c: fixed bug #1095792
2533
2534 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2535
2536         * device/lib/pic16/libm: added Math library sources
2537
2538 2005-01-24 Raphael Neider <rneider AT web.de>
2539
2540         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2541           to enable upcast to pCodeOpReg2 (there is no type tag to
2542           differenciate the two and pic16_popGet2p cast into PCOR2)
2543         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2544           (sizeof(sectNames) changed to sizeof(sectName))
2545           Both patches fix segfaults under MinGW.
2546
2547 2005-01-23 Raphael Neider <rneider AT web.de>
2548
2549         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2550           Safe_[mc]?alloc()'ed variables
2551         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2552           of (byte sized) temporaries (assign them to WREG for now)
2553         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2554           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2555           this might fix SIGSEGVs on MinGW...
2556         * src/SDCCopt.c (killDeadCode): restored original behaviour
2557           (volatile operands might get thrown away though)
2558
2559 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2560
2561         * src/pic16/gen.c: fixed bug #1106975,
2562         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2563         pointer update, INTCON is saved, global interrupts are disabled and
2564         restored after updateing TOS.
2565         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2566         * added function attribute 'shadowregs' to take advantage of shadow
2567         registers,
2568         * added function attribute 'wparam' as an alternative to the wparam
2569         pragma,
2570         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2571         user declares a non-ISR function as 'shadowregs',
2572         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2573
2574 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2575
2576         * .version: bumped version number to 2.4.8
2577         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2578         pic16 port,
2579         * device/lib/pic16/libio/i2c/: I2C module support library,
2580         * device/include/pic16/i2c.h: I2C support library header,
2581         * device/lib/pic16/libc/stdio/: standard IO support sources,
2582         * (printf_small.c): printf_small() source, supports float print,
2583         * (printf_tiny.c): printf_tiny() source, does not support floats,
2584         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2585         enable global optimizations for entire library source, other
2586         Makefiles in the source tree are also modified to reflect this,
2587         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2588         function,
2589         * doc/sdccman.lyx: updated to reflect new changes,
2590         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2591         sym->onStack if-case,
2592         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2593         sbit, idata, _idata, xdata, _xdata,
2594         * added pragma library, to link an external library, (see doc),
2595         * removed command line options, --pomit-config-words, --pomit-ivt,
2596         --pleave-reset-vector,
2597         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2598         when calling assembler to reflect memory model used, also define
2599         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2600         reflect stack model used,
2601         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2602         on stack return NULL,
2603
2604 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2605
2606         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2607           of the operands is volatile. Fixes #1020220
2608
2609 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2610
2611         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2612         * (OptimizeRegUsage): make sure that there is really no other flow where
2613           the first pCode is used
2614
2615 2005-01-22 Raphael Neider <rneider AT web.de>
2616
2617         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2618           to fix #1106967 (pCode->seq are not set up correctly)
2619
2620 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2621
2622         * src/SDCCglue.c (glue): make sure code area is declared before the
2623         static initialization area.
2624
2625 2005-01-21 Raphael Neider <rneider AT web.de>
2626
2627         * device/lib/Makefile.in: fixed test for pic16 install dir
2628         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2629           optimizations
2630         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2631           added --optimize-goto compiler switch and pragma wparam documentation
2632         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2633         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2634           and PRODH closing bug #1071770 (peephole optimizer)
2635
2636 2005-01-19 Raphael Neider <rneider AT web.de>
2637
2638         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2639           cmdLine buffers (used when calling sdcpp...) are large enough
2640           (MAX_PATH=256 truncates arguments leading to system halts when
2641           used in MinGW...)
2642         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2643         * (genUminus): rewritten to for efficiency
2644         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2645           used uninitialized in some cases)
2646         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2647           copy the third byte from the int -- now assumes 0x80 (data memory)
2648         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2649           operands (genAddLit expects the iCode's operands to swapped as
2650           well), fixed leftover bytes (crashed for short left operands)
2651         * (pic16_genMinusDec): performance improvements, removed false
2652           PIC14 emitSKPNCs
2653         * (pic16_genMinus): fixed to cope with differently sized operands
2654         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2655           for --obanksel > 1
2656         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2657         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2658           new banksel optimization
2659         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2660           analysis for temporary registers (segfaults...)
2661         * src/pic16/peeph.def: added rule
2662
2663 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2664
2665         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2666         which converts a float number to its ASCII representation
2667         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2668         functions to convert the fractional and integer part of a float to ASCII,
2669         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2670         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2671         ram
2672         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2673         _STATMEM macros,
2674         * device/include/pic16/adc.h: added GPL info,
2675         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2676         a pCodeOp as tested operand,
2677         * (genNearPointerGet): optimized bit testing, does not use
2678         intermediate register for bit value, test directly instead with
2679         BTFSS, BTFSC, works only for single bits,
2680         * (genpic16Code): dump the name of the iCode in the asm,
2681         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2682         renamed to pic16_decodeOp,
2683         * (serialRegAssign): do not allocate a temporary register for iCode
2684         sequences that test a single bit for 1/0
2685
2686 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2687
2688         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2689         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2690         access stack and frame pointers. They are initially assigned to
2691         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2692         accessing SFRs. Updated all occurences of modification of stack or
2693         frame pointer in gen.c and pcode.c,
2694         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2695         assigning of a literal value to pointers,
2696         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2697         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2698         selected
2699
2700 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2701
2702         * doc/sdccman.lyx: update documentation about stack pragma, added
2703         some info for stack memory models
2704
2705 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2706
2707         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2708
2709 2005-01-08 Raphael Neider <rneider AT web.de>
2710
2711         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2712           udata sections to fix bug #1097823
2713
2714 2005-01-05 Raphael Neider <rneider AT web.de>
2715
2716         * src/pic16/gen.c (genGenericShift): added handling of differently
2717           sized left operand and result
2718
2719 2005-01-04 Raphael Neider <rneider AT web.de>
2720
2721         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2722         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2723           to hold the condition bit)
2724         * added new version of genCmp (old code available via #define)
2725         * added new version of genShiftLeft/genShiftRight in a generic
2726           way, now supports shifting by negative values
2727         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2728           shiftCount (expected by genGenericShift)
2729         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2730         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2731           dump
2732         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2733           is an invalid literal too...)
2734
2735 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2736
2737         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2738         from Raphael Neider,
2739         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2740         for 8-bit literals. This fixes some literal operands which are sign
2741         extended to 16-bits ints when instruction needs only 8-bits.
2742
2743 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2744
2745         * device/lib/logf.c: added mcs51 assembly version
2746         * device/lib/expf.c: added mcs51 assembly version
2747         * device/lib/_logexpf.c: new shared asm code for expf and logf
2748         * device/include/math.h: add defines for assembly math library
2749         * device/lib/Makefile.in: build new _logexpf.c
2750         * device/lib/libfloat.lib: use new _logexpf.c
2751
2752 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2753
2754         * src/pic/device.c
2755         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2756           device types which have less than 0x7f registers.
2757
2758 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2759
2760         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2761
2762 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2763
2764         * device/lib/printf_fast.c: only build on supported arch.
2765         * device/lib/printf_tiny.c: only build on supported arch.
2766         * device/lib/printf_fast_f.c: only build if asm float lib
2767         * device/lib/_fsget1arg.c: only build if asm float lib
2768         * device/lib/_fsget2args.c: only build if asm float lib
2769         * device/lib/_fsnormalize.c: only build if asm float lib
2770         * device/lib/_fsreturnval.c: only build if asm float lib
2771         * device/lib/_fsrshift.c: only build if asm float lib
2772         * device/lib/_fsswapargs.c: only build if asm float lib
2773         * device/include/stdio.h: don't provide print_fast,
2774           print_fast_f, print_tiny prototypes if --xstack used
2775
2776 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2777
2778         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2779         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2780           to the SOURCES
2781
2782 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2783
2784         * device/lib/printf_fast_f.c: same as printf_fast, but
2785           with floating point enabled
2786         * device/lib/printf_fast.c: minor tweaks
2787         * device/include/stdio.h: add printf_fast_f
2788
2789 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2790
2791         * src/SDCCmain.c: make --float-reent default for mcs51
2792         * device/lib/_fsadd.c: added mcs51 assembly version
2793         * device/lib/_fssub.c: added mcs51 assembly version
2794         * device/lib/_fsmul.c: added mcs51 assembly version
2795         * device/lib/_fsdiv.c: added mcs51 assembly version
2796         * device/lib/_fseq.c: added mcs51 assembly version
2797         * device/lib/_fsneq.c: added mcs51 assembly version
2798         * device/lib/_fsgt.c: added mcs51 assembly version
2799         * device/lib/_fslt.c: added mcs51 assembly version
2800         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2801         * device/lib/Makefile.in: add _fscmp to build
2802         * device/lib/libfloat.lib: add _fscmp to build
2803
2804 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2805
2806         * device/lib/_fs2slong.c: added mcs51 assembly version
2807         * device/lib/_fs2sint.c: added mcs51 assembly version
2808         * device/lib/_fs2schar.c: added mcs51 assembly version
2809         * device/lib/_fs2ulong.c: added mcs51 assembly version
2810         * device/lib/_fs2uint.c: added mcs51 assembly version
2811         * device/lib/_fs2uchar.c: added mcs51 assembly version
2812         * device/lib/_slong2fs.c: added mcs51 assembly version
2813         * device/lib/_sint2fs.c: added mcs51 assembly version
2814         * device/lib/_schar2fs.c: added mcs51 assembly version
2815         * device/lib/_ulong2fs.c: added mcs51 assembly version
2816         * device/lib/_uint2fs.c: added mcs51 assembly version
2817         * device/lib/_uchar2fs.c: added mcs51 assembly version
2818         * device/include/float.h: added #define to select asm vs c
2819
2820 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2821
2822         * device/lib/printf_fast.c: improvements to float output
2823         * device/include/float.h: add defines for assembly float library
2824         * device/lib/_fsget1arg.c: receive 1 float arg
2825         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2826         * device/lib/_fsnormalize.c: normalize a float
2827         * device/lib/_fsreturnval.c: return float, various helper routines
2828         * device/lib/_fsrshift.c: right shift a float's mantissa
2829         * device/lib/_fsswapargs.c: swap 2 floats
2830         * device/lib/Makefile.in: build these 6 new files for mcs51
2831         * device/lib/libfloat.lib: add these 6 files to the library
2832
2833 2004-12-26 Borut Razem <borut.razem AT siol.net>
2834
2835         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2836           built by gcc 3.4.2
2837
2838 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2839
2840         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2841           and fully reentrant and register bank neutral.
2842         * device/lib/printf_fast.c: added float (not enabled by default),
2843           added compact/slower integer (also not enabled by default),
2844           improved size/speed of fast integer code, other minor changes
2845         * device/include/stdio.h, device/lib/Makefile.in,
2846           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2847
2848 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2849
2850         * src/pic16/pcode.c: declaring variables other than at the start of a
2851           block is not supported in C by VC6.
2852
2853 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2854
2855         * applied a previous patch from Raphael Neider that wasn't included
2856         in the previous commits, which fixes infinite loops within jumptable
2857         improvements,
2858         * made some fixes that previous patches introduced
2859
2860 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2861
2862         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2863         that fixes an issue with AOP_PCODE asmop's offset,
2864         * (pic16_popCopyReg): update instance field too,
2865         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2866         function of pic port,
2867         * (genCmp, genAnd, genAssign),
2868         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2869
2870 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2871
2872         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2873         variables initial values to idata section,
2874         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2875         variables in some functions. This utilizes parmBytes field of iCode
2876         structure to hold the offset of the variable in stack. (might be
2877         able to use the stack field too?)
2878         * applied patch from Raphael Neider # ### , # ###
2879         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2880         variable initial values in idata section,
2881         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2882         for static variables with initial value
2883         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2884         applied fix in while loop from Raphael Neider.
2885
2886 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2887
2888         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2889         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2890         * src/ds390/ralloc.c (serialRegAssign): spill bits
2891         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2892         * support/Util/SDCCerr.c,
2893         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2894         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2895         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2896
2897 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2898
2899         * device/include/sdcc-lib.h: inserted LGPL, added includes
2900           asm/ds390/features.h and asm/mcs51/features.h
2901         * device/include/asm/default/features.h,
2902         * device/include/asm/gbz80/features.h,
2903         * device/include/asm/z80/features.h: added empty _AUTOMEM
2904           and _STATMEM
2905         * device/include/asm/ds390/features.h,
2906         * device/include/asm/mcs51/features.h: added files with defines for
2907           _AUTOMEM and _STATMEM indicating automatic and static storage class
2908         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2909         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2910         * src/SDCCicode.c (geniCodeCast),
2911         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2912         * src/SDCCloop.c (loopInduction): removed unused variable lr
2913         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2914           to convertToFcall to include char modulo (RFE 1065037), added check
2915           if left operand is unsigned and use abs of literal value
2916         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2917           as it doesn't work after conversion from peephole.def to peephole.rul
2918         * src/mcs51/gen.c (toBoolean): added check for size,
2919           (genModOneByte): optimized code for signed char modulo a literal
2920           power of 2 (thanks to Hubert Sack),
2921           (genRRC): removed unnecessary "clr c",
2922           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2923         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2924           jump optimization,
2925           swapped rules 256.c and 256.d,
2926           extended 256.d by using new multiple checks (thanks Erik),
2927           added rules 256.e and 256.f,
2928           updated rule 261.a and 261.b to new generated code
2929         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2930
2931 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2932
2933         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2934           induction related bugs, including first part of bug #1074377
2935
2936 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2937
2938         * applied patch from bug-report #1076292,
2939         * applied patches for genAnd and Goto-optimizations for Raphael
2940         Neider,
2941         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2942         dump a less iCode information,
2943         * src/pic16/device.h (pic16_options_t): added field debgen,
2944         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2945         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2946         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2947         puclic,
2948         * (various functions): added macros FENTRY and FENTRY2 to functions,
2949         to emit function prologue,
2950         * (various functions): fixed indentation,
2951         * (genNearPointerGet): fixed loading of FSR0,
2952         * (genPackBits): applied patch from Raphael Neider to fix updating
2953         of FSR0 and touching only the modified bits,
2954         * src/pic16/genarith.c (various functions): added macros FENTRY to
2955         emit function prologue in comments,
2956         * src/pic16/pcode.h: added functions debugf2, debugf3,
2957         * src/pic16/ralloc.c: partial fix for packForPush caused
2958         segmentation fault,
2959
2960 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2961
2962         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2963           <stsp AT users.sourceforge.net> with reversed byte order
2964         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2965
2966 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2967
2968         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2969           bug #1074377
2970         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2971         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2972
2973 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2974
2975         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2976
2977 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2978
2979         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2980           conditions,
2981           (setFromConditionArgs): friendly operand parser for peephole rules,
2982           (operandBaseName, operandsNotRelated): new peephole condition
2983           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2984           architecture specific register naming into account, handles n-way
2985           comparisons, and supports quoted literals
2986         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2987
2988 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2989
2990         * src/mcs51/peeph.def: fixed bug #1076940
2991
2992 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2993
2994         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2995
2996 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2997
2998         Adding support for replacing ljmps with sjmps in jumptables
2999         generated for switch statements. For now you need to set the
3000         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3001         Now 4 algorithms for mcs51 jumptable generation are used:
3002         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3003         addresses loaded pc-relative for up to 112 cases and stack-pushing
3004         target addresses loaded with offset from dptr for up to 256 cases.
3005
3006         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3007         * src/mcs51/main.c: adapted constants for switch table generation
3008         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3009
3010 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3011
3012         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3013         * support/regression/tests/bug1057979.c: added test for bug 1073386
3014
3015 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3016
3017         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3018         compilers
3019
3020 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3021
3022         * src/pic16/device.h,
3023         * src/pic16/genarith.c,
3024         * src/pic16/glue.c,
3025         * src/pic16/main.c,
3026         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3027
3028 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3029
3030         Large cummulative patch for pic16 port.
3031         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3032         to call when a stack overflow occurs,
3033         * (malloc.h): added CVS Id tag,
3034         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3035         variable,
3036         * added libc directory. The current version of LibC contains string
3037         functions, ctype functions and macros and some functions of the
3038         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3039         be extensively tested in the future. Standard disclaimer here.
3040         Library is not automatically build yet. But one can build it by
3041         invoking 'make' inside the libc directory.
3042         * added ADC library under libio. Preliminary version yet.
3043
3044         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3045         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3046         aopForRemat() now and not by pic16_aopOp(),
3047         * (pic16_popGetTempReg): removed warning messgae when allocating
3048         temporary registers, its a buggy feature and will be removed,
3049         * (pic16_popGet): set register instance field in AOP_CRY,
3050         * (pic16_outBitC): fixed for results in size greater than 1,
3051         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3052         * (pic16_storeForReturn): optimized return of 0,
3053         * (genCmp): experimental code for new genCmp which uses PIC18's
3054         special compare&skip instructions. Initial tests fail some times
3055         with variables grater than 1 byte in size, so new code is disabled,
3056         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3057         a single bit,
3058         * (genCast): began a fix to optimize the casting of a bit to another
3059         bit, now assigning a bitfield to another bitfield will fail, sorry,
3060         * src/pic16/main.c: disabled the use of lr-support feature,
3061         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3062         * added some function prototypes, added function _debugf prototype,
3063         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3064         bits with offset (case PO_GPR_BIT),
3065         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3066         command line,
3067         * (isBankInstruction): modified to return 0 for no banking instruction,
3068         and 1 for banking instruction,
3069         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3070         caused stop processing pCodes after a inline assembly block,
3071         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3072         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3073         registers when it shouldn't,
3074         * src/pic16/ralloc.c (allocReg): add preliminary support for
3075         supporting a limited set of temporary registers,
3076
3077 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3078
3079         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3080           genDataPointerSet): ensure assignments always copy in MSB to LSB
3081           order,
3082           (loadRegFromAop): recognize CLRH optimization,
3083           (genFunction): optimize RECEIVE iCodes in reentrant functions
3084
3085 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3086
3087         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3088           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3089           selected.
3090         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3091         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3092           contiguous with data
3093
3094 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3095
3096         * device/lib/_gptrget.c (_gptrget),
3097         * device/lib/_gptrgetc.c (_gptrgetc),
3098         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3099           instead of sjmp to ret
3100         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3101           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3102
3103 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3104
3105         * .version: bumped version to 2.4.7
3106         * device/lib/_gptrget.c (_gptrget): is now _naked
3107         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3108         * device/lib/_gptrput.c (_gptrput): is now _naked
3109         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3110           (createFunction): fixed xstack
3111         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3112         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3113           or bit either,
3114           (geniCodeCritical): store original interrupt state in an iTemp bit
3115           var unless stack-auto
3116         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3117         * src/SDCCmain.c (setIncludePath): added include/target to search path
3118         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3119         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3120           prototype,
3121           (processFuncArgs): put bit vars in bit area
3122         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3123           unsaveRBank): fixed xstack,
3124           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3125           (genFunction, genEndFunction): fixed xstack,
3126           (genAssign): optimization don't walk backwards through mem
3127         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3128         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3129         * support/regression/Makefile: also make library (for stack-auto) when
3130           making "all" and added "test-mcs51-xstack-auto"
3131         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3132         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3133         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3134         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3135         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3136           make-library by MAKE_LIBRARY
3137         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3138           regression tests for xstack
3139         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3140         * support/regression/tests/critical.c: test for critical on mcs51
3141
3142 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3143
3144         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3145           built version of sdcc instead of installed version
3146
3147 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3148
3149         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3150         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3151           vprintf.c now
3152         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3153         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3154           WARNING: remove device/lib/build/z80/printf.o by hand when
3155           updating from previous build!
3156         * device/lib/z80/printf.c: updated comment
3157         * support/regression/tests/bug1057979.c: test all ports now
3158         * support/regression/tests/bug1065458.c: file added
3159
3160 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3161
3162         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3163           *_start and *_end symbols for static functions
3164
3165 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3166
3167         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3168           and search crt0.o in all library paths,
3169           (setIncludePath): proper handling of --nostdinc,
3170           (setLibPath): proper handling of --nostdlib
3171         * support/regression/Makefile,
3172         * support/regression/ports/ds390/spec.mk,
3173         * support/regression/ports/gbz80/spec.mk,
3174         * support/regression/ports/hc08/spec.mk,
3175         * support/regression/ports/mcs51/spec.mk,
3176         * support/regression/ports/mcs51-large/spec.mk,
3177         * support/regression/ports/mcs51-stack-auto/spec.mk,
3178         * support/regression/ports/z80/spec.mk: use include and lib files from
3179           built version of sdcc instead of installed version
3180         * doc/sdccman.lyx: fixed typo in --nostdinc
3181
3182 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3183
3184         * src/pic/pcode.c,
3185         * src/pic/device.c,
3186         * src/pic/ralloc.c,
3187         * src/pic/gen.c : added support to generate code for struct bit fields.
3188
3189 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3190
3191         * as/xa51/xa_version.h,
3192         * device/include/errno.h,
3193         * device/include/regc515c.h,
3194         * device/lib/_itoa.c,
3195         * device/lib/_ltoa.c,
3196         * device/lib/ser_ir_cts_rts.c,
3197         * sim/ucsim/xa.src/glob.cc,
3198         * sim/ucsim/xa.src/inst_gen.cc,
3199         * sim/ucsim/xa.src/xa_bit.cc,
3200         * sim/ucsim/xa.src/xa_sfr.cc,
3201         * sim/ucsim/z80.src/inst_dd.cc,
3202         * sim/ucsim/z80.src/inst_fdcb.cc,
3203         * support/scripts/keil2sdcc.pl,
3204         * src/pic16/pic16.dsp,
3205         * src/pic16/pic16a.dsp: corrected cvs line endings
3206         * device/lib/printf_large.c: fixed bug 1057979
3207         * src/pic16/gen.c: fixed non-C standard code
3208         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3209         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3210         * support/regression/ports/mcs51/support.c: reload T1 asap
3211         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3212           pdata use and clear idata startup behaviour
3213         * support/regression/tests/bug1057979.c: added
3214
3215 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3216
3217         * device/examples/ds390/ow390/ad26.h,
3218         * device/examples/ds390/ow390/cnt1d.h,
3219         * device/examples/ds390/ow390/crcutil.c,
3220         * device/examples/ds390/ow390/ownet.h,
3221         * device/examples/ds390/ow390/owsesu.c,
3222         * device/examples/ds390/ow390/swt12.h,
3223         * device/examples/ds390/ow390/swtoper.c,
3224         * device/examples/ds390/ow390/temp10.h,
3225         * device/examples/ds390/ow390/thermodl.c,
3226         * device/examples/ds390/tinitalk/tinitalk.dsp,
3227         * device/examples/ds390/tinitalk/tinitalk.dsw,
3228         * device/examples/mcs51/clock/hw.h,
3229         * device/examples/mcs51/simple2/go.bat,
3230         * device/examples/serialcomm/windows/serial.h,
3231         * device/examples/xa51/dummy.c,
3232         * device/examples/xa51/hello.c,
3233         * device/include/80c51xa.h,
3234         * device/include/at89x051.h: corrected cvs line endings
3235
3236 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3237
3238         * src/pic16/main.c (options): added command line --gstack, to trace
3239         stack over/under flows,
3240         * added pragma 'wparam' to allow passing first byte of function
3241         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3242         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3243         call to __gstack_test function and sets up the symbol as extern,
3244         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3245         * popaop): added call to pic16_testStackOverflow,
3246         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3247         wparamList list,
3248         * (genCall, genPcall): now all parameters are passed via stack
3249         except in functions that are pass to wparam pragma in which WREG is
3250         used too,
3251         * (genPcall): REENTRANT flag is checked to see if variable prototype
3252         contains reentrant keyword, don't call a non-reentrant function, via
3253         a reentrant function pointer or vice versa, functions are never
3254         passed via WREG,
3255         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3256         D.Winkler,
3257         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3258         SIGSEGV when accessing a NULL register stucture,
3259         * (pic16_printGPointerType): modified to handle UPPER modifier for
3260         function initializers, changed prototype of function to simpler one,
3261         * (pic16_printIvalFuncPtr): check to see if function is already
3262         added in externs list,
3263         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3264         optimized a move from W to SFR with a move to the same register
3265         later after a CALL,
3266         * device/lib/pic16/debug: NEW directory, contains debug features
3267         which are enabled when linking with libdebug.lib, currently command
3268         line option --gstack enables stack pointer tracing for over/under
3269         flow, corresponding sources are in debug/gstack
3270
3271 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3272
3273         * doc/sdccman.lyx: updated SDCC version,
3274         * (PIC16 port): update list of command line options,
3275         * src/pic16/device.h (structure pic16_options_t): added field gstack
3276         to enable stack overflow tracing on push/pops,
3277         * src/pic16/device.c (statistics structure): added statistics
3278         structure,
3279         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3280         pic16_dump_int_registers): increase statistics counters for each
3281         * variable which is encountered
3282         * (pic16_dump_usection): emit each .udata variable to its own udata
3283         section,
3284         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3285         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3286         parameters via stack, otherwise use old scheme,
3287         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3288         assembler output file,
3289         * src/pic16/main.c: added command line options --gstack to enable
3290         push/pop tracing for stack overflow,
3291         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3292         instructions): added size of each instruction,
3293         * (pic16_countInstruction): estimate size of instructions in
3294         the_pFile list, inline assembly blocks are not counted,
3295         * (pic16_FixRegisterBanking): trace previous register usage, when
3296         banksel optimizations is greater than 0, don't emit a redudant
3297         banksel directive,
3298
3299 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3300
3301         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3302         * src/pic16/ralloc.c : applied same fix for pic16.
3303         * src/pic/gen.c : tidied it up a little.
3304
3305 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3306
3307         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3308         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3309
3310 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3311
3312         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3313
3314 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3315
3316         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3317         non-reentrant function __modsint in the interrupt function (thus
3318         corrupting math operations during serial I/O)
3319         * device/lib/ser_ir.c: as above, changed buffersize
3320         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3321         256.c,d for zeroing
3322         * doc/Makefile: added option -t for rsync
3323
3324 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3325
3326         * src/SDCCast.h (struct ast),
3327         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3328
3329 2004-10-20 Borut Razem <borut.razem AT siol.net>
3330
3331         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3332         package
3333
3334 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3335
3336         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3337         makefile targets,
3338         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3339         support functions to replace long sequences of MOVFF's from access
3340         bank registers to stack and vice versa,
3341         * src/pic16/device.h: added new field opt_flags, where optimization
3342         flags can be set to enable certain features,
3343         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3344         * pBlock, (genFunction, genEndFunction): surroung loop for
3345         saving/loading used registers in stack with PC_INFO pCodes,
3346         INF_LREGS. Code in between can then be optimized by pCode optimizer
3347         to support function calls,
3348         * (genDataPointerSet): fixed bug which loaded float fields in
3349         structures with corrupt data,
3350         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3351         in a standard way debug info on stderr. Feature used for developing
3352         and debugging only,
3353         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3354         obsolete chunks of code,
3355         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3356         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3357         * pic16/src/pcode.c (pic16_newpCodeInfo,
3358         * (pic16_newpCodeOpLocalRegs),
3359         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3360         feature,
3361         * (pic16_pCodeConstString): printing of the initial value of a
3362         symbol as a comment is inhibited since parsing was already done by
3363         copyStr and output is corrupt,
3364         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3365
3366 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3367
3368         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3369
3370 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3371
3372         * as/mcs51/lkarea.c: removed old K&R style,
3373           (lnksect): changed check on boundary error,
3374           (lnksect2): changed check on boundary error,
3375           (lnksect2): extend XSTK to end of page if size = 1
3376         * as/mcs51/lkmain.c: removed old K&R style,
3377           (Areas51): create l_IRAM symbol
3378         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3379         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3380           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3381         * device/lib/_mullong.c: added version to be compiled with xstack
3382         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3383         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3384         * device/lib/mcs51/crtxstack.asm: fixed comment
3385         * src/SDCCglue.c: maxInterrupts defaults to 0,
3386           (emitMaps): added pdata,
3387           (createInterruptVect): (re)moved default,
3388           (glue): added pdata,
3389           (glue): moved __start__xstack to XSTK with default size 1
3390         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3391           and options.float_rent when options.stackAuto is set,
3392           (linkEdit): only write XDATA_NAME if provided on command line
3393         * src/SDCCmem.h,
3394         * src/SDCCmem.c: added pdata
3395         * src/port.h: added pdata_name to PORT
3396         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3397           (saveRegisters, unsaveRegisters): removed usage of B,
3398           (genMinus): fixed accumulator clash,
3399           (genJumpTab): added comment, this needs another look
3400         * src/mcs51/gen.c: added check for "B in use" paranoia,
3401           added pushB() and popB()
3402         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3403           chance
3404         * src/avr/main.c,
3405         * src/ds390/main.c,
3406         * src/hc08/main.c,
3407         * src/mcs51/main.c,
3408         * src/pic/main.c,
3409         * src/pic16/main.c,
3410         * src/xa51/main.c,
3411         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3412           added PSEG (PAG,XDATA) or NULL to port specifier
3413         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3414         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3415           (_mcs51_genInitStartup): removed __start__xstack equ,
3416           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3417         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3418         * src/z80/gen.c (_rleAppend): fixed warnings
3419         * support/regression/tests/zeropad.c: added pdata test
3420         * .version: bumped to 2.4.6
3421
3422 2004-10-17 Borut Razem <borut.razem AT siol.net>
3423
3424         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3425         as a part of nightly build
3426
3427 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3428
3429         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3430         WREG holds the first byte function parameters,
3431         * (aopForSym): take special case for symbols which are in FARSPACE
3432         but in CODESPACE too,
3433         * (assignResultValue): modified to take into account _G.useWreg,
3434         * (genCall): don't use wreg for parameter passing when function is
3435         declared as reentrant, too, added optimization INCF to stack
3436         pointer when stack parameter count is 1,
3437         * (genFunction, genEndFunction): refurnished and fixed to not using
3438         wreg for passing parameters when function has varargs or is
3439         reentrant, fixed bug with symbol name compare for generating
3440         functions in absolute address,
3441         * (pic16_storeForReturn): refurnished,
3442         * (genCmp): began writing a new version of the function, not ready
3443         yet, therefore it is disabled,
3444         * (genAssign): do not read code memory when assigning a function to
3445         a pointer function,
3446         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3447         array of characters, not pointer,
3448         * (pic16initialComments): in debug mode emit an .ident directive for
3449         the assembler,
3450         * (_process_pragma): emit a new warning type (internal to pic16)
3451         when setting stack to default length, emit a similar warning when
3452         placing a function at absolute address and address is not word aligned
3453         * (_pic16_parseOptions): added 'return TRUE' statement,
3454         * (_pic16_linkEdit): if compiling a source, then add the source's
3455         file object, first in the list of objects to link,
3456
3457 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3458
3459         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3460         * src/pic/main.c : removed VC warning.
3461         * src/pic/gen.c : changed comment.
3462
3463 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3464
3465         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3466         reference to a deprecated symbol _GPTRREG was causing failure to
3467         link. Thanks G. M. Gallant for the info.
3468
3469 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3470
3471         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3472         comments for Bugs item #954788.
3473
3474 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3475
3476         * src/pic16/device.c (pic16_dump_gsection,
3477         * pic16_groupRegistersInSection): handle symbols declared to be in
3478         access bank differently,
3479         * src/pic16/gen.c (struct _G): added field resDirect,
3480         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3481         send values read from stack directly to result and don't allocate
3482         temporary values,
3483         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3484         same registers,
3485         * (pic16_sameRegsOfs): NEW,
3486         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3487         free because they were not allocated from temporary pool,
3488         * pic16_popRegFromString): workaround to fix a problem with
3489         allocating variables twice or never,
3490         * (genGenPointerGet): using PRODL instead of FSR0H,
3491         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3492         instead of FSR0H,
3493         * (genAssign): take advantage of the _G.resDirect flag,
3494         * (genCast): around line 11844, use mov2f instead of directly
3495         MOVFF'ing between operands to account for literal values,
3496         * src/pic16/genutils.c: some new debug functions for gpsim have been
3497         added,
3498         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3499         float with integer part only,
3500         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3501         place variables in access bank
3502         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3503         updated sources to reflect recent changes in gen.c
3504
3505 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3506
3507         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3508         sources that searched for headers in installation path, now the
3509         device/include/pic16 is used,
3510         * src/pic16/glue.c (pic16glue),
3511         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3512         .line directives if not in debug mode, this suppresses assembler's
3513         warnings for ignored directives
3514
3515 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3516
3517         * src/port.h: made reset_regparms prototype void parameter explicit.
3518         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3519         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3520         * doc/sdccman.lyx: documented warning disabling and how to use
3521           printf_large to make it print floats.
3522         * device/include/stdbool.h: NEW
3523         * device/lib/_atof.c,
3524         * device/lib/_divuint.c,
3525         * device/lib/_divulong.c,
3526         * device/lib/expf.c,
3527         * device/lib/printf_large.c,
3528         * device/lib/sincosf.c,
3529         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3530         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3531           a completely reentrant lib.
3532
3533 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3534
3535         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3536         * device/include/pic16/stdio.h: fixed bug with colon
3537
3538 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3539
3540         * device/include/pic16/stdio.h,
3541         * device/include/pic16/stdlib.h,
3542         * device/include/pic16/math.h: NEW
3543         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3544         declared as _naked to reduce overhead
3545         * device/lib/Makefile.in (target port-specific-objects-pic16):
3546         changed * to *.* so to ignore the CVS directory,
3547         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3548         stacked variables back in stack,
3549         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3550         corruption
3551
3552 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3553
3554         * .version: bumped version number to 2.4.5
3555         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3556         * support/Util/SDCCerr.c (messages structure): added entry for
3557         W_POSSBUG2
3558
3559         Large cumulative patch for pic16 port and libraries.
3560         * device/include/pic16/sdcc-lib.h,
3561         * device/include/pic16/stdarg.h,
3562         * device/include/asm/pic16/features.h,
3563         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3564         * device/include/pic16/float.h: changes reentrant keyword with
3565         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3566         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3567         updated target build-libraries to include objects from gptr,
3568         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3569         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3570         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3571         all function headings,
3572         * src/SDCCmain.c: added global parameter userIncDirsSet,
3573         * (parseCmdLine): when option -I is encountered add directory to
3574         userIncDirsSet too,
3575         * src/version.awk: added space between control and long,
3576         * src/pic16/NOTES: added some notes for the port,
3577         * src/pic16/gen.c: added prototype for mov2fp function,
3578         * (fReturnpic16[]): properly named return value registers,
3579         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3580         * (aopForSym): added code to handle symbols with onStack flag set,
3581         symbols onStack are allocated PTRSIZE bytes,
3582         * (aopFreeAsmop): handles special case where asmops are stack objects,
3583         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3584         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3585         added argument lock to trace flaws in allocating temporary registers
3586         when developing port,
3587         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3588         * (pic16_popRegFromString): reenabled allocating a direct register
3589         from string,
3590         * (assignResultValue): various beautifications,
3591         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3592         referenced function argument,
3593         * (genIpush): reenabled to allow stacked arguments, handles only
3594         ic->parmPush iCodes,
3595         * (genCall, genPcall): major changes to allow for variable argument
3596         functions, fixed a bug with falsely restoring stack pointer after
3597         returning from call,
3598         * (genFunction): pending code for critical function,
3599         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3600         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3601         * (genNearPointerGet): fixed bug with indirect reading, was always
3602         reading from INDF0
3603         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3604         pointers,
3605         * (genAddrOf): rewrote code to take address of a stacked function parameter
3606         * (genCast): fixed casting to generic pointer type,
3607         * src/pic16/gen.h: added AOP_STA,
3608         * (struct asmop): added field stk,
3609         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3610         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3611         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3612         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3613         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3614         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3615         generic pointers,
3616         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3617         and library paths,
3618         * (pic16_port structure): generic pointer size is set to 3,
3619         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3620         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3621         compiler warning,
3622         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3623         operand is an iTemp,
3624
3625 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3626
3627         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3628         * debugger/mcs51/simi.c: addapt new syntax of s51
3629
3630 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3631
3632         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3633         * src/pic16/pcode.c: commented out some calls to free() in order to
3634         fix bug #989576,
3635
3636 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3637
3638         * src/SDCCicode.h,
3639         * src/SDCCicode.c (isiCodeInFunctionCall),
3640         * src/avr/ralloc.c (selectSpil),
3641         * src/pic/ralloc.c (selectSpil),
3642         * src/pic16/ralloc.c (selectSpil),
3643         * src/ds390/ralloc.c (selectSpil),
3644         * src/hc08/ralloc.c (selectSpil),
3645         * src/xa51/ralloc.c (selectSpil),
3646         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3647         stack in the middle of a function call sequence (fixes bug #1020268)
3648         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3649         costs associated with the minimum switch case.
3650
3651 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3652
3653         * src/SDCC.lex: fixed bug #1030549
3654
3655 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/SDCCcse.h (struct cseDef),
3658         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3659         over a function call if the CSE is derived from a symbol whose
3660         address has been taken (fixes bug #1029883)
3661         * support/regression/tests/bug-1029883: a new regression test for
3662         this bug
3663
3664 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3665
3666         * src/hc08/gen.c (emitinline): fixed bug #1029778
3667         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3668         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3669         and starts toward RFE #905167)
3670
3671 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3672
3673         * src/pic16/gen.c (mov2f): New function to move an operand to
3674         another without considering if it is a literal or a register,
3675         * (pic16_sameRegs): don't check if they are both AOP_REG,
3676         * (AccRsh): removed andmask=0 lines,
3677         * (genLeftShift): duplicated to be improved in future versions,
3678         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3679         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3680         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3681         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3682         * (insertBankSwitch): fixed inserting banksel directives algorithm
3683         for instructions that follow a skip instruction, this fixes a report
3684         for broken subtraction code generation,
3685         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3686         iCode is a left op, just in case result and right share the same
3687         registers
3688
3689 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3690
3691         * src/hc08/main.c,
3692         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3693         preservation of HX
3694         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3695         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3696         on 2004-09-12; it was buggy
3697
3698 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3699
3700         * src/SDCCsymt.h: removed RESULT_CHECK
3701         * src/SDCCast.c,
3702         * src/SDCCglue.c,
3703         * src/SDCCval.c,
3704         * src/pic/glue.c,
3705         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3706
3707 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3708
3709         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3710         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3711         configuration values no more rejected by compiler, they are assigned
3712         to configuration registers with a warning message instead,
3713         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3714         the for-loop so last conf register is emitted too,
3715         * (_pic16_initPaths): link library libsdcc.lib by default,
3716         * (_hasNativeMulFor): modified test for multiplication according to
3717         Raphael Neider's remarks. Integer multiplication is also done with
3718         support functions,
3719         * device/include/pic16/pic18fregs.h: corrected type error in while
3720         testing and including 18f6720 header file
3721
3722 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3723
3724         * src/pic16/device.h (pic16_options): removed field use_crt,
3725         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3726         until an optimization to handle single bits is added,
3727         * (pic16_loadFSR0): moved before genUnpackBits,
3728         * (genAnd): some white lines removed,
3729         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3730         leave_reset flags in pic16_options when using crt modules,
3731
3732 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3733
3734         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3735           for bugs 898889 & 979599. Also used some safer print instructions.
3736
3737 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3738
3739         * src/pic16/device.h (pic16_options_t): added field use_crt,
3740         crt_name, no_crt,
3741         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3742         catch a probable future bug,
3743         * src/pic16/gen.c: aopIdx function commented out,
3744         * (genAssign): commented out old code which used aopIdx,
3745         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3746         code, added if conditionals to take into account the --use-crt
3747         command line options,
3748         * src/pic16/main.c (pic16_optionsTable): added new command line
3749         options, --use-crt= and --no-crt,
3750         * (_pic16_linkEdit): now the proper crt object is added in the
3751         linker command line except than when --no-crt is specified,
3752         * src/pic16/pcode.c,
3753         * src/pic16/pcode.h: added some structures and functions for a new
3754         optimization scheme to compansate for instruction overhead between
3755         same iCodes, this scheme is currently under development and is not
3756         working in any way,
3757         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3758         to && operator,
3759         * device/lib/pic16/startup/crt0i.c,
3760         * device/lib/pic16/startup/crt0iz.c: added global char variable
3761         __uflags to force the generation of an idata section
3762
3763 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3764
3765         * doc/Makefile,
3766         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3767         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3768
3769 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3770
3771         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3772         Frieder) and clarified the default code optimization mode
3773
3774 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3775
3776         * src/SDCC.lex (doPragma, process_pragma),
3777         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3778         "opt_code_size", and "opt_code_balanced"
3779         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3780         regrouped options by category, added support for category headers
3781         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3782         and "--opt-code-size"
3783         * doc/sdccman.lyx: documented these new options and pragmas
3784         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3785         preference into account
3786
3787 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3788
3789         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3790           geniCodePreDec): Fixed bug 904237 by generating a warning
3791         * src/SDCCerr.h,
3792         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3793
3794 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3795
3796         * src/pic/device.c : When no max ram set validate full memory range.
3797         * src/pic/pcode.c,
3798         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3799
3800 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3801
3802         * device/lib/_gptrget.c,
3803         * device/lib/_gptrput.c: updated comment
3804         * device/lib/calloc.c,
3805         * device/lib/free.c,
3806         * device/lib/malloc.c,
3807         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3808         * src/SDCCcse.c (cseBBlock),
3809         * src/SDCCicode.c (printOperand, geniCodeArray),
3810         * src/SDCCicode.h (struct operand): fixed bug 868103
3811         * support/regression/tests/bug-868103.c: added
3812         * src/SDCCast.c (searchLitOp),
3813         * src/SDCCcse.h (struct cseDef),
3814         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3815         * src/SDCCicode.h (struct operand),
3816         * src/SDCCsymt.h (struct sym_link),
3817         * src/avr/gen.c (hasInc),
3818         * src/ds390/gen.c (hasInc),
3819         * src/hc08/gen.c (genPlusIncr, hasInc),
3820         * src/mcs51/gen.c (hasInc),
3821         * src/pic16/glue.c (pic16_printIvalChar),
3822         * src/pic16/ralloc.c (regWithIdx),
3823         * src/xa51/gen.c (hasInc) : removed warnings
3824         * src/SDCCast.c (createBlock): added comment ???
3825         * src/hc08/ralloc.c: updated comments
3826
3827 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3828
3829         * doc/sdccman.lyx: updated section on switch statements, added
3830         section about semaphore locking
3831         * doc/Makefile: added option -info for latex2html
3832         * device/lib/_gptrget.c,
3833         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3834
3835 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3836
3837         * src/pic/device.h,
3838         * src/pic/device.c,
3839         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3840          maxram is less than 0x100.
3841
3842 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3843
3844         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3845
3846 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3847
3848         * src/port.h,
3849         * src/mcs51/main.c,
3850         * src/ds390/main.c,
3851         * src/z80/main.c,
3852         * src/hc08/main.c,
3853         * src/pic/main.c,
3854         * src/pic16/main.c,
3855         * src/avr/main.c,
3856         * src/xa51/main.c
3857         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3858         a jump table is the best form for a switch statement, including
3859         automatic insertion of missing cases to make the case range
3860         continuous. Developed in collaboration with Frieder Ferlemann.
3861
3862 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3863
3864         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3865         accumulator result if it needs sign extension
3866
3867 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3868
3869         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3870
3871 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3872
3873         * device/lib/gbz80/printf.c,
3874         * device/lib/z80/printf.c: removed define for NULL
3875
3876 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3877
3878         * as/xa51/xa_link.c,
3879         * device/examples/ds390/ow390/ad26.c,
3880         * device/examples/ds390/ow390/cnt1d.c,
3881         * device/examples/ds390/ow390/counter.c,
3882         * device/examples/ds390/ow390/ds2480.h,
3883         * device/examples/ds390/ow390/ds2480ut.c,
3884         * device/examples/ds390/ow390/findtype.c,
3885         * device/examples/ds390/ow390/gethumd.c,
3886         * device/examples/ds390/ow390/owllu.c,
3887         * device/examples/ds390/ow390/ownetu.c,
3888         * device/examples/ds390/ow390/swt12.c,
3889         * device/examples/ds390/ow390/swtloop.c,
3890         * device/examples/ds390/ow390/temp.c,
3891         * device/examples/ds390/ow390/temp10.c,
3892         * device/examples/ds390/ow390/thermo21.c,
3893         * device/examples/ds390/ow390/tinilnk.c,
3894         * device/examples/ds390/ow390/tstfind.c,
3895         * device/examples/serialcomm/windows/serial.cpp,
3896         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3897         * device/include/reg51.h: fixed line endings for cvs
3898
3899 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3900
3901         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3902         packRegsForAccUse, packRegisters): new accumulator register
3903         packing algorithm
3904         * support/regression/ports/hc08/support.c (_putchar): suppress
3905         warning of unused variable
3906         * src/SDCCicode.c: added SWAP entry to codeTable
3907
3908 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3909
3910         * device/lib/sprintf.c: forgot to add this file before previous commit
3911
3912 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3913
3914         * src/pic16/gen.c (genPackBits): added operand right in function
3915         parameters, load result directly if p_type is POINTER (that is
3916         called by genNearPointerSet)
3917         * (genUnPackBits): added operand left in function parameters,
3918         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3919         FSR0 if accessing bitfields,
3920
3921 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3922
3923         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3924           _print_format; updated printf, sprintf, vsprintf
3925         * device/include/asm/default/features.h: corrected comment/define
3926         * device/lib/Makefile.in: added sprintf.c
3927         * device/lib/libsdcc.lib: added sprintf module
3928         * device/lib/printf_large.c,
3929         * device/lib/vprintf.c,
3930         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3931           into these 3 files
3932         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3933         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3934         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3935           hc08 test
3936         * support/regression/tests/zeropad.c: define idata as data for hc08
3937
3938 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3939
3940         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3941         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3942         labels are referenced at least once (even if a reference is not found)
3943         * src/hc08/gen.c (emitcode): set isComment flag for comments
3944         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3945         loads), rules 6a..6b (optimize jumps to return)
3946
3947 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3948
3949         * device/lib/acosf.c (acosf),
3950         * device/lib/asinf.c (asinf),
3951         * device/lib/atanf.c (atanf),
3952         * device/lib/ceilf.c (ceilf),
3953         * device/lib/cosf.c (cosf),
3954         * device/lib/coshf.c (coshf),
3955         * device/lib/cotf.c (cotf),
3956         * device/lib/fabsf.c (fabsf),
3957         * device/lib/floorf.c (floorf),
3958         * device/lib/log10f.c (log10f),
3959         * device/lib/logf.c (logf),
3960         * device/lib/sinf.c (sinf),
3961         * device/lib/sinhf.c (sinhf),
3962         * device/lib/sqrtf.c (sqrtf),
3963         * device/lib/tanf.c (tanf),
3964         * device/lib/tanhf.c (tanhf),
3965         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3966         replaced all instances of "reentrant" in the library functions
3967         defined in math.h with this macro.
3968         * support/regression/tests/float_trans.c: reenabled test for hc08
3969
3970 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3971
3972         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3973         erroneously deleted
3974
3975 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3976
3977         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3978         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3979         multi-byte volatile operands are used
3980         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3981         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3982         initialization to area GSINIT0 so that it would always precede
3983         any static initializers in GSINIT
3984         * support/regression/tests/zeropad.c: fixed idata define for hc08
3985         * support/regression/tests/bug-927659.c,
3986         * support/regression/tests/float_trans.c: disabled tests for hc08
3987         pending missing library routines
3988         * .version: increased version number to 2.4.4 - hc08 port now passes
3989         regression tests
3990
3991
3992 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3993
3994         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3995         * Makefile.common.in,
3996         * as/Makefile,
3997         * as/hc08/Makefile.in,
3998         * as/mcs51/Makefile.in,
3999         * as/z80/Makefile.in,
4000         * debugger/mcs51/Makefile.in,
4001         * device/include/Makefile.in,
4002         * device/lib/Makefile.in,
4003         * doc/Makefile,
4004         * link/Makefile,
4005         * link/z80/Makefile.in,
4006         * packihx/Makefile.in,
4007         * sim/ucsim/main_in.mk,
4008         * sim/ucsim/avr.src/Makefile.in,
4009         * sim/ucsim/doc/Makefile.in,
4010         * sim/ucsim/gui.src/serio.src/Makefile.in,
4011         * sim/ucsim/hc08.src/Makefile.in,
4012         * sim/ucsim/s51.src/Makefile.in,
4013         * sim/ucsim/xa.src/Makefile.in,
4014         * sim/ucsim/z80.src/Makefile.in,
4015         * src/Makefile.in,
4016         * support/cpp2/Makefile.in,
4017         * support/librarian/Makefile,
4018         * support/makebin/Makefile: added DESTDIR to the install path proposed
4019         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4020         * doc/sdccman.lyx: added DESTDIR documentation
4021
4022 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4023
4024         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4025         instruction for interrupt handlers, use fast returns when returning
4026         from high priority interrupts
4027
4028 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4029
4030         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4031         code generation
4032         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4033         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4034         bugs, ported much of Bernhard's code from mcs51
4035         * src/mcs51/gen.c (genSend),
4036         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4037         than one when calling a reentrant function
4038         * device/lib/_mullong.c: defined an alternate struct layout for big
4039         endian ports (hc08)
4040
4041 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4042
4043         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4044         test
4045
4046 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4047
4048         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4049         are sane and complete before asking the port its prefered parameter
4050         passing method (fixes bug #1017633)
4051         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4052         and _ret3
4053
4054 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4055
4056         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4057         problem in bitfields >= 8 bits.
4058
4059 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4060
4061         * src/SDCCsymt.c: undid changes that were not meant to be committed
4062
4063 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4064
4065         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4066
4067 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4068
4069         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4070           copied and wrong bit got inverted
4071
4072 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4073
4074         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4075         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4076         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4077         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4078         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4079         assignments to bitfields at known addresses
4080         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4081         reads from bitfields at known addresses
4082         * src/hc08/ralloc.c (packRegisters),
4083         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4084         genhc08Code): optimize pointer get values used as conditionals
4085         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4086         and branch
4087
4088 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4089
4090         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4091         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4092         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4093         as conditionals
4094
4095 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4096
4097         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4098
4099 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4100
4101         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4102         related problems
4103
4104 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4105
4106         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4107
4108 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4109
4110         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4111         mcs51 port
4112
4113 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4114
4115         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4116
4117 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4118
4119         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4120         cases use more compact code.
4121
4122 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4123
4124         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4125
4126 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4127
4128         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4129
4130 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4131
4132         * src/SDCCsymt.h,
4133         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4134         parameter of changePointer() from symbol* to sym_link*
4135         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4136         * src/SDCCsymt.c (compareType): void* type is castable to other
4137         pointers, but not necesarily an exact match.
4138         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4139         is no longer blindly treated as an exact match.
4140         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4141
4142 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4143
4144         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4145
4146 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4147
4148         * src/pic/gen.c,
4149         * src/pic/pcode.c,
4150         * src/pic/ralloc.h,
4151         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4152
4153 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4154
4155         * src/pic/device.c,
4156         * src/pic/device.h,
4157         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4158
4159 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4160
4161         * src/mcs51/gen.c (emitcode): fixed bug #992819
4162
4163 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4164
4165         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4166           there's no need to make it worse
4167
4168 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4169
4170         * src/mcs51/ralloc.c (deassignLR),
4171         * src/ds390/ralloc.c (deassignLR),
4172         * src/hc08/ralloc.c (deassignLR),
4173         * src/z80/ralloc.c (deassignLR),
4174         * src/pic/ralloc.c (deassignLR),
4175         * src/pic16/ralloc.c (deassignLR),
4176         * src/avr/ralloc.c (deassignLR),
4177         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4178         rlivePoint): fixed another part of bug #971834
4179
4180 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4181
4182         * src/z80/main.c: enabled "critical" keyword
4183         * src/z80/mappings.i,
4184         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4185         functions (fixes bug #979646)
4186         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4187
4188 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4189
4190         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4191           such as c:\mydir.
4192
4193 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4196           doesn't disable too much optimizations
4197
4198 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4199
4200         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4201
4202 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4203
4204         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4205
4206 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4207
4208         * src/pic/gen.c tidied up tabs
4209         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4210         * src/pic/main.c tidied up tabs
4211         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4212         * src/pic/pcoderegs.c tidied up tabs
4213         * src/pic/ralloc.c tidied up tabs
4214
4215 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4216
4217         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4218         to S_FIXED for pic16 port and when symbol is not in level 0,
4219         allocate for S_REGISTER storage class and pic16 port, too,
4220         * src/pic16/device.h: prototype for checkSym,
4221         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4222         * (pic16_assignConfigWordValue): test the value and the mask to
4223         validate that the value is suitable for the configuration word,
4224         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4225         collect extern declared symbols, don't emit symbol twice, check
4226         first if symbol is in publics set first,
4227         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4228         * added command line '--fstack' which enables an experimental
4229         feature for stack access, too buggy to be used yet...
4230         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4231         * (pic16_allocDirReg): when register has storage class S_REGISTER
4232         allocate in pic16_dynAccessRegs,
4233         * device/include/pic16/pic18f????.h: modified configuration word
4234         naming convention, words started as CONFIG0H but should be CONFIG1H
4235
4236 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4237
4238         * device/include/mcs51reg.h: fixed bug 970993
4239
4240 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4241
4242         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4243         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4244         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4245         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4246         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4247         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4248           error/warning numbers,
4249           added function setWarningDisabled()
4250         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4251         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4252           _memcmp.c _memmove.c calloc.c realloc.c free.c
4253         * support/regression/tests/malloc.c: added tests for new functionality
4254         * support/regression/tests/zeropad.c: added tests for truncated initializers
4255           and initialized char arrays starting with '\x0'
4256         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4257
4258 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4259
4260         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4261
4262 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4263
4264         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4265         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4266         peephole 177.e. Thanks to anonymous
4267
4268 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4269
4270         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4271         function isn't used in the source but referenced as a
4272         variable initializer then declare it as extern in .asm file
4273
4274 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4275
4276         * .version: increased version number to 2.4.3
4277
4278         Adding version extension according to ChangeLog CVS revision
4279         * src/Makefile.in (target all): added dependency 'version.h'
4280         * (rule version.h): added rule to create version.h from ChangeLog,
4281         * (rule dep): added dependency version.h,
4282         * src/version.awk: AWK script to create version.h
4283         * src/SDCCdwarf2.c (dwWriteModule),
4284         * src/SDCCglue.c (initialComments),
4285         * src/SDCCmain.c (printVersionInfo): modified to write after
4286         version string the version extension number,
4287         * src/SDCCutil.c: included "version.h"
4288         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4289         number,
4290         * src/SDCCutil.h: added prototype for getBuildNumber
4291
4292         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4293         includeDirsSet, too,
4294         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4295         const char [] is found in function prototype...
4296
4297         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4298         moving to WREG with source is already in WREG,
4299         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4300         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4301         * (aopForSym): stack'ed symbols are partially supported, added
4302         if-clause to support symbols in FARSPACE,
4303         * (sameRegs): added test for AOP_ACC to see if registers are same,
4304         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4305         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4306         * (pic16_popRegFromString): will not allocate a new register if it
4307         doesn't find one by name, bug may have introduced...
4308         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4309         * (genIpush): revived to use pic16 port's stack,
4310         * (genAddrOf): added incomplete case for stack'ed operand,
4311         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4312         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4313         can handle multibyte operands,
4314         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4315         * (pic16initialComments): added message for MPLAB compatibility
4316         mode enabled,
4317         * src/pic16/main.h: prototype for pic16_mplab_comp,
4318         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4319         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4320         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4321         because of increased complexity of procedure,
4322         * (_process_pragma): stack pragma changed to format 'stack pos len',
4323         emit symbol '_stack_end' to conform with gplink,
4324         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4325         to search for register,
4326         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4327         PO_GPR_REGISTER,
4328         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4329         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4330         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4331         case for PO_GPR_REGISTER,
4332         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4333         dies, the new era is ahead !...
4334         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4335         pic16_dynInternalRegs,
4336         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4337         * (pic16_allocDirReg): minor optimizations and bug fixes,
4338         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4339
4340         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4341         load stack and frame pointer with address of 'stack_end' symbol
4342
4343 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4344
4345         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4346         without source code but only variable initializers
4347
4348 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4349
4350         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4351         external are not declared as extern to reduce overhead while linking
4352
4353 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4354
4355         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4356
4357 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4358
4359         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4360           Yee Keat for the patch
4361         * src/SDCCast.c (decorateType): fixed bug #979599
4362         * src/ds390/gen.h: removed local fReturnSizeDS390
4363         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4364         * src/ds390/gen.c (genAnd, genOr, genXor),
4365         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4366
4367 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4368
4369         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4370         add relFilesSet to $3, manipulate $2 to handle linking of object
4371         files without source files in command line,
4372         * device/include/pic16 (all headers): added ID location macros,
4373         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4374         entries for ID location bytes,
4375         * (pic16_assignIdByteValue): NEW,
4376         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4377         added field dumpcalltree to pic16_options_t,
4378         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4379         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4380         emitting rFalseIfx label after check_carry label,
4381         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4382         pic16_emitDIRegs), NEW
4383         * (pic16glue): dump .calltree file when option --calltree found,
4384         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4385         * (_pic16_genAssemblerPreamble): emit ID locations after
4386         configuration registers,
4387         * (pic16_linkCmd): modifications of the link command,
4388         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4389         * (pic16_pCodeInitRegisters): don't init stack registers,
4390         * (pic16_findPrevInstruction): fixed bug,
4391         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4392         bug with immediate registers,
4393         * (buildCallTree): traces stack push and pop,
4394         * (pct2): dump also stack usage for each function,
4395         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4396         * (pic16_allocDirReg): various modifications,
4397         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4398         fixed to 1,
4399
4400 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4401
4402         * src/pic16/pcode.c: removed buggy double colon
4403
4404 2004-07-01 Borut Razem <borut.razem AT siol.net>
4405
4406         * support/scripts/sdcc.nsi: added include/pic16 to setup
4407
4408 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4409
4410         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4411         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4412         target 'clean',
4413         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4414         specific command line arguments. Also added sample lkr script
4415         for placing a variable at a specific memory bank.
4416         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4417         at a specific memory bank,
4418         * (pic16_dump_isection): fixed bug which caused string literals to
4419         be omitted when dumping idata section,
4420         * (pic16_groupRegistersInSection): added code to handle registers
4421         in specific memory banks,
4422         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4423         public, all references are renamed too,
4424         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4425         AOP_DPTR2,
4426         * (pic16_storeForReturn): added case to handle when dest is WREG,
4427         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4428         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4429         pic16_rel_udata, check to see if that register is marked as being
4430         a member of a specific memory bank,
4431         * (pic16_printIvalCharPtr): added code to add string literals either
4432         to code or the idata sections,
4433         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4434         also accept the 'udata' pragma,
4435         * src/pic16/main.h: new structure types sectName and sectSym
4436         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4437         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4438         * (pic16_findPrevInstruction): fixed, it returned nothing,
4439         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4440         instruction combinations,
4441         * (pic16_FixRegisterBanking): heavily reorganised,
4442         * (pic16_AnalyzeBanking): if generating banksel directives is
4443         disabled, then don't call FixRegisterBanking at all,
4444         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4445         completely removed,
4446         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4447
4448 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4449
4450         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4451         Phuah Yee Keat <yk.phuah AT nestac.com>
4452
4453 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4454
4455         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4456         correctly the IVT even if it is relocated to some other location
4457
4458 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4459
4460         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4461         * device/include/pic16/pic18f2220.h: NEW,
4462         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4463         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4464         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4465         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4466         nodefaultlibs, ivt_loc is the location of the interrupt vector
4467         table, and nodefaultlibs signs that default libraries should not be
4468         linked in link stage,
4469         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4470         according to --ivt-loc argument,
4471         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4472         when pragma stack is found,
4473
4474 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4475
4476         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4477         256 (range check), 257 (do while), 258.a-f (bit banging
4478         f.e. on 3-wire SPI bus)
4479
4480 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4481
4482         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4483         variables used exclusively within a loop
4484
4485 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4486
4487         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4488
4489 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * src/SDCClrange.c (computeClash): fixed bug #971834
4492
4493 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4494
4495         * src/mcs51/gen.c (genCmp): fixed bug #975903
4496         * src/hc08/gen.c (operandsEqu),
4497         * src/ds390/gen.c (operandsEqu),
4498         * src/z80/gen.c (operandsEqu),
4499         * src/pic/gen.c (operandsEqu),
4500         * src/pic16/gen.c (operandsEqu),
4501         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4502         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4503
4504 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4505
4506         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4507
4508 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4509
4510         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4511         default case in switch statement,
4512         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4513         to eliminate problem with initialisation of pointers, but problem
4514         still exists,
4515         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4516         * (emitStaticSegment): removed various lines emitting debug info,
4517         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4518         added processor registers for utilizing EEPROM,
4519         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4520         configurable and set 8
4521
4522 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4523
4524         * .version: increased version number to 2.4.2,
4525
4526         Cumulative patch for pic16 port
4527         * src/pic16/device.c: changed scheme to dump initial values for
4528         variables in idata segment, all print_idata* functions were removed,
4529         now the pic16_printIval* will be called,
4530         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4531         * _pic16_printPointerType, pic16_printPointerType,
4532         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4533         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4534         NEW, similar to the respective functions in SDCCglue.c,
4535         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4536         way, emitting hex bytes,
4537         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4538
4539 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4540
4541         * src/avr/ralloc.c (serialRegAssign),
4542         * src/xa51/ralloc.c (serialRegAssign),
4543         * src/pic/ralloc.c (serialRegAssign),
4544         * src/pic16/ralloc.c (serialRegAssign),
4545         * src/hc08/ralloc.c (serialRegAssign),
4546         * src/z80/ralloc.c (serialRegAssign),
4547         * src/ds390/ralloc.c (serialRegAssign),
4548         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4549
4550 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4551
4552         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4553         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4554
4555 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4556
4557         Cumulative patch for pic16 port:
4558         * src/pic16/device.h (typedef PIC16_device) modified fields for
4559         defining microcontrollers,
4560         * src/pic16/device.c: added new info for all devices in Pics16 array,
4561         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4562         to be optimised out by the pCode optimiser,
4563         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4564         specially, bug reported by G.M. Gallant,
4565         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4566         as force'd so that cannot be optimised out by pCode optimiser,
4567         * src/pic16/pcode.c,
4568         * src/pic16/pcodepeeph.c,
4569         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4570         they are disabled by default, but can be enabled explicit with
4571         command argument --denable-peeps, for testing,
4572         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4573         --pomit-ivt in COMPILE_FLAGS
4574
4575 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4576
4577         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4578           compilation on MSVC
4579
4580 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4581
4582         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4583
4584 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4585
4586         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4587         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4588
4589 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4590
4591         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4592         would only assign 0x300001 register.
4593
4594 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4595
4596         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4597         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4598
4599 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4600
4601         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4602         for ds80c400
4603         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4604         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4605         added peephole 254 (left shift), 255 (jump table)
4606
4607 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4608
4609         * device/lib/Makefile.in: removed comment line with model-pic16,
4610         * (target port-specific-objects-pic16): the libraries and objects
4611         are copied to the build directory form the device/lib/pic16/bin
4612         directory
4613
4614         Cumulative patch concerning pic16 port:
4615         * library directory has been re-organized,
4616         * added support for PIC18F1220,
4617         * added headers and library sources for chips 18f1220,18f6520,
4618         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4619
4620         * configuration registers setting has changed, now each supported
4621         device has a complete description of the registers it uses,
4622         * all initialisations are moved to idata sections, these section
4623         can be absolute or relocatable,
4624         * fixed initialisation of codespace variables,
4625         * fixed warning about PCLATU and gpsim,
4626         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4627         * (genAssign): use table reads when assigning from variables in codespace,
4628         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4629         char/int variables placed in codespace,
4630         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4631         registers set in .asm file, no need for --pomit-config-words anymore,
4632         * (pic16glue): some 8051 legacy segments are commented out
4633         (to be removed completely),
4634         * added support for alternative assembler and linker with --asm=
4635         and --link= command line arguments,
4636         * peepholes are disabled automatically in the port, no need to
4637         specify on command line,
4638         * port supports natively char/int/long multiplication, but converts
4639         all divisions to support functions,
4640         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4641         to the file set in variable $2,
4642         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4643         strings in ASCII format and not in hex,
4644         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4645         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4646         allocate proper register if iCodes aren't temporary,
4647
4648 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4649
4650         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4651
4652 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4653
4654         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4655         is commented out
4656
4657 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4658
4659         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4660         computed address is reused
4661         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4662         multi-byte bitfields
4663
4664 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4665
4666         * src/z80/gen.c: (genArrayInit): must check for pointers too
4667
4668 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4669
4670         * support/regression/tests/zeropad.c: never meant to commit the
4671           nestedstruct test: removed, added check for GCC version
4672
4673 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4674
4675         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4676         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4677         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4678           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4679           bugs 928906 and 954082 half-empty initializers
4680         * src/SDCCsymt.h,
4681         * src/SDCCsymt.c (getAllocSize): added for above fix
4682         * src/z80/gen.c (genArrayInit): fixed bug 741044
4683         * support/regression/tests/zeropad.c: added tests
4684
4685 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4686
4687         * src/pic16/device.c (pic16_dump_section): corrected bug which
4688         caused some symbols of the libraries to be misplaced
4689
4690 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4691
4692         * src/pic16/glue.c,
4693         * src/pic16/ralloc.h,
4694         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4695         to fix conflict with pic port
4696
4697 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4698
4699         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4700         externs configuration variables,
4701         * src/pic16/ralloc.h,
4702         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4703         prototype in header, commented out some debug messages
4704
4705 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4706
4707         * src/pic16/glue.c,
4708         * src/pic16/main.c,
4709         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4710         for gpasm COFF object generation. Thanks to D. Hawkins for
4711         his patch info
4712
4713 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4714
4715         * src/ds390/main.c,
4716         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4717         Brock for spotting this)
4718         * src/ds390/gen.c (genEndFunction),
4719         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4720         interrupt handler and critical. Disable push/pop optimizations when
4721         peephole optimizations disabled.
4722
4723 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4724
4725         Updated pic16 library sources and headers.
4726         * device/lib/pic16/pic18f*/ ,
4727         * device/include/pic16/*.h: modified to handle structured SFR
4728         definitions
4729
4730 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4731
4732         * src/port.h (PORT structure): added hook initPaths, now each
4733         port can declare its own default search paths,
4734         which can been seen with the --print-search-dirs option,
4735         see pic16 port for example,
4736         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4737         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4738         * (doPrintSearchDirs): NEW, replaces in a central manner the
4739         printing of search dirs which was split in set*Paths functions,
4740         * (main): added call to port->initPaths and doPrintSearchDirs,
4741         * src/avr/main.c,
4742         * src/ds390/main.c,
4743         * src/hc08/main.c,
4744         * src/izt/i186.c,
4745         * src/izt/tlcs900h.c,
4746         * src/mcs51/main.c,
4747         * src/pic/main.c,
4748         * src/pic16/main.c: modified port structures to reflect addition of
4749         initPaths hook,
4750
4751         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4752         * (pic16_dump_section): for registers in same address reserve memory once,
4753         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4754         to no_banksel,
4755         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4756         result is greater in size than right or left,
4757         * (pic16_genUMult8X8_8): there are some cases where the result can
4758         be 16 bits size, so handle these,
4759         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4760         * (pic16_outBitC): modified to emit pcodes,
4761         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4762         or not,
4763         * (genDivOneByte): implemented algorithm to divide 8-bits,
4764         * (genCmp): uncommented goto, but issues still exist,
4765         * (genAnd): fixed a bug with variables >8bits,
4766         * (genPackBits): optimization added that uses BCF/BSF to change a
4767         single bit,
4768         * (genAssign): fixed bug when assigning floating point literals,
4769         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4770         __sdcc_gsinit_startup label,
4771         * src/pic16/main.c (_pic16_init): removed search directory
4772         initialisations,
4773         * (_pic16_initPaths): NEW, used to initialise search directories,
4774         * (_hasNativeMulFor): support functions for all except char/int
4775         multiplication, and char division,
4776         * (PIC16_port struct): modified entry for native mul support,
4777         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4778         no_banksel option,
4779         * (buildCallTree): call to register_usage is ifdef'ed out,
4780
4781 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * device/include/string.h: applied Stas Sergeev's patch to make this
4784         header file compatible with the preprocessor -Wundef option
4785         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4786         failure (fixes bug #941458)
4787
4788 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4789
4790         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4791         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4792         that the variable, not the function, should be static
4793         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4794         to be consistent with non-literal case
4795
4796 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4797
4798         * src/SDCCast.c (isConformingBody): fixed bug #949967
4799         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4800         convilong): fixed bug #952086
4801
4802 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4803
4804         * src/SDCCmem.c (allocVariables): fixed bug #955321
4805
4806 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4807
4808         * src/hc08/main.c (_hc08_genAssemblerEnd),
4809         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4810         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4811         completely eliminated the use of a temporary file
4812         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4813         when more than one file linked
4814         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4815
4816 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4817
4818         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4819         which fixes bug #543481
4820         * support/regression/tests/bug-751703.c: fixed comments left from a
4821         cut and paste error
4822         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4823         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4824         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4825         scopes
4826         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4827         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4828         are now changed to underscores in moduleName
4829
4830 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4831
4832         * as/mcs51/lkmem.c: better fix for bug #954173
4833
4834 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4835         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4836
4837         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4838         * device/include/c8051f000.h,
4839         * device/include/c8051f120.h,
4840         * device/include/c8051f300.h,
4841         * device/include/c8051f310.h,
4842         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4843         PWM16) and detab'ed
4844
4845 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4846
4847         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4848         and mailing lists, doc'ed --no-peep-comments, removed reference
4849         to knoppix (newest version has no LyX/LaTeX), other minor changes
4850         * src/SDCCglue.c (glue): save 2 bytes stack space with
4851         option --main-return. The ljmp could probably be avoided too
4852
4853 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4854
4855         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4856
4857 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4858
4859         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4860         * src/SDCCopt.c (isLocalWithoutDef),
4861         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4862         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4863         (credit to Maarten Brock for patch #949363, on which this is based)
4864         * support/regression/tests/bug-751703.c: some test cases of extern used
4865         within inner scopes.
4866
4867 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4868
4869         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4870         SPEC_STRUCT
4871         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4872         struct definitions
4873         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4874         dwWriteLabel): fix to create valid debugger symbols even when
4875         the module name has non-alphanumeric symbols in it
4876         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4877         when a variable's allocation has been optimized away
4878
4879
4880 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4881
4882         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4883         * src/hc08/main.c,
4884         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4885         * src/mcs51/main.c,
4886         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4887         * src/ds390/main.c,
4888         * src/z80/gen.c (z80_emitDebuggerSymbol),
4889         * src/z80/main.c,
4890         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4891         * src/pic/main.c,
4892         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4893         * src/pic16/main.c,
4894         * src/avr/gen.c (avr_emitDebuggerSymbol),
4895         * src/avr/main.c,
4896         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4897         * src/xa51/main.c,
4898         * src/SDCCdebug.c (emitDebuggerSymbol),
4899         * src/SDCCdebug.h,
4900         * src/port.h: added a debugger struct to the port struct. Added a
4901         callback for defining debugger symbols
4902
4903         * src/SDCCast.c (createLabel),
4904         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4905         with isitmp = 1
4906         * src/SDCCicode.h,
4907         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4908         iCode back to the ast for the function
4909
4910         * src/hc08/ralloc.c (hc08_assignRegisters),
4911         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4912         unneeded fields from the regs struct.
4913         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4914         pushReg() & pullReg() functions instead of emitcode()
4915
4916         * src/hc08/gen.c (genLabel, genhc08Code),
4917         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4918
4919         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4920         debugger hooks
4921
4922         * src/hc08/gen.c (genEndFunction, genhc08Code),
4923         * src/hc08/gen.h,
4924         * src/mcs51/gen.c (genEndFunction, gen51Code),
4925         * src/mcs51/gen.h,
4926         * src/ds390/gen.c (genEndFunction, gen390Code),
4927         * src/ds390/gen.h,
4928         * src/z80/gen.c (genEndFunction, genZ80Code),
4929         * src/z80/gen.h,
4930         * src/z80/z80.h,
4931         * src/pic/gen.c (genEndFunction, genpic14Code),
4932         * src/pic/gen.h,
4933         * src/pic16/gen.c (genEndFunction, genpic16Code),
4934         * src/pic16/gen.h,
4935         * src/avr/gen.c (genEndFunction, genAVRCode),
4936         * src/avr/gen.h,
4937         * src/xa51/gen.c (genEndFunction, genXA51Code),
4938         * src/xa51/gen.h,
4939         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4940         specific code to cdbFile.c and out of the backend code generators
4941
4942         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4943         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4944         starting address is now 0
4945
4946         * as/hc08/asm.h,
4947         * as/hc08/m08pst.c,
4948         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4949         assembler directive for DWARF support
4950         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4951
4952         * src/src.dsp,
4953         * src/Makefile.in,
4954         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4955
4956 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4957
4958         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4959         and inappropriate peephole optimization in jump tables
4960
4961 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4962
4963         * as/hc08/m08pst.c,
4964         * src/SDCCglue.c: sdccopt works for the hc08 port now
4965
4966 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4967
4968         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4969
4970 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4971
4972         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4973
4974 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4975
4976         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4977         rules
4978         * src/SDCCmain.c,
4979         * src/SDCCglobl.h,
4980         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4981         comments from the peephole optimizer replacement rules
4982         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4983         symbols
4984         * src/SDCCcse.c (updateSpillLocation),
4985         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4986         equivalents
4987         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4988         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4989         objects far pointers
4990
4991 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4992
4993         * src/SDCCsymt.h: a missing part of my last change
4994         * src/pic/ralloc.c (regTypeNum),
4995         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4996
4997 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4998
4999         * src/SDCCicode.h,
5000         * src/SDCCicode.c (aggrToPtrDclType),
5001         * src/SDCCptropt.h,
5002         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5003         ptrPseudoSymConvert),
5004         * src/pic/ralloc.c (regTypeNum),
5005         * src/pic16/ralloc.c (regTypeNum),
5006         * src/hc08/ralloc.c (regTypeNum),
5007         * src/ds390/ralloc.c (regTypeNum),
5008         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5009         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5010
5011 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5012
5013         * link/z80/lkmain.c (afile),
5014         * as/hc08/lkmain.c (afile),
5015         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5016         prevent a pointer problem when a filename has no directory and
5017         no extension specified.
5018
5019 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * link/z80/lkmain.c (afile): allow periods in directory names
5022         * link/z80/lkmain.c (afile),
5023         * as/mcs51/lkmain.c (afile),
5024         * as/hc08/lkmain.c (afile): allow linker script file to have an
5025         extension other than ".lnk"
5026         * link/z80/lklex.c (getfid),
5027         * link/z80/lkmain.c (parse),
5028         * as/mcs51/lklex.c (getfid),
5029         * as/mcs51/lkmain.c (parse),
5030         * as/hc08/lklex.c (getfid),
5031         * as/hc08/lkmain.c (parse): Support comments in the linker script
5032         file on lines by themselves and after filenames
5033
5034 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5035
5036         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5037
5038 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5039
5040         * src/z80/peeph-z80.def: removed some peephole rules that don't
5041         work with multibyte arithmetic (fixed bug #937126)
5042         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5043         to registers and not global variables
5044         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5045         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5046         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5047         checking for assignments not internally generated (fixed bug #931895)
5048         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5049         structure member (fixed bug #930072)
5050
5051 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5052
5053         * src/SDCCmain.c (linkEdit),
5054         * src/hc08/main.c (_hc08_parseOptions),
5055         * as/hc08/Makefile.in,
5056         * as/hc08/aslink.h,
5057         * as/hc08/asm.h,
5058         * as/hc08/m08pst.c,
5059         * as/hc08/lkrloc.c (relr, rele),
5060         * as/hc08/lkarea.c (lnkarea)
5061         * as/hc08/lkmain.c (afile, parse),
5062         * as/hc08/lkelf.c: support for ELF output
5063         * as/hc08/lks19.c (s19),
5064         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5065
5066 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5067
5068         * as/mcs51/lkihx.c: Fixed bug #899105.
5069
5070 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5071
5072         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5073         .dsp files from Unix to DOS.
5074
5075 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5076
5077         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5078         function pointers; we have been compliant for several months now.
5079         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5080         change that was accidently commented out
5081         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5082         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5083         bug #922319
5084
5085 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * src/hc08/gen.c: output of all of the internal debugging information
5088         is now controlled by the D() macro; it is disabled by default
5089
5090 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5091
5092         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5093         harder to keep the same registers during a CAST iCode
5094         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5095         long via int can be done in a single cast, if the signedness is
5096         correct.
5097         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5098         putchar() in tinibios.c in ds390's library
5099
5100 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5101
5102         * src/SDCCast.c (decorateType): fixed bug #898889,
5103         cast result of a literal complement too
5104         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5105         fixed check for bitfields
5106
5107 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5108
5109         * src/SDCCicode.c (geniCodeLogic): made it static,
5110         (geniCodeLogicAndOr): added in order to fix bug #905492,
5111         (ast2iCode): fixed bug #905492
5112         * support/regression/tests/bug-905492.c: added
5113         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5114         (processParms): fixed bug #927659: don't copy parms, this will clear
5115         decorated flag
5116         * support/regression/tests/bug-927659.c: added
5117
5118 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5119
5120         * src/SDCCast.c (addCast): don't cast float to char
5121         * device/lib/libsdcc.lib: added _memmove
5122
5123 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5124
5125         * device/lib/large/Makefile: fixed parallel execution by
5126         replacing `make` by `$(MAKE)`
5127
5128 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5129
5130         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5131         offsets (fixes bug #923936)
5132
5133 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5134
5135         * device/lib/small/Makefile: fixed parallel execution by
5136         replacing `make` by `$(MAKE)`
5137
5138 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5139
5140         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5141
5142 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5143
5144         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5145         * src/regression/Makefile: Regression test was not running.
5146
5147 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5148
5149         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5150         complement if possible
5151         * src/SDCCval.c (valComplement),
5152         * src/SDCCicode.c (operandOperation): fixed complement of literal
5153         * support/regression/tests/onebyte.c (testComplement): added
5154
5155 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5156
5157         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5158         return an optimized tree; actually replace actParm with the new tree
5159         * src/SDCCast.h: added some parantheses to remove side effects
5160         * support/regression/tests/bug-920866.c
5161
5162 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5163         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5164         Bit operands were not being handled properly in the pic14 port.
5165         (now src/regression/add.c passes again).
5166
5167 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5168
5169         * src/SDCC.y (labeled_statement): case and default no longer require
5170         a following statement (RFE #893037)
5171
5172 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5173
5174         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5175         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5176         disabled (fixes bug #916294)
5177         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5178         "mov a,acc"; patch provided by Lenny Story
5179         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5180
5181 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5182
5183         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5184         functions
5185         * src/ds390/gen.c (genFunction, genEndFunction),
5186         * src/ds390/ralloc.c (ds390_assignRegisters),
5187         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5188         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5189         pushed if there are parameters passed on the stack. Also, a cleaner
5190         way to decide if r0/r1 should be pushed/popped. (Together they fix
5191         bug #918693)
5192
5193 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5194
5195         * doc/sdccman.lyx,
5196         * device/lib/mcs51/crtpagesfr.asm,
5197         * device/lib/mcs51/crtxinit.asm,
5198         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5199         to avoid confusion with Si Lab's SFRPAGE register.
5200
5201 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5202
5203         * src/SDCCglue.c (emitMaps): allow public sfr variables
5204         * src/SDCCglue.c (initialComments): include compiler build date
5205         with compiler version and put the timestamp of the generated
5206         assembly file on a serperate line to be less confusing.
5207         * src/port.h: added genInitStartup hook
5208         * src/avr/main.c,
5209         * src/ds390/main.c,
5210         * src/hc08/main.c,
5211         * src/pic/main.c,
5212         * src/pic16/main.c,
5213         * src/xa51/main.c,
5214         * src/z80/main.c: genInitStartup initialize as NULL (default to
5215         historical behaviour)
5216         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5217         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5218         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5219         library instead of hard coding it into the compiler.
5220         * support/regression/ports/mcs51-stack-auto/spec.mk,
5221         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5222         * device/lib/mcs51/Makefile,
5223         * device/lib/small/Makefile,
5224         * device/lib/large/Makefile,
5225         * device/lib/mcs51/crtpagesfr.asm,
5226         * device/lib/mcs51/crtstart.asm,
5227         * device/lib/mcs51/crtxclear.asm,
5228         * device/lib/mcs51/crtxinit.asm,
5229         * device/lib/mcs51/crtclear.asm,
5230         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5231         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5232         and into user configurable files.
5233         * device/lib/clean.mk: clean mcs51 directory too
5234         * support/regression/tests/longlit.c: added static to T1 declaration
5235         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5236         accesses in the initialization code
5237
5238 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5241         OSCTRIMVAL as noted in bug #916008
5242
5243 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5244
5245         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5246         in loops with multiple exits (reported as incorrect registers
5247         used by Martin Helmling in Sdcc-user list)
5248
5249 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5250
5251         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5252         made ds390 register extensions look less like error messages
5253
5254 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5255
5256         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5257         reported by Adam Wozniak in Sdcc-user list
5258
5259 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5260
5261         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5262         arithmetic optimizations, added debug output
5263
5264 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5265
5266         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5267         * sdcc.spec: updated and split sdcc into 3 rpms
5268         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5269         needed for literals of LEFT_OP and '+'
5270         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5271         introduced RESULT_TYPE_NOPROM
5272         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5273         left shift
5274         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5275         limited promotion to int only for '*'
5276         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5277
5278 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5279
5280         * src/pic16/gen.c (genSkip),
5281         (genc16bit2lit), (gencjneshort): commented out
5282         (is_LitOp): new helper function, checks operand type
5283         (genCmpEq): rewritten
5284
5285 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5286
5287         * support/regression/tests/bug-908454.c: added
5288
5289 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5290
5291         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5292         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5293         (geniCodeCast): cosmetic, don't preserve bit storage class
5294         (geniCodeLeftShift): added promotion
5295         (geniCodeLogic): fixed regression
5296         * src/SDCCsymt.c (computeTypeOr): accept bits too
5297         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5298
5299 2004-03-07  Borut Razem <borut.razem AT siol.net>
5300
5301         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5302
5303 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5304
5305         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5306         version of pic16_genPackRegisters which does not check if ic is a
5307         CAST operator,
5308         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5309         function cause string1.c regression test fails
5310
5311 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5312
5313         * sim/ucsim/configure.in,
5314         * sim/ucsim/configure,
5315         * sim/ucsim/doc/Makefile.in: use docdir
5316         * src/SDCC.y: fixed sbit atrributes
5317         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5318         * src/SDCCast.c (decorateType): |^& need special promotion handling
5319         * src/SDCCast.h,
5320         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5321         * src/SDCCsymt.h (computeType),
5322         * src/SDCCicode.c: computeType() needs op
5323         * src/SDCCsymt.c (checkTypeSanity),
5324         * doc/sddman.lyx: "plain" bitfields are unsigned
5325         * src/SDCCsymt.c (computeTypeOr): added
5326         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5327         |^& ops
5328         * src/SDCCval.c (val*): computeType() needs op
5329         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5330         * support/regression/tests/onebyte.c: added tests for |^&
5331
5332 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5333
5334         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5335         for writing icode into asm output.
5336
5337 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5338
5339         * src/pic16/device.c: added some debug lines enabled
5340         with macro DEBUG_CHECK,
5341         * src/pic16/genarith.c: more debug in genPlus,
5342         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5343         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5344         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5345         * (aopForSym): onStack symbols are re-placed in data memspace,
5346         and onStack flag is cleared,
5347         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5348         copy temporary pcodeop,
5349         * (genPcall): added warning for not updating PCLATU,
5350         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5351         always true for pic16 port,
5352         * (genMultOneWord): NEW, supports integer multiplication,
5353         * (genMult): modified to call genMultOneWord,
5354         * (ifxForOp): added warning when return NULL,
5355         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5356         flag is set before call to operandFromSymbol for implicit
5357         added structures,
5358         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5359         options.intlong_rent are set by default,
5360         * (_hasNativeMulFor): modified to allow port generation of integer
5361         multiplication,
5362         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5363         set regtype to REG_SFR for all registers, restricting seting the
5364         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5365
5366 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5367
5368         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5369         more than 500 times in the regression tests
5370
5371 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5372
5373         * support/Util/SDCCerr.h,
5374         * support/Util/SDCCerr.c,
5375         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5376         enumerator_list),
5377         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5378         for symbol conflicts.
5379         * support/valdiags/tests/enum.c,
5380         * support/valdiags/tests/tentdecl.c,
5381         * support/valdiags/tests/struct.c: expect possible error messages
5382         referring to original symbol definitions.
5383         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5384         * src/SDCCsymt.h,
5385         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5386
5387 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5388
5389         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5390
5391 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5392
5393         * src/pic16/ralloc.c (newReg): fixed bug #908929
5394
5395 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5396
5397         * src/ds390/gen.c: added missing #include "main.h"
5398
5399 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5400
5401         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5402         checking if symbol is already in set,
5403         * src/pic16/device.h: prototype for checkAddSym,
5404         * src/pic16/gen.c: (_G): added entry interruptvector,
5405         * (assignResultValue): removed some commented out lines,
5406         * (genFunction): check for ISR via sym->type, absolute section for
5407         interrupt code is created via a new pBlock, the goto instruction is
5408         placed now correctly at the interrupt vector position, changed all
5409         references from ivec to _G.interruptvector,
5410         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5411         is the interrupt is a high priority one, same for return from ISR,
5412         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5413         externs to calls of checkAddSym,
5414         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5415         pic16_pcode_verbose flag is set,
5416         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5417         * src/pic16/pcoderegs.c: message about how many registers are saved
5418         will only be emitted if pic16_pcode_verbose flag is set,
5419
5420 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5421
5422         * src/ds390/ralloc.h,
5423         * src/ds390/ralloc.c (ds390_regWithIdx),
5424         * src/ds390/gen.c (emitcode),
5425         * src/ds390/main.h,
5426         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5427         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5428         ds390operandCompare, getRegsRead, getRegsWritten,
5429         initializeAsmLineNode): customized instruction size calculation for
5430         ds390, started basis for some register optimizations
5431         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5432         corresponding assembly output
5433         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5434         missing push/pop of r0/r1. Optimized push/pops
5435
5436 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5437
5438         * src/mcs51/main.c (instructionSize): fixed ACALL size
5439         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5440
5441 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5442
5443         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5444         the sorting of rlist with NULL elements
5445         * (print_idataType, print_idata): NEW to create idata sections
5446         * src/pic16/device.h: idataSymSet new variable
5447         * src/pic16/gen.c (genFunction): fixed some bugs in string
5448         comparing, improved the absolute section creation for ISRs,
5449         added FSR0L/FSR0H in registers that are saved in an ISR,
5450         * (genInline): fixed the processing of inline snippets,
5451         now they undergo no process by the peephole optimizer
5452         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5453         are placed in idataSymSet,
5454         * (pic16emitStaticSeg): extern symbols are added in externs,
5455         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5456         switching when aboslute variables are placed in access bank memory
5457         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5458         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5459         commented out with #if,
5460         * (pic16_packRegisters): reintroduce the check for CAST because some
5461         symbols are not correctly handled,
5462         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5463         pCodeInstruction instead of pCode,
5464         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5465         pCodeAsmDir definition,
5466         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5467         directive, then the argument directive is emitted without the leading
5468         tab, hack for inline labels which must be in the first column,
5469         * (compareLabel,pic16_findNextInstruction),
5470         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5471         * (insertBankSwitch): modified for the new pCodeAsmDir,
5472
5473 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5474         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5475
5476         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5477         instance,
5478         * (pushSide): commented out with #if,
5479         * (assignResultValue): fixed some typos in saving
5480         registers,
5481         * (genPcall): FIXED and sync'ed with genCall,
5482         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5483         * (genNearPointerGet): fixed to handle some more cases,
5484         implementation scheme via table reads,
5485         * (genConstPointerGet): modified to access code memory correct,
5486         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5487         and improved to handle some cases
5488         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5489         instead of "RETLW" for init data
5490         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5491         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5492         variables are placed in access bank memory (<0x80 and >=0xf80),
5493         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5494         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5495         TBLWT_POSTDEC,TBLWT_PREINC
5496         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5497         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5498         directives
5499         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5500         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5501         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5502         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5503
5504 2004-02-29  Borut Razem <borut.razem AT siol.net>
5505
5506         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5507         support/Util/findme.h, support/Util/system.h: enhance binary relative
5508         search for lib and include by using findProgramPath()
5509
5510 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5511
5512         * src/SDCCpeeph.h,
5513         * src/SDCCpeeph.c (pcDistance),
5514         * src/port.h,
5515         * src/mcs51/ralloc.h,
5516         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5517         * src/mcs51/main.h,
5518         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5519         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5520         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5521         size calculation port specific, started basis for some register
5522         optimizations
5523         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5524         missing push/pop of r0/r1. Optimized push/pops
5525         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5526         * device/lib/_modsint.c (_modsint),
5527         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5528         and stack version so regression tests pass
5529
5530 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5531
5532         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5533         * src/SDCCast.c (decorateType): catch another small optimization
5534         with '?' operator
5535         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5536         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5537         modified to finally use computeType() all over SDCC,
5538         see Feature Request #877103
5539         * src/SDCCval.h: cosmetic
5540         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5541         valCompare(); regression tested in muldiv.c
5542         * support/regression/tests/muldiv.c (testMod): mod sign follows
5543         dividend only
5544
5545 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5546
5547         * src/SDCCast.c (decorateType): fixed bug #902362
5548         * doc/INSTALL.txt: fixed install instructions for win32
5549
5550 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5551
5552         * device/include/Makefile.in (install): fixed by replacing spaces
5553         by tabs
5554         * doc/README.txt,
5555         * doc/INSTALL.txt: updated for release
5556         * doc/sdccman.lyx: added warning for --xstack being buggy
5557
5558 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5559
5560         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5561         to eliminate build warnings.
5562         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5563
5564 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5565            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5566
5567         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5568         removed -penable-stack, added comment for stack pragma, added
5569         warning for not initializing the stack/frame registers, removed
5570         comment at interrupts section
5571
5572         Stack is made permanent, there is no ability to disable stack usage.
5573         * src/pic16/device.h,
5574         * src/pic16/device.c: removed all references to USE_STACK macro,
5575         * src/pic16/device.c (pic16_dump_section): when no elements in
5576         rlist, free rlist before return,
5577         * (pic16_dump_int_registers): NEW, internal registers are a new set
5578         of general purpose registers reused by each function,
5579         * (checkAddReg): returns 1 if registers is added to set,
5580         * (pic16_groupRegistersInSection): when a registers is of type
5581         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5582         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5583         SRCASECMP macro is moved here from device.c
5584         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5585         PO_PCLATU, PO_PRODL, PO_PRODH,
5586         * (pic16_pCodeOpType, genMinus,
5587         changed compares to "a" register, with AOP_ACC,
5588         * (pic16_genPlus): fixed some bugs and indented properly,
5589         * (pic16_addSign): changed size to size+offset in the MOVWF
5590         instruction,
5591         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5592         multiply 8-bit operand by literal, result is 8-bit,
5593         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5594         multiply 2 8-bit operand, result is 8-bit,
5595         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5596         genUMult8X*_16,
5597         * src/pic16/gen.c: changed accUse to contain WREG only,
5598         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5599         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5600         true, do not use immediate addressing any more unless sym is a
5601         pointer in codespace,
5602         * (aopForRemat): do not use immediate addressing when symbol not in
5603         codespace and when symbol's address is requested,
5604         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5605         accUse size (= 1),
5606         * (aopGet): added case for AOP_ACC and don't return "accumulator
5607         bug" but WREG instead,
5608         * (popGetTempReg): pushes contents of temporary register in stack,
5609         * (popReleaseTempReg): pops contents of temporary register from
5610         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5611         * (pic16_popGet): separated case AOP_ACC to return register WREG
5612         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5613         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5614         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5615         the use of immediate pointers to certain cases only.
5616
5617         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5618         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5619         * (assignResultValue, genCall, genRet): modified to use the new
5620         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5621         genPcall is still broken,
5622         * (genFunction): added code to create 'A' type pBlocks when
5623         interrupt functions are generated, code not extensively tested yet,
5624         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5625         * (genEndFunction): modified so ISRs pop stored registers from stack,
5626         * (genMultOneByte): cleanup,
5627         * (AccRsh): added flag andmask, to and result with appropriate mask,
5628         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5629         * (genDataPointerGet): fixed and reenabled its use,
5630         * (genNearDataPointerGet): bugs fixed,
5631         * (genDataPointerSet): bugs fixed,
5632         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5633         pic16_DumpSymbol, pic16_DumpOp,
5634         * src/pic16/genutils.h: function prototypes for the above functions,
5635         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5636         pointers,
5637         * (pic16emitRegularMap): many many many improvements, but needs a
5638         major cleanup,
5639         * src/pic16/main.c: enable_stack in pic16_options is removed,
5640         * (_pic16_parseOptions): removed command line options -penable-stack,
5641         * (_process_pragma): emit stack symbol only when stack pragma is
5642         processed,
5643         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5644         redirected to FSR0L/FSR0H pair,
5645         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5646         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5647         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5648         for immediates,
5649         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5650         * (dumpPicOptype): NEW,
5651         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5652         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5653         with movff instruction,
5654         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5655         added pic16_int_regs, some packRegsFor* functions are commented out,
5656         because produce errors,
5657         * src/pic16/NOTES: minor modifications
5658
5659 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5660
5661         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5662         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5663         --pack-iram.
5664         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5665         * as/mcs51/lkaomf51.c: fixed bug #895763
5666
5667 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5668
5669         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5670
5671 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5672
5673         * doc/sdccman.lyx: added details about the HC08 storage classes and
5674         interrupts, fixed the register usage info for z80 & gbz80
5675
5676 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5677
5678         * doc/sdccman.lyx: added more pic16 port documentation
5679         * device/include/pic16/: added header pic18fregs.h
5680
5681 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5682
5683         * doc/sdccman.lyx: added Vangelis' contribution
5684
5685 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5686
5687         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5688         extend to the next CALL or PCALL, not just to the next CALL.
5689
5690 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5691
5692         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5693
5694 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5695
5696         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5697         bug #895752 and a better fix for bug #716790
5698
5699 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5700
5701         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5702
5703 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5704
5705         * doc/sdccman.lyx: minor changes, minor changed
5706
5707 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5708
5709         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5710         which can't handle SDCC_NEWONEBYTEOPS,
5711         (geniCodeMultiply): removed conversion from mult to shift for pic14
5712         and pic16
5713
5714 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * src/hc08/gen.h,
5717         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5718         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5719         thus fixing bug #895406
5720
5721 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5722
5723         * device/lib/_modsint.c,
5724         * device/lib/_modslong.c: sign follows divisor only
5725         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5726         signs or signedness can be ignored
5727         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5728         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5729         added optimization for IFX,
5730         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5731         arguments;
5732         reenabled optimization for IFX, which was removed on 2004-01-11
5733         * src/SDCCast.h: added return type IFX
5734         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5735         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5736         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5737         SDCC_OLDONEBYTEOPS selects the old behaviour
5738         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5739         changed again and commented promotion rule
5740         * src/SDCCval.c (valDiv): promotion no longer necessary
5741         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5742         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5743         rewritten
5744         * support/regression/tests/onebyte.c: added
5745
5746 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5747
5748         * gen.c (genInline): reverted to old code for assemnling inline
5749         code because of bug reported James Chadd
5750
5751 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5752
5753         * ralloc.h: missing declarations from previous patch,
5754         seems that patch for ralloc.h was never applied, fixed
5755
5756 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5757            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5758
5759         * pcode.c,
5760         * pcode.h,
5761         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5762         indirect addressing. Marked FSR0 as deprecated
5763         * gen.c (pointerCode): commented out, not needed now
5764         (pic16_popGet2p): new MOVFF helper function
5765         (genGenPointerGet),
5766         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5767         (shiftRLong): removed duplicate debugging info
5768
5769 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5770
5771         * src/ds390/gen.c (genNearPointerGet),
5772         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5773         optimization with bits, but not bitfields.
5774         * src/ds390/ralloc.c (packRegisters),
5775         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5776
5777 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5778
5779         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5780
5781 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * src/SDCCsymt.h,
5784         * src/SDCCicode.c (operandFromSymbol),
5785         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5786         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5787         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5788         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5789         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5790         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5791         bug #892038
5792         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5793         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5794         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5795         * src/SDCCsymt.c (newSymbol),
5796         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5797         enumerator_list),
5798         * src/SDCCval.h,
5799         * src/SDCCval.c (newiList): fixed bug #885705
5800
5801 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5802
5803         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5804         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5805
5806 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5807
5808         * device/include/c8051f120.h,
5809         * device/include/c8051f300.h,
5810         * device/include/c8051f310.h: added/updated header files for Silicon
5811         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5812         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5813         in new section Submitting patches
5814
5815 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5816
5817         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5818         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5819         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5820         genGenPointerSet),
5821         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5822         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5823         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5824         genGenPointerSet),
5825         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5826         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5827         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5828         genGenPointerSet),
5829         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5830         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5831         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5832         genGenPointerSet): fixed bug #892400
5833         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5834         to eliminate build warnings.
5835         * src/SDCCast.c (processParms),
5836         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5837         fixed bug 751859
5838         * support/valdiag/valdiag.py: added GCC to the list of defines active
5839         when compiling with gcc
5840
5841 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5842
5843         * support/Util/SDCCerr.h,
5844         * support/Util/SDCCerr.c,
5845         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5846         with an incomplete type (fixed bug #883734)
5847         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5848
5849 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5850
5851         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5852
5853 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * src/SDCCast.c (decorateType),
5856         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5857         function pointer implementation
5858         * support/regression/tests/funptrs.c: added tests to verify both forms
5859         of function pointers work correctly. Added tests to verify parameters
5860         are passed in the correct order.
5861
5862 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5863
5864         * device.c (regCompare): registers are sorted by ascending
5865         address and increasing size,
5866         * main.c (_pic16_finaliseOptions): removed the declaration
5867         of compiler macro MCU. Now a macro of the format pic18fxxxx
5868         will be defined from the command line
5869
5870 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5871             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5872
5873         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5874         PCOP_RLCF was overwritten!
5875         * gen.c (genSkip): commented out calls to pic16_emitcode,
5876         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5877         * (genlshTwo),
5878         * (genRRC): added debugging info,
5879         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5880         overwritten while shifting,
5881         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5882         overwritten while shifting,
5883         * (AccLsh),
5884         * (AccRsh),
5885         * (shiftLLeftOrResult),
5886         * (shiftRLeftOrResult),
5887         * (shiftRLong),
5888         * (shiftLLong): Implemented with pic16_emitpcode
5889         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5890         * (genLeftShift): Fixed bug, operand for shift by variable always
5891         was "and"ed with 0x0f,
5892         * (genLeftShiftLiteral),
5893         * (genrshTwo),
5894         * (genRightShiftLiteral): added debugging info,
5895         * (genrshFour): added comment,
5896         * (genRightShift): determined signedness from operand "left"
5897         instead of "result"
5898
5899 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5900
5901         * src/SDCCicode.c (geniCodeParms),
5902         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5903         function pointers, fixed function pointer bugs #861242 and #861896
5904
5905 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5906
5907         * device/include/c8051f000.h,
5908         * device/include/c8051f120.h,
5909         * device/include/c8051f300.h: added header files for Silicon
5910         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5911
5912 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5913
5914         * src/SDCCast.c (processParams): added new type flow and restructured
5915         (gatherAutoInit): added new type flow
5916         (addCast): cosmetic changes
5917         (getLeftResultType): added new type flow for array indices, patch
5918         provided by Stas, see FR #877103
5919         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5920         array index patch by Stas
5921         * src/SDCCast.h: added prototype getResultTypeFromType()
5922         * src/SDCCval.h,
5923         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5924         * src/pic/glue.c (pic14emitStaticSeg),
5925         * src/pic16/glue.c (pic16emitStaticSeg),
5926         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5927         for initialization of symbols
5928         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5929         * support/Util/SDCCerr.h:
5930         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5931         * .version: bumped version number to 2.3.8
5932         * device/include/Makefile.in (install),
5933         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5934         avoid warnings
5935
5936 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5937
5938         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5939         Slade Rich fixed an optimization bug
5940         * src/pic/pcodepeep.c,
5941         * src/pic/pcoderegs.c
5942         * doc/Makefile (install): added test for directory
5943
5944 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5945
5946         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5947         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5948         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5949         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5950         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5951         * as/mcs51/asexpr.c (term),
5952         * as/hc08/asexpr.c (term): fixed bug #887146
5953
5954 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5955
5956         * src/z80/gen.c (genMult): handle single byte result product
5957         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5958         DUMMY_READ_VOLATILE (fixed bug #886367)
5959
5960 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5961
5962         * support/regression/tests/libmullong.c: fixed logic, on little endian
5963         hosts we ended without a mullong_wrapper()
5964
5965 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5966
5967         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5968         virus/worm forged address usage.
5969
5970 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5971
5972         Fixed promotion, it should be done on AST level:
5973         * src/SDCCast.c (addCast): added promotion to int
5974         (decorateType): updated call to upCast()
5975         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5976         usualUnaryConversions()
5977
5978 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5979
5980         * support/regression/tests/literalop.c (mulWrapper): Added a
5981         wrapper to remove integer overflow warnings.
5982
5983         * support/regression/tests/float_trans.c: Made work on host.
5984
5985         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5986         location of sz80.
5987
5988         * support/regression/generate-cases.py (main): Changed from inline
5989         to a main method.
5990
5991         * doc/Makefile (install): Changed to depth first to get rid of
5992         missing directory install warning.
5993
5994         * as/Makefile (install-doc): Made work on Mac.
5995
5996 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5997
5998         * src/SDCCast.c: added an additional type flow in decorateType() of
5999         opposite direction, see feature request #860006; it's enabled at runtime
6000         by setting the environment variable SDCC_NEWTYPEFLOW
6001         * src/SDCCast.h: changed prototype of decorateType()
6002         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6003         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6004         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6005         see feature request #877103
6006         * src/SDCCval.c: updated call of decorateType()
6007         (valBitwise): fixed bug #882876
6008         (valMinus): added promotion
6009         (valLogicAndOr): result is unsigned
6010         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6011         * src/SDCCsymt.c (computeType),
6012         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6013         must not cause an unsigned operation
6014         * src/pic/glue (pic14emitRegularMap),
6015         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6016
6017 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6018
6019         * src/pic/pcode.c (PCodeID): commented out left over debug code
6020
6021 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6022
6023         * support/valdiag/tests/overflow.c: added shift tests
6024         * src/pic/device.c,
6025         * src/pic/gen.c,
6026         * src/pic/gen.h,
6027         * src/pic/glue.c,
6028         * src/pic/main.c,
6029         * src/pic/pcode.c,
6030         * src/pic/pcode.h,
6031         * src/pic/pcodepeep.c,
6032         * src/pic/pcoderegs.c,
6033         * src/pic/ralloc.c,
6034         * src/pic/ralloc.h: applied patch from Slade Rich;
6035         added support for multiple code pages and multiple RAM banks on the
6036         PIC 14 port. The ASM files now no longer simply assume all the
6037         code / RAM are in the same page / bank. This means the linker can
6038         safely allocate code/RAM of separate ASM files to different pages/banks.
6039         * doc/sdccman.lyx: added Slade's tips
6040         * src/mcs51/peeph.def: fixed bug #880768
6041
6042 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6043
6044         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6045         * src/SDCCast.c (decorateType): fixed bug #880197
6046
6047 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6048
6049         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6050         getopt.h.
6051
6052         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6053         strtof is not part of C89 and isn't included with Mac OS X.
6054
6055 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6056
6057         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6058         shiftL2Left2Result): fixed bug #879326
6059         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6060         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6061         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6062         address fetch for clr instruction
6063         * device/lib/hc08/_mulint.c: created optimized assembly version
6064         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6065
6066 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6067
6068         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6069         proposed in FR #877103
6070
6071 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6072
6073         * src/SDCCval.c (cheapestVal): added missing checks
6074         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6075         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6076
6077 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6078
6079         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6080         equal operands
6081
6082 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6083
6084         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6085         loaded with the linker search paths (-L arguments) and the libraries
6086         to be linked with the current source (-l arguments). Changes
6087         currently will affect only the pic16 port.
6088         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6089         include path the port specific paths and port specific libraries,
6090         * gplink command now contains the $3 argument,
6091         * src/pic16/device.h,
6092         * src/pic16/device.c,: structure PIC_device is made public and
6093         renamed to PIC16_device, the same for variable Pics which is renamed
6094         to Pics16. Updated all references to them.
6095         * src/pic16/glue.c (pic16glue): corrected bug with code
6096         initialization which bypassed the variable initializations block.
6097
6098         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6099         COMPILE_FLAGS and added the --nostdinc option
6100
6101 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6102
6103         * device/include/mc68hc908jb8.h: Register defs for another member
6104         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6105
6106 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6107
6108         Documenting changes from previous commits.
6109         * configure.in (version 1.56),
6110         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6111         when generating output files to configure the pic16 library,
6112         but now I've commented it out, since gputils aren't installed in the
6113         SF compile farm, so library won't compile
6114
6115         * device/lib/Makefile.in (version 1.56): initially I've added in
6116         target 'all' the prerequestive 'model-pic16' so it compiled the
6117         pic16 library, but now I've commented it out for the same reasons
6118         above,
6119         * added targets 'model-pic16' and 'objects-pic16' to compile the
6120         library
6121         * added target 'port-specific-objects-pic16' to handle the
6122         generated libraries and copy them into the build/ directory
6123         * added target 'clean-intermediate-pic16' to clean intermediate
6124         files into pic16 directory
6125         * in target 'installdirs' added line to create directory pic16 in
6126         the installation path
6127
6128         * device/include/Makefile.in (version 1.11): in target 'install'
6129         added lines to copy all header files to installation path,
6130         * in target 'installdirs' added line create directory for pic16
6131         headers in the installation path
6132
6133 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6134
6135         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6136          a function call
6137
6138 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6139
6140         * configure,
6141         * device/lib/configure.in,
6142         * device/lib/configure: fixed for autoconf 2.57
6143
6144 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6145
6146         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6147         option so that it actually works. Made it specific to the z80, since
6148         the gbz80 doesn't have these kinds of I/O ports.
6149
6150 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6151
6152         * device/include/z180.h,
6153         * device/lib/_memcpy.c,
6154         * device/lib/_memmove.c,
6155         * device/lib/_mulint.c,
6156         * device/lib/ser_ir.c,
6157         * device/lib/ser_ir_cts_rts.c,
6158         * device/lib/_strcmp.c,
6159         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6160         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6161         portmode; added deprecation warning for bank= and protmode= forms.
6162         Also, guard against buffer overflow.
6163         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6164
6165 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6166
6167         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6168         changed interrupt vector table generation to only emit declared vectors.
6169         * device/include/Makefile.in: added missing backslash
6170         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6171
6172 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6173
6174         Mainly changes to support compilation of the device libraries
6175         * src/pic16/device.c: stack is allocated via symbol and not
6176         via literal number. The symbol is placed in the corresponding
6177         position of the data ram
6178         * (pic16_dump_section): relocatable and absolute uninitialized
6179         data are now emitted in sorted order to reduce section naming,
6180         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6181         weren't marked as being in the access bank,
6182
6183 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6184
6185         Added portion of GNU PIC Library under the directory
6186         device/include/pic16 and device/lib/pic16. These files
6187         contain the declarations of SFRs for the PIC18Fxx2 devices.
6188         The directory is initialized via configure from toplevel.
6189
6190 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6191
6192         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6193         the spilllocations to be compared correctly
6194
6195 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6196
6197         * src/SDCCast.c (decorateType): fixed bug introduced today
6198
6199 2004-01-12  Borut Razem <borut.razem AT siol.net>
6200
6201         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6202         doc/sdccman.lyx: upper case pragmas are deprecated
6203
6204 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6205
6206         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6207         in simpler and even better code
6208
6209 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6210
6211         * src/SDCCicode.c (operandOperation): fixed bug #874819
6212         * src/SDCCast.c (decorateType): fixed
6213         char foo (unsigned long ul) { return ul > 0; }
6214
6215 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6216
6217         * doc/sdccman.lyx: Moved and added some sections, small changes
6218         all over. Telling LaTeX to be less strict with word spacing
6219         to better keep the right margin. Changed some notes about
6220         maintainance of the ports in section 3.2.1 - is it OK like this?
6221
6222 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6223
6224         SDCC source changes:
6225         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6226         convilong): modified to inform the pic16 port that builtin functions
6227         are external
6228
6229         PIC16 PORT specific changes:
6230         * src/pic16/device.c pic16_dump_equates() added,
6231         processor registers declared internally by the port are emitted in
6232         the translation as equates,
6233         * src/pic16/gen.c: inline code is passed unprocessed to the
6234         translation,
6235         * (pic16_popGetLit2): fnuction modified to take second operand as
6236         pCodeOp pointer and not as literal,
6237         * (popRegFromIdx): prefixed with pic16_,
6238         * (pic16_popCombine2): modified to receive already allocated pCode
6239         operands,
6240         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6241         * (genFunction): initializes local stack frame and pushes on stack
6242         all the registers used by this function,
6243         * (genEndFunction): restores all registers from stack and restores
6244         stack frame,
6245         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6246         improvements,
6247         * (pic16glue): changed the program startup sequence,
6248         * added new dbName code 'A' for functions placed in absolute section
6249         * src/pic16/main.c: added function attribute _naked,
6250         * added pragma 'code' to place a fnuction at an absolute address,
6251         * added command line arguments --debug-ralloc and --pcode-verbose,
6252         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6253         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6254         * (pic16_newpCodeOpLit2): modified to take the second operand as
6255         pCodeOp pointer,
6256         * (pic16_printpBlock): modified to emit each function in a separate
6257         section,
6258         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6259         UPPER for immediate operands,
6260         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6261         instruction,
6262         * src/pic16/peeph.def: all peepholes with movff are commented out,
6263         because there is a problem in the pcode peep optimizer,
6264         * src/pic16/ralloc.c: the register allocator can now reuse local
6265         function symbols for another function. This saves register usage.
6266         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6267
6268         Added file src/pic16/NOTES with information about program writing on
6269         the current port version.
6270
6271 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6272
6273         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6274         and peephole 252 (array access)
6275
6276 2004-01-09  Borut Razem <borut.razem AT siol.net>
6277
6278         * src/SDCCmain.c : fixed #872250: -l command line defined library
6279           files are scanned before standard library files
6280
6281 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6282
6283         * src/SDCCast.c (decorateType): fixed bug #874046
6284
6285 2004-01-09  Borut Razem <borut.razem AT siol.net>
6286
6287         * support/scripts/sdcc.nsi: remove previous installation
6288
6289 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6290
6291         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6292         bytes for last interrupt vector (mcs51)
6293         * sdcc.spec: fixed typo
6294
6295 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6296
6297         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6298         gen51Code): more efficient parameter receive for --model-large
6299         ("bug" #845294)
6300
6301 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/ds390/main.c,
6304         * src/z80/main.c: added missed needLinkerScript flags (more than
6305         one port structure defined in these file)
6306         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6307         bug #795325
6308
6309 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6310
6311         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6312         * src/port.h: added flag needLinkerScript in port->linker
6313         structure to inform whether to create a .lnk file or not,
6314         * src/avr/main.c,
6315         * src/ds390/main.c,
6316         * src/hc08/main.c,
6317         * src/mcs51/main.c,
6318         * src/pic/main.c,
6319         * src/pic16/main.c,
6320         * src/xa51/main.c,
6321         * src/z80/main.c: changed appropriately to configure
6322         needLinkerScript flag
6323         * src/pic/gen.c,
6324         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6325         * src/pic/glue.c: added variable udata_section_name to
6326         override default uninitialized data segment definition for
6327         devices only with SHAREBANK memory (reported from Erik Epetrich)
6328         * (pic14emitOverlay): modified to emit a commented overlay segment
6329         directive when no overlay data exist
6330         * (picglue): modified to emit uninitialized data segment
6331         according to udata_section_name
6332         * src/pic/main.c (_pic14_parseOptions): added command line
6333         options --udata-section-name=[name] to override default
6334         udata definition name
6335         * modified _linkCmd and _asmCmd to include compiler passed
6336         arguments via -W option
6337         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6338         object file from '.rel' to '.o' in port->linker structure,
6339         changed size of fptr from 2 to 3 in port structure
6340
6341 2004-01-07  Borut Razem <borut.razem AT siol.net>
6342
6343         * support/scripts/sdcc.nsi: update PATH
6344         * support/scripts/sdcc.ico: craeted
6345
6346 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6347
6348         * device/include/Makefile.in: fix install
6349         * doc/Makefile: fix install
6350
6351 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6352
6353         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6354         in bug #860505
6355         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6356         how the function variable allocation summary is displayed; also
6357         include information about variables allocated to the overlay
6358         segment
6359
6360 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6361
6362         * as/mcs51/lkmain.c: Help about -Y option
6363         * as/mcs51/lkarea.c: Fixed gcc warnings
6364
6365 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6366
6367         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6368         fixed warning
6369         * support/valdiag/tests/overflow.c: added
6370         * src/SDCCast.c (decorateType),
6371         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6372         LEFT_OP (left shift)
6373
6374 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6375
6376         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6377         (default behaviour).
6378
6379 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6380
6381         A python script to validate compiler diagnostic messages. It can be
6382         used to verify that sdcc complains about bad c source code and
6383         gives a good location of the error.
6384         * support/valdiag/Makefile,
6385         * support/valdiag/valdiag.py,
6386         * support/valdiag/tests/*
6387
6388 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6389
6390         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6391         * src/SDCCsymt.c (newEnumType),
6392         * src/SDCCsymt.h
6393         * support/Util/SDCCerr.c,
6394         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6395         enum related bugs.
6396         * support/regression/tests/enum.c: added test for enum values that
6397         require at least 2 bytes of storage.
6398
6399 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6400
6401         * src/common.h: added ifndef/define/endif macros
6402         around the header file.
6403         Bug reported from Jesus Calvino-Fraga
6404
6405 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6406
6407         * sdcc.spec: updated
6408         * device/include/Makefile.in: don't install CVS directories
6409         * device/lib/Makefile.in: added removal of CVS directories after install
6410         * doc/Makefile: fixed install, added local_icons
6411         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6412         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6413         * src/ds390/gen.c (genRightShift): fixed bug #870788
6414         * src/SDCCast.c (decorateType): fixed bug #870781
6415
6416 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6417
6418         PIC16 port related changes:
6419         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6420         added variable stackPos,
6421
6422         * gen.c: genCall, assignResultValue: added support for
6423         pushing/retrieving function parameters to/from stack,
6424         genFunction,genEndFunction: setup stack frame for the
6425         generated function,
6426         genAddrOf: will be changed according to bug 863624
6427
6428         * added files genutils.c and genutils.h which contain gen*
6429         debugged and optimised functions extracted from gen.c
6430
6431         * glue.c: added variable 'externs' which holds extern symbols,
6432         pic16emitRegularMap: is modified to properly handle relocatable
6433          symbols under the new scheme,
6434         pic16createInterruptVect: is modified
6435         pic16printPublics: is modified to emit 'global' assembler directives,
6436         added pic16_printExterns to print extern symbols,
6437         pic16glue: initializes stack/frame pointer in the beginning of
6438         the assembly output. Temporary hack, will be corrected later,
6439         because gplink yet does not support stack and SDCC does not
6440         yet support a type of crt0.o object to create the final binary.
6441
6442         * Removed many lines that contain 8051 legacy code.
6443         * The code is finally placed under a 'code' directive.
6444         * Added port specific options.
6445
6446         * _process_pragma: simplified since now we do not need *special*
6447         include file to define SFR registers. But a separate header
6448         will be needed. This will be developed later.
6449         * _pic16_parseOptions: added, parses port specific options:
6450         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6451         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6452         --preplace-udata-with=
6453
6454         * _pic16_setDefaultOptions: modified to initialize section names,
6455         but hack is temporarly out of order since it needs improvement.
6456         * _pic16_genAssemblerPreamble: configuration words are emitted by
6457         their address instead of their name. This part is incomplete and
6458         supports only the 18Fxx2 devices. Other devices will emit an error
6459         during assembly since they do not contain the same set of config
6460         registers
6461         * _pic16_genIVT: is modified,
6462
6463         * pcode.c: added definitions for some hardware registers that are needed
6464         for stack support
6465         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6466         All PCI entries are updated. Now LFSR is supported.
6467         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6468         * added pic16_newpCodeOpLit2 to support instructions with
6469         two literal arguments
6470         * pic16_pCode2str: corrected code that emits assembler instructions
6471         with two literal operands and those that have an access bit modifier
6472         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6473         this fixes a bug which caused some labels to be lost, when an
6474         assembler directive was added, i.e. banksel,
6475         * pic16_FixRegisterBanking: improved logic that causes the insertion
6476         of bank switching,
6477         * InlineFunction: functions that are called once, are not any more
6478         inlined. This can be a port option in the future,
6479
6480         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6481
6482         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6483         hold the corresponding uninitialized symbols,
6484         * pic16_allocProcessorRegister: registers have explicit marked the
6485         accessBank field,
6486         * pic16_allocInternalRegister: registers are explicit marked as
6487         not used,
6488         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6489         processing list, so bit registers were lost,
6490         *
6491
6492         * ralloc.h: added field 'accessBank' and original symbol operand
6493         in register definition,
6494         * removed the field isMapped from register definition,
6495
6496         ** Several functions have been removed from various sources:
6497         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6498         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6499         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6500         pic16_assignRelocatableRegisters
6501
6502         ** others have been introduced:
6503         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6504         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6505
6506 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6507
6508         * support/scripts/inc2h.pl: changed definition of BIT_AT
6509         to emit 'sbit at' instead of 'bit at'. This was a request.
6510
6511         PIC16 port related preliminary changes:
6512         * gen.c: prefixed function popRegFromString with
6513         pic16_ and all references to it corrected
6514         * pcode.c: all pic16_pc_* hardware registers prefixed
6515         with underscore (_),
6516         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6517         * ralloc.c: newReg(): when register is REG_SFR then
6518         set address to rIdx,
6519         pic16_allocProcessorRegister(): marks register wasUsed=0
6520         pic16_writeUsedRegs(): added a call to assign processor
6521         registers via pic16_assignFixedRegisters
6522
6523 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6524
6525         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6526         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6527         variables in unused register banks.  Also the SSEG is placed
6528         wherever there is enough space for it, and IDATA can be anywhere
6529         in internal RAM.  For now compile using -Wl-Y[stack_size].
6530         The mem file is different for this option as well, since it
6531         makes no sense of talking about DSEG lenght.
6532
6533 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6534
6535         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6536         in certain cases, e.g. when ROM assignment, patch provided
6537         from Albert den Haan.
6538
6539 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6540
6541         Many signedness and type propagation fixes:
6542         * src/SDCCicode.c: made geniCodeCast() static
6543         replaced SPEC_ by IS_ (cosmetic)
6544         (operandOperation): fixed div and mod operation
6545         (usualBinaryConversions): added support for promotion of char
6546         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6547         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6548         (geniCodeAdd): an array index will stay unsigned, even if promoted
6549         from char to int
6550         (geniCodeArray): ditto
6551         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6552         * src/SDCCsymt.c (computeType): added more support for char;
6553         promotion of char is selectable by promoteCharToInt, fixed signedness
6554         for all cases
6555         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6556         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6557         * src/SDCCval (val*): replaced signedness calculation by
6558         computeType()
6559         rearranged if-branches (cosmetic)
6560         (valShift): added warning W_SHIFT_CHANGED
6561         (valCompare): fixed problem with different types
6562         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6563         * support/regression/tests/literalop.c: added many cases
6564         * support/regression/tests/ast_constant_folding.c: changed finally to
6565         'unsigned int'
6566         * .version: new year, new version: 2.3.7
6567         * src/SDCCmain.c (main): applied patch #866468
6568         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6569         provided by Scott Bronson
6570         * doc/sdccman.lyx: updated documentation for sdcdb
6571         updated and added chapter tips
6572
6573 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6574
6575         * src/SDCCsymt.h: missing from yesterday's commits
6576
6577 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6578
6579         * src/SDCC.y (struct_or_union_specifier),
6580         * support/Util/SDCCerr.c,
6581         * support/Util/SDCCerr.h: verify that struct & union tags are used
6582         as declared.
6583
6584 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6585
6586         * src/SDCCglobl.h: missing from yesterday's commits
6587
6588 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6589
6590         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6591         sft_attributes, struct_declaration, parameter_declaration,
6592         type_name, start_block, declaration_list),
6593         * src/SDCC.lex (check_type): support redefinition of typedef names
6594
6595 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6596
6597         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6598         aligned xdata arrays. Erik helped me with the if clause.
6599
6600 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6601
6602         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6603         warning
6604
6605 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/SDCCast.h,
6608         * src/SDCCast.c (newAst_),
6609         * src/SDCCicode.h,
6610         * src/SDCCicode.c (ast2iCode, newiCode),
6611         * src/SDCCglobl.h,
6612         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6613         expr, statement, expression_statement, selection_statement,
6614         iteration_statement, expr_opt, jump_statement): foundation for tracking
6615         sequence points
6616         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6617         point code too)
6618
6619 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6620
6621         * support/Util/SDCCerr.c,
6622         * src/SDCCast.h,
6623         * src/SDCCast.c (createCase, createDefault, decorateType),
6624         * src/SDCClabel.c (labelUnreach),
6625         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6626         to error messages.
6627         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6628         (with thanks to Stas Sergeev)
6629         * device/include/time.h,
6630         * device/lib/time.c (CheckTime): suppress unreachable code warning
6631
6632 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6633
6634         * src/SDCCast.c (createIvalCharPtr),
6635         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6636         bug #753752)
6637         * support/regression/tests/nullstring.c: tests for these two bugs
6638
6639 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6640
6641         * support/Util/SDCCerr.h,
6642         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6643         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6644         about storage class and 'at' used inside struct or union
6645         * src/SDCCBBlock.c (iCodeFromeBBlock),
6646         * src/SDCCcse.c (ifxOptimize),
6647         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6648         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6649         printIval, emitStaticSeg, emitOverlay),
6650         * src/SDCClabel.c (deleteIfx),
6651         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6652         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6653         gatherAutoInit, processParms),
6654         * support/Util/SDCCerr.h,
6655         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6656         reporting for post-parse errors.
6657
6658 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6659
6660         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6661         implicit casts via union; they don't work on big endian systems
6662         (possible fix for bug #861138)
6663
6664 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6665
6666         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6667         * src/mcs51/main.c: fixed the fix for bug #737001
6668
6669 2003-12-15  Borut Razem <borut.razem AT siol.net>
6670
6671         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6672
6673 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6674
6675         * support/makebin/makebin.c: put output in binary mode
6676
6677 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6678
6679         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6680         xdata and data memory on startup. Set the environment variable
6681         SDCC_NOGENRAMCLEAR to disable this.
6682         * src/mcs51/peephole.def,
6683         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6684         (allows non-interrupt and interrupt code to safely compete for a resource
6685         without the non-interrupt code having to disable interrupts)
6686
6687 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         * src/SDCCicode.c (geniCodeAdd),
6690         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6691         with valFromType if type might be a pointer and host is big endian).
6692         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6693         types, not just integer types.
6694         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6695         multiply defined with mismatching "at" address.
6696
6697 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6700         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6701         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6702         with embedded nulls (fixed bug #753752)
6703
6704 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6705
6706         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6707         Apparently this did not see much testing (endless loop)
6708
6709 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6710
6711         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6712
6713 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6714
6715         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6716         gracefully handle NULL memmap pointers
6717
6718 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6719
6720         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6721         instead of deleting the iCode when an operand is volatile
6722         * src/z80/gen.c (genDummyRead),
6723         * src/mcs51/gen.c (genDummyRead),
6724         * src/ds390/gen.c (genDummyRead),
6725         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6726         not just IC_RIGHT
6727         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6728         * src/SDCC.y: fixed bug #850420
6729
6730 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         Applied z80 i/o port patch from Peter Townson and fixed some operators
6733         to better handle operands in A register.
6734         * device/include/z180.h
6735         * src/SDCC.y
6736         * src/SDCCglue.c
6737         * src/z80/gen.c
6738         * src/z80/gen.h
6739         * src/z80/main.c
6740         * src/z80/peeph-z80.def
6741         * src/z80/peeph.def
6742         * src/z80/z80.h
6743
6744 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6745
6746         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6747
6748 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6749
6750         * device/lib/hc08/_mullong.c: Removed extra #endif
6751
6752 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6753
6754         * sim/ucsim/hc08.src/inst.cc,
6755         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6756         carries from x to h
6757         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6758         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6759         * device/include/stdarg.h: fixed varargs for hc08
6760         * device/lib/Makefile.in,
6761         * device/lib/hc08/Makefile,
6762         * device/lib/hc08/_mulint.c,
6763         * device/lib/hc08/_mullong.c: fixed some endian problems
6764
6765 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6766
6767         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6768         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6769         * device/lib/_gptrget.c,
6770         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6771
6772 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6773
6774         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6775         * src/SDCCast.c (astErrors): fixed bug #846007
6776         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6777
6778 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6779
6780         * src/SDCCast.c (decorateType): disabled a transformation I added in
6781         revision 1.188 (access to fields of a structure at an absolute address);
6782         it breaks with bitfields, extern declarations, and gcse analysis.
6783         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6784         could be assigned through a pointer, so don't complain.
6785         * src/SDCCast.c (astErrors),
6786         * src/SDCCast.h,
6787         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6788
6789 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6790
6791         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6792         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6793         output of __config directives, since gpasm now supports them
6794         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6795         pre-processor macro, i.e. -DMCU=p18f452
6796         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6797         and modified to handle 'cast' icode similarly to '=' icode
6798         * src/pic16/device.h (typedef struct PIC_device): added field
6799         'extMIface' to indicate that chip has external memory interface
6800         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6801         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6802         18F8720
6803
6804 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6805
6806         * src/SDCC.y (pointer): fixed bug #846006
6807         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6808         * src/SDCCast.c (decorateType): fixed bug #846009
6809         * src/ds390/peeph.def,
6810         * src/ds390/gen.c (genAnd, genOr),
6811         * src/mcs51/peeph.def,
6812         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6813
6814 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6815
6816         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6817         * src/SDCCdflow.c
6818         * src/SDCCcse.c
6819         * src/SDCCcse.h
6820         * src/SDCCBBlock.h
6821         * src/SDCCBBlock.c
6822
6823 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6824
6825         fixed bug #845089
6826         * src/SDCCbitv.h,
6827         * src/SDCCbitv.c: added function to free a bitvector
6828         * src/SDCClrange.h,
6829         * src/SDCClrange.c: added function to recompute the liveranges
6830         * src/avr/ralloc.c,
6831         * src/ds390/ralloc.c,
6832         * src/hc08/ralloc.c,
6833         * src/mcs51/ralloc.c,
6834         * src/pic/ralloc.c,
6835         * src/pic16/ralloc.c,
6836         * src/xa51/ralloc.c,
6837         * src/z80/ralloc.c: recompute the liveranges after register packing
6838
6839 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6840
6841         * src/SDCCloop.c (newInduction): fixed bug #845630
6842
6843 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6844
6845         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6846         inadvertantly left behind from my 2003-11-12 change
6847
6848 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6849
6850         Updated headers I neglected to commit yesterday.
6851         * src/SDCClrange.h,
6852         * src/SDCCicode.h
6853
6854 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6855
6856         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6857         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6858         * src/SDCCopt.c (eBBlockFromiCode),
6859         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6860         the creation of the key hash table from the sequencing so it can be used
6861         earlier (for some GCSE bug fixes still pending)
6862
6863 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6864
6865         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6866         * support/regression/tests/addsub.c: testing genPlus shortcut
6867
6868 2003-11-15  Borut Razem <borut.razem AT siol.net>
6869
6870         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6871
6872 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6873
6874         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6875         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6876         ordering is immaterial.
6877         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6878
6879 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6880
6881         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6882         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6883         (SIGSEV) of bug #840381
6884         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6885         unlink new file before rename if new and old filenames are the same)
6886
6887 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6888
6889         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6890         uninitialized variables) for the mcs51. Set environment variable
6891         SDCC_GENRAMCLEAR to test.
6892         xdata initialization slightly shorter
6893
6894 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * src/SDCCsymt.h,
6897         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6898         #838241 & 780691 (basicly the same bug)
6899         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6900         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6901
6902 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6903
6904         * src/SDCCmain.c (linkEdit): "fix" #834252
6905
6906 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6907
6908         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6909         * src/SDCCast.h,
6910         * src/SDCC.y: fixed bug #819403
6911
6912 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6913
6914         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6915         the reentrant attribute.
6916         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6917         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6918         simulation
6919         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6920         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6921         erroneously reduced to a literal.
6922         * src/hc08/ralloc.c (packRegisters, rematStr),
6923         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6924         some cases
6925
6926 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6927
6928         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6929         * doc/sdccman.lyx: changed from 'article' to 'book'
6930         * doc/Makefile: readded test_suite_spec and cdbfileformat
6931
6932 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6933
6934         * device/include/stdlib.h: include malloc.h to comply with ANSI
6935         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6936
6937 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6938
6939         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6940         * doc/clean.mk: also remove *.out files
6941         * doc/sdccman.lyx: some additions, larger top/bottom margins
6942
6943 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6944
6945         * src/SDCC.y: fixed bug #837365
6946         * support/regression/tests/bitopcse.c
6947         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6948         a symbol (might be valop instead)
6949         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6950         * device/lib/clean.mk: added hc08 to the cleaning list
6951
6952 2003-11-04  Borut Razem <borut.razem AT siol.net>
6953
6954         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6955           made 2003-11-04
6956         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6957           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6958           malloc is declared in standard stdlib.h
6959
6960 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6961
6962         * device/lib/hc08/Makefile: need to clean .rel not .o files
6963         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6964
6965 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6966
6967         * src/port.h,
6968         * src/hc08/main.c,
6969         * src/mcs51/main.c,
6970         * src/ds390/main.c,
6971         * src/z80/main.c,
6972         * src/avr/main.c,
6973         * src/pic/main.c,
6974         * src/pic16/main.c,
6975         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6976         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6977         tests (which uses the port's oclsExpense function)
6978         * src/SDCC.y,
6979         * src/SDCCast.c,
6980         * src/SDCCicode.c,
6981         * src/hc08/gen.c,
6982         * src/ds390/gen.c,
6983         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6984
6985 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6986
6987         * src/SDCCcse.c (ifxOptimize),
6988         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6989         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6990         deleting the IFX iCode.
6991         * src/hc08/ralloc.c: reduced unneeded slocs
6992         * src/hc08/gen.c: fixed bug in asmopToBoolean
6993
6994 2003-11-04  Borut Razem <borut.razem AT siol.net>
6995
6996         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6997           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6998           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6999           transferred to configure
7000
7001 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7002
7003         Use headers defined in the C[++] standards:
7004         * sim/ucsim/gui.src/serio.src/fileio.cc
7005         * sim/ucsim/gui.src/serio.src/frontend.cc
7006         * sim/ucsim/gui.src/serio.src/main.cc
7007         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7008         * support/Util/NewAlloc.c
7009         * as/hc08/lklibr.c
7010         * as/mcs51/lklibr.c
7011         * as/z80/aslist.c
7012         * as/z80/assym.c
7013
7014 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7015
7016         * Added MSVC projects for hc08 assembler and linker:
7017         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7018         /as/hc08/link_hc08.dsp
7019
7020 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7021
7022         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7023
7024 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7025
7026         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7027
7028 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7029
7030         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7031
7032 2003-10-31  Borut Razem <borut.razem AT siol.net>
7033
7034         * support/cpp2/cpplib.h,
7035           support/cpp2/cpplib.c,
7036           support/cpp2/cpplex.c,
7037           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7038           to switch _asm block preprocessing on / off. Default is
7039           #pragma preproc_asm +
7040
7041 2003-10-31  Borut Razem <borut.razem AT siol.net>
7042
7043         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7044           when outputting comment blocks (when executed with -C option) and
7045           _asm (SDCPP specific) blocks
7046
7047 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7048
7049         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7050
7051 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7052
7053         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7054
7055 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7056
7057         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7058         * src/SDCCast.c (decorateType): fixed bug #832664
7059
7060 2003-10-31  Borut Razem <borut.razem AT siol.net>
7061
7062         * support\cpp2\cpplex.c: fixed for SDCPP:
7063           comments(when executed with -C option) and _asm blocks
7064           were included even if they where in skipped #if block.
7065           Applied solution from GCC cpp 3.3.2
7066
7067 2003-10-31  Borut Razem <borut.razem AT siol.net>
7068
7069         * src/SDCC.lex: sdcc now understands both formats:
7070           '# <line_number> <file_name>' and
7071           '#line <line_number> <file_name>'
7072         * support/cpp2/cppmain.c: sdcpp now generates the standard
7073           '# <line_number> <file_name>' instead of former
7074           '#line <line_number> <file_name>'
7075
7076 2003-10-30  Borut Razem <borut.razem AT siol.net>
7077
7078         * support/cpp2/cpphash.h,
7079         * support/cpp2/cpplib.h
7080         * support/cpp2/cpplex.c,
7081         * support/cpp2/cppmain.c,
7082         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7083
7084 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7085
7086         Fixed a number of problems revealed by bug #827883.
7087         * src/SDCCloop.c (loopInvariants): Spill location of the
7088         result operand should be recomputed if extracted from
7089         a loop. Also, don't extract assignments of an iTemp
7090         from a literal.
7091         * src/SDCCast.c (isConformingBody): loop reversal should
7092         not occur if the control variable is involved with a
7093         relational operator.
7094
7095 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7096
7097         * .version: bumped to 2.3.6 to reflect the big improvements
7098         made by Erik and Klaus. Thanks!
7099
7100 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7101
7102         Replaced the livrange code.
7103         * src/SDCClrange.c: added new LR code
7104         * src/SDCCloop.c,
7105         * src/SDCCBBlock.h: removed remainig parts from old LR code
7106         * src/ds390/ralloc.c,
7107         * src/ds390/gen.c: minor fixes to make it work with new code
7108
7109 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7110
7111         * as/hc08/asm.h,
7112         * as/hc08/lkrloc.c,
7113         * src/hc08/gen.c,
7114         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7115         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7116         (tweaked fix for bug #818696)
7117
7118 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7121
7122 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7123
7124         * src/SDCCmain.c,
7125         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7126         * src/mcs51/gen.c (gencjneshort),
7127         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7128         more efficient (per Scott Bronson's suggestion)
7129
7130 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7131
7132         Extended the semantics of the critical keyword to include
7133         individual statements. See RFE #827755 and #799831
7134         * src/SDCC.y
7135         * src/SDCCicode.c
7136         * src/SDCCopt.c
7137         * src/SDCCast.c
7138         * support/Util/SDCCerr.c
7139         * support/Util/SDCCerr.h
7140         * src/mcs51/gen.c
7141         * src/ds390/gen.c
7142         * src/hc08/gen.c
7143
7144 2003-10-19  Borut Razem <borut.razem AT siol.net>
7145
7146         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7147
7148 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7149
7150         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7151         Fixed bug #818696
7152         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7153         and predecrement operand is displayed
7154
7155 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7156
7157         * src/SDCCval.c (valMinus): fixed bug #826041
7158
7159 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7160
7161         Some hc08 related updates that I missed earlier
7162         * sim/ucsim/stypes.h
7163         * support/regression/ports/hc08/spec.mk
7164
7165 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7166
7167         New target "hc08" for the Motorola 68hc08 family of micros
7168
7169         * configure
7170         * configure.in
7171         * Makefile
7172         * src/hc08/*
7173         * src/SDCCmain.c
7174         * src/port.h
7175         * sim/ucsim/hc08.src/*
7176         * sim/ucsim/configure.in
7177         * src/ucsim/configure
7178         * sim/ucsim/packages_in.mk
7179         * as/hc08/*
7180         * as/Makefile
7181         * device/include/mc68hc908qy.h
7182         * device/lib/hc08/*
7183         * device/lib/Makefile.in
7184         * support/regression/ports/hc08/*
7185         * support/regression/Makefile
7186
7187 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7188
7189         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7190         regression test
7191         * src/ds390/gen.c (genCast): fixed bug #821957
7192
7193 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7194
7195         * device/lib/logf.c: "fixed" overlay bug
7196         * support/regression/ports/host/spec.mk: added m library
7197         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7198         * support/regression/tests/float_trans: added (for Eric)
7199
7200 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7201
7202         * src/mcs51/gen.c (genCpl): fixed bug
7203         http://sf.net/mailarchive/message.php?msg_id=6263915
7204
7205 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7206
7207         * src/SDCCast.c (decorateType): added extended constant folding
7208         * src/SDCCsymt.c (computeType): cleanup
7209         * src/SDCCval.c (valShift): minor optimization
7210         * support/regression/tests/ast_constant_folding.c: added
7211
7212 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7213
7214         * src/SDCCmain.c: removed some unintended changes
7215
7216 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7217
7218         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7219         * src/z80/gen.c: fixed part of bug #817589
7220         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7221
7222 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7223
7224         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7225         * src/SDCCcflow.c
7226         * src/SDCCcse.c
7227         * src/SDCCdflow.c
7228         * src/SDCClabel.c
7229         * src/SDCClrange.c
7230         * src/SDCCmem.c
7231         * src/SDCCopt.c
7232         * src/SDCCpeeph.c
7233         * src/SDCCset.c
7234         * src/avr/ralloc.c
7235         * src/ds390/ralloc.c
7236         * src/izt/ralloc.c
7237         * src/mcs51/ralloc.c
7238         * src/pic/ralloc.c
7239         * src/pic16/ralloc.c
7240         * src/xa51/ralloc.c
7241         * src/z80/ralloc.c
7242         * src/z80/gen.c: removed unused label "release:"
7243
7244 2003-10-06  Borut Razem <borut.razem AT siol.net>
7245
7246         * src/SDCC.lex: removed definition of unused variables
7247           save_optimize and save_options
7248
7249 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7250
7251         * clean.mk: removed '=' in "-maxdepth=1"
7252         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7253         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7254
7255 2003-10-06  Borut Razem <borut.razem AT siol.net>
7256
7257         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7258           my_unput() replaced by unput()
7259
7260 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7261
7262         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7263         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7264         type-punned pointer will break strict-aliasing rules"
7265         Old LR behaviour is again default; Klaus' LR can be choosen by
7266         defining the environment variable LRKLAUS
7267         * src/SDCCBBlock.h
7268         * src/SDCCloop.c
7269         * src/SDCClrange.c
7270         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7271         * clean.mk: fixed removal of files in bin/CVS/
7272         * device/lib/clean.mk: fixed removal of directories small and large
7273         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7274         * src/SDCCicode.c,
7275         * src/SDCCval.c: removed superflous test for pedantic
7276
7277 2003-10-05  Borut Razem <borut.razem AT siol.net>
7278
7279         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7280           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7281           message "unmatched #pragma SAVE and #pragma RESTORE"
7282
7283 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7284
7285         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7286           assembly, critical functions, atomic, nojtbound)
7287
7288 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7289
7290         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7291         * src/SDCCBBlock.h
7292         * src/SDCCloop.c
7293         * src/SDCCloop.h
7294         * src/SDCClrange.c
7295
7296 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7297
7298         * src/z80/gen.h,
7299         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7300         * src/mcs51/gen.h
7301         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7302         * src/ds390/gen.h
7303         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7304         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7305         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7306
7307 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7308
7309         * src/z80/gen.c (genRet): fixed bug #524753
7310         * src/z80/gen.c (genCast): fixed internal error on cast from
7311         pointer to long
7312         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7313         fix for bug #477835 to the z80
7314         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7315         for tracking iCodes in the peephole optimizer for z80
7316
7317 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7318
7319         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7320         the other part of bug #814548
7321         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7322
7323 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7324
7325         * src/SDCCcse.c: fixed part of bug #814548
7326
7327 2003-09-28  Borut Razem <borut.razem AT siol.net>
7328
7329         * src/asm.c: rewrite of printILine() to use temporary file instead
7330           a pipe
7331         * src/xa51/main.c: commented out declaration of int rewinds
7332
7333 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7334
7335         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7336
7337 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7338
7339         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7340         * src/asm.c (printILine): Fixed bug #811015
7341
7342 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7343
7344         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7345         freeing.
7346
7347 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7348
7349         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7350         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7351         to correctly handle general case of AOP_PAIRPTR
7352         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7353
7354 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7355
7356         * src/mcs51/ralloc.c (fillGaps),
7357         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7358         register positioning bug)
7359
7360 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7361
7362         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7363
7364 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7367         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7368         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7369         (ralloc doesn't intentionally do this now, but perhaps later)
7370         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7371         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7372         register positioning bugs (Fixed bug #762602 and #795325)
7373         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7374         (Fixed bug #808779)
7375         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7376         lines that --i-code-in-asm generates
7377
7378 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7379
7380         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7381         trying to fclose a FILE* that was already closed.
7382
7383 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7386         of const struct should be treated as if const themselves)
7387
7388 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7389
7390         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7391
7392 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7393
7394         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7395         Unix (/n) and DOS (/r/n) line terminations.
7396
7397 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7400         bug #613775
7401
7402 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7403
7404         * src/mcs51/gen.c (genFunction, genEndFunction),
7405         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7406         and restore of EA so that stack offsets to parameters are
7407         correct when using both critical and reentrant/stack-auto.
7408         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7409         size (can be triggered in error if sloc is shared between
7410         different sized objects)
7411         * device/include/float.h: fixed macros to explicitly use
7412         unsigned long where needed
7413
7414 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7415
7416         Feature req. 799831: added code to allow nesting of critical functions
7417         * src/mcs51/gen.c (genFunction, genEndFunction)
7418         * src/ds390/gen.c (genFunction, genEndFunction)
7419
7420 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7421
7422         * src/SDCCsymt.c (sclsFromPtr),
7423         * src/SDCCsymt.h,
7424         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7425         support for standard C idiom of memory mapped variables; for
7426         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7427         to xdata int at 0x1234 tempvar = 1.
7428         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7429         provided by Akiya ISHIDA
7430
7431 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7432
7433         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7434         * src/SDCCval.c (constVal): added reduction from int to char
7435         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7436         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7437         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7438         to ignore the sign
7439         * support/regression/tests/shifts.c: fixed
7440
7441 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/z80/gen.c (genXor): Fixed bug #805445
7444
7445 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         Fixed bug #621531 (const & volatile confusion in the type chain).
7448         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7449         refer to the const or volatile state of the pointer itself.
7450
7451         * src/SDCCast.c
7452         * src/SDCCglue.c
7453         * src/SDCCicode.c
7454         * src/SDCCsymt.c
7455         * src/SDCCval.c
7456         * src/SDCC.y
7457         * src/SDCCsymt.h
7458         * src/pic/gen.c
7459         * src/pic/ralloc.c
7460         * src/pic16/gen.c
7461         * src/pic16/ralloc.c
7462         * support/regression/tests/const.c
7463
7464 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7465
7466         When checking for duplicated modules, use absolute paths
7467         instead of relative paths.  Files changed:
7468
7469         * as/mcs51/lklib.c
7470         * link/z80/lklib.c
7471
7472 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7475
7476 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7477
7478         * device/include/string.h: added size_t typedef, changed
7479         prototypes to use size_t, eliminated separate reentrant and
7480         non-reentrant declarations, added _memmove declaration
7481         * device/lib/_memcpy.c: changed to use size_t instead of int,
7482         changed /4 to >>2 to avoid division library call
7483         * device/lib/_memcmp.c,
7484         * device/lib/_memset.c,
7485         * device/lib/_strncat.c,
7486         * device/lib/_strncpy.c,
7487         * device/lib/_strncmp.c: changed to use size_t instead of int
7488         * device/lib/_memmove.c: new file (fixed bug #772294)
7489         * device/lib/Makefile.in: added _memmove.c
7490         * device/lib/z80/asm_strings.s: fixed bug #772290
7491         * support/regression/tests/bitfields.c: attempt to fix host assertion
7492         failure on amd64-unknown-linux2.2
7493
7494 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7497         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7498         * as/z80/asmain.c (main): fixed bug #801766
7499
7500 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7501
7502         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7503         compilers
7504
7505 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7506
7507         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7508         reported in bug #800609
7509
7510 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7511
7512         * Top header beautifications in src/pic16 directory:
7513           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7514           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7515           pcoderegs.h, ralloc.c, ralloc.h
7516         * main.c: added top header and GPL license notice
7517         * pcode.c: fixed the if-conditional warning
7518
7519 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7520
7521         * device/lib/_mullong.c: replaced int by short for gcc
7522
7523 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7524
7525         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7526         and JUMPTABLE iCodes properly now (worked by accident before)
7527         * src/mcs51/gen.c (leftRightUseAcc),
7528         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7529         iCode properly now. Use getSize instead of nRegs since a & b
7530         aren't part of the nRegs tally.
7531
7532 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7533
7534         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7535         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7536           before instructions that use the _STATUS register
7537
7538 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7539
7540         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7541         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7542         fetching of the pointer
7543         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7544         copied from genNearPointerSet()
7545         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7546         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7547         If they pop r0/r1 they must be called in the opposite order than aopOp().
7548         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7549         (resp. --stack-auto), prepared for --xstack
7550
7551 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7552
7553         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7554
7555 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7556
7557         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7558         these ports have their own __sdcc_external_start()
7559
7560 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7561
7562         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7563         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7564         type for bits was changed. It resulted in bit variables becoming
7565         global, which is not permitted in PIC 14 assembly output.
7566
7567 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7568
7569         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7570
7571 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7572
7573         Z80 and MCS51 linkers complaint if a public symbol is defined
7574         in more than one library module:
7575
7576         * as/mcs51/lklib.c
7577         * link/z80/lklib.c
7578         * as/mcs51/Makefile.in
7579
7580 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7581
7582         A few small changes that speed up the peephole optimizer.
7583
7584         * src/SDCCpeeph.c
7585
7586 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7587
7588         Try to make the peephole optimizer smarter by maintaining
7589         an association between the assembly source code and the
7590         iCodes that originated them. Put this information to use
7591         with a new peephole rule condition "notVolatile" so that
7592         the rules can be aggressive yet still safe.
7593
7594         * src/SDCCpeeph.c
7595         * src/SDCCpeeph.h
7596         * src/mcs51/gen.c
7597         * src/mcs51/peeph.def
7598
7599 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7600
7601         Fixed bug #741761
7602
7603         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7604         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7605         if the left or right operand symbols have the accuse flag set.
7606
7607 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7608
7609         Changed the type of the result of the ! (NOT) operator to char;
7610         previously it returned the same type as the source. This allows
7611         us to eliminate all the genFloatNot functions (all of its target
7612         implementations were very buggy) since !float can use the same
7613         code as !long now.
7614
7615         * src/SDCCicode.c (ast2iCode): ! returns char
7616         * src/mcs51/gen.c (genNot, genNotFloat),
7617         * src/ds390/gen.c (genNot, genNotFloat),
7618         * src/z80/gen.c (genNot, genNotFloat),
7619         * src/pic/gen.c (genNot, genNotFloat),
7620         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7621
7622 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7623
7624         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7625         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7626            during interrupts. Ensure WSAVE is located at a shared bank address.
7627         2. Fixed page selection in some places
7628         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7629            the registers name strings.
7630         4. Fixed "signed / unsigned compare" compiler warnings.
7631         5. The PIC port manages its own allocation of the general purpose
7632            registers, but makes no attempt to reuse them. As a result when
7633            compiling it soon runs out of general purpose registers. Some
7634            additional code was added to the files pcode.c and device.c to walk
7635            through the function call tree and rename the registers so that they
7636            get reused.
7637
7638         * src/pic/device.c
7639         * src/pic/gen.c
7640         * src/pic/glue.c
7641         * src/pic/pcode.c
7642         * src/pic/pcode.h
7643         * src/pic/ralloc.c
7644         * src/pic/ralloc.h
7645         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7646         genPlus() & genMinus() when the result is the same as left or right
7647
7648 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7649
7650         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7651
7652 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         Made bitfield a distinct type from bit so that bitfields
7655         convert as per ANSI C and bits retain their traditional
7656         boolean style behaviour. Implemented bitfield support in
7657         the z80 port.
7658
7659         * src/SDCCsymt.h,
7660         * src/SDCCsymt.c,
7661         * src/SDCCast.c,
7662         * src/cdbFile.c,
7663         * src/mcs51/gen.c,
7664         * src/ds390/gen.c: bit v bitfield split
7665         * src/z80/gen.c: New support for bitfields
7666         * support/regression/tests/bitfields.c: reenabled z80,
7667         added more tests
7668
7669 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7670
7671         Rules 246.x, 247.x relate to bitfields, the others speed up
7672         access to xdata mapped I/O devices.
7673
7674         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7675
7676 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7677
7678         Cleaned up genPackBits and genUnpackBits and added two helper
7679         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7680         for literal assignments in genPackBits (thanks to Frieder for
7681         reminding me).
7682
7683         * src/mcs51/gen.c
7684         * src/ds390/gen.c
7685
7686 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7687
7688         Fixed bug #748310 (pointer to function type mishandled when the
7689         function name is omitted). Also fixed a SIGSEGV when a function
7690         attribute (reentrant, etc) is used on a non-function or on a
7691         function but misplaced before the parameter list.
7692
7693         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7694         bug #748310
7695         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7696         * support/Util/SDCCerr.h,
7697         * support/Util/SDCCerr.c: Added func attr misuse error msg
7698
7699 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7700
7701         Fixed bug #787649 by anonymous
7702         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7703         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7704
7705 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7706
7707         Fixed numerous bitfield problems.
7708
7709         * src/SDCC.y: More bitfield related error checking
7710         * src/SDCCsymt.h,
7711         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7712         * support/Util/SDCCerr.h,
7713         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7714         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7715         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7716         * support/regression/tests/bitfields.c: tests added
7717
7718 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7719
7720         Made the constant following the "interrupt" keyword optional. If
7721         omitted, the function will not automatically be given an entry
7722         in the interrupt vector table (similar to #pragma NOIV, but
7723         less syntacticly kludgy). The interrupt number is also now
7724         range checked. Also fixed a bug in the high order bit example
7725         in the manual.
7726
7727         * src/SDCC.y
7728         * src/SDCCmem.c
7729         * src/SDCCglue.c
7730         * src/SDCCsymt.h
7731         * support/Util/SDCCerr.c
7732         * support/Util/SDCCerr.h
7733         * doc/sdccman.lyx
7734
7735 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7738         * src/SDCCicode.c (operandOperation): rewritten some ops
7739         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7740         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7741         other type
7742         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7743         be re-activated by defining REDUCE_LITERALS)
7744         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7745         unsigned, but are signed by default
7746         * src/SDCCval.c (constVal): rearranged
7747         * src/SDCCval.c (valMod): preliminary fix
7748         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7749         * support/regression/literalop.c: added, work in progress
7750
7751 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7752
7753         Generate warnings for useless declarations like "char data;"
7754         that don't do what new users expect.
7755
7756         * src/SDCC.y
7757         * support/Util/SDCCerr.h
7758         * support/Util/SDCCerr.c
7759
7760 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7761
7762         * src/SDCCval.c (valMult): fix overflow detection of negative int
7763
7764 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7765
7766         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7767
7768         Changes to support big endian targets:
7769
7770         * src/ports.h
7771         * src/SDCCglue.c
7772         * src/avr/main.c
7773         * src/ds390/main.c
7774         * src/izt/i186.c
7775         * src/mcs51/main.c
7776         * src/pic/main.c
7777         * src/pic16/main.c
7778         * src/xa51/main.c
7779         * src/z80/main.c
7780
7781 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7782
7783         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7784         * device/lib/time.c: fixed warning "integer overflow in expression"
7785
7786 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7787
7788         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7789         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7790         constants are unsigned; added recognition of "u" flag for unsigned
7791         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7792         * src/SDCCval.c (valDiv, valMod): fixed signdness
7793         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7794         signedness of modulo, left and right shift
7795         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7796         * support/Util/SDCCerr.h: added warning W_INT_OVL
7797         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7798         * src/SDCCast.c (ast_print): improved output of constants
7799
7800 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7801
7802         Fixed some warnings when building with MSVC:
7803
7804         * as\mcs51\asdata.c
7805         * as\z80\asdata.c
7806         * as\mcs51\asm.h
7807         * as\z80\asm.h
7808         * link\z80\aslink.h
7809         * link\z80\lkdata.c
7810         * link\z80\lkeval.c
7811         * link\z80\lkgb.c
7812         * link\z80\lkihx.c
7813         * link\z80\lks19.c
7814         * link\z80\lksym.c
7815         * support\cpp2\cpplib.c
7816         * src\ds390\gen.c
7817         * src\mcs51\gen.c
7818
7819 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7820
7821         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7822
7823 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7824
7825         * support\librarian\clean.mk: Do not remove Makefile.
7826         * support\librarian\Makefile: added.
7827
7828 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7829
7830         Added librarian to MSVC build:
7831         * all.dsp
7832         * sdcc.dsw
7833         * support\librarian\librarian.dsp
7834
7835         'configure' not needed for librarian, removed:
7836         * support\librarian\configure
7837         * support\librarian\configure.in
7838         * support\librarian\config_in.h
7839         * support\librarian\Makefile.in
7840
7841         Hopefully these ones built the librarian and the rest of sdcc properly:
7842         * Makefile
7843         * Makefile.common.in
7844
7845         Messed up 'configure', so revert to previous version:
7846         * configure
7847         * configure.in
7848
7849 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7850
7851         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7852         there, while the mantissa of a double is "only" 53 bits wide.
7853
7854 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7855
7856         Adding sdcclib to the build.  MSVC project coming soon.
7857         Files added/changed:
7858
7859         * support\librarian\clean.mk
7860         * support\librarian\configure
7861         * support\librarian\configure.in
7862         * support\librarian\config_in.h
7863         * support\librarian\Makefile.bcc
7864         * support\librarian\Makefile.in
7865         * support\librarian\sdcclib.c
7866         * Makefile.bcc
7867         * Makefile
7868         * Makefile.common.in
7869         * configure
7870         * configure.in
7871
7872 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7873
7874         Linker now complaints if linked modules have conflicting options, for
7875         example, one compiled using --model-large and another one compiled with
7876         --model-small.  The following files were modified:
7877
7878         * as\mcs51\asdata.c
7879         * as\mcs51\aslink.h
7880         * as\mcs51\asm.h
7881         * as\mcs51\asmain.c
7882         * as\mcs51\asout.c
7883         * as\mcs51\i51pst.c
7884         * as\mcs51\lkdata.c
7885         * as\mcs51\lklibr.c
7886         * as\mcs51\lkmain.c
7887         * as\z80\asdata.c
7888         * as\z80\asm.h
7889         * as\z80\asmain.c
7890         * as\z80\asout.c
7891         * as\z80\z80pst.c
7892         * link\z80\aslink.h
7893         * link\z80\lkdata.c
7894         * link\z80\lklibr.c
7895         * link\z80\lkmain.c
7896         * src\SDCCglue.c
7897
7898 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7899
7900         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7901         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7902
7903 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         * src/z80/mappings.i: fix _mul[us][int,long] entries
7906
7907 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7908
7909         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7910
7911 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7912
7913         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7914         * support/regression/tests/bitopcse.c: added
7915         fixed warning:
7916         * src/avr/gen.c:
7917         * src/pic/gen.c:
7918         * src/pic16/gen.c:
7919         * src/z80/gen.c:
7920         * src/xa51/gen.c:
7921
7922 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7923
7924         added support for new library format to z80, gbz80 linkers:
7925         *link/z80/aslink.h
7926         *link/z80/lklex.c
7927         *link/z80/lklib.c
7928         *link/z80/lklist.c
7929
7930 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7931
7932         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7933         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7934
7935 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7936
7937         added DUMMY_READ_VOLATILE:
7938         * src/SDCC.y:
7939         * src/avr/gen.c:
7940         * src/xa51/gen.c:
7941         * src/z80/gen.c:
7942         * src/pic/gen.c:
7943         * src/pic16/gen.c:
7944         * src/mcs51/gen.c:
7945         * src/ds390/gen.c:
7946         * src/SDCCcse.c (algebraicOpts): many improvements
7947         * src/SDCCcse.h: removed algebraicOpts()
7948         * src/SDCCicode.c (picDummyRead): added
7949
7950 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7951
7952         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7953         "Insufficient space in data memory".
7954
7955 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         * src/mcs51/gen.c: fixed bug #771358
7958         * src/z80/gen.c: fixed bug #759087
7959
7960 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7961
7962         * src/pic16/glue.c: minor cleanup by Vangelis
7963
7964 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7965
7966         * device/include/regc515c.h: fixed #758477
7967         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7968         * device/lib/_gptrput.c: saved a few bytes
7969         * my tab spacing is 8, yours too?)
7970         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7971         * device/lib/serial.c: process RX bytes earlier than TX bytes
7972         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7973
7974 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7975
7976         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7977
7978 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7979
7980     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7981
7982 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7983
7984         * device/lib/Makefile.in: bad fix, reverted to 1.43
7985
7986 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7987
7988         * device/lib/Makefile.in: added missing z80 object files
7989
7990 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7991
7992         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7993         pic16 progress by Vangelis:
7994         * src/SDCCglobl.h:
7995         * src/SDCCmain.c:
7996         * src/pic/Makefile:
7997         * src/pic:
7998         * pic/Makefile:
7999         * pic16/device.c:
8000         * pic16/device.h:
8001         * pic16/gen.c:
8002         * pic16/gen.h:
8003         * pic16/genarith.c:
8004         * pic16/glue.c:
8005         * pic16/main.c:
8006         * pic16/pcode.c:
8007         * pic16/pcode.h:
8008         * pic16/pcodepeep.c:
8009         * pic16/peeph.def:
8010
8011 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8012
8013     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8014
8015 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8016
8017     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8018     added gbz80 build to MSVC project.
8019     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8020     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8021     from 8051 stuff and setup so it links using a .lnk file.
8022
8023 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8024
8025     * support/librarian/sdcclib.c: sdcc librarian.
8026     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8027     with sdcclib.
8028
8029 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8030
8031     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8032
8033 2003-07-02  Borut Razem <borut.razem AT siol.net>
8034
8035         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8036         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8037         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8038         src/xa51/main.c, src/z80/main.c:
8039         virtualization of glue() function: each port has it's own glue function,
8040         which is accessed by do_glue function pointer in PORT.general structure
8041
8042 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8043
8044         * DS800C400 fun, improved ROM interface and tinibios.
8045
8046 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8047
8048         * More support for DS80C400. Now includes beginning of interface to ROM.
8049
8050 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8051
8052         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8053
8054 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8055
8056         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8057
8058 2003-06-19  Borut Razem <borut.razem AT siol.net>
8059
8060         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8061
8062 2003-06-19  Borut Razem <borut.razem AT siol.net>
8063
8064         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8065         fixed Z80 port - crt0.o: cannot open.
8066
8067 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8068
8069         * support/Util/MySystem.c (merge_command): revert bad fix
8070
8071 2003-06-18  Borut Razem <borut.razem AT siol.net>
8072
8073         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8074
8075 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8076
8077         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8078         option --use-stdout sends errors to stdout instead of stderr.
8079
8080 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8081
8082         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8083
8084 2003-06-15  Borut Razem <borut.razem AT siol.net>
8085
8086         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8087         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8088         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8089         fixed width array of pointers replaced with sets;
8090         multiple include and lib paths ared transferred to preprocessor and linker
8091         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8092         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8093         fixed width array of pointers
8094         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8095         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8096         fixupPath(), getPathDifference()
8097         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8098         fixed width array of pointers
8099
8100 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8101
8102         * src/pic16/ralloc.c: fix warnings
8103         * src/pic16/pcode.c: fix warning
8104
8105 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8106
8107          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8108         know all the details, but essentially this set of changes enable
8109         the pic16 port to generate movff instructions and generate assembler
8110         directives,
8111         * src/SDCCmain.c:
8112         * src/pic16/gen.c:
8113         * src/pic16/glue.c:
8114         * src/pic16/pcode.c:
8115         * src/pic16/device.c:
8116         * src/pic16/main.c:
8117         * src/pic16/pcode.h:
8118         * src/pic16/pcoderegs.c:
8119         * src/pic16/ralloc.c:
8120         * src/pic16/ralloc.h:
8121
8122 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8123
8124         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8125         added option --vc, so sdcc errors and warnings are compatible with
8126         Microsoft Visual Studio.
8127
8128 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8129
8130         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8131           device/lib/libfloat.lib: added atof function.
8132
8133 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8134
8135         * doc/sdccman.lyx: updated to Lyx 1.3
8136         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8137         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8138         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8139
8140 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8141
8142         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8143
8144 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8145
8146         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8147           additions to the "related tools/documentation" section
8148
8149 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8150
8151         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8152
8153 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8154
8155         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8156         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8157
8158 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8159
8160         * doc/sdccman.lyx: fix double dash and other minor things
8161         * doc/Makefile: fix double dash
8162
8163 2003-05-28  Karl Bongers(patches from Martin Helmling)
8164         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8165           condition and ignore commands.
8166
8167 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8168
8169         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8170           is in parts still quite out of date, I did changes as far as I felt makes sense
8171           for a non-native english speaker.
8172           Please feel free to add to the manual or to correct my changes.
8173         * doc/Makefile: undid touching the date of intermediate tex files.
8174
8175 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8176
8177         * doc/sdccman.lyx: Manual has an index now
8178
8179 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         Finalize muluint/mulsint and mululong/mulslong merging:
8182         * device/lib/_mulint.c
8183         * device/lib/_mullong.c
8184         * device/lib/gbz80/mul.s
8185         * device/lib/gbz80/stubs.s
8186         * device/lib/z80/mul.s
8187         * device/lib/z80/stubs.s
8188         * src/SDCCsymt.c (initCSupport)
8189
8190 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8191
8192         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8193         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8194           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8195           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8196           instead of /Zm500.
8197
8198 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8199
8200         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8201           the regression tests I'm not brave enough to enable 245.b, 245.c
8202         * doc/sdccman.lyx: added latex preamble for hyperref package.
8203           Using pdflatex this will give you a hyperlinked pdf file with
8204           bookmarks. (prepend '%' before /usepackage if this breaks something)
8205
8206 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8207
8208          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8209
8210 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8211
8212         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8213
8214 2003-05-21    <johan AT balder>
8215
8216         * src/SDCCglue.c (printIval): fixed bug #739934
8217
8218 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8219
8220         Applied patch from bug 737905 (renamed yylineo to mylineno):
8221         * src/altlex.c
8222         * src/SDCCast.c
8223         * src/SDCglobl.h
8224         * src/SDCC.lex
8225         * src/SDCCsymt.c
8226         * src/SDCCval.c
8227         * src/pic16/pcode.c: Cleaned warnings
8228         * src/pic16/pcodeflow.c: Cleaned warnings
8229         * src/pic16/pcoderegs.c: Cleaned warnings
8230
8231 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8232
8233         * src/pic16/pcode.c: Cleaned warnings
8234         * src/pic16/pcodepeep.c: Cleaned warnings
8235         * src/pic16/ralloc.c: Cleaned warnings
8236
8237 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8238
8239         * doc/sdccman.lyx: fixed bug 739745
8240         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8241
8242 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8243
8244         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8245         it can be defined with CFLAGS when running configure
8246         * src/SDCCmain.c: fixed compiling + linking with object files
8247
8248 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8249
8250         * configure.in: configure for pic16 port,
8251             added --disable-pic16-port
8252         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8253         * src/SDCCmain.c: linkOptions is changed to set *,
8254             added if/endif conditional macros to remove options help
8255             messages from optionsTable when a port is not configured, added
8256             support for the PIc16 port in the ports table, when executing
8257             the compiler with no port specified on command line, a default
8258             port is selected with the new macro DEFAULT_PORT which is
8259             defined in port.h, in setDefaultOptions() linkOptions is removed
8260             from initialization assignment, since now it is a set,
8261             parseCmdLine uses setParseWithComma for linkOptions, in
8262             linkEdit() linkOptions are accessed with new function indexSet()
8263             which returns the i'th item of a set variable. See SDCCset.c, in
8264             linkEdit() when calling buildCmdLine(), added linkOptions as
8265             last argument. Now users can pass arguments to gplink via the
8266             -Wl option, main() uses pic16glue() to glue up pic16 programs
8267         * src/SDCCpeeph.c: various changes to support pic16
8268         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8269             return the i'th item of the set
8270         * src/SDCCset.h: added function prototype for indexSet()
8271         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8272         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8273         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8274             added macro DEFAULT_PORT
8275         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8276         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8277             generated
8278         * src/pic16/glue.c: commented out some error producing lines
8279         * src/pic16/main.c: __config directives are commented out to stop
8280             gpasm complaining and test the linkage with gplink, _linkCmd and
8281             _asmCmd changed to be more gplink and gpasm friendly
8282         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8283             produced an error when parsed, peep rule 12 is added to utilize
8284             movff, but it is commented out since the pCode does not support
8285             yet a command with 2 address arguments
8286
8287 2003-05-18    <johan AT balder>
8288
8289         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8290         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8291 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8292
8293         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8294   Added feature to script commands from file.
8295
8296 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8297
8298         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8299         * src/SDCCutil.c: include ctype.h for win32
8300
8301 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8302
8303         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8304
8305 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8306
8307         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8308   Fixed so you can set breakpoints prior to run, run does not stop
8309   on entry now.  Add tbreak.  Other enhancements and fixes for use
8310   with ddd.
8311
8312 2003-05-12  Borut Razem <borut.razem AT siol.net>
8313
8314         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8315
8316 2003-05-11  Borut Razem <borut.razem AT siol.net>
8317
8318         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8319         the path of bin directory, so that PATH is the only env. variable, which has to be set
8320         in case of standard installation.
8321         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8322         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8323         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8324
8325 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8326
8327         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8328         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8329         temp files are in the port dir; clean the gen/test directory when
8330         generating new test.c
8331         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8332         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8333         * support/regression/tests/zeropad.c: added
8334
8335 2003-05-09    <johan AT balder>
8336
8337         * src/SDCCglue.c: fixed bug #597940
8338
8339 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8340
8341         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8342   cache sfr, optimize next,step, fix off by one sourceline,
8343   support ddd list function.
8344         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8345
8346 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8347
8348         * support/regression/HTMLgen.py: added compare_s2f()
8349         * support/regression/Makefile: redo 1.27
8350         * support/regression/generate-cases.py: redo 1.5
8351
8352 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8353
8354         * support/regression/tests/float.c: workaround 33 bit hex constant
8355         * support/regression/tests/simplefloat.c: fix division for host
8356
8357 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8358
8359         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8360         that tame's the PIC's over-aggressive optimizer.
8361
8362 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8363
8364          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8365          support for MSVC.
8366
8367 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8368
8369         Initial support for DS80C400. "Hello world" runs on TINIm400
8370         (with polled I/O).
8371
8372 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8373
8374          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8375          * Some notes on ddd usage added in debugger/README
8376          Martin Helmling adding more features and fixes for ddd GUI debugger.
8377          Code added for nexti, stepi, up, down, and other adjustments.
8378
8379 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8380
8381         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8382         * src/pic/peeph.def Added two rules to optimize carry manipulation
8383         * src/pic/* removed debug printfs
8384
8385 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8386
8387         * debugger/mcs51/cmd.c: added header newalloc.h
8388
8389 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         * as/Makefile: new EXEEXT
8392         * as/z80/Makefile: remove trailing slash of BUILDIR
8393         * as/z80/clean.mk: new EXEEXT
8394         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8395         * support/cpp2/Makefile.in: new EXEEXT
8396         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8397
8398 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8399
8400         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8401         EXEEXT was introduced to fix all related problems with targets
8402         "clean", "install" and "uninstall"; a couple of further flaws
8403         especially with "clean" have been fixed too
8404         * as/mcs51/Makefile.in
8405         * as/mcs51/clean.mk
8406         * as/z80/Makefile
8407         * Makefile
8408         * clean.mk
8409         * debugger/mcs51/Makefile.in
8410         * debugger/mcs51/clean.mk
8411         * link/z80/Makefile
8412         * link/z80/Makefile.in
8413         * link/z80/clean.mk
8414         * link/Makefile
8415         * packihx/Makefile.in
8416         * packihx/clean.mk
8417         * sim/ucsim/Makefile
8418         * sim/ucsim/clean.mk
8419         * sim/ucsim/avr.src/Makefile.in
8420         * sim/ucsim/avr.src/clean.mk
8421         * sim/ucsim/s51.src/Makefile.in
8422         * sim/ucsim/s51.src/clean.mk
8423         * sim/ucsim/xa.src/Makefile.in
8424         * sim/ucsim/xa.src/clean.mk
8425         * sim/ucsim/z80.src/Makefile.in
8426         * sim/ucsim/z80.src/clean.mk
8427         * sim/ucsim/main_in.mk
8428         * sim/ucsim/packages_in.mk
8429         * sim/ucsim/gui.src/Makefile.in
8430         * sim/ucsim/gui.src/serio.src/Makefile.in
8431         * sim/ucsim/gui.src/serio.src/clean.mk
8432         * src/Makefile.in
8433         * src/clean.mk
8434         * support/cpp2/Makefile.in
8435         * support/cpp2/clean.mk
8436         * support/makebin/Makefile
8437         * support/makebin/clean.mk
8438         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8439         * doc/sdccman.lyx: --program-suffix no longer needed
8440
8441 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8442
8443          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8444          Martin Helmling added support for ddd GUI debugger.
8445          Code added to display assembly, set variables, and other commands
8446          to interface to ddd.
8447
8448 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8449
8450         * as/Makefile: fix target clean
8451         * as/clean.mk: fix target clean
8452         * as/z80/clean.mk: fix target clean
8453
8454 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8455
8456         * Makefile.common.in: added  AT EXEEXT AT
8457         * configure.in: removed all mingw32 stuff
8458         * configure: rebuilt from configure.in
8459         * doc/sdccman.lyx: updated section "installation"
8460         * support/scripts/sdcc_mingw32: adapted to configure
8461         * support/scripts/sdcc_cygwin_mingw32: added
8462
8463 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8464
8465         * src/pic Added object file support for the PIC port
8466         * src/pic Applied patch from Craig Franklin (this started the object file support)
8467         * src/regression Updated the PIC regression tests for object files
8468
8469 2003-04-20  Borut Razem <borut.razem AT siol.net>
8470
8471         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8472           lklex.c: In function `getfid':
8473           lklex.c:203: warning: array subscript has type `char'
8474         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8475           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8476         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8477           stack handling macros
8478
8479 2003-04-19  Borut Razem <borut.razem AT siol.net>
8480
8481         * "handling space characters in file path" task:
8482         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8483         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8484         * support/Util/MySystem.h: make it self-sufficient
8485         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8486           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8487           handling space characters in file path
8488         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8489           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8490         * support/Util/MySystem.c: handling space characters in executable's path
8491
8492 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8493
8494         * as/z80/Makefile: fix permanent rebuild of z80
8495         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8496         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8497
8498 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8499
8500         * src/SDCCopt.c: add special case optimization to replace modulo by
8501           a power of two with a bitwise AND.
8502
8503 2003-04-18    <johan AT balder>
8504
8505         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8506
8507 2003-04-17    <johan AT balder>
8508
8509         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8510         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8511
8512 2003-04-13  Borut Razem <borut.razem AT siol.net>
8513
8514         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8515         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8516           fixed mingw problem in adl_NORMALIZE_PATH
8517
8518 2003-04-12  Borut Razem <borut.razem AT siol.net>
8519
8520         * fixed "#pragma SAVE/RESTORE can not be nested":
8521         * src/SDCC.lex: reworked pragma handling functions
8522         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8523         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8524
8525 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * src/SDCCutil.c (pathEquivalent): defined but not used
8528         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8529         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8530         * configure: rebuilt from configure.in
8531         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8532         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8533         * device/include/Makefile.in: replace sdcc_datadir
8534         * device/lib/Makefile.in: replace sdcc_datadir
8535         * Makefile.common.in: add LDFLAGS from configure
8536         * packihx/Makefile.in: use LDFLAGS
8537         * src/Makefile.in: use LDFLAGS
8538         * support/cpp2/Makefile.in: add LDFLAGS from configure
8539         * support/makebin/Makefile: use LDFLAGS
8540         * .version: bumped version number to 2.3.5
8541
8542 2003-04-12  Borut Razem <borut.razem AT siol.net>
8543
8544         * completed "different paths" task:
8545         * src/SDCCmacro.c: fixed bug in handling quotes
8546         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8547         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8548
8549 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8550
8551         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8552
8553 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8554
8555         * ds390/gen.c ds390/peeph.def: fix bug 706781
8556
8557 2003-04-11  Borut Razem <borut.razem AT siol.net>
8558
8559         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8560
8561 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8562
8563         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8564         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8565          set - this bit used to not be set...).
8566         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8567           bad code in PIC Port
8568         * src/regression/and2.c added to test bug 609268
8569         * src/regression/Makefile added and2.c to regression test
8570
8571
8572 2003-04-08    <johan AT CP255758-A>
8573
8574         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8575         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8576         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8577
8578 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8579
8580         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8581         fix bug #487815
8582         * support/cpp2/Makefile.in: fix bug #487815
8583         * configure: rebuilt from configure.in
8584         * Makefile.common.in: docdir changed, new path suffixes
8585         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8586         * sdcc_vc_in.h: reflect changes from sdccconf.h
8587         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8588         * src/SDCCutil.h: remove BINDIR hack
8589         * doc/sdccman.lyx: update new path hierarchy
8590
8591 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8592
8593         * src/SDCCpeeph.c: added okToRemoveSLOC test
8594
8595 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8596
8597         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8598
8599 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8600
8601         * src/SDCCpeeph.c: added labelIsReturnOnly test
8602         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8603
8604 2003-04-05    <johan AT balder>
8605
8606         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8607         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8608         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8609         * src/SDCCast.c: fixed a warning
8610         * src/SDCCast.h: fixed a warning
8611         * src/SDCCicode.c (operandFromAst): fixed a warning
8612
8613 2003-04-04    <johan AT balder>
8614
8615         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8616         * src/SDCCast.c (decorateType): fixed bug #715076
8617         * src/SDCC.y: fixed bug #702907
8618
8619 2003-04-03    <johan AT balder>
8620
8621         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8622         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8623         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8624         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8625         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8626
8627 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8628
8629         * _decdptr.c: fix return values
8630         * _gptrget.c: fix return values
8631         * _gptrgetc.c: fix return values
8632         * _gptrput.c: fix return values
8633         * _mulint.c: fix return values
8634         * as/z80/Makefile: fix 'make -j' problem
8635
8636 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8637
8638         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8639         * configure.in: big cleanup, updated to autoconf 2.5x
8640         * configure: rebuilt from configure.in
8641         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8642         * sdcc_vc_in.h: reflect changes from sdccconf.h
8643         * doc/Makefile: fixed a flaw in "make install"
8644
8645 2003-04-02    <johan AT balder>
8646
8647         * src/ds390/gen.c (genCmp): no comments
8648         * src/mcs51/gen.c (genCmp): no comments
8649         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8650         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8651
8652 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8653
8654         * support/regression/generate-cases.py: place generated file in given sub directory
8655         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8656         * support/regression/Makefile: improvements for 'make -j';
8657         side effect: it's simpler and faster now
8658
8659 2003-03-31  Borut Razem <borut.razem AT siol.net>
8660
8661         * src/z80/main.c: link-{port} and as-{port} defined without path
8662         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8663
8664 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8665
8666         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8667
8668 2003-03-30  Borut Razem <borut.razem AT siol.net>
8669
8670         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8671           changed type of list parameter to set
8672         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8673         * src/port.h: changed type of do_assemble() parameter to set
8674         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8675           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8676           definition of "cppoutfilename" macro with NULL value in preProcess()
8677         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8678         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8679         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8680           replaced with set *binPathSet
8681         * shash_add() deallocates the item, if allready exsists, before adding the new one
8682         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8683
8684 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8685
8686         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8687           a nested for loop bug in the PIC port
8688         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8689           for loops
8690
8691 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8692
8693         * support/Util/dbuf.h: remove C++ stuff to make it portable
8694
8695 2003-03-28  Borut Razem <borut.razem AT siol.net>
8696
8697         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8698           literal strings in stringLiteral()
8699         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8700         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8701           to the project
8702
8703 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8704
8705         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8706
8707 2003-03-26    <johan AT balder>
8708
8709         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8710         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8711         * src/SDCCast.c (decorateType): fixed " -v < 3"
8712
8713 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8714
8715         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8716         Added Lenny Story's debug infrastructure changes:
8717         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8718         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8719         * src/cdbFile.c: added
8720         * src/SDCCdebug.c: added
8721         * src/SDCCdebug.h: added
8722         * src/SDCCast.c (createFunction)
8723         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8724         * src/SDCCmain.c (parseCmdLine, main)
8725         * src/SDCCmem.c (redoStackOffsets)
8726         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8727         * src/SDCCsymt.h
8728         * src/common.h
8729         * src/avr/gen.c (genAVRCode)
8730         * src/ds390/gen.c (gen390Code)
8731         * src/mcs51/gen.c (gen51Code)
8732         * src/pic/gen.c (genpic14Code)
8733         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8734         * src/xa51/gen.c (genXA51Code)
8735         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8736
8737 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8738
8739         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8740         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8741
8742 2003-03-22    <johan AT balder>
8743
8744         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8745
8746 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8747
8748         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8749         * doc/cdbfileformat.lyx: added, written by Lenny Story
8750         * doc/Makefile: added cdbfileformat.lyx
8751         * doc/clean.mk: added cdbfileformat.lyx
8752
8753 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8754
8755         * src/mcs51/peeph.def: fix bug #705773
8756
8757 2003-03-20    <johan AT balder>
8758
8759         An sfr/sbit can have an "at #" AND an initializer
8760         * src/SDCCsymt.c (checkSClass):
8761         * src/SDCCmem.c (allocGlobal):
8762         * src/SDCCmem.c (allocLocal):
8763         * src/SDCCast.c (createBlock):
8764
8765 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8768
8769 2003-03-16    <johan AT balder>
8770
8771         Undid the hackup of const and volatile, the problem is much bigger
8772         * src/SDCC.y:1.65
8773         * src/SDCCast.c:1.171
8774         * src/SDCCglue.c:1.138
8775         * src/SDCCicode.c:1.146
8776         * src/SDCCsymt.c:1.150
8777         * src/SDCCval.c:1.65
8778
8779 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8780
8781         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8782         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8783
8784 2003-03-13    <johan AT balder>
8785
8786         Hackup const and volatile modifiers in type chains a bit:
8787         * src/SDCC.y:1.63
8788         * src/SDCCast.c:1.169
8789         * src/SDCCglue.c:1.136
8790         * src/SDCCicode.c:1.143
8791         * src/SDCCsymt.c1.146
8792         * src/SDCCsymt.h1.59
8793         * src/SDCCval.c:1.63
8794
8795 2003-03-12    <johan AT balder>
8796
8797         * src/SDCCBBlock.h: more LRH debugging junk
8798         * src/SDCCcflow.h: more LRH debugging junk
8799         * src/SDCCloop.c: more LRH debugging junk
8800         * src/SDCC.y (struct_declaration): fixed bug #697590
8801         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8802         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8803         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8804
8805 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8806         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8807         test function names must now match exactly).
8808         * src/SDCCcse.c: added special case in findCheaperOp to allow
8809         extending a short integer. Makes less awful code for bug 700121 test case.
8810
8811 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8812
8813         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8814         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8815
8816 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8817
8818         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8819         actually called (operandsNotEqual() was called for all
8820         operandsNotEqualX tests).
8821
8822 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8823
8824         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8825         with shorter literals. Fixes bug 700121.
8826
8827 2003-03-11    <johan AT balder>
8828
8829         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8830
8831 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8832
8833         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8834         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8835
8836 2003-03-10  Borut Razem <borut.razem AT siol.net>
8837
8838         * src/SDCCmain.c: pipe preprocessor's output
8839         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8840         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8841         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8842         which closes all pipes in pipeSet set
8843         * src/SDCCset.c: free deleted item in function deleteSetItem()
8844         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8845         moved from z80 to src subproject
8846         * .version: increased version number to 2.3.4
8847
8848 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8849
8850         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8851         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8852         * support/regression/ports/xa51/spec.mk: fix typo
8853
8854 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8855
8856         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8857
8858 2003-03-09  Borut Razem <borut.razem AT siol.net>
8859
8860         * src/SDCCmain.c: pipe preprocessor's output
8861         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8862         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8863         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8864         which closes all pipes in pipeSet set
8865         * src/SDCCset.c: free deleted item in function deleteSetItem()
8866         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8867         moved from z80 to src subproject
8868
8869 2003-03-09  Borut Razem <borut.razem AT siol.net>
8870
8871         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8872         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8873         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8874         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8875         * src/SDCCglobl.h: unification of WIN32 native definitions
8876
8877 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8878
8879         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8880
8881 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8882
8883         * src/configure.in:   check for endianess (even while cross-compiling)
8884         * src/configure:      check for endianess (even while cross-compiling)
8885         * src/configure_in.h: check for endianess (even while cross-compiling)
8886         * src/avr/gen.c:        remove old endianess stuff
8887         * src/mcs51/gen.c:      remove old endianess stuff
8888         * src/ds390/gen.c:      remove old endianess stuff
8889         * src/pic/gen.c:        remove old endianess stuff
8890         * src/pic/genarith.c:   remove old endianess stuff
8891         * src/pic/glue.c:       fix endianess check
8892         * src/pic16/gen.c:      remove old endianess stuff
8893         * src/pic16/genarith.c: remove old endianess stuff
8894         * src/pic16/glue.c:     fix endianess check
8895         * src/xa51/gen.c:       remove old endianess stuff
8896         * src/z80/gen.c:        fix endianess check
8897         * src/SDCCglue.c:       fix endianess check
8898         * src/ds390/peeph.def: fix bug 700036
8899
8900 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8901
8902         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8903         * src/configure: find appropriate data-types on host for SDCC's int and long
8904         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8905         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8906         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8907
8908 2003-03-07    <johan AT balder>
8909
8910         Just a big NOOP:
8911                 some minor cleanups before the big shot
8912                 OP_DEFS and OP_USES now use Kevin's protection
8913                 new option --nolabelopt
8914
8915         * src/SDCCBBlock.c:
8916         * src/SDCCast.c,:
8917         * src/SDCCcflow.c:
8918         * src/SDCCcse.c:
8919         * src/SDCCicode.c:
8920         * src/SDCCicode.h:
8921         * src/SDCClabel.c:
8922         * src/SDCCloop.c:
8923         * src/SDCCmain.c:
8924         * src/ds390/ralloc.c:
8925         * src/mcs51/ralloc.c:
8926         * src/pic/ralloc.c:
8927         * src/xa51/ralloc.c:
8928         * src/z80/ralloc.c:
8929
8930 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * src/pic/pcode.c (get_op): fix 64 bit warnings
8933         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8934         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8935         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8936         * support/regression/tests/malloc.c: fix 64 bit warnings
8937
8938 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8939
8940         * src/mcs51/gen.c (genMinus): fixed bug 696436
8941
8942 2003-03-02  Borut Razem <borut.razem AT siol.net>
8943
8944         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8945
8946 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8947
8948         * configure.in: test for mkstemp
8949         * sdccconf_in.h: add HAVE_MKSTEMP
8950
8951 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8952
8953         * device/include/ctype.h: removed warning while using --stack-auto
8954         * device/include/malloc.h: removed warning while using --stack-auto
8955         * device/include/string.h: removed warning while using --stack-auto
8956
8957 2003-02-23  Borut Razem <borut.razem AT siol.net>
8958
8959         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8960         because NDEBUG is defined (see man assert)
8961         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8962
8963 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8964
8965         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8966         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8967
8968 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8969
8970         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8971         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8972
8973 2003-02-18    <johan AT balder>
8974
8975         * as/mcs51/asmain.c (asmbl): module can start with a digit
8976         * as/z80/asmain.c (asmbl): module can start with a digit
8977
8978 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8979
8980         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8981         * src/asm.c: fix pipe() for Mingw32
8982
8983 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8984
8985         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8986         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8987         make -V work again; --c1mode reads now from stdin
8988         * doc/sdccman.lyx: added --c1mode
8989         * support/Util/SDCCerr.c: new messages for c1 mode
8990         * support/Util/SDCCerr.h: new messages for c1 mode
8991         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8992
8993 2003-02-15    <johan AT balder>
8994
8995         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8996
8997 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8998
8999         * doc/sdccman.lyx: Environment variables, -o and other minor things
9000
9001 2003-02-14    <johan AT balder>
9002
9003         * src/xa51/main.c: before anyone really tries to use it :)
9004
9005         * Install doc's in share/sdcc/doc
9006         * removed some obsolete files
9007         * Do a proper make distclean and uninstall
9008         M Makefile.common.in
9009         R sdccbuild.sh
9010         M as/Makefile
9011         M device/include/Makefile.in
9012         M device/lib/Makefile.in
9013         M doc/sdccman.lyx
9014         M link/Makefile
9015         M sim/ucsim/doc/Makefile.in
9016         M src/clean.mk
9017         R src/avr/peeph.rul
9018         R src/xa51/peeph.rul
9019         M support/cpp2/Makefile.in
9020         M support/makebin/Makefile
9021
9022
9023 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9024
9025         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9026
9027 2003-02-10  Borut Razem <borut.razem AT siol.net>
9028
9029         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9030         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9031         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9032         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9033         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9034         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9035         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9036         src/z80/Makefile.bcc: Borland Makefile cleanup
9037         * as/z80/Makefile.bcc: Added Borland Makefile
9038         * support/cpp2/borland.h: Removed
9039
9040 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9043         * src/SDCC.lex: new pragma NOIV
9044         * src/SDCCglobl.h: new pragma NOIV
9045         * src/SDCCmem.c: new pragma NOIV
9046
9047 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9048
9049         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9050
9051 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9052
9053         * src/SDCCmain.c: signal handling is switched off by --debug
9054         * doc/Makefile: small fix for install; use clean.mk again
9055         * doc/clean.mk: clean *.pdf and *.html too
9056
9057 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9058
9059         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9060         * device/lib/printfl.c: fix a ds390 bug by making it portable
9061         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9062         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9063         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9064         * debugger/mcs51/cmd.c: converted multi-line string literals
9065         * sim/ucsim/globals.cc: converted multi-line string literals
9066         * src/SDCCmain.c: introduced signal handler to remove temp files
9067         * doc/Makefile: small tweaks, implement clean
9068         * doc: removed generated files
9069
9070 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9071
9072         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9073         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9074         Address Record is not correctly generated for DS390."
9075
9076 2003-02-02  Borut Razem <borut.razem AT siol.net>
9077
9078         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9079         * as/mcs51/asm.h: fixed compilation with Borland C
9080         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9081         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9082         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9083         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9084         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9085         src/z80/Makefile.bcc: delete $(LIB) only if exist
9086         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9087
9088 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9089
9090         * device/include/malloc.h: introduced NULL
9091         * device/include/string.h: introduced NULL
9092         * device/include/stdlib.h: introduced NULL
9093         * device/lib/_memcpy.c: removed NULL
9094         * device/lib/_strcat.c: removed NULL
9095         * device/lib/_strchr.c: removed NULL
9096         * device/lib/_strcmp.c: removed NULL
9097         * device/lib/_strcpy.c: removed NULL
9098         * device/lib/_strcspn.c: removed NULL
9099         * device/lib/_strlen.c: removed NULL
9100         * device/lib/_strncat.c: removed NULL
9101         * device/lib/_strncmp.c: removed NULL
9102         * device/lib/_strncpy.c: removed NULL
9103         * device/lib/_strpbrk.c: removed NULL
9104         * device/lib/_strrchr.c: removed NULL
9105         * device/lib/_strspn.c: removed NULL
9106         * device/lib/_strstr.c: removed NULL
9107         * device/lib/_strtok.c: removed NULL
9108         * device/lib/malloc.c: removed NULL, include own header
9109
9110 2003-02-02    <johan AT balder>
9111
9112         * 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
9113         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9114         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9115         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9116         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9117         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9118
9119 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9120
9121         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9122         area 'DATA'"
9123
9124 2003-02-01    <johan AT balder>
9125
9126         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9127
9128 2003-01-31    <johan AT CP255758-A>
9129
9130         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9131
9132 2003-01-30    <johan AT balder>
9133
9134         * src/SDCCBBlock.c: automatic bug detection
9135         * src/SDCCicode.c: automatic bug detection
9136
9137 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9138
9139         * src/SDCCglobl.h:   now --xram-size 0 works
9140         * src/SDCCmain.c:    now --xram-size 0 works
9141
9142 2003-01-29    <johan AT balder>
9143
9144         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9145
9146 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9147
9148         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9149         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9150         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9151         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9152         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9153         * src/SDCCmain.c:    Added options --xram-size and --code-size
9154
9155 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9156
9157         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9158         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9159
9160 2003-01-27    <johan AT balder>
9161
9162         * src/SDCC.y: fixed bug #613764
9163
9164 2003-01-26    <johan AT balder>
9165
9166         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9167         * src/SDCCsymt.h: fixed bug #673374
9168         * src/SDCCglue.c: fixed bug #661910
9169         * src/SDCCast.c: fixed bug #458099 and 673374
9170
9171 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9172
9173         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9174         * as/mcs51/strcmpi.h: added
9175         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9176         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9177         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9178         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9179         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9180         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9181         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9182         * as/mcs51/Makefile.aslink: new module strcmpi
9183         * as/mcs51/Makefile.asx8051: new module strcmpi
9184         * as/mcs51/Makefil.bcc: new module strcmpi
9185         * as/mcs51/Makefile.in: new module strcmpi
9186         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9187
9188 2003-01-26    <johan AT balder>
9189
9190         * src/SDCCglue.c: reverted back to 1.124
9191         * src/SDCCast.c: reverted back to 1.156
9192         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9193
9194 2003-01-25    <johan AT balder>
9195
9196         * src/SDCCglue.c: A better fix for bug #661910
9197         * src/SDCCast.c: A better fix for bug #661910
9198         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9199
9200 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9201
9202         * src/Makefile.in: remove spawn.o
9203         * src/SDCCmain.c: remove spawn.h
9204         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9205         * src/spawn.c: removed
9206         * src/spawn.h: removed
9207         * support/regression/ports/ds390/spec.mk: link with -r
9208
9209 2003-01-24    <johan AT CP255758-A>
9210
9211         * src/ds390/gen.c (aopOp): fixed bug #667458
9212         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9213         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9214         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9215
9216 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9217
9218         * src/mcs51/peeph.def: better assembler identation by Frieder
9219         * src/mcs51/gen.c: better assembler identation by Frieder
9220
9221 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9222
9223         * as/z80/string.h: removed for gcc 3.2
9224         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9225         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9226
9227 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9228
9229         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9230         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9231         * support/regression/Makefile: separate temp files for ports
9232         * support/regression/generate-cases.py: separate temp files for ports
9233         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9234         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9235
9236 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9237
9238         * moved tinitalk to device/examples/ds390
9239
9240 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9241
9242         * as/mcs51/lkmem.c: rflag is for DS390
9243         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9244         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9245                          (linkEdit): move mem- and map-files the same way as ihx-files
9246         * src/z80/main.c (_setDefaultOptions): removed --generic
9247         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9248         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9249         * src/pic/glue.c (picglue): --c1mode works again
9250         * src/pic16/glue.c (pic16glue): --c1mode works again
9251         * src/asm.c (printCLine): fix #660034
9252
9253 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9254
9255         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9256         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9257         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9258         * as/mcs51/lkmem (summary): better fix for sp problem
9259         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9260         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9261         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9262                                               remove --stack-after-data
9263
9264 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9265
9266         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9267         * src/SDCCutil.c (join): ugly bug: missing '\0'
9268         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9269
9270 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9271
9272         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9273         * src/port.h: typo
9274         * src/pic/main.c (_asmCmd): gpasm supports -o
9275         * src/z80/main.c: more general macros
9276         * device/lib/Makefile.in: remove intermediate files
9277
9278 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * .version: Bumped version number to 2.3.3
9281         * src/SDCCBBlock.c: new option -o
9282         * src/SDCCglobl.h: new option -o
9283         * src/SDCCglue.c: new option -o
9284         * src/SDCCmain.c: new option -o
9285         * src/asm.c: new option -o
9286         * src/ds390/main.c: new option -o
9287         * src/pic/glue.c: new option -o
9288         * src/pic/pcode.c: new option -o
9289         * src/pic/ralloc.c: new option -o
9290         * src/pic16/glue.c: new option -o
9291         * src/pic16/pcode.c: new option -o
9292         * src/pic16/ralloc.c: new option -o
9293         * src/z80/main.c: new option -o
9294         * device/lib/Makefile.in: use -o
9295         * support/regression/ports/ds390/spec.mk: use -o
9296         * support/regression/ports/gbz80/spec.mk: use -o
9297         * support/regression/ports/mcs51/spec.mk: use -o
9298         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9299         * support/regression/ports/z80/spec.mk: use -o
9300         * support/regression/ports/ucz80/spec.mk: use -o
9301         * support/regression/ports/xa51/spec.mk: use -o
9302         * support/regression/fwk/lib/timeout.c: fix usage string
9303
9304 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9305         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9306
9307 2003-01-07    <johan AT balder>
9308
9309         * src/SDCCast.c (decorateType): fixed bug #600035
9310
9311 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9312         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9313         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9314         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9315         * src/pic/pcode.c: outcommented unused variable to remove warnings
9316         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9317
9318 2003-01-06    <karl AT turbobit.com>
9319         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9320    regression tests.
9321
9322 2003-01-06    <johan AT balder>
9323
9324         * src/SDCCicode.c: fixed array add
9325
9326 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9327         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9328         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9329
9330 2003-01-04    <johan AT balder>
9331
9332         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9333
9334 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9335         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9336
9337 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9338         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9339         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9340
9341 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9342         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9343
9344 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9345         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9346
9347 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9348         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9349
9350 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9351
9352     * in \sdcc\as\mcs51\ changed these files in order to create an
9353     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9354     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9355     following files to include the previous two files: aslink.dsp,
9356     Makefile.aslink, Makefile.bcc, and Makefile.in.
9357
9358     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9359     .adb instead of .cdb
9360
9361 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9362
9363         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9364         value from option --iram-size.
9365
9366 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9367
9368         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9369         dram[] array.
9370
9371 2002-09-18    <wiml AT hhhh.org>
9372
9373         * SDCClrange.h: exposed setFromRange() and setToRange()
9374         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9375           packRegsForAccUse() (bug 542397)
9376         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9377           multiple times and emitting the fetch operations more than once
9378           added aopGetUsesAcc() function to allow binary operators to
9379           fetch their operands in the correct order; made genMinus() emit
9380           compact code for X = LITERAL - Y
9381
9382 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9383         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9384         sprintf() in line 1267.
9385
9386 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9387         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9388         like ports.
9389
9390 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9391         Changes to aslink (All the changes are marked with 'JCF'):
9392
9393         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9394         summary().
9395
9396         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9397         area BSEG.  Also moves, if possible, the DATA area down into the internal
9398         ram so more space is available.
9399
9400         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9401         sflag.
9402
9403         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9404         not bytes.  Function summary() which creates a memory usage summary
9405         file with extension .mem.  Reports of overlaping stack and small stack
9406         size.  If the space for the stack is less than 16 bytes aslink trows a
9407         warning.
9408
9409         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9410         the 8051.  Option 'y' for memory summary output file.
9411
9412         Changes to sdcc (All the changes are marked with 'JCF'):
9413
9414         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9415
9416         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9417         overlaying area for it (uses RegBankUsed[4]).
9418
9419         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9420         bank zero as used by default.  By default aslink locates the stack
9421         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9422         the creation of the .mem file.  Delegates the allocation of data area
9423         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9424         the begining of the stack area to aslink.
9425
9426         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9427         glue() in SDCCglue.c creates an area for it.
9428
9429 2002-09-03  Borut Razem <borut.razem AT siol.net>
9430         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9431         sdcc/src/pic/glue.c:
9432         introduced atexit() handler for teporay files removal in case of
9433         errors, assertions, ...
9434
9435 2002-08-29  Borut Razem <borut.razem AT siol.net>
9436         * sdcc/support/cpp2/auto-host_vc_in.h:
9437         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9438         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9439         Maybe there is a similar problem with BORLANDC? It should be checked!
9440
9441         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9442         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9443         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9444         was not executed, and the compiler (cl) launched a warning:
9445         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9446
9447 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9448         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9449
9450 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9451         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9452
9453         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9454           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9455           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9456           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9457           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9458           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9459           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9460         - added Release configuration in VS projects
9461         - review of compiler an linker options
9462         - VC .exe files are generated in bin_vc directory, not to interfere
9463           with binaries generated from other projects (cygwin, mingw, bcc ...)
9464
9465         * sdcc/src/yacc.dsp: added
9466
9467         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9468         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9469         and insert the version number definitions from .version
9470
9471         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9472
9473         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9474         added - genarate auto-host.h using auto-host_vc_in.h as template
9475
9476         * sdcc/sdcc_vc.h,
9477         removed from CVS, generated automatically
9478
9479 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9480         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9481
9482 2002-08-11  Borut Razem <borut.razem AT siol.net>
9483         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9484
9485 2002-08-10  Borut Razem <borut.razem AT siol.net>
9486         * src/SDCCmain.c (main):
9487         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9488         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9489         The consequence was that some temporary files were not removed.
9490
9491         * src/SDCCglue.c:
9492         unification of code in functions tempfilename() and tempfile():
9493         function tempnam() is defined in Visual Studio 6.0 and .NET
9494
9495         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9496
9497         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9498           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9499         - removed compiler command line option /WX: Treats all warnings as errors
9500         - update a list of source files, included into the project
9501
9502         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9503           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9504         changed project type to Generic Project so that can be correcly converted to VS.NET project
9505
9506         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9507
9508         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9509
9510         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9511
9512         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9513         added return 0 statements after assert() to make compiler happy
9514
9515         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9516         added newline in the def file to keep MSC compiler satisfied
9517
9518         * sdcc/src/z80/gen.c:
9519         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9520           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9521         - solved MSC error in function aopDump()
9522
9523         * sdcc_vc.h: define PREFIX as "\\sdcc"
9524
9525 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9526         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9527
9528 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9529         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9530         - Rewrote the register banking algorithm.
9531         - Added pCode live-range analysis to registers (for now, only non-used and
9532         singly-used registers optimized away)
9533
9534         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9535
9536         * 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.
9537
9538 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9539         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9540
9541 2002-04-22  Michael Hope  <michaelh AT vroom>
9542
9543         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9544
9545         * configure.in (DD_COPT): Added include support required for gbdk.
9546
9547         * .version: Bumped version number just to increase it.
9548
9549         * src/SDCCmain.c: Added -nostdinc to the default options.
9550
9551 2002-04-15  Michael Hope  <michaelh AT vroom>
9552
9553         * device/lib/z80/printf.c (sprintf): Added.
9554
9555         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9556
9557         * src/z80/peeph.def: Added transpose redundent load rule.
9558
9559         * src/z80/main.c: Added force callee saves for jaune.
9560
9561         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9562
9563         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9564
9565 2002-03-28  Johan Knol  <johan AT balder>
9566
9567         * src/SDCCval.c: fixed bug #532436
9568
9569 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9570         * /src/port.h:
9571         Added "char *Processor" field to the port structure.
9572
9573         * /src/SDCCmain.c:
9574         Added -p option. Allows port dependent processor to be specified.
9575
9576         * all ports:
9577         Initialized the new field char *Processor field to NULL in all ports
9578
9579         * /src/pic/*:
9580         Compiler generated registers for interrupt context saving
9581         were not getting allocated.
9582
9583 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9584
9585         * /src/SDCCast.c:
9586         Fixed left shift. Will promote the left side of a left shift
9587         if a) left shifting more than size of operand or b) when assigned
9588         to something size > size of left side
9589
9590 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9591         * src/pic/*
9592         tons of changes. Register allocation has been
9593         rewritten. Added customization for the various PICs. Flow
9594         analysis is restructured. ...
9595
9596         * src/pic/device.h:
9597         Added
9598
9599         * src/pic/device.c:
9600         Added. device.c is a PIC port hack to accomodate variations
9601         in PIC devices.
9602
9603 2002-03-13  Michael Hope  <michaelh AT vroom>
9604
9605         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9606
9607 2002-03-04  johanknol  <johanknol AT manik>
9608
9609         * /src/SDCCval.c: fixed
9610
9611         const unsigned char arr[][2] = { { 0, 1 } };
9612         t18.c:1: error: Initializer element is not constant
9613
9614 2002-03-04  bela  <bela AT manik>
9615
9616         * /device/include/mcs51reg.h:
9617         ds89c420 register definition update
9618
9619 2002-03-03    <johan AT FRIJA>
9620
9621         * support/Util/SDCCerr.c: did something, but don't no why anymore
9622
9623         * support/regression/tests/bug-524691.c: made it a little less shy
9624
9625         * src/SDCCast.c (decorateType): fixed bug #524697
9626
9627         * src/SDCCast.c: made some lineno improvements
9628
9629         * src/SDCCval.c (getNelements): changed warning to error
9630
9631         * src/SDCCglue.c (printIvalArray): changed warning to error
9632
9633         * src/SDCCicode.c: fixed a warning for mingw
9634
9635         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9636
9637         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9638
9639 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9640
9641         * src/ds390/peeph.def:
9642         Added some more peephole rules
9643
9644         * src/ds390/gen.c: Various fixes & enhancements
9645
9646         * src/SDCClrange.c, src/SDCClrange.h:
9647         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9648
9649         * src/ds390/ralloc.c:
9650         various fixes & enhancements (ds390) specific
9651
9652         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9653         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9654         from rallocs.
9655
9656         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9657
9658 2002-03-02    <johan AT FRIJA>
9659
9660         * src/SDCCast.c (decorateType): fixed bug #524708
9661
9662         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9663
9664         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9665
9666 2002-03-01  Michael Hope  <michaelh AT vroom>
9667
9668         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9669
9670         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9671
9672 2002-03-01    <johan AT FRIJA>
9673
9674         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9675
9676         * src/SDCCast.c (decorateType): fixed bug #524209
9677
9678         * src/SDCCval.c (valNot): fixed bug #524195
9679
9680 2002-02-26    <johan AT balder>
9681
9682         * src/xa51/gen.c: fixed a warning
9683
9684         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9685
9686         * src/SDCCast.c (decorateType): fixed bug #522534
9687
9688 2002-02-23    <johan AT balder>
9689
9690         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9691
9692 2002-02-22    <johan AT balder>
9693
9694         * src/SDCCast.c: fixed bug #514865
9695
9696         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9697
9698 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9699
9700         * sdcc/src/SDCCloop.c:
9701         Previous fix was not good. basic blocks that have "break" or "return" are
9702         not really partof a loop , but live ranges used in these blocks should
9703         be live thru the entire loop, so set partOfLoop but don't add them to
9704         loop region
9705
9706 2002-02-21    <johan AT FRIJA>
9707
9708         * src/SDCCcse.c: fixed bug #514308
9709
9710 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9711
9712         * src/SDCCloop.c:
9713         Fixed BUG #519583. If a conditional block ended in a return/break
9714         statement inside a loop, it was not being considered part of the loop.
9715
9716         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9717
9718 2002-02-10  Karl Bongers <karl AT turbobit.com>
9719
9720         * debugger/*:
9721         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9722         with lots of comments and notes.
9723
9724         * device/examples/test2.c:
9725         Fix bug, "red" variable not being initialized(compiler complained).
9726
9727         * device/examples/Makefile, examples/test3.c:
9728         Add Makefile in device/examples folder, compiles test3.c
9729         for use as a multiple module SDCDB test case.
9730
9731         * sim/ucsim/cmd.src/cmdset.cc:
9732         Took out debug printfs in ucsim "next" command.
9733
9734         * sim/ucsim/xa.src:
9735         Karl and Johan start ucsim XA support.  Most dissassembly working,
9736         about 75% emulation done(plenty of work remaining).
9737
9738         * sim/ucsim/z80.src:
9739         Add Z80 support to ucsim, add test-ucz80 regression test,
9740         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9741         Notice z80 compiler fails on examples/test3.c/crc code.
9742
9743 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9744
9745         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9746         Added support for --parms-in-bank1
9747
9748         * src/ds390/peeph.def:
9749         added a few more peephole optimzations
9750
9751         * src/ds390/main.c:
9752         1) added __builtin_inp & __builtin_outp used to read in data of given length
9753            from a memory mapped port
9754         2) added __builtin_memcmp
9755         3) added __builtin_swapw swap bytes of a short
9756
9757         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9758         1) handle multiple send & receives from register bank1
9759         2) ralloc can now allocate DPTR1 to some liveRanges
9760
9761         * src/SDCCsymt.c, src/SDCCsymt.h:
9762         changes to handle multiple sends & receives
9763
9764         * src/SDCCptropt.h:
9765         added some pointer arithmetic optimization
9766
9767         * src/SDCCptropt.c:
9768         added some pointer arithmetic optimizations but not stable yet so not
9769         called from anywhere (will get this working shortly)
9770
9771         * src/SDCCopt.c: fixed for multiple sends & receives
9772
9773         * src/SDCCmain.c:
9774         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9775         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9776            set preprocessor defines (depending on options)
9777
9778         * src/SDCCicode.c, src/SDCCicode.h:
9779         changes made to handle multiple sends & receives
9780
9781         * src/SDCCglobl.h:
9782         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9783
9784         * src/SDCCcse.c, src/SDCCcse.h:
9785         added function findbackward def (to be used in upcoming optimization)
9786
9787         * src/SDCCcflow.c, src/SDCCcflow.h:
9788         added function returnAtEnd - to determine if a basic block terminates with
9789         a RETURN iCode
9790
9791         * src/SDCCast.c, src/SDCCast.h:
9792         added option parms-in-bank1
9793
9794         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9795         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9796         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9797         adjusted for --parms-in-bank1 option
9798
9799         * device/include/string.h:
9800         donot redefine "reentrant" keyword
9801
9802         * device/include/ds80c390.h: Added some more SFRs
9803
9804 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9805
9806         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9807
9808 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9809
9810         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9811
9812 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9813
9814         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9815
9816 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9817
9818         * Added --xram-movc option
9819
9820 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9821
9822         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9823
9824 2002-01-11  Johan Knol
9825
9826         * Added math lib of Jesus Calvino-Fraga
9827
9828 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9829
9830         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9831         * support/regression/Makefile: new target test-mcs51-stack-auto
9832         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9833
9834 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9835
9836         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9837
9838 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9839
9840         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9841
9842 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9843
9844         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9845
9846         * src/SDCCglue.h: add definition for printIvalChar()
9847
9848 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9849
9850         * src/SDCCast.c: fix #498138 by Johan
9851
9852         * src/SDCCglue.c: fix #498138 by Johan
9853
9854 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9855
9856         * support/regression/Makefile: fix clean
9857
9858         * support/regression/ports/ds390/support.c: fix transmission of last character
9859
9860 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9861
9862         * /sdcc/src/ds390/gen.c:
9863         a) improved computing address of stack variable
9864         b) took out some #if 0 code
9865         c) improved parmBytes adjustment
9866         d) improved genPlusIncr & genMinusIncr
9867         e) genCmp could generate bad code (when left assigned to DPTR)
9868         f) Fixed bug in hasInc
9869
9870         * /sdcc/src/ds390/ralloc.c:
9871         a) packRegsForSupport could mess up live information (Fixed)
9872         b) packRegsDPTRuse could be incorrect for left & right shift
9873
9874         * /sdcc/src/mcs51/ralloc.c:
9875         packRegsForSupport could mess up the live information (Fixed)
9876
9877         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9878
9879         * /sdcc/src/SDCCast.c:
9880         can reverse a loop even if function call is present as long
9881         as the loop control variable is local & is not passed as parameter
9882
9883 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9884
9885         * /sdcc/ChangeLog: *** empty log message ***
9886
9887         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9888         More builtin function additions for TININative
9889
9890         * /sdcc/src/ds390/ralloc.c:
9891         Had broken the regression testsuite
9892
9893         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9894
9895         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9896         Added funcattr hasStackParms will be set for reentrant functions when there
9897         are paramteres on the stack, this helps in minimizing frame pointer generation
9898         typeFromStr can handle function pointers now
9899
9900         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9901         *** empty log message ***
9902
9903 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9904
9905         * /src/ds390/gen.c, /src/ds390/main.c:
9906         More builtin function additions for TININative
9907
9908         * /src/ds390/ralloc.c:
9909         Had broken the regression testsuite
9910
9911         * /src/SDCCast.c: Fixed a bug in dumptree
9912
9913         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9914         Added funcattr hasStackParms will be set for reentrant functions when there
9915         are paramteres on the stack, this helps in minimizing frame pointer generation
9916         typeFromStr can handle function pointers now
9917
9918         * /doc/builtins.txt, /doc/TININative.txt:
9919         *** empty log message ***
9920
9921
9922 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9923
9924         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9925         ALPHA version for -mTININative
9926
9927         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9928         updated to reflect changes in the port structure
9929
9930         * /src/port.h:
9931         added function do_assemble (similar to do_link) if non-null this function
9932         will be called to do assembly (-mTININative) requires a multi command
9933         assembly
9934         added function genAssemblerEnd will be called to generate assembler Epilogue
9935
9936         * /src/SDCCsymt.c:
9937         added _JavaNative to debug info printing
9938
9939         * /src/SDCCmain.c: added option --tini-libid
9940         added port->do_assemble function (-mTININative) has a multi command assemble
9941
9942         * /src/SDCCglue.c: Disabled "constExpr" check
9943         added port->genAssemblerEnd function
9944
9945         * /src/SDCCglobl.h: Added option --tini-libid value
9946
9947         * /src/SDCCast.h:
9948         tookout optimizeCompare from the header (has no external references)
9949
9950         * /src/SDCCast.c: made one more function "static"
9951
9952 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9953
9954         * src/z80/mappings.i: Added z80asm support.
9955
9956         * src/z80/main.c: Added z80asm support on --asm=z80asm
9957
9958         * src/z80/gen.c: Fixed asm portability issues.
9959
9960         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9961
9962         * src/SDCCglue.c (printExterns): Added global/extern split.
9963
9964 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9965
9966         * support/regression/Makefile: added test for mcs51 model large
9967
9968         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9969
9970         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9971
9972 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9973
9974         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9975
9976 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9977
9978         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9979
9980         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9981
9982 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9983
9984         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9985
9986         * support/regression/tests/simplefloat.c: Port to mcs51.
9987
9988 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9989         * support/regression/tests/bug-485362.c: Added.
9990
9991         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9992
9993         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9994
9995         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9996
9997         * src/z80/gen.c (aopDump): Added a dump function.
9998
9999 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10000         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10001
10002         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10003
10004         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10005
10006         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10007
10008         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10009
10010         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10011
10012         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10013
10014         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10015
10016         * support/regression/ports/ds390/support.c: Use tinibios.
10017
10018         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10019
10020 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10021
10022         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10023         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10024
10025         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10026
10027         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10028
10029 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10030
10031         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10032
10033         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10034         (packRegsForIYUse): Created and optimised.
10035
10036 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10037
10038         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10039 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10040
10041         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10042
10043         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10044
10045         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10046
10047 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10048
10049         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10050
10051         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10052
10053 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10054
10055         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10056
10057         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10058
10059         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10060
10061 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10062
10063         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10064         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10065         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10066
10067         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10068
10069         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10070         (genNotFloat): Added.
10071         (genUminusFloat): Added.
10072
10073         * device/lib/z80/Makefile: Added floating pt stubs.
10074
10075         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10076
10077         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10078
10079         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10080
10081 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10082
10083         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10084
10085         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10086
10087         * sdcc/support/regression/Makefile: Add port ds390.
10088
10089         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10090
10091         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10092
10093         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10094
10095         * sdcc/support/regression/ports/ds390/support.c: Added.
10096
10097         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10098
10099         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10100
10101         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10102
10103 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10104
10105         * device/include/malloc.h: Added z80 and gbz80 support.
10106
10107         * device/lib/gbz80/heap.s: Added.
10108
10109         * device/lib/z80/heap.s: Added.
10110
10111         * device/lib/malloc.c: Added z80 and gbz80 support.
10112
10113         * support/regression/tests/malloc.c (testMalloc): Added.
10114
10115         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10116
10117         * support/regression/tests/bug-478094.c: Added.
10118
10119         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10120
10121 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10122
10123         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10124
10125         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10126
10127         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10128
10129         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10130
10131         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10132
10133 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10134
10135         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10136
10137 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10138
10139         * support/regression/tests/bug-477927.c: Added.
10140
10141         * src/z80/peeph.def: Added minor rules.
10142
10143         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10144
10145         * src/z80/peeph.def: Added jump optimisation modification.
10146
10147 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10148
10149         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10150
10151 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10152
10153         * support/regression/tests/funptrs.c: Added.
10154
10155 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10156
10157         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10158
10159 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10160
10161         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10162
10163         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10164
10165         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10166         (movLeft2ResultLong): Created.
10167
10168         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10169         (joinPushes): Added.  Joins two char pushes into a word push.
10170
10171 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10172
10173         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10174
10175         * support/makebin/Makefile (install): Added creation of dest dir.
10176
10177 2001-10-24 Karl Bongers <karl AT turbobit.com>
10178
10179         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10180
10181 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10182
10183         * src/z80/ralloc.c: Turned off faulty pack for one use.
10184
10185         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10186
10187         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10188
10189 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10190
10191         * support/regression/Makefile: Improved clean
10192
10193         * support/regression/ports/gbz80/spec.mk: Added clean
10194
10195         * support/regression/ports/host/spec.mk: Added clean
10196
10197         * support/regression/ports/z80/spec.mk: Added clean
10198
10199         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10200
10201         * support/regression/ports/mcs51/timeout.c: little improvements
10202
10203 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10204
10205         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10206
10207         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10208
10209         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10210
10211 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10212
10213         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10214
10215         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10216
10217 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10218         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10219
10220         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10221
10222         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10223
10224         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10225
10226         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10227
10228         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10229
10230         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10231
10232         * support/regression/tests/longor.c: Added.
10233
10234 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10235
10236         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10237
10238         * as/mcs51/aslink.h: define PATH_MAX
10239
10240         * as/mcs51/asm.h: define PATH_MAX
10241
10242         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10243
10244         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10245
10246         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10247
10248         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10249
10250         * src/SDCCglobl.h: define PATH_MAX
10251
10252         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10253
10254         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10255
10256 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10257
10258         * src/z80/gen.c (gencjneshort): Fixed
10259
10260         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10261
10262 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10263
10264         * support/regression/tests/bug-469671.c: Added.
10265
10266         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10267
10268 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10269
10270         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10271
10272         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10273
10274 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10275
10276         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10277
10278         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10279
10280         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10281
10282         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10283
10284         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10285
10286         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10287
10288         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10289
10290 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10291
10292         * 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.
10293
10294         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10295
10296         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10297
10298 2001-10-07    <johan AT FRIJA>
10299
10300         * device/lib/gets.c (gets): fixed the return value.
10301
10302 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10303         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10304
10305         * 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.
10306
10307         * 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.
10308
10309         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10310
10311         * src/pic/gen.c: Removed Safe_strdup.
10312
10313         * configure.in: Added option to enable libgc support.
10314
10315         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10316         (bitVectUnion): Optimised.
10317         (bitVectIntersect): Optimised.
10318         (bitVectBitsInCommon): Optimised.
10319         (bitVectCplAnd): Optimised.
10320
10321         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10322
10323 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10324
10325         * src/SDCCmain.c: distinguish between assembler debug and plain options
10326
10327         * src/avr/main.c:   remove standard assembler options
10328
10329         * src/ds390/main.c: remove standard assembler options
10330
10331         * src/mcs51/main.c: remove standard assembler options
10332
10333         * src/port.h: removed "PENDING" comment
10334
10335 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10336
10337         * src/device/lib/_mulint.c  : new, with assember functions
10338
10339         * src/device/lib/_mullong.c : new, with assember functions
10340
10341         * src/device/lib/_divuint.c : with assember functions
10342
10343         * src/device/lib/_divsint.c : with assember functions
10344
10345         * src/device/lib/_divulong.c: with assember functions
10346
10347         * src/device/lib/_divslong.c: with assember functions
10348
10349         * src/device/lib/_moduint.c : with assember functions
10350
10351         * src/device/lib/_modsint.c : with assember functions
10352
10353         * src/device/lib/_modulong.c: with assember functions
10354
10355         * src/device/lib/_modslong.c: with assember functions
10356
10357         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10358
10359         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10360
10361         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10362                                       replaced _mululong.c and _mulslong.c by _mullong.c
10363
10364 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10365
10366         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10367
10368 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10369
10370         * src/SDCCglue.c: test, if win32api is available for MINGW
10371
10372 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10373
10374         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10375         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10376         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10377         * support/regression/ports/host/spec.mk: removed GENERIC
10378         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10379         * support/regression/ports/z80/spec.mk: removed GENERIC
10380
10381 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10382
10383         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10384
10385         * support/regression/tests/bug-467035.c: Created.
10386
10387 2001-10-01    <johan AT FRIJA>
10388
10389         * src/SDCC.y: fixed bug #466586 part 1
10390
10391 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10392
10393         * SDCCicode.c: z80 has no generic pointers
10394         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10395
10396 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10397
10398         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10399
10400 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10401
10402         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10403
10404         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10405
10406 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10407
10408         * configure.in: Fixed up so that ucsim is only configured once.
10409
10410         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10411
10412         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10413         (getPathDifference): As above.
10414
10415         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10416
10417         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10418
10419 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10420         * .version: Updated to 2.3.1
10421
10422         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10423         Added copyright header.
10424
10425         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10426         (assemble): Added support for macro based assembler commands.
10427         (linkEdit): Added support for macro based linker commands.
10428         (preProcess): Changed the pre-processor to use macros.
10429         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10430         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10431
10432         * device/lib/z80/crt0.s: Added module name for debugging.
10433
10434 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10435
10436         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10437
10438         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10439
10440         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10441
10442         * src/Makefile.in: Added SDCCmacro and SDCCutil
10443
10444 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10445
10446         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10447
10448 2001-09-16    <johan AT FRIJA>
10449
10450         * 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.
10451
10452 2001-09-15    <johan AT FRIJA>
10453
10454         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10455         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10456
10457 2001-09-11    <johan AT FRIJA>
10458
10459         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10460
10461 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10462
10463         * support/regression/tests/bug-460444.c: Added test case.
10464
10465         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10466         (genCast): Added justification for all of the asserts.
10467
10468 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10469
10470         * support/regression/support.c: _xdata replaced by xdata
10471
10472         * support/regression/spec.mk: removed _generic
10473
10474 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10475
10476         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10477
10478         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10479         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10480
10481         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10482
10483         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10484
10485         * support/regression/tests/bug-460010.c: Added test case.
10486
10487         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10488
10489 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10490
10491         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10492
10493         * support/regression/testfwk.c: removed workaround for bug #436344
10494
10495         * support/regression/tests/bp.c: use less memory with mcs51
10496
10497         * support/regression/tests/bug-441448.c: use less memory
10498
10499         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10500
10501         * support/regression/collate-results.py: typo
10502
10503 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10504
10505         * support/regression/tests/fetchoverlap.c: Added new test case.
10506
10507         * support/regression/tests/bp.c: Added new test case.
10508
10509         * support/regression/tests/bug-448984.c: Added new test case.
10510
10511         * support/regression/tests/pow2shifts.c: Added new test case.
10512
10513         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10514         (genlshTwo): Fixed right shift for count > 8.
10515
10516         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10517
10518 2001-09-08    <johan AT FRIJA>
10519
10520         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10521
10522 2001-09-07    <johan AT FRIJA>
10523
10524         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10525
10526         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10527
10528 2001-09-06    <johan AT FRIJA>
10529
10530         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10531         * bernhard noted me at this: "() equals to (void)" (1.38)
10532
10533 2001-09-05    <johan AT FRIJA>
10534
10535         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10536
10537 2001-09-04    <johan AT FRIJA>
10538
10539         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10540
10541
10542 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10543
10544         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10545
10546 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10547
10548         * link/z80/aslink.h: Fixed path for PATH_MAX
10549
10550 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10551
10552         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10553
10554         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10555
10556         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10557
10558         * 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.
10559
10560 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10561
10562         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10563         (genCmp): Fixed up genCmp for the GB with longs.
10564
10565         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10566
10567         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10568
10569         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10570
10571         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10572
10573 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10574
10575         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10576
10577 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10578
10579         * 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.
10580
10581         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10582
10583 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10584
10585         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10586
10587         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10588
10589 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10590
10591   * sim/ucsim/configure:    little improvement of Cygwin-detection
10592   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10593   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10594   * support/regression/tests/bug-221100.c: small changes for mcs51
10595   * support/regression/tests/bug-221168.c: small changes for mcs51
10596   * support/regression/tests/bug-227710.c: small changes for mcs51
10597   * support/regression/tests/staticinit.c: small changes for mcs51
10598   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10599   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10600   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10601
10602 $Revision$