* src/SDCCast.c (decorateType): fix promotion of unary minus
[fw/sdcc] / ChangeLog
1 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCast.c (decorateType): fix promotion of unary minus
4         * src/SDCCsymt.c (computeType): beautified
5         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
6         (valUnaryPM, valComplement, valNot): fix sign and promotion
7         * support/regression/tests/uminus.c: speedup by removing superflous
8         test case 'int'
9         * support/regression/tests/onebyte.c: added promotion and signedness
10         tests for unary minus
11         * support/regressions/tests/bug-477927.c: disable warning about
12         uninitialized variables
13
14 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
15
16         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
17         * src/mcs51/gen.c (gen51Code): show final register usage after
18         fillGaps in asm with --i-code-in-asm
19         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
20         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
21         incUsed, rliveClear, adjustIChain): made static,
22         (setFromRange): excluded because it's unused,
23         (findPrevUseSym, markWholeLoop): added,
24         (findPrevUse): rewritten; fixes bug 895992; now a complete search
25         through all branches of predecessors enables sdcc to emit the warning
26         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
27         (rlivePoint): made static, added parameter emitWarnings which is only
28         true during the first run out of two,
29         (findRecursiveSucc, findRecursivePred): removed,
30         (computeLiveRanges): made static, added parameter emitWarnings,
31         (dumpIcRlive): added for debugging only
32         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
33         removed prototype of setFromRange()
34         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
35         in call of computeLiveRanges()
36         * support/regression/tests/bug-895992.c: added
37         * support/regression/tests/bug-971834.c: added
38         * support/valdiag/tests/bug-895992.c: added
39         * support/valdiag/tests/bug-971834.c: added
40
41 2005-12-18 Raphael Neider <rneider AT web.de>
42
43         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
44           (genUnpackBits): improved code for direct operands,
45           (genPackBits): improved code for literal assignment to bitfields
46             and for direct destination operands (no FSR indirection),
47             prevented redundant AND, fixes #1362800,
48           (AccLsh): added parameter to disable masking of the result
49         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
50           skip instructions with side-effects (like incfsz),
51           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
52         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
53         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
54           fixes #1375263
55
56 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
57
58         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
59         volatile variables as spill location
60
61 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
62
63         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
64         replacing literals
65         * support/regression/tests/bug-1376320.c: added
66
67 2005-12-08 Raphael Neider <rneider AT web.de>
68
69         * src/pic/device.c: renamed is_shared to pic14_is_shared
70         * src/pic/gen.c (genIfx): re-enabled handling of sbits
71         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
72           (is_valid_identifier): added for above workaround
73
74 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
75
76         * device/lib/Makefile.in: fixed to enable port-specific-objects
77         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
78           char, thanks Hubert Sack
79         * doc/sdccman.lyx: documented --xstack-loc,
80           elaborated a bit more on interrupts and pitfalls,
81           removed "setjmp/longjmp unsupported",
82           documented some unsupported C99 features
83         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
84         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
85           if, thanks Hubert Sack
86         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
87         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
88           make make_library
89         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
90           regression tests can report resource usage (rfe 700441)
91         * support/regression/collate-results.py: report resource usage
92         * support/regression/ports/ds390/spec.mk,
93         * support/regression/ports/hc08/spec.mk,
94         * support/regression/ports/mcs51/spec.mk,
95         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
96         * support/regression/ports/ds390/uCsim.cmd,
97         * support/regression/ports/hc08/uCsim.cmd,
98         * support/regression/ports/mcs51/uCsim.cmd,
99         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
100         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
101           library, use the default one
102         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
103           building the library
104
105 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * config.dsp: added dependency on .version and configure_vc.awk
108         * device/include/setjmp.h: updated for --stack-auto and --xstack
109         * device/include/mcs51/at89c51snd1c.h: corrected line endings
110         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
111         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
112         * device/lib/libsdcc.lib: added _setjmp
113         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
114           (decorateType): fixed bug 1372851,
115           (optimizeGetHbit): fixed warning
116         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
117           array initialisation
118         * support/regression/tests/bug1057979.c: added test for bug 1358192
119         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
120
121 2005-12-03 Borut Razem <borut.razem AT siol.net>
122
123         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
124           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
125
126 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
127
128         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
129         createIval): implement symbol independant "flexible array member",
130         (createIvalCharPtr): implemented flexible array initialisation with a
131         string
132         * src/SDCCsymt.c (copyStruct): removed,
133         (getSize): fixed misleading comment,
134         (getAllocSize): removed, the additional allocation size is now in
135         sym->flexArrayLength,
136         (checkStructFlexArray): new, syntax checks for flexible array members,
137         (compStructSize): added syntax checks for "flexible array members"
138         (copyStruct): removed,
139         (copyLinkChain): removed inefficient fix for bug 770487
140         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
141         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
142         symbol->flexArrayLength
143         * src/SDCCerr.c,
144         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
145         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
146         * support/regression/tests/structflexarray.c: added
147         * support/valdiag/tests/structflexiblearray.c: added
148
149 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
150
151         * src/SDCCast.c (decorateType): fixed bug 1368489
152         * support/Util/SDCCerr.c,
153         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
154
155 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
156
157         * device/include/mcs51/at89c51snd1c.h: added file submitted by
158           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
159
160 2005-11-27 Borut Razem <borut.razem AT siol.net>
161
162         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
163           support/cpp2/mkdeps.h: added command line option
164           -obj-ext=<extension> to SDCPP to define object file externion, used
165           for generation of make dependencies (-M)
166         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
167
168 2005-11-26 Borut Razem <borut.razem AT siol.net>
169
170         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
171           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
172           added pic and pic16 libraries
173
174 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
175
176         * device/include/float.h: Corrected typo in prototype of __fsgt
177
178 2005-11-25 Borut Razem <borut.razem AT siol.net>
179
180         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
181           added creation of model-mcs51-stack-auto libraries
182
183 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
184
185         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
186         and fields-list too
187         * src/SDCCast.c (createIvalArray): removed obsolete comment
188
189 2005-11-24 Borut Razem <borut.razem AT siol.net>
190
191         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
192           added missing device/lib/mcs51/crt*.asm sources
193
194 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
195
196         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
197
198 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
199
200         * device/lib/_fs2schar.c,
201         * device/lib/_fs2sint.c,
202         * device/lib/_fs2slong.c: optimized inline asm
203
204 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
205
206         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
207           Better handling of floats between -1.0 and 0.0.
208
209 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
210
211         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
212           (the missing "if"s prohibited removal of redundant labels)
213
214 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
215
216         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
217           Properly convert floats between -1.0 and 0.0 to long, int, and char
218           types (max integer value of negative floats tends to zero).
219         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
220           Removed changes made so to work properly with floats between
221           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
222           and _fs2char.c
223
224 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
225
226         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
227         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
228         (genCast) cosmetic change
229         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
230         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
231         from mcs51
232         * support/regression/tests/bitfields (testSignedBitfields): added
233
234 2005-11-18 Borut Razem <borut.razem AT siol.net>
235
236         * sdcc/device/lib/Makefile.in: remove all unnecessary files
237         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
238           introduced SILENT option to make building of pic16 libraries less
239
240 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
241
242         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
243           Now they work properly with floats between -1.0 and 0.0
244         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
245
246 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
247
248         * src/SDCCicode.c (printOperand): added missing else
249
250 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
251
252         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
253         reformatted for better readability
254         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
255         signed bitfields
256
257 2005-11-17 Borut Razem <borut.razem AT siol.net>
258
259         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
260           introduced SILENT option to make building of pic16 libraries less
261           verbose - used for nightly snapshot build
262         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
263           available on Win32 platforms.
264         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
265           medium, large, pic and pic16
266
267 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
268
269         * device/lib/printf_large.c: Temporary patch for bug 1358192:
270           printf("%f"...) sets fraction to zero.
271
272 2005-11-16 Raphael Neider <rneider AT web.de>
273
274         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
275           fixes #1357221
276         * src/pic/gen.c (genIfx): implemented for CARRY bit
277         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
278           to generic pointers, fixes #1357332,
279           (pic16_movLit2f): NEW,
280           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
281
282 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
283
284         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
285
286 2005-11-11 Raphael Neider <rneider AT web.de>
287
288         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
289         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
290           compute pointer's type from operand,
291           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
292           improved single bit reads, fixes bug #1353379
293
294 2005-11-09 Borut Razem <borut.razem AT siol.net>
295
296         * support/scripts/sdcc.nsi: added lib/pic to the package
297
298 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
301
302 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
303
304         * support/regression/tests/bug1348008.c: added
305         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
306         * support/regression/tests/bug1337835.c: updated comment
307
308 2005-11-06 Borut Razem <borut.razem AT siol.net>
309
310         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
311           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
312           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
313           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
314           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
315           dynamic construction of cl_error_class and derivates - 2.nd try
316
317 2005-11-05 Borut Razem <borut.razem AT siol.net>
318
319         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
320           bug, which caused Bus Errors on sparc solaris
321
322 2005-11-04 Borut Razem <borut.razem AT siol.net>
323
324         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
325           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
326           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
327           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
328           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
329           and derivates to resolve the initialization problem on OSX
330
331 2005-11-02 Borut Razem <borut.razem AT siol.net>
332
333         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
334           corrected typo - #include <winsock2.h>
335
336 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
337
338         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
339           (_asxxxx_mapping): added org directive for future enhancements
340
341 2005-11-01 Borut Razem <borut.razem AT siol.net>
342
343         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
344           enabled sockets on WIN32
345         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
346
347 2005-10-31 Borut Razem <borut.razem AT siol.net>
348
349         * support/regression/generate-cases.py: escape backslashes in {testcase}:
350           WIN32 backslash path delimiters should be escaped when used in C strings
351         * support/regression/tests/bitfields.c: exclude failing assertions for
352           __CYGWIN32__ and __MINGW32__ hosts
353
354 2005-10-30 Borut Razem <borut.razem AT siol.net>
355
356         * src/SDCCutil.c: corrected double comparison typo
357
358 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
359
360         * device/lib/medium/Makefile: added for new memory model medium
361         * device/include/asm/mcs51/features.h: updated for medium/pdata
362         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
363           added Multiply & Accumulate sbit's and MAC0_PAGE define
364         * device/include/mcs51/c8051f300.h: added sfr16 definitions
365         * device/include/mcs51/c8051f310.h: added sfr16 definitions
366         * device/lib/_mullong.c: update for medium model
367         * device/lib/incl.mk: added medium model
368         * doc/sdccman.lyx: documented medium model
369         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
370         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
371         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
372         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
373           (allocParms): set SCLS and OCLS to pdata for medium model
374         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
375           for pdata,
376           (powof2): return <0 if not power of 2
377         * src/avr/gen.c (genBitWise): use updated powof2
378         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
379           (shiftR2Left2Result): small optimization in setup, save acc when storing,
380           (shiftLLeftOrResult): use B if necessary
381         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
382         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
383         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
384         * support/regression/Makefile.in: added test-mcs51-medium
385         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
386
387 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
388
389         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
390         specifier unsigned
391         * device/lib/time.c (mktime): fixed bug 1334315
392
393 2005-10-28 Raphael Neider <rneider AT web.de>
394
395         * device/include/pic/p16f_common.inc: added common declarations
396         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
397
398 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
399
400         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
401           (aopPutUsesAcc): added to predict accumulator use,
402           (assignResultValue): save acc if necessary,
403           (genMinusDec): store result if indirectly addressed,
404           (genDivOneByte):  save acc if necessary,
405           (movLeft2Result): bugfix if left already in acc,
406           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
407             attention to accumulator use (esp. pdata),
408           (genReceive): receive pdata correctly
409         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
410         * src/SDCCicode.h: added isOperandInPagedSpace prototype
411
412 2005-10-27 Raphael Neider <rneider AT web.de>
413
414         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
415
416 2005-10-27 Raphael Neider <rneider AT web.de>
417
418         * .version: changed version to 2.5.4
419         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
420         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
421           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
422             arithmetics support routines
423         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
424         * device/lib/Makefile.in: also create installdir for pic
425
426         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
427           pic14 port as well
428         * src/pic/device.c (dump_sfr): rewritten to delegate register
429           placement to the linker (use `extern sym' rather than sym EQU addr),
430           (validAddress): fixed to check last specified address
431         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
432           (popGetLit): truncate literal value to 8 bit,
433           (popGet): moved assert to more appropriate place
434           (popGetExternal): create pCode operand from and mark the according
435             symbol as being `extern'
436           (popGetAddr): added sanity check on immediate's offset, provide
437             GPOINTER tag on demand
438           (aopPut): fixed for immediates,
439           (mov2w_op): move operand's address or contents to WREG (depending on
440             operand type), safer variant of mov2w,
441           (movwf,call_libraryfunc): NEW, handy abbreviations,
442           (get_argument_pcop,get_return_val_pcop,pass_argument,
443           get_returnvalue): interface for accessing function parameters and
444             return values,
445           (assignResultValuei,genRet): use new parameter/return value interface
446           (pic14_getDataSize): back to old version handling generic pointers,
447           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
448             provided implementation and/or fixed old one,
449           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
450             calls, removed legacy 8051 reference code
451           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
452           (loadSignToC): NEW, move the operands sign bit to CARRY,
453           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
454             genRightShiftSigned, accepts negative shift counts,
455           (setup_fsr): load FSR and adjust IRP (indirect memory access),
456           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
457             generic pointers, __data pointers and __code pointers,
458           (genUnpackBits,genPackBits): rewritten to work with generic pointers
459             and signed bitfields, limit bitfields to 8 bit,
460           (genDataPointerGet): fixed number of bytes read,
461           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
462           (genPointerGet,genPointerSet): fixed handling of __code pointers,
463             pointers to constant data are no longer assumed to point to __code
464             space, removed invalid pointer types,
465           (bitpatternFromVal): retrieve the PICs representation of an integer
466             or float literal,
467           (genDataPointerSet): fixed assigning to po_immediate operands,
468           (genGenPointerSet): implemented as library call,
469           (genIfx): fixed incorrect condition,
470           (genAddrOf): limit generic pointers' addresses to 2 bytes,
471             provide GPOINTER tag according to destination's storage class,
472           (genCast): added code to handle casting to generic pointers, added
473             sign-/zero extension of the result
474           (aop_isLitLike,op_isLitLike): fixed handling of immediates
475         * src/pic/gen.h: added macros to access IRP bit in STATUS register
476         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
477           extend the result
478         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
479           address/register resides in the shared banks
480           (emitSymbolToFile): improved to handle global and `pinned' symbols,
481             put all variables into separate sections (have the linker arrange
482             them)
483           (picglue): put init code and interrupt handlers in separate sections
484         * src/pic/main.c: added port specific options table, modified to PORT
485           structure to make GPOINTERs 3 byte, added pic14_options
486           (_pic14_do_link): private linking routine (update paths to libraries,
487             add libsdcc.lib by default)
488         * src/pic/main.h: declare pic14_options
489         * src/pic/pcode.c: fixed instructions i/o relations,
490           (RegCond): reverted to correct version,
491           (newpCodeOpLit): truncate literals to 8 bit,
492           (genericPrint): added debug output,
493           (getRegFromInstruction): fixed for various operand types, simplified
494           (BuildFlow): fixed broken handling of isntructions with labels
495           (LinkFlow): start at last instruction in flow (skip trailing comments),
496             pass the flow on to the next instruction after CALL
497           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
498           (insertPCodeInstruction): fixed inserting after a skip instruction,
499           (DoBankSelect): fixed for labeled instructions
500           (OptimizepBlock): honor --nopeep switch
501           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
502         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
503         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
504           (pCodeOptime2pCodes): allow disabling this optimization via
505             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
506             but is still buggy), started implementation of a dataflow based
507             pCode optimization (CSE + dead code elimination)
508           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
509         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
510           names are independant of the stack location and therefore portable across
511           devices
512
513 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
516           (selectSpil): fixed bug 1337835 by not spilling bit variables
517         * support/regression/tests/bug1337835.c: added test for this bug
518         * src/mcs51/peeph.def: restart after rule 3.c,
519           addded rules 263.x to optimize loading constants
520
521 2005-10-26 Raphael Neider <rneider AT web.de>
522
523         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
524         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
525           (genAssign): emit warning when casting literals to generic pointer
526             type, also applies when taking the address of a fixed variable,
527           (genCast): improved casting to generic pointers
528         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
529           extern variables, added verbose error message
530         * device/include/pic16/{string.h,errno.h}: added #pragma library c
531
532 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
533
534         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
535         carry must be complemented too
536         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
537         could be emitted by genMinus
538         * src/SDCCval.c (constVal): fixed bug 1305065
539
540 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
541
542         * src/SDCCast.c (addCast): added promotion for bit variables
543         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
544         promotion casts + optimisation
545         (optimizeGetWord): fix warning 'i' might be used uninitialized
546         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
547         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
548
549 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
550
551         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
552         all chars are promoted to int; promotion should be handled in SDCCast.c
553
554 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
555
556         * device/lib/_strcmp.c: Fixed bug 1326457
557
558 2005-10-11 Raphael Neider <rneider AT web.de>
559
560         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
561         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
562
563 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
564
565         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
566         * support/regression/tests/sfr16.c: added test for the sfr32 bug
567
568 2005-10-04 Raphael Neider <rneider AT web.de>
569
570         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
571           device/lib/pic16/pics.all: added pic18f1320
572         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
573
574 2005-09-30 Raphael Neider <rneider AT web.de>
575
576         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
577         * src/pic16/devices.inc: NEW, provides device descriptions
578         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
579
580 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
583           GETHBIT
584
585 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
586
587         * doc/sdccman.lyx: updated Highest Order Bit documentation,
588           documented Any Order Bit, Higher Order Byte and Higher Order Word
589         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
590         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
591           (optimizeGetAbit): new, to get any bit, not only the high bit,
592           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
593           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
594           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
595           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
596             RIGHT_OP: also try GETBYTE, GETWORD optimization,
597             GETABIT, GETBYTE, GETWORD: decorate them,
598           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
599           (ast_print): added GETABIT, GETBYTE, GETWORD
600         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
601         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
602           (geniCodeBinary): new generic binary icode,
603           (ast2iCode): added GETABIT, GETBYTE, GETWORD
604         * src/port.h: updated comment for PORT.hasExtBitOp
605         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
606           (genGetByte): new, to get a single byte,
607           (genGetWord): new, to get a word from a long,
608           (gen51Code): added GETABIT, GETBYTE, GETWORD
609         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
610
611 2005-09-23 Raphael Neider <rneider AT web.de>
612
613         * configure.in, configure: have device/lib/pic configured
614         * device/lib/Makefile.in: added model-pic14
615         * device/lib/clean.mk: added pic/ to clean rule
616         * device/lib/pic: added rudimentary pic14 library providing support
617           functions for multiplication/division/generic pointer access
618         * src/SDCCopt.c (convilong): mark support functions as extern
619           for pic14 port as well
620         * src/pic/gen.c (genMult): added assertions,
621           (genpic14Code): emit warning on unhandled iCodes
622         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
623         * src/pic/pcode.c (pCodeOpCopy),
624         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
625           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
626           SFR_REGISTER}), made safe for future extensions
627         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
628           instructions even if preceeded by SKIP instructions (also remove
629           them); removed unused code
630         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
631           prevents leaving parts of the structure uninitialized after copying
632
633 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
634
635         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
636           ago by me
637         * support/regression/tests/addsub.c: added test for the bug
638
639 2005-09-21 Raphael Neider <rneider AT web.de>
640
641         * device/include/pic16/pic18f1220.h,
642           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
643         * device/lib/pic16/Makefile.rules: added missing opening paren
644         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
645           are provided in genutils.c,
646           (genUminusFloat,genUminus,genCmpEq): added asserts on different
647           operand/result sizes,
648           (genCmp): assert on NULL pointers first, then check deref'ed values
649         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
650           result size
651
652 2005-09-18 Raphael Neider <rneider AT web.de>
653
654         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
655           as these are now unused,
656           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
657         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
658           local, avoids uninitialized pointer dereference on r->name
659         * src/pic16/ralloc.c (newReg): fixed indentation
660
661 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
662
663         * src/SDCCval.c (constVal): fixed bug 730366
664         * support/Util/SDCCerr.c,
665         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
666
667 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
668
669         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
670
671 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
672
673         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
674
675 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
676
677         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
678           (hex2dec): made hex_digit unsigned char, removed ascii dependance
679         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
680           (hex2dec): made hex_digit unsigned char, removed ascii dependance
681         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
682         * packihx/packihx.c (hexDigit): made c unsigned char
683         * as/mcs51/lklibr.c (fndsym),
684         * link/z80/lkgb.c (gb),
685         * link/z80/lklibr.c (fndsym),
686         * link/z80/lkrloc.c (relr),
687         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
688         * src/SDCC.lex (checkCurrFile, process_pragma),
689         * src/SDCCglue.c (spacesToUnderscores),
690         * src/SDCCmain.c (setParseWithComma, processFile),
691         * src/asm.c (tvsprintf, printCLine),
692         * src/avr/gen.c (emitcode, aopPut),
693         * src/ds390/gen.c (emitcode),
694         * src/hc08/gen.c (emitcode, emitinline),
695         * src/mcs51/gen.c (emitcode, genInline),
696         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
697           tokenizeLineNode),
698         * src/pic/ralloc.c (debugLog),
699         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
700           tokenizeLineNode),
701         * src/pic16/ralloc.c (debugLog),
702         * src/z80/main.c (_process_pragma):
703            made all ctype.h function calls safe
704         * src/SDCCopt.c: include math.h for fabs
705         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
706           and used them throughout the code to make ctype.h function calls safe
707         * src/ds390/main.c (asmLineNodeFromLineNode),
708         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
709         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
710            unsigned char*
711         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
712           (newpCodeAsmDir): made ctype.h function calls safe
713         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
714           pic16_emitcode):  made lbp unsigned char*
715         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
716           (pic16_newpCodeAsmDir): made ctype.h function calls safe
717         * src/xa51/gen.c (emitcode),
718         * src/z80/gen.c (_emit2): made lbp unsigned char*
719         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
720            char*
721
722 2005-09-05 Raphael Neider <rneider AT web.de>
723
724         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
725           access bank splitpoint
726
727 2005-09-05 Raphael Neider <rneider AT web.de>
728
729         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
730
731 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
732
733         * .version: changed to version 2.5.3
734         * doc/sdccman.lyx: changed version to 2.5.3,
735           documented --codeseg and --constseg and pragma codeseg and constseg,
736           documented bit parameters (reentrant) and bit returning
737         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
738            currFunc->recvSize, but is this ok for all ports?
739           (ast2iCode): result of ~ on unsigned char must be cast to int for
740            bool to work
741         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
742           function pointers in bit space
743         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
744           (processFuncArgs): call port.reg_parm() with reentrancy info
745         * src/port.h,
746         * src/avr/main.c,
747         * src/ds390/main.c,
748         * src/hc08/main.c,
749         * src/pic/main.c,
750         * src/pic16/main.c,
751         * src/xa51/main.c,
752         * src/z80/main.c: port.reg_parm prototype extended with
753           "bool reentrant" parameter
754         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
755           options.stackAuto for allocating bit register parameters
756         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
757           (genSend): set BitBankUsed if it is,
758           (selectRegBank): factored out of genCall for use in genPcall,
759           (genCall): removed redundant dtype assignmen, use selectRegBank,
760           (genPcall): handle returning in Carry properly, save in F0 if needed,
761           (genReceive): handle bit register parameters
762         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
763           (mcs51_assignRegisters): enable bit registers for all reentrant
764            functions and don't set BitBankUsed unconditionally
765         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
766         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
767         * support/regression/tests/funptrs.c: added tests for BOOL and for return
768
769 2005-08-27 Borut Razem <borut.razem AT siol.net>
770
771         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
772         ppc-osx (Darwin) does not support -u option. It seems that it is
773         supported only on Linux - GNU cp
774
775 2005-08-25 Borut Razem <borut.razem AT siol.net>
776
777         * sim/ucsim/gui.src/serio.src/Makefile.in,
778           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
779           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
780           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
781           install and strip, since the strip at /usr/ccs/bin should be used
782           on solaris
783
784 2005-08-24 Borut Razem <borut.razem AT siol.net>
785
786         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
787
788 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
789
790         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
791         ffffffffu
792
793 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * as/mcs51/aslink.h: completed lkrloc.c prototypes
796         * as/mcs51/lkmain.c (link_main): fixed warning
797         * device/include/stdbool.h: ds390 has no advanced bit support yet
798         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
799         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
800         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
801           and updated their macros
802         * src/SDCCval.c (constVal): updated comment for renamed b_long
803
804 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
805
806         * as/mcs51/asdata.c: changed ctype['['] to BINOP
807         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
808           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
809           (oprio): set priority for '['
810         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
811            and adb_24_bit
812         * as/mcs51/asm.h: added defines R_BIT and S_BIT
813         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
814         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
815         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
816           added overlayable BIT_BANK area
817         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
818           (summary2): explain 'T' in legenda
819         * as/mcs51/lkrloc.c: replaced old K&R style,
820           (relr): added R_BIT processing,
821           (errmsg): added "Bit-addressable relocation error",
822           (adb_bit): added for converting from byte- to bit-addressable space,
823           (adb_24_bit): added for converting from byte- to bit-addressable space
824         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
825            used in reentrant functions now even as return value
826         * device/lib/_gptrput.c (_gptrput): removed obsolete code
827         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
828           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
829         * src/SDCCglobl.h: added indicator BitBankUsed
830         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
831            the bit registers b0-b7
832         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
833           (geniCodeCast): fixed bug 1263853,
834           (geniCodeLogicAndOr): put result in bool or char,
835           (geniCodeReceive): added parameter func for accessing the return type,
836           (geniCodeFunctionBody): pass func to geniCodeReceive
837         * src/SDCCmain.c: added indicator BitBankUsed
838         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
839         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
840           (checkSClass): don't put automatic bool/bit on stack,
841           (checkFunction): removed check on function cannot return bit
842         * src/SDCCsymt.h: added newBoolLink prototype
843         * src/mcs51/gen.c (rb1regs): added bit registers,
844           (movc): created for assigning to carry,
845           (pushReg, popReg): created for pushing registers,
846           (sameRegs): check both AOP_REG and AOP_CRY types,
847           (aopOp): handle bit registers,
848           (aopPut): optimization no self-assign,
849           (saveRegisters): push reg->base (bits) only once for bit registers,
850            and use pushReg,
851           (unsaveRegisters): pop reg->base only once and use popReg,
852           (assignResultValue): added parameter func and return in carry for bits,
853           (genIpush): optimization no reload in A if not changed,
854           (genSend): bit parameters in reentrant functions are passed in bit
855            registers by first assigning to bits in B, then save registers and
856            copy B to bits,
857           (genCall): handle returning in Carry properly, save it in F0 if needed,
858           (genPcall): updated assignResultValue call, this is not safe yet for bit
859            returning function !!!
860           (genFunction): don't generate equ's for bit registers and use pushReg,
861           (genEndFunction): take care of bit returning functions and use popReg,
862           (genRet): return bit in Carry,
863           (genIfx): optimize bit registers and other directly addressable bits,
864           (genReceive): updated assignResultValue call
865         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
866           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
867            registers when using stack-auto
868         * src/mcs51/ralloc.c (_G): added allBitregs,
869           (regs8051): added the bit registers,
870           (createStackSpil): use macro IS_BIT,
871           (getRegBit): added to allocate a bit register, else spill,
872           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
873           (updateRegUsage): factored out to ease stepping while debugging,
874           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
875            also allocate bit registers,
876           (fillGaps): handle bit registers,
877           (findAllBitregs): added to create bit vector with all bit registers,
878           (mcs51_allBitregs): returns this bit vector,
879           (mcs51_assignRegisters): when using stack-auto use bit registers for
880            passing parameters and creating local variables
881         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
882
883 2005-08-22 Borut Razem <borut.razem AT siol.net>
884
885         * device/lib/Makefile.in: replaced find option -or with -o
886           to make it run on solaris
887
888 2005-08-22 Raphael Neider <rneider AT web.de>
889
890         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
891           fixes #1265442 (crash on Solaris)
892
893 2005-08-20 Borut Razem <borut.razem AT siol.net>
894
895         * configure, configure.in: added tests for libsocket and libnsl libraries,
896           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
897           from support/regression/Makefile.in
898         * support/regression/Makefile.in: added
899         * device/lib/pic16/Makefile.common.in: force make to use bash shell
900         * sim/ucsim/libtool: regenerated on sparc-solaris
901         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
902           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
903           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
904           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
905           sparc-solaris, which doesn't use GNU ld linker
906         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
907         * as/Makefile: find on sparc-solaris does not support -maxdepth option
908
909 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
910
911         * src/mcs51/peeph.def: updated comments
912
913 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
914
915         * device/lib/_gptrget.c,
916         * device/lib/_gptrput.c: slightly shorter
917         * doc/sdccman.lyx: incremented version
918         * src/mcs51/peeph.def: moved peephole comments to the line of first
919           change to better keep line correlation, reanimated 186.e
920         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
921
922 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
923
924         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
925           David Saxton with quotes around file name.
926
927 2005-08-15 Borut Razem <borut.razem AT siol.net>
928
929         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
930           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
931           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
932           make tests run on x86_64 platform
933
934 2005-08-13 Raphael Neider <rneider AT web.de>
935
936         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
937           as it might be executed DURING a build (parallel make is wonderful)
938
939 2005-08-13 Raphael Neider <rneider AT web.de>
940
941         * device/lib/Makefile.in (port-specific-objects-pic16):
942           revert to cp $(PORT)/bin/*.* $(PORTDIR)
943         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
944           dependency
945         * device/lib/pic16/Makefile.rules: build subdirs before creating
946           the library, removed builddir rule, create $(builddir) early in
947           recurse rule, use empty recurse rule for leaf directories
948         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
949           mkdir errors (race condition), removed duplicate suffix "hex"
950           from clean rules
951         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
952         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
953           prevents mkdir -p from aborting on Alpha
954
955 2005-08-12 Raphael Neider <rneider AT web.de>
956
957         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
958           db-statements in order to allow for arrays of pointers in code
959           sections to be placed without interspersed 0-padding, fixes
960           bug #1256215
961         * (emitStatistics): fixed division by zero for pic18f1220
962         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
963           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
964         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
965         * (pic16_pCodeConstString): keep track of already emitted string
966           literals to prevent "duplicate definitions of symbol _str_NR"
967         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
968           debug message
969         * device/lib/Makefile.in: ignore failing PIC16 library builds
970         * device/lib/pic16/Makefile: do not build if gputils are missing
971         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
972
973 2005-08-10 Raphael Neider <rneider AT web.de>
974
975         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
976           my last commit)
977
978 2005-08-10 Raphael Neider <rneider AT web.de>
979
980         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
981           Rokas' patch to add the new fixed point type "__fixed16x16"
982         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
983           functions for __fixed16x16 arithmetics
984         * device/lib/pic16: reimplemented the build system to support
985           a separate build directory, better handling of libio (create
986           the library in a separate subdir for each architecture) and
987           easier configuration (centralized in Makefile.common)
988
989 2005-08-07 Raphael Neider <rneider AT web.de>
990
991         * src/pic16/gen.c (genrshTwo): fixed sign extension
992         * src/pic16/device.c: added pic18f2320, 4220 and 4320
993         * device/include/pic16/pic18f2220.h: changed some bit definitions,
994           added T0CONbits
995         * device/include/pic16/pic18f4220.h: NEW, header for
996           pic18f4220 and pic18f4320
997         * device/include/pic16/pic18fregs.h: added new devices,
998           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
999         * device/include/pic16/signal.h: resolved name clashes
1000           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1001           to also allow testing for interrupt enable bits, added
1002           comments on how to use the macros
1003         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1004         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1005           register definitions for the devices
1006         * device/lib/pic16/pics.all: added new devices
1007         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1008           allocated memory
1009         * device/lib/pic16/libc/stdlib/memfree: do not count
1010           the block header as free memory
1011         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1012           simplified and added missing end-of-blocklist-marker
1013           (reported by Peter Onion, fixes #1252814)
1014         * (_mergeHeapBlock): fixed loop condition
1015         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1016           len==0, restructured code
1017         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1018           up a bit, reduced bitfield accesses, prevent endless loops
1019           in case of heap corruption
1020         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1021           "unreferenced arguments/must return a value" warnings
1022         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1023           replaced BAUDREG with SPBRG
1024         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1025           device/lib/pic16/debug/gstack/gstack.c: replaced
1026           _naked, _asm, _endasm with __naked, __asm, __endasm
1027
1028 2005-08-05 Raphael Neider <rneider AT web.de>
1029
1030         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1031           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1032
1033 2005-08-05 Borut Razem <borut.razem AT siol.net>
1034
1035         * device/lib/Makefile.in: added missing ';'
1036         * configure: removed ^M characters
1037
1038 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1039
1040         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1041           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1042           License
1043
1044 2005-08-04 Borut Razem <borut.razem AT siol.net>
1045
1046         * configure.in: pic16 libraries build 2nd try - enable running
1047           configure in device/lib/pic16
1048         * configure: regenerated from configure.in
1049         * device/lib/Makefile.in: create $(PORT)/bin directory
1050
1051 2005-08-03 Raphael Neider <rneider AT web.de>
1052
1053         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1054           to get/set values via pointers
1055         * (genUnpackBits,genPackBits): changed detection of
1056           ptr->bitfield vs. sym.bitfield, fixed access via generic
1057           pointers, removed dead (wrong) code for multibyte bitfields
1058         * (genNearPointerGet, genGenPointerGet): removed useless code,
1059           fixed bitfield detection, fixes #1250594
1060         * (genNearPointerSet): removed useless code
1061         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1062           and introduced macro pic16_emitpcode that conditionally emits
1063           the origin of the following pCode (useful for debugging SDCC)
1064         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1065         * (createDefmap): fixed handling of LFSR for --optimize-df
1066
1067 2005-08-02 Borut Razem <borut.razem AT siol.net>
1068
1069         * device/lib/Makefile.in: pic16 libraries build enabled since
1070           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1071
1072 2005-08-02 Raphael Neider <rneider AT web.de>
1073
1074         * src/pic16/gen.c (genPackBits): removed deprecated warning
1075         * (genGenPointerSet): fixed bitfield detection
1076
1077 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1078
1079         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1080
1081 2005-07-31 Raphael Neider <rneider AT web.de>
1082
1083         * device/lib/pic16/libdev/pic18f458.c,
1084           device/include/pic16/pic18f458.h: added missing T0CONbits
1085
1086 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1087
1088         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1089
1090 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1091
1092         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1093
1094 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1095
1096         * device/include/mcs51/at89c51ed2.h: added.
1097
1098 2005-07-23 Raphael Neider <rneider AT web.de>
1099
1100         * src/pic/gen.h: added emitpcode macro for debugging
1101         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1102           and replace by macro adding debug information on demand
1103         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1104         * (gencjne): tried to fix; replaced with correct (slower) code
1105         * (gen{Unp,P}ackBits): fixed single bit access
1106         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1107         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1108           previous instruction
1109         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1110           register has to be handled with care (forbidding movement
1111           of assignments/uses, removing assignments completely, ...)
1112         * (pCodeOptime2pCodes): make use of regIsSpecial
1113         * added lots of debugging output (commented out)
1114         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1115           from being reused as result UNLESS it is known to work
1116
1117 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1118
1119         * support/Util/dbuf.h: include <stddef.h> for size_t
1120         * .version: changed to version 2.5.2
1121
1122 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1123
1124         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1125
1126 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1127
1128         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1129           (genModOneByte): removed needless psha/pula
1130
1131 2005-07-22 Raphael Neider <rneider AT web.de>
1132
1133         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1134           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1135         * src/pic/gen.c (resolveIfx): do not "invent" labels
1136         * (genSkipc): changed to positive logic
1137         * (genSkipCond): removed as no longer needed
1138         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1139           backport from PIC16
1140         * (genLeftShift): check operands are in different registers
1141         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1142           INCF does not update CARRY...
1143         * src/pic/main.c: fixed _linkCmd
1144         * src/pic/pcode.c (unlinkpCode): added inactive code
1145         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1146           alive (do not assign result and operand overlapping registers)
1147
1148 2005-07-22 Raphael Neider <rneider AT web.de>
1149
1150         * src/pic/device.c (dump_sfr): replaced register declaration with
1151           call to emitSymbolToFile() to avoid duplicate symbols
1152         * (assignRelocatableRegisters): do not declare external symbols
1153         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1154           right (take size of type, not etype)
1155         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1156         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1157         * (packRegsForAccUse): disabled assignment of WREG as
1158           the result reg to prevent occurence of just fixed #1235003,
1159           fixes #1242954
1160         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1161           symbols (avoids duplicate symbols in .asm file)
1162         * (pic14emitRegularMap): use emitSymbolToFile()
1163         * src/pic/gen.c (aopOp): fixed spillLocation handling
1164         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1165         * (genDataPointerSet): removed unneccessary variables/output
1166
1167 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1168
1169         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1170         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1171
1172 2005-07-21 Raphael Neider <rneider AT web.de>
1173
1174         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1175           architecture cannot handle them efficiently, fixes bug #1235003
1176         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1177           check for empty sets before using them (fixes bug #1232190)
1178
1179 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1180
1181         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1182           (lnksect2): generate warnings for memory overlap
1183         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1184           constseg to set the name of these segments so you can instruct the linker
1185           to place them in banks
1186         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1187         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1188           added code_seg and const_seg to options
1189         * src/SDCCglue.c (emitMaps): use options.const_seg,
1190           (createInterruptVect): put interrupt vectors in segment HOME,
1191           (glue): put HOME before static segment and put the main glue in HOME,
1192           (glue): use options.code_seg
1193         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1194         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1195           these segments so you can instruct the linker to place them in banks
1196           (linkEdit): use code_loc for HOME segment which should be the first
1197           segment in code memory now
1198         * src/SDCCmem.c: fixed more stuff like bug 1238386
1199         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1200           (changePointer): don't change function pointers to code pointers for
1201           banked functions,
1202           (compareType): added exceptional check for banked function pointers
1203         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1204         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1205           after static in code memory
1206         * src/mcs51/gen.c: added aopLiteralLong prototype,
1207           (aopForSym): use getSize for functions,
1208           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1209           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1210           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1211           the segment,
1212           (genPcall): use call for literal function pointers and generate banked
1213           calls over the one trampoline so there's only one place for the user to
1214           modify according to his/hers hardware,
1215           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1216           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1217         * src/mcs51/main.c: added keyword banked,
1218           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1219         * support/Util/SDCCerr.c,
1220         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1221           needed for passing the bank and address to the trampoline
1222         * device/lib/mcs51/crtbank.asm: added for bankswitching
1223         * device/lib/mcs51/Makefile: added crtbank
1224
1225 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1226
1227         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1228           for fields at offset 0 of a struct or union as reported
1229           on 2005-07-07 in the developer mailing list.
1230
1231 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1232
1233         * src/SDCCmem.c: fixed bug 1238386
1234
1235 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1236
1237         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1238           (patch #1144962), added peephole 300, enabled 259.x
1239         * doc/sdccman.lyx: removed screenshot and provided link instead
1240
1241 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1242
1243         * doc/sdccman.lyx: added section about debugging with ddd
1244         * doc/figures/ddd_example.eps: screenshot of debugging session
1245
1246 2005-07-04 Raphael Neider <rneider AT web.de>
1247
1248         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1249           like CODE pointers, fixes #1115683
1250         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1251           call, fixes bugs #1232211, #1228110,
1252           fixed wrong casts to pCodeFlow from pCodeInstructions
1253
1254 2005-07-04 Raphael Neider <rneider AT web.de>
1255
1256         * src/pic/gen.c (popGet): changed assert to allow for
1257           bit operands
1258         * (popGetAddr): changed signature to provide
1259           an additional index, patched all call sites
1260         * (genCmpEq): handle literal-like operands correctly
1261         * (genAddrOf): added sanity checks on __code/__data pointers
1262         * (genAssign): added handling of symbols from __code section
1263         * (gencjne): do not generate code for comparisons whose result
1264           is neither stored nor used, fixes bug #1171114
1265         * (AccLsh, AccRsh): operate on operand instead of WREG
1266         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1267           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1268           by known count
1269         * rewrote complete shift-by-literal logic, commented unused
1270           functions out
1271         * (genConstPointerGet): get multiple bytes (if result size > 1),
1272           fixed handling of non-immediate addresses
1273         * (genPointerGet): handle CODE pointers like CONST pointers
1274         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1275         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1276           operand is to be treated as a literal or not
1277         * (mov2w,genPcall,genCmpEq),
1278           src/pic/genarith.c: use aop_isLitLike() to decide between
1279           literal/register contents
1280         * (addSign): added missing offset
1281         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1282           only emit comment in debug-mode,
1283           use {aop,op}_isLitLike throughout the file
1284         * src/pic/glue.c: fix initializers for pointers (work in progress)
1285         * src/pic/pcode.c (get_op): honor index on _const symbols
1286         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1287         * (dumppBlock): added pCode size estimation
1288         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1289           check for IS_SYMOP before OP_SYMBOL'ing
1290         * fixed indentation, compacted switch-statements
1291         * (allocReg): find free register and allocate it instead of
1292           allocating new registers all the time
1293         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1294           registers as its operands (necessary only for multibyte GETs)
1295
1296 2005-07-01 Raphael Neider <rneider AT web.de>
1297
1298         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1299           debugging .asm-output macros FENTRY + FEXIT
1300         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1301           way... I wonder...
1302         * (emitpComment): NEW, printf to pCode
1303         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1304           offset handling
1305         * (popGetAddr): NEW, variant of popGet to access an immediates
1306           high(er) bytes instead of the n'th byte of memory they reference,
1307           replaced popGet with popGetAddr where neccessary
1308         * (genDataPointerGet): reactivated and fixed implementation
1309         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1310           accesses
1311         * (genDataPointerSet): fixed multibyte assignments
1312         * (genpic14Code): fixed --i-code-in-asm handling
1313         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1314         * (genPlus): fixed index-out-of-bounds error
1315         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1316         * src/pic/ralloc.c: added debugging output macro FENTRY2
1317         * (spillThis): fixed indentation, enbraced for-body for clarity
1318         * (rematStr): commented out as now unused
1319         * (regTypeNum): commented out special spill case (overwrites
1320           arbitrary values)
1321         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1322
1323 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1324
1325         * doc/sdccman.lyx: documented sfr16/sfr32,
1326           added example for using storage class with function pointers
1327         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1328
1329 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1330
1331         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1332         * device/lib/_itoa.c,
1333         * device/lib/_ltoa.c: optimized codesize
1334         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1335           but don't know how to suppress the double warning.
1336         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1337         * support/Util/SDCCerr.c,
1338         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1339
1340 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1343           fixed old K&R prototypes
1344         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1345         * device/lib/_gptrget.c,
1346         * device/lib/_gptrgetc.c,
1347         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1348           also new versions for small generic pointers and banked generic pointers
1349         * src/port.h: added const_name
1350         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1351         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1352         * src/SDCCcse.c (findPrevIc): check all associative operators
1353         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1354         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1355         * src/SDCCmem.c: updated comments,
1356           set far-space to 0 for pdata, results in optimized code
1357         * src/SDCCmem.h: added macro CONST_NAME
1358         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1359           moving the info into the highest bits, see also gptrget/gptrput
1360         * src/src.dsp: added sdcc.ico to project files
1361         * src/avr/gen.c (genCast): fixed bug 0x%d
1362         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1363         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1364           relation between ptr_type and DCL_TYPE,
1365           (genCast): fixed bug 0x%d
1366         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1367           (CODE)" for const_name
1368         * src/hc08/gen.c (genCast): fixed bug 0x%d
1369         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1370           (hc08_port): added "CONST (CODE)" for const_name
1371         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1372           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1373           between ptr_type and DCL_TYPE,
1374           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1375           operand* and took AOP() inside function so sfr-ness can be checked,
1376           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1377           new prototype,
1378           (genFunction, genEndFunction): optimized stack setup,
1379           (genMinus): optimized for literals with ending zeroes (in bytes),
1380           (genCast): fixed bug 0x%d
1381         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1382           (mcs51_port): added "CONST (CODE)" for const_name
1383         * src/mcs51/peeph.def: made rule 226 more generic
1384         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1385         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1386         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1387         * src/z80/main.c (z80_port): added NULL for const_name,
1388           (gbz80_port): added NULL for const_name
1389         * support/regression/tests/bug663539.c,
1390         * support/regression/tests/sfr16.c: new tests
1391
1392 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1393
1394         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1395
1396 2005-06-24 Raphael Neider <rneider AT web.de>
1397
1398         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1399           corrected typos...
1400         * device/include/pic16/signal.h: added USBIF
1401           and SIG_USB
1402
1403 2005-06-24 Raphael Neider <rneider AT web.de>
1404
1405         * device/lib/pic16/libdev/pic18f2455.c,
1406           device/include/pic16/pic18f2455.h: NEW
1407         * device/include/pic16/pic18fregs.h,
1408           device/lib/pic16/pics.all,
1409           src/pic16/device.c: added 18f2455
1410         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1411           device/include/pic16/{pic18f[68][567].h,usart.h}:
1412           replaced MULTIPLE_USARTS define with more relaible
1413           compatibility sfrs (for USART access)
1414
1415 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1416
1417         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1418           and the output asm file line is printed on two lines.
1419
1420 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1421
1422         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1423           BGT, BLE, BHI, and BLS instructions
1424         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1425           genCmpEq): removed
1426         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1427           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1428           fixes bug #1216342
1429         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1430
1431 2005-06-15 Raphael Neider <rneider AT web.de>
1432
1433         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1434         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1435         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1436           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1437           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1438
1439 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1440
1441         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1442           Marcel Telka in bug #1215704
1443
1444 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1445
1446         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1447           located in shared memory bank.
1448
1449 2005-05-31 Raphael Neider <rneider AT web.de>
1450
1451         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1452           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1453           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1454
1455 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1456
1457         * device/lib/_strncpy.c: fixed the fix
1458
1459 2005-05-26 Raphael Neider <rneider AT web.de>
1460
1461         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1462           initializers with \0, bug #1208187
1463         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1464           intializers with \0, bug #1208187
1465
1466 2005-05-26 Raphael Neider <rneider AT web.de>
1467
1468         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1469           initializers with \0, bug #1208187
1470         * src/pic16/main.c (_process_pragma): added sanity checks
1471           for stack position and size, emit warnings when appropriate
1472
1473 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1474
1475         * device/lib/_strncpy.c: fixed not filling with \0
1476
1477 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1478
1479         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1480           createFunction),
1481         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1482           compound_statement),
1483         * src/SDCCsymt.h,
1484         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1485
1486 2005-05-24 Raphael Neider <rneider AT web.de>
1487
1488         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1489
1490 2005-05-24 Raphael Neider <rneider AT web.de>
1491
1492         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1493           TRISE definitions, closes bug #1162453
1494
1495 2005-05-22 Raphael Neider <rneider AT web.de>
1496
1497         * src/pic16/main.c (_process_pragma): check for missing
1498           arguments to pragmas code and udata
1499         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1500           consistency fixes to match other headers (thanks to Jim Paris)
1501         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1502
1503 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1504
1505         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1506
1507 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1508
1509         * support/regression/tests/bug1198642.c: new test
1510         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1511         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1512         * support/scripts/resource.h,
1513         * support/scripts/resource.rc,
1514         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1515         * support/scripts/sdcc.ico: added 32x32 icon
1516
1517 2005-05-18 Raphael Neider <rneider AT web.de>
1518
1519         * device/lib/pic16/libdev/pic18f*.c,
1520         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1521           keywords to "__sfr" and "__at (X)"
1522         * device/include/pic16/pic18fregs.h: added pic18f4520
1523         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1524           #1203088 (MPLAB compatibility)
1525
1526 2005-05-17 Raphael Neider <rneider AT web.de>
1527
1528         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1529         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1530         * device/lib/pic16/pics.all: added new devices
1531         * src/pic16/device.c: added support for pic18f4520
1532
1533 2005-05-16 Raphael Neider <rneider AT web.de>
1534         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1535         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1536         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1537           convenience function for bit access
1538
1539 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * device/lib/printf_large.c: fixed bug 1193299
1542         * support/regression/tests/bug1057979.c: added test %3.3s
1543
1544 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1545
1546         * device/include/mcs51/8051.h,
1547         * device/include/mcs51/8052.h: made parseable with lint
1548         * device/include/mcs51/lint.h: added include file for (sp)lint
1549         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1550         * doc/cdbfileformat.lyx,
1551         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1552
1553 2005-05-14 Raphael Neider <rneider AT web.de>
1554
1555         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1556         * device/lib/pic16/libc/stdlib/itoa.c (new)
1557         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1558         * device/lib/pic16/libio/Makefile: exclude subdir according to
1559           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1560         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1561         * src/pic16/gen.c (genFunction): prevent annoying warning
1562         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1563           nameclashes on BeOS
1564         * support/cpp2/cppmain.c (cpp_output_string): new
1565         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1566           fixes bug 1116802
1567
1568 2005-05-13 Borut Razem <borut.razem AT siol.net>
1569
1570         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1571
1572 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1573
1574         * .version: changed to version 2.5.1; back to bleeding edge development
1575
1576 2005-05-11 Borut Razem <borut.razem AT siol.net>
1577
1578         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1579           generate PDF version 1.3 documents
1580
1581 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1582
1583         * .version: changed to version 2.5.0
1584
1585 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1586
1587         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1588
1589 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1590
1591         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1592         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1593         well as many smaller updates.
1594         * .version: changed to version 2.5.0-pre1
1595
1596 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1597
1598         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1599
1600 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1601
1602         * support/regression/tests/bug1185672.c: added
1603         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1604           bug 1185672
1605         * src/mcs51/gen.c (genCall): added comments, made it look safer
1606         * src/mcs51/gen.c (genEndFunction): simplified
1607
1608 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1609
1610         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1611
1612 2005-04-14 Borut Razem <borut.razem AT siol.net>
1613
1614         * fixed bug 1045046 - SIGSEGV with really simple code?:
1615           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1616           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1617
1618 2005-04-14 Borut Razem <borut.razem AT siol.net>
1619
1620         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1621           src/pic16/device.h: temporarily disabled experimental #inline pragma
1622           for 2.5.0 release
1623
1624 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1625
1626         * device/include/z80/stdio.h,
1627         * device/include/z80/string.h: removed these highly incomplete files so
1628           SDCC can use the default ones in device/include/
1629
1630 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1631
1632         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1633         gcc warning.
1634         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1635         fix sdcpp warnings.
1636
1637 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1638
1639         * device/include/malloc.h: removed redundant __reentrant prototypes
1640         * device/lib/_mullong.c: added working xstack variant in asm (C version
1641           doesn't pass regression tests)
1642         * device/lib/bpx.c: used __data and made bpx char for mcs51
1643         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1644           (createFunction): fixed bug with xstackPtr
1645         * src/SDCCcse.c: corrected comments
1646         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1647           (killDeadCode, eBBlockFromiCode): removed unused code
1648         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1649           corrected comments
1650         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1651           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1652           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1653           (genModOneByte): fixed warning in MSVC
1654         * src/mcs51/main.c (): added comments
1655         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1656
1657 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1658
1659         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1660
1661 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1662
1663         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1664
1665 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1666
1667         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1668         characters arrays of larger size than the declared one.
1669
1670 2005-04-10 Borut Razem <borut.razem AT siol.net>
1671
1672         * src/pic/gen.c (genInline),
1673           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1674           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1675           (findNextInstruction), (findPrevInstruction),
1676           (findInstructionUsingLabel),
1677           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1678         * src/pic/pcode.c (findLabel): added missing '\n'
1679         * src/src.dsp: added SDCCdwarf2.c to the project
1680
1681 2005-04-09 Borut Razem <borut.razem AT siol.net>
1682
1683         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1684
1685 2005-04-08 Raphael Neider <rneider AT web.de>
1686
1687         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1688           into the chain after a given one) and mergeDefmapSymbols (combine
1689           defmap entries for each symbol per pcode)
1690         * (createDefmap): have defmap entries merged in the end
1691         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1692           a symbol before replacing one access type's symbol, merge symbols in
1693           the end (replacement symbol might already have an entry)
1694         * (assignValnums): keep reference to written WREG intact
1695
1696 2005-04-08 Raphael Neider <rneider AT web.de>
1697
1698         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1699           Alpha)
1700
1701 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1702
1703         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1704         bytes
1705
1706 2005-04-07 Raphael Neider <rneider AT web.de>
1707
1708         * device/include/pic16/usart.h: added compatibility defines for
1709           devices with more than one USART
1710         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1711
1712 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1713
1714         * device/lib/Makefile.in: updated for port specific include
1715
1716 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1717
1718         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1719
1720 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1721
1722         * device/include/8051.h,
1723         * device/include/8052.h,
1724         * device/include/at89S8252.h,
1725         * device/include/at89c55.h,
1726         * device/include/at89x051.h,
1727         * device/include/at89x51.h,
1728         * device/include/at89x52.h,
1729         * device/include/mcs51reg.h,
1730         * device/include/reg51.h,
1731         * device/include/reg764.h,
1732         * device/include/regc515c.h,
1733         * device/include/sab80515.h: (re)moved these 12 files
1734         * device/include/mcs51/8051.h,
1735         * device/include/mcs51/8052.h,
1736         * device/include/mcs51/at89S8252.h,
1737         * device/include/mcs51/at89c55.h,
1738         * device/include/mcs51/at89x051.h,
1739         * device/include/mcs51/at89x51.h,
1740         * device/include/mcs51/at89x52.h,
1741         * device/include/mcs51/mcs51reg.h,
1742         * device/include/mcs51/reg51.h,
1743         * device/include/mcs51/reg764.h,
1744         * device/include/mcs51/regc515c.h,
1745         * device/include/mcs51/sab80515.h: and added them here
1746
1747 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1748
1749         * device/include/stdarg.h: changed SDCC specific keywords to double
1750           underlined form.
1751         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1752           mcs51 and ds390.
1753         * device/include/hc08/mc68hc908gp32.h,
1754         * device/include/hc08/mc68hc908jb8.h,
1755         * device/include/hc08/mc68hc908jkjl.h,
1756         * device/include/hc08/mc68hc908qy.h: fixed comments
1757         * device/include/mcs51/README: updated
1758         * device/include/mcs51/c8051f120.h: added PINRSF
1759         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1760         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1761           amidst code. Also inline is not supported.
1762
1763 2005-04-06 Raphael Neider <rneider AT web.de>
1764
1765         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1766         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1767           callers stack/frame pointers
1768
1769 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1770
1771         * device/include/pic16/usart.h: added, missing in previous commit,
1772         * device/include/pic16/adc.h: fixed typo,
1773         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1774         commit,
1775         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1776         <p18fxxx.inc>
1777         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1778         uninitialized because a bug appears with gplink
1779         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1780         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1781         complains for unrecognised option
1782
1783 2005-04-05 Raphael Neider <rneider AT web.de>
1784
1785         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1786           structs as well (using memcpy)
1787         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1788           on ISRs (GOTO has no label)
1789         * src/pic16/device.h: added OF_OPTIMIZE_DF
1790         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1791           new data flow analysis/optimization
1792         * src/pic16/pcode.c: added (prototypes for and implementation of)
1793           dataflow analysis functions, fixed pCodeInstructions' inCond and
1794           outCond values, made RCALL a branch instruction
1795         * (pic16_unlinkpCode): keep C line if possible
1796         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1797           C line moved if possible
1798         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1799         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1800           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1801         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1802           new flow)
1803         * (pic16_getJumptabpCode): NEW, needed in...
1804         * (LinkFlow): fixed handling of jumptables, calls and conditional
1805           branches
1806         * (pic16_InsertCommentAfter): NEW
1807         * (pic16_pCodeReplace): made verbose and flow preserving
1808         * (AnalyzeFlow): added call to data flow analysis
1809         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1810         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1811         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1812
1813 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1814
1815         * src/SDCCast.c (decorateType): fixed bug #1105626
1816
1817 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1818
1819         * device/include/asm/pic16/features.h,
1820         * pic18f*.h headers,
1821         * device/include/pic16/adc.h,
1822         * device/include/pic16/delay.h,
1823         * device/include/pic16/i2c.h,
1824         * device/include/pic16/malloc.h,
1825         * device/include/pic16/stdio.h,
1826         * device/include/pic16/stdlib.h,
1827         * device/include/pic16/string.h,
1828         * device/lib/pic16/libc/stdio/printf_tiny.c,
1829         * device/lib/pic16/libc/stdio/printf_small.c,
1830         * device/lib/pic16/libc/stdio/strmgpsim.c,
1831         * device/lib/pic16/libc/stdio/strmmssp.c,
1832         * device/lib/pic16/libc/stdio/strmusart.c,
1833         * device/lib/pic16/libc/stdio/vfprintf.c,
1834         * device/lib/pic16/libc/stdlib/ltoa.c,
1835         * device/lib/pic16/libc/stdlib/putchar.c,
1836         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1837         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1838         * device/lib/pic16/libc/stdlib/memchrram.c,
1839         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1840         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1841         * device/lib/pic16/libio/adc/adcbusy.c,
1842         * device/lib/pic16/libio/adc/adcread.c,
1843         * device/lib/pic16/libio/adc/adcsetch.c,
1844         * device/lib/pic16/libio/usart/ubaud.c,
1845         * device/lib/pic16/libio/usart/ubusy.c,
1846         * device/lib/pic16/libio/usart/udrdy.c,
1847         * device/lib/pic16/libio/usart/uopen.c,
1848         * device/lib/pic16/libio/usart/uputc.c,
1849         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1850         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1851         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1852         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1853         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1854         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1855         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1856         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1857         specific keywords to double underlined form,
1858         * device/lib/pic16/libc/Makefile.rules,
1859         * device/lib/pic16/libsdcc/Makefile.rules,
1860         * device/lib/pic16/libm/Makefile,
1861         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1862         to compile with C standard set in Makefile.common
1863         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1864         rand.c and crc.c in compilation process,
1865         * device/lib/pic16/libsdcc/int/divuint.c,
1866         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1867         `c' from signed to unsigned,
1868         * device/lib/pic16/startup/crt0.c,
1869         * device/lib/pic16/startup/crt0i.c,
1870         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1871         keywords to double underlined form, bug fixes in _do_cinit function
1872         which prevented the correct initialization of the .idata segment,
1873         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1874         core to enter a infinite loop
1875         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1876
1877 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1878
1879         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1880
1881 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1882
1883         * device/include/Makefile.in: add support for hc08 subdirectory
1884         * device/include/hc08/: new subdirectory
1885         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1886         Lucas Loizaga, thanks!
1887         * device/include/hc08/mc68hc908qy.h,
1888         * device/include/hc08/mc68hc908gp32.h,
1889         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1890         their own directory. Changed internal macro names to use the compiler
1891         reserved namespace. Changed SDCC specific keywords to double
1892         underlined form.
1893         * device/include/math.h,
1894         * device/include/malloc.h,
1895         * device/include/stdarg.h,
1896         * device/include/stdbool.h
1897         * device/include/string.h,
1898         * device/include/tinibios.h,
1899         * device/include/ds400rom.h,
1900         * device/include/8051.h,
1901         * device/include/8052.h,
1902         * device/include/80c51xa.h,
1903         * device/include/at89c55.h,
1904         * device/include/at89S8252.h,
1905         * device/include/at89x51.h,
1906         * device/include/at89x52.h,
1907         * device/include/ds80c390.h,
1908         * device/include/reg764.h,
1909         * device/include/regc515c.h,
1910         * device/include/sab80515.h,
1911         * device/include/mcs51/c8051f000.h,
1912         * device/include/mcs51/c8051f018.h,
1913         * device/include/mcs51/c8051f020.h,
1914         * device/include/mcs51/c8051f040.h,
1915         * device/include/mcs51/c8051f060.h,
1916         * device/include/mcs51/c8051f120.h,
1917         * device/include/mcs51/c8051f300.h,
1918         * device/include/mcs51/c8051f310.h,
1919         * device/include/mcs51/c8051f320.h,
1920         * device/include/mcs51/c8051f330.h,
1921         * device/include/mcs51/c8051f350.h,
1922         * device/include/z180.h: Changed SDCC specific keywords to double
1923         underlined form.
1924
1925 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1926
1927         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1928         18F4455,
1929         * (pic16_assignConfigWordValue): disable testing of configuration
1930         register value with config mask,
1931         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1932         function with port->fun_prefix,
1933         * (genFunction): when generating a naked interrupt function never
1934         create an absolute segment placed in interrupt vector address, place
1935         the actual interrupt function at IVA instead, when an interrupt
1936         function is generated with unspecified interrupt then do not create
1937         the absolute section,
1938         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1939         code for generating a call to generic pointer get/put function with
1940         a call to function pic16_callGenericPointer(),
1941         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1942         the call to the generic pointer get/put functions with prefixing the
1943         function name with port->fun_prefix,
1944         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1945         * src/pic16/main.c (_process_pragma): prefix function with
1946         port->fun_prefix,
1947         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1948         calling assembler, old 18Fxxxx macro is deprecated,
1949         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1950         PC_ASMDIR in while condition,
1951         * (findInstruction): add PC_ASMDIR in while condition,
1952         * (buildCallTree): prefix main with port->fun_prefix,
1953         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1954         identifier for variable with banked access in instructions BTFSS,
1955         BTFSC, BCF, BSF, BTG
1956         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1957         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1958         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1959         perform optimization when enviroment variable NO_REG_OPT is set,
1960         * (insideLRBlock): NEW, return 1 if register is inside an
1961         INF_LOCALREGS block,
1962         * (RemoveRegFromLRBlock): remove a register that is completely
1963         eliminated by register optimization, but it is still left in local
1964         register store/restore in/from stack block,
1965         * (Remove2pcodes): after removing register, check to see if it
1966         should be removed from local register store/restore in/from stack
1967         block,
1968         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1969         DUMMY_READ_VOLATILE,
1970
1971         * device/include/pic16/adc.h: minor prototype modifications and
1972         update,
1973         * device/include/pic16/malloc.h: added GPL notice various
1974         modifications,
1975         * device/include/pic16/stdint.h: NEW, standard header for ints
1976         * device/include/pic16/delay.h: NEW, header for delay functions,
1977         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1978         delay1mtcy,
1979         * device/include/pic16/signal.h: NEW, header providing helper macros
1980         for implementing signal handlers,
1981         * device/include/pic16/stdio.h: added prototypes for functions,
1982         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1983         prototypes for stdin and stdout, added macro PUTCHAR to
1984         automatically implement putchar function prototype,
1985         * device/include/pic16/usart.h: modified and updated USART library,
1986         * device/lib/pic16/libio/adc/,
1987         * device/lib/pic16/libio/i2c: some modifications to improve library
1988         performance,
1989         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1990         family of functions,
1991         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1992         family of functions and other sources,
1993         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1994         of the PIC18Fxx[28] devices,
1995         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1996         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1997         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1998         _do_cinit function, because the previous failed when local variables
1999         where not placed in the same memory bank,
2000         * device/lib/pic16/libsdcc/char/: various modifications to improve
2001         library performance,
2002         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2003         information on the new functions of the c library and more...
2004
2005 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2006
2007         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2008
2009 2005-03-26 Raphael Neider <rneider AT web.de>
2010
2011         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2012           if condition == CARRY)
2013         * (genCmp): adapted to new genSkipc semantics
2014         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2015           on rIfx (genCmp was broken)
2016
2017 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2018
2019         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2020         * src/z80/main.c (_keywords[]),
2021         * src/SDCCglobal.h (struct options),
2022         * src/SDCC.y,
2023         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2024         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2025         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2026         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2027         always available in leading double underscore form. The C99 support is
2028         mostly missing, but it's a start.
2029         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2030         reserved identifier "__data".
2031
2032 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2033
2034         * src/mcs51/peeph.def: fixed bug 1170013
2035
2036 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2037
2038         * device/include/mcs51reg.h: fixed bug 842007
2039
2040 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2041
2042         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2043         last time.
2044
2045 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2046
2047         * src/port.h (struct PORT),
2048         * src/avr/ralloc.c (avr_assignRegisters),
2049         * src/avr/main.c,
2050         * src/ds390/ralloc.c (ds390_assignRegisters),
2051         * src/ds390/main.c,
2052         * src/hc08/ralloc.c (hc08_assignRegisters),
2053         * src/hc08/main.c,
2054         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2055         * src/mcs51/main.c,
2056         * src/pic/ralloc.c (pic14_assignRegisters),
2057         * src/pic/main.c,
2058         * src/pic16/ralloc.c (pic16_assignRegisters),
2059         * src/pic16/main.c,
2060         * src/xa51/ralloc.c (xa51_assignRegisters),
2061         * src/xa51/main.c,
2062         * src/z80/ralloc.c (z80_assignRegisters),
2063         * src/z80/ralloc.h,
2064         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2065         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2066         * src/SDCCcse.h,
2067         * src/SDCCdflow.c (computeDataFlow),
2068         * src/SDCCdflow.h,
2069         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2070         * src/SDCCloop.h,
2071         * src/SDCCcflow.c (*),
2072         * src/SDCCcflow.h,
2073         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2074         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2075         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2076         immedDom() returning wrong block; probably fixes bug #1160833)
2077
2078 2005-03-20 Borut Razem <borut.razem AT siol.net>
2079
2080         * support/scripts/inc2h.pl: WIN32 port
2081
2082 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2083
2084         * device/lib/makefile.in: added abs.c and labs.c
2085
2086 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2087
2088         * device/include/stdint.h: added
2089         * device/lib/abs.c: added
2090         * device/lib/labs.c: added
2091         * device/include/stdlib.h: added abs() and labs() prototypes
2092         * device/lib/libsdcc.lib: added abs and labs
2093         * device/include/float.h,
2094         * device/lib/_fsmul.c,
2095         * device/lib/printf_fast.c,
2096         * device/lib/printf_tiny.c: updated comments
2097
2098 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2099
2100         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2101         bug #1164313
2102
2103 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2104
2105         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2106         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2107
2108 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2109
2110         * device/lib/printf_large.c: removed inline assembly for portability and
2111           readability. Use printf_fast if speed or size are more important.
2112         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2113         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2114
2115 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2116
2117         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2118         prevent compiler warning
2119
2120 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2121
2122         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2123         moved to level 0 and declared as static. Also they are explicit
2124         placed in access bank. This was necessery because some times they
2125         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2126         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2127         optimizations. Currently only compare to unsigned char is implemented,
2128         * src/pic16/gen.c: added fReturnIdx array,
2129         * (struct resolvedIfx) is moved to gen.h and made public,
2130         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2131         * (aopForSym): added an optimization to directly store in stack of
2132         the operand of a SEND iCode,
2133         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2134         but as registers instead (AOP_REG) using the fReturnIdx array,
2135         * (pic16_freeAsmop): remove the freed register from the
2136         _G.sregsAlloc field,
2137         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2138         a compare of 'WREG',
2139         * (pic16_popGetTempRegCond): changed function prototype, now
2140         function takes also a bitVector argument v which holds the current
2141         set of registers that are allocated for stack access by aopForSym,
2142         registers allocated in aopForSym for accessing stack symbols are not
2143         any more part of the functions usedRegs field,
2144         * (genCall): some times aopOp is called for a stack variable to be
2145         send, aopForSym might perform the push, if this is true make sure
2146         that genCall doesn't push the variable twice by testing _G.resDirect,
2147         * (genFunction): changed testing for unspecified interrupt number
2148         from 256 to INTNO_UNSPEC,
2149         * modified selection scheme of frame pointer generation. Previously
2150         if function did use local registers a frame pointer was generated,
2151         now a frame pointer is generated only if function has arguments
2152         (that need PLUSW2 register access), or has stack arguments, or the
2153         compiler is not instructed to omit the frame pointer,
2154         * (genEndFunction): before restoring local registers that were saved
2155         in the function preamble, also restore the registers that *might*
2156         have been allocated for stack access,
2157         * (genRet): removed some old comments,
2158         * (genCmp, the active (RN's) version): added a call to the
2159         pic16_genCmp_special function to perform the compare with a more
2160         robust and optimized way,
2161         * (genInline): a feature has been added in inline code generation,
2162         which allows a wildcard variable substitution when writing inline
2163         assembly. Code is incomplete and experimental therefore undocumented,
2164         * (genCast): changed order of aopOp for result and right to allow
2165         aopForSym to directly load the result if possible,
2166         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2167         perform an optimized compare on some selected special occasions,
2168         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2169         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2170         generate an IVT any more,
2171         * src/pic16/main.c (pic16_optionsTable): added command line option
2172         --optimize-cmp,
2173         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2174         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2175         macros,
2176         * src/pic16/NOTES: Raphael Neider added in list of active developers
2177         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2178         jumptable_end to prevent bug #,
2179         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2180         inCond and outCond fields,
2181         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2182         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2183         turn off register spilling,
2184         * (packRegsForOneUse): synced with other ports' versions although it
2185         is not used currently,
2186         * (pic16_packRegisters): added an optimization while reading
2187         structure bitfields, some registers may be saved (malloc code is
2188         decreased by 80 bytes)
2189
2190 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2191
2192         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2193         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2194         this can be optimized more?
2195
2196 2005-03-10 Raphael Neider <rneider AT web.de>
2197
2198         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2199           genNearPointerGet): (hopefully) fixed access to bitfields via
2200           pointers (p->bitN = x; and x = p->bitN; failed)
2201
2202 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2203
2204         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2205
2206 2005-03-09 Raphael Neider <rneider AT web.de>
2207
2208         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2209
2210 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2211
2212         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2213         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2214           (regTypeNum): set REG_BIT type if necessary
2215         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2216         * support/regression/tests/critical.c: check bug 1144613
2217
2218 2005-03-02 Raphael Neider <rneider AT web.de>
2219
2220         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2221
2222 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2223
2224         * src/avr/ralloc.c (serialRegAssign),
2225         * src/ds390/ralloc.c (serialRegAssign),
2226         * src/hc08/ralloc.c (serialRegAssign),
2227         * src/mcs51/ralloc.c (serialRegAssign),
2228         * src/pic/ralloc.c (serialRegAssign),
2229         * src/pic16/ralloc.c (serialRegAssign),
2230         * src/xa51/ralloc.c (serialRegAssign),
2231         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2232
2233 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2234
2235         * src/SDCCast.c (decorateType): fixed bug 1124787
2236
2237 2005-02-20 Hubert Sack <sack AT digiplan.de>
2238         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2239
2240         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2241         patch #1121755
2242
2243 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2244
2245         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2246         to keep the correct label reference count when adding/removing references
2247         to labels. A peephole file using this is appended to patch #1144962.
2248
2249 2005-02-14 Raphael Neider <rneider AT web.de>
2250
2251         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2252         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2253         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2254           retrievals of result operand's value on assignment
2255
2256 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2257
2258         * device/include/pic16/string.h: modified prototype for memccpy()
2259         to memccpy(void *, void *, char, size_t)
2260         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2261         check whether to omit frame pointer or not,
2262         * (genInline): convert all occurences of "\n" to LF in inline
2263         assembler blocks, this helps formatting the inline text,
2264         * (pic16_loadFSR0): modified prototype,
2265         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2266         removed some 8051 legacy code,
2267         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2268         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2269         before allocating temporary registers in functions,
2270
2271 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2272
2273         * support/regression/tests/bitvars.c: corrected the "fix"
2274
2275 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2276
2277         * support/regression/tests/bitvars.c,
2278         * support/regression/tests/bitwise.c,
2279         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2280
2281 2005-02-10 Raphael Neider <rneider AT web.de>
2282
2283         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2284           different size for Alpha
2285         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2286
2287 2005-02-09 Raphael Neider <rneider AT web.de>
2288
2289         * src/SDCC.lex(doPragma) : save and restore warning options as well
2290           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2291         * have #pragma less_pedantic set the errorlevel to WARNING
2292           (fixes #1117001)
2293         * (cloneOptimize) : fixed wrong malloc's size
2294         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2295           facilitate correct handling of #pragma (save|restore)
2296
2297 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2298
2299         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2300
2301 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2302
2303         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2304
2305 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2306
2307         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2308
2309 2005-02-02 Raphael Neider <rneider AT web.de>
2310
2311         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2312         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2313         * (pic16_storeForReturn): fixed to allow returning function pointers
2314         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2315         * device/include/pic16/{stddef.h,stdbool.h}: added
2316
2317 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2318
2319         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2320
2321 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2322
2323         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2324         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2325          appeared to be required
2326
2327 2005-01-31 Borut Razem <borut.razem AT siol.net>
2328
2329         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2330           include/mcs51 and include/z80 directories to the package
2331
2332 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2333
2334         * src/hc08/gen.c (genFunction): fixed bug #1112752
2335
2336 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2337
2338         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2339
2340 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2341
2342         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2343
2344 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2345
2346         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2347
2348 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2349
2350         * device/include/c8051fxxx.h: removed these 6 files
2351         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2352
2353 2005-01-26 Raphael Neider <rneider AT web.de>
2354
2355         * src/pic16/gen.c (genAssign): fixed assignment from longs
2356           in codespace (were cut to three bytes)
2357         * (genDummyRead): implemented (except for CODESPACE...),
2358           fixed bug #1108575
2359         * src/pic16/glue.c (emitStatistics): beautified
2360         * device/lib/pic16/libm/Makefile: added include path
2361
2362 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2363
2364         * src/z80/gen.c (aopPut): fixed bug #1103902
2365
2366 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2367
2368         * device/lib/expf.c: fixed bug #1095792
2369
2370 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2371
2372         * device/lib/pic16/libm: added Math library sources
2373
2374 2005-01-24 Raphael Neider <rneider AT web.de>
2375
2376         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2377           to enable upcast to pCodeOpReg2 (there is no type tag to
2378           differenciate the two and pic16_popGet2p cast into PCOR2)
2379         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2380           (sizeof(sectNames) changed to sizeof(sectName))
2381           Both patches fix segfaults under MinGW.
2382
2383 2005-01-23 Raphael Neider <rneider AT web.de>
2384
2385         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2386           Safe_[mc]?alloc()'ed variables
2387         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2388           of (byte sized) temporaries (assign them to WREG for now)
2389         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2390           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2391           this might fix SIGSEGVs on MinGW...
2392         * src/SDCCopt.c (killDeadCode): restored original behaviour
2393           (volatile operands might get thrown away though)
2394
2395 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2396
2397         * src/pic16/gen.c: fixed bug #1106975,
2398         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2399         pointer update, INTCON is saved, global interrupts are disabled and
2400         restored after updateing TOS.
2401         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2402         * added function attribute 'shadowregs' to take advantage of shadow
2403         registers,
2404         * added function attribute 'wparam' as an alternative to the wparam
2405         pragma,
2406         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2407         user declares a non-ISR function as 'shadowregs',
2408         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2409
2410 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2411
2412         * .version: bumped version number to 2.4.8
2413         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2414         pic16 port,
2415         * device/lib/pic16/libio/i2c/: I2C module support library,
2416         * device/include/pic16/i2c.h: I2C support library header,
2417         * device/lib/pic16/libc/stdio/: standard IO support sources,
2418         * (printf_small.c): printf_small() source, supports float print,
2419         * (printf_tiny.c): printf_tiny() source, does not support floats,
2420         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2421         enable global optimizations for entire library source, other
2422         Makefiles in the source tree are also modified to reflect this,
2423         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2424         function,
2425         * doc/sdccman.lyx: updated to reflect new changes,
2426         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2427         sym->onStack if-case,
2428         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2429         sbit, idata, _idata, xdata, _xdata,
2430         * added pragma library, to link an external library, (see doc),
2431         * removed command line options, --pomit-config-words, --pomit-ivt,
2432         --pleave-reset-vector,
2433         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2434         when calling assembler to reflect memory model used, also define
2435         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2436         reflect stack model used,
2437         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2438         on stack return NULL,
2439
2440 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2441
2442         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2443           of the operands is volatile. Fixes #1020220
2444
2445 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2446
2447         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2448         * (OptimizeRegUsage): make sure that there is really no other flow where
2449           the first pCode is used
2450
2451 2005-01-22 Raphael Neider <rneider AT web.de>
2452
2453         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2454           to fix #1106967 (pCode->seq are not set up correctly)
2455
2456 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2457
2458         * src/SDCCglue.c (glue): make sure code area is declared before the
2459         static initialization area.
2460
2461 2005-01-21 Raphael Neider <rneider AT web.de>
2462
2463         * device/lib/Makefile.in: fixed test for pic16 install dir
2464         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2465           optimizations
2466         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2467           added --optimize-goto compiler switch and pragma wparam documentation
2468         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2469         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2470           and PRODH closing bug #1071770 (peephole optimizer)
2471
2472 2005-01-19 Raphael Neider <rneider AT web.de>
2473
2474         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2475           cmdLine buffers (used when calling sdcpp...) are large enough
2476           (MAX_PATH=256 truncates arguments leading to system halts when
2477           used in MinGW...)
2478         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2479         * (genUminus): rewritten to for efficiency
2480         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2481           used uninitialized in some cases)
2482         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2483           copy the third byte from the int -- now assumes 0x80 (data memory)
2484         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2485           operands (genAddLit expects the iCode's operands to swapped as
2486           well), fixed leftover bytes (crashed for short left operands)
2487         * (pic16_genMinusDec): performance improvements, removed false
2488           PIC14 emitSKPNCs
2489         * (pic16_genMinus): fixed to cope with differently sized operands
2490         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2491           for --obanksel > 1
2492         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2493         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2494           new banksel optimization
2495         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2496           analysis for temporary registers (segfaults...)
2497         * src/pic16/peeph.def: added rule
2498
2499 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2500
2501         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2502         which converts a float number to its ASCII representation
2503         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2504         functions to convert the fractional and integer part of a float to ASCII,
2505         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2506         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2507         ram
2508         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2509         _STATMEM macros,
2510         * device/include/pic16/adc.h: added GPL info,
2511         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2512         a pCodeOp as tested operand,
2513         * (genNearPointerGet): optimized bit testing, does not use
2514         intermediate register for bit value, test directly instead with
2515         BTFSS, BTFSC, works only for single bits,
2516         * (genpic16Code): dump the name of the iCode in the asm,
2517         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2518         renamed to pic16_decodeOp,
2519         * (serialRegAssign): do not allocate a temporary register for iCode
2520         sequences that test a single bit for 1/0
2521
2522 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2523
2524         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2525         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2526         access stack and frame pointers. They are initially assigned to
2527         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2528         accessing SFRs. Updated all occurences of modification of stack or
2529         frame pointer in gen.c and pcode.c,
2530         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2531         assigning of a literal value to pointers,
2532         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2533         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2534         selected
2535
2536 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2537
2538         * doc/sdccman.lyx: update documentation about stack pragma, added
2539         some info for stack memory models
2540
2541 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2542
2543         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2544
2545 2005-01-08 Raphael Neider <rneider AT web.de>
2546
2547         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2548           udata sections to fix bug #1097823
2549
2550 2005-01-05 Raphael Neider <rneider AT web.de>
2551
2552         * src/pic16/gen.c (genGenericShift): added handling of differently
2553           sized left operand and result
2554
2555 2005-01-04 Raphael Neider <rneider AT web.de>
2556
2557         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2558         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2559           to hold the condition bit)
2560         * added new version of genCmp (old code available via #define)
2561         * added new version of genShiftLeft/genShiftRight in a generic
2562           way, now supports shifting by negative values
2563         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2564           shiftCount (expected by genGenericShift)
2565         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2566         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2567           dump
2568         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2569           is an invalid literal too...)
2570
2571 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2572
2573         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2574         from Raphael Neider,
2575         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2576         for 8-bit literals. This fixes some literal operands which are sign
2577         extended to 16-bits ints when instruction needs only 8-bits.
2578
2579 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2580
2581         * device/lib/logf.c: added mcs51 assembly version
2582         * device/lib/expf.c: added mcs51 assembly version
2583         * device/lib/_logexpf.c: new shared asm code for expf and logf
2584         * device/include/math.h: add defines for assembly math library
2585         * device/lib/Makefile.in: build new _logexpf.c
2586         * device/lib/libfloat.lib: use new _logexpf.c
2587
2588 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2589
2590         * src/pic/device.c
2591         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2592           device types which have less than 0x7f registers.
2593
2594 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2595
2596         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2597
2598 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2599
2600         * device/lib/printf_fast.c: only build on supported arch.
2601         * device/lib/printf_tiny.c: only build on supported arch.
2602         * device/lib/printf_fast_f.c: only build if asm float lib
2603         * device/lib/_fsget1arg.c: only build if asm float lib
2604         * device/lib/_fsget2args.c: only build if asm float lib
2605         * device/lib/_fsnormalize.c: only build if asm float lib
2606         * device/lib/_fsreturnval.c: only build if asm float lib
2607         * device/lib/_fsrshift.c: only build if asm float lib
2608         * device/lib/_fsswapargs.c: only build if asm float lib
2609         * device/include/stdio.h: don't provide print_fast,
2610           print_fast_f, print_tiny prototypes if --xstack used
2611
2612 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2613
2614         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2615         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2616           to the SOURCES
2617
2618 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2619
2620         * device/lib/printf_fast_f.c: same as printf_fast, but
2621           with floating point enabled
2622         * device/lib/printf_fast.c: minor tweaks
2623         * device/include/stdio.h: add printf_fast_f
2624
2625 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2626
2627         * src/SDCCmain.c: make --float-reent default for mcs51
2628         * device/lib/_fsadd.c: added mcs51 assembly version
2629         * device/lib/_fssub.c: added mcs51 assembly version
2630         * device/lib/_fsmul.c: added mcs51 assembly version
2631         * device/lib/_fsdiv.c: added mcs51 assembly version
2632         * device/lib/_fseq.c: added mcs51 assembly version
2633         * device/lib/_fsneq.c: added mcs51 assembly version
2634         * device/lib/_fsgt.c: added mcs51 assembly version
2635         * device/lib/_fslt.c: added mcs51 assembly version
2636         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2637         * device/lib/Makefile.in: add _fscmp to build
2638         * device/lib/libfloat.lib: add _fscmp to build
2639
2640 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2641
2642         * device/lib/_fs2slong.c: added mcs51 assembly version
2643         * device/lib/_fs2sint.c: added mcs51 assembly version
2644         * device/lib/_fs2schar.c: added mcs51 assembly version
2645         * device/lib/_fs2ulong.c: added mcs51 assembly version
2646         * device/lib/_fs2uint.c: added mcs51 assembly version
2647         * device/lib/_fs2uchar.c: added mcs51 assembly version
2648         * device/lib/_slong2fs.c: added mcs51 assembly version
2649         * device/lib/_sint2fs.c: added mcs51 assembly version
2650         * device/lib/_schar2fs.c: added mcs51 assembly version
2651         * device/lib/_ulong2fs.c: added mcs51 assembly version
2652         * device/lib/_uint2fs.c: added mcs51 assembly version
2653         * device/lib/_uchar2fs.c: added mcs51 assembly version
2654         * device/include/float.h: added #define to select asm vs c
2655
2656 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2657
2658         * device/lib/printf_fast.c: improvements to float output
2659         * device/include/float.h: add defines for assembly float library
2660         * device/lib/_fsget1arg.c: receive 1 float arg
2661         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2662         * device/lib/_fsnormalize.c: normalize a float
2663         * device/lib/_fsreturnval.c: return float, various helper routines
2664         * device/lib/_fsrshift.c: right shift a float's mantissa
2665         * device/lib/_fsswapargs.c: swap 2 floats
2666         * device/lib/Makefile.in: build these 6 new files for mcs51
2667         * device/lib/libfloat.lib: add these 6 files to the library
2668
2669 2004-12-26 Borut Razem <borut.razem AT siol.net>
2670
2671         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2672           built by gcc 3.4.2
2673
2674 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2675
2676         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2677           and fully reentrant and register bank neutral.
2678         * device/lib/printf_fast.c: added float (not enabled by default),
2679           added compact/slower integer (also not enabled by default),
2680           improved size/speed of fast integer code, other minor changes
2681         * device/include/stdio.h, device/lib/Makefile.in,
2682           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2683
2684 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2685
2686         * src/pic16/pcode.c: declaring variables other than at the start of a
2687           block is not supported in C by VC6.
2688
2689 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2690
2691         * applied a previous patch from Raphael Neider that wasn't included
2692         in the previous commits, which fixes infinite loops within jumptable
2693         improvements,
2694         * made some fixes that previous patches introduced
2695
2696 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2697
2698         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2699         that fixes an issue with AOP_PCODE asmop's offset,
2700         * (pic16_popCopyReg): update instance field too,
2701         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2702         function of pic port,
2703         * (genCmp, genAnd, genAssign),
2704         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2705
2706 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2707
2708         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2709         variables initial values to idata section,
2710         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2711         variables in some functions. This utilizes parmBytes field of iCode
2712         structure to hold the offset of the variable in stack. (might be
2713         able to use the stack field too?)
2714         * applied patch from Raphael Neider # ### , # ###
2715         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2716         variable initial values in idata section,
2717         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2718         for static variables with initial value
2719         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2720         applied fix in while loop from Raphael Neider.
2721
2722 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2723
2724         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2725         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2726         * src/ds390/ralloc.c (serialRegAssign): spill bits
2727         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2728         * support/Util/SDCCerr.c,
2729         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2730         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2731         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2732
2733 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2734
2735         * device/include/sdcc-lib.h: inserted LGPL, added includes
2736           asm/ds390/features.h and asm/mcs51/features.h
2737         * device/include/asm/default/features.h,
2738         * device/include/asm/gbz80/features.h,
2739         * device/include/asm/z80/features.h: added empty _AUTOMEM
2740           and _STATMEM
2741         * device/include/asm/ds390/features.h,
2742         * device/include/asm/mcs51/features.h: added files with defines for
2743           _AUTOMEM and _STATMEM indicating automatic and static storage class
2744         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2745         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2746         * src/SDCCicode.c (geniCodeCast),
2747         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2748         * src/SDCCloop.c (loopInduction): removed unused variable lr
2749         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2750           to convertToFcall to include char modulo (RFE 1065037), added check
2751           if left operand is unsigned and use abs of literal value
2752         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2753           as it doesn't work after conversion from peephole.def to peephole.rul
2754         * src/mcs51/gen.c (toBoolean): added check for size,
2755           (genModOneByte): optimized code for signed char modulo a literal
2756           power of 2 (thanks to Hubert Sack),
2757           (genRRC): removed unnecessary "clr c",
2758           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2759         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2760           jump optimization,
2761           swapped rules 256.c and 256.d,
2762           extended 256.d by using new multiple checks (thanks Erik),
2763           added rules 256.e and 256.f,
2764           updated rule 261.a and 261.b to new generated code
2765         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2766
2767 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2768
2769         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2770           induction related bugs, including first part of bug #1074377
2771
2772 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2773
2774         * applied patch from bug-report #1076292,
2775         * applied patches for genAnd and Goto-optimizations for Raphael
2776         Neider,
2777         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2778         dump a less iCode information,
2779         * src/pic16/device.h (pic16_options_t): added field debgen,
2780         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2781         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2782         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2783         puclic,
2784         * (various functions): added macros FENTRY and FENTRY2 to functions,
2785         to emit function prologue,
2786         * (various functions): fixed indentation,
2787         * (genNearPointerGet): fixed loading of FSR0,
2788         * (genPackBits): applied patch from Raphael Neider to fix updating
2789         of FSR0 and touching only the modified bits,
2790         * src/pic16/genarith.c (various functions): added macros FENTRY to
2791         emit function prologue in comments,
2792         * src/pic16/pcode.h: added functions debugf2, debugf3,
2793         * src/pic16/ralloc.c: partial fix for packForPush caused
2794         segmentation fault,
2795
2796 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2797
2798         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2799           <stsp AT users.sourceforge.net> with reversed byte order
2800         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2801
2802 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2803
2804         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2805           bug #1074377
2806         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2807         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2808
2809 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2810
2811         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2812
2813 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2814
2815         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2816           conditions,
2817           (setFromConditionArgs): friendly operand parser for peephole rules,
2818           (operandBaseName, operandsNotRelated): new peephole condition
2819           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2820           architecture specific register naming into account, handles n-way
2821           comparisons, and supports quoted literals
2822         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2823
2824 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2825
2826         * src/mcs51/peeph.def: fixed bug #1076940
2827
2828 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2829
2830         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2831
2832 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2833
2834         Adding support for replacing ljmps with sjmps in jumptables
2835         generated for switch statements. For now you need to set the
2836         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2837         Now 4 algorithms for mcs51 jumptable generation are used:
2838         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2839         addresses loaded pc-relative for up to 112 cases and stack-pushing
2840         target addresses loaded with offset from dptr for up to 256 cases.
2841
2842         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2843         * src/mcs51/main.c: adapted constants for switch table generation
2844         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2845
2846 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2847
2848         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2849         * support/regression/tests/bug1057979.c: added test for bug 1073386
2850
2851 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2852
2853         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2854         compilers
2855
2856 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2857
2858         * src/pic16/device.h,
2859         * src/pic16/genarith.c,
2860         * src/pic16/glue.c,
2861         * src/pic16/main.c,
2862         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2863
2864 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2865
2866         Large cummulative patch for pic16 port.
2867         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2868         to call when a stack overflow occurs,
2869         * (malloc.h): added CVS Id tag,
2870         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2871         variable,
2872         * added libc directory. The current version of LibC contains string
2873         functions, ctype functions and macros and some functions of the
2874         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2875         be extensively tested in the future. Standard disclaimer here.
2876         Library is not automatically build yet. But one can build it by
2877         invoking 'make' inside the libc directory.
2878         * added ADC library under libio. Preliminary version yet.
2879
2880         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2881         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2882         aopForRemat() now and not by pic16_aopOp(),
2883         * (pic16_popGetTempReg): removed warning messgae when allocating
2884         temporary registers, its a buggy feature and will be removed,
2885         * (pic16_popGet): set register instance field in AOP_CRY,
2886         * (pic16_outBitC): fixed for results in size greater than 1,
2887         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2888         * (pic16_storeForReturn): optimized return of 0,
2889         * (genCmp): experimental code for new genCmp which uses PIC18's
2890         special compare&skip instructions. Initial tests fail some times
2891         with variables grater than 1 byte in size, so new code is disabled,
2892         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2893         a single bit,
2894         * (genCast): began a fix to optimize the casting of a bit to another
2895         bit, now assigning a bitfield to another bitfield will fail, sorry,
2896         * src/pic16/main.c: disabled the use of lr-support feature,
2897         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2898         * added some function prototypes, added function _debugf prototype,
2899         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2900         bits with offset (case PO_GPR_BIT),
2901         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2902         command line,
2903         * (isBankInstruction): modified to return 0 for no banking instruction,
2904         and 1 for banking instruction,
2905         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2906         caused stop processing pCodes after a inline assembly block,
2907         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2908         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2909         registers when it shouldn't,
2910         * src/pic16/ralloc.c (allocReg): add preliminary support for
2911         supporting a limited set of temporary registers,
2912
2913 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2914
2915         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2916           genDataPointerSet): ensure assignments always copy in MSB to LSB
2917           order,
2918           (loadRegFromAop): recognize CLRH optimization,
2919           (genFunction): optimize RECEIVE iCodes in reentrant functions
2920
2921 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2922
2923         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2924           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2925           selected.
2926         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2927         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2928           contiguous with data
2929
2930 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2931
2932         * device/lib/_gptrget.c (_gptrget),
2933         * device/lib/_gptrgetc.c (_gptrgetc),
2934         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2935           instead of sjmp to ret
2936         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2937           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2938
2939 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2940
2941         * .version: bumped version to 2.4.7
2942         * device/lib/_gptrget.c (_gptrget): is now _naked
2943         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2944         * device/lib/_gptrput.c (_gptrput): is now _naked
2945         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2946           (createFunction): fixed xstack
2947         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2948         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2949           or bit either,
2950           (geniCodeCritical): store original interrupt state in an iTemp bit
2951           var unless stack-auto
2952         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2953         * src/SDCCmain.c (setIncludePath): added include/target to search path
2954         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2955         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2956           prototype,
2957           (processFuncArgs): put bit vars in bit area
2958         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2959           unsaveRBank): fixed xstack,
2960           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2961           (genFunction, genEndFunction): fixed xstack,
2962           (genAssign): optimization don't walk backwards through mem
2963         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2964         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2965         * support/regression/Makefile: also make library (for stack-auto) when
2966           making "all" and added "test-mcs51-xstack-auto"
2967         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2968         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2969         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2970         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2971         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2972           make-library by MAKE_LIBRARY
2973         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2974           regression tests for xstack
2975         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2976         * support/regression/tests/critical.c: test for critical on mcs51
2977
2978 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2979
2980         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2981           built version of sdcc instead of installed version
2982
2983 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2984
2985         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2986         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2987           vprintf.c now
2988         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2989         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2990           WARNING: remove device/lib/build/z80/printf.o by hand when
2991           updating from previous build!
2992         * device/lib/z80/printf.c: updated comment
2993         * support/regression/tests/bug1057979.c: test all ports now
2994         * support/regression/tests/bug1065458.c: file added
2995
2996 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2997
2998         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2999           *_start and *_end symbols for static functions
3000
3001 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3002
3003         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3004           and search crt0.o in all library paths,
3005           (setIncludePath): proper handling of --nostdinc,
3006           (setLibPath): proper handling of --nostdlib
3007         * support/regression/Makefile,
3008         * support/regression/ports/ds390/spec.mk,
3009         * support/regression/ports/gbz80/spec.mk,
3010         * support/regression/ports/hc08/spec.mk,
3011         * support/regression/ports/mcs51/spec.mk,
3012         * support/regression/ports/mcs51-large/spec.mk,
3013         * support/regression/ports/mcs51-stack-auto/spec.mk,
3014         * support/regression/ports/z80/spec.mk: use include and lib files from
3015           built version of sdcc instead of installed version
3016         * doc/sdccman.lyx: fixed typo in --nostdinc
3017
3018 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3019
3020         * src/pic/pcode.c,
3021         * src/pic/device.c,
3022         * src/pic/ralloc.c,
3023         * src/pic/gen.c : added support to generate code for struct bit fields.
3024
3025 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3026
3027         * as/xa51/xa_version.h,
3028         * device/include/errno.h,
3029         * device/include/regc515c.h,
3030         * device/lib/_itoa.c,
3031         * device/lib/_ltoa.c,
3032         * device/lib/ser_ir_cts_rts.c,
3033         * sim/ucsim/xa.src/glob.cc,
3034         * sim/ucsim/xa.src/inst_gen.cc,
3035         * sim/ucsim/xa.src/xa_bit.cc,
3036         * sim/ucsim/xa.src/xa_sfr.cc,
3037         * sim/ucsim/z80.src/inst_dd.cc,
3038         * sim/ucsim/z80.src/inst_fdcb.cc,
3039         * support/scripts/keil2sdcc.pl,
3040         * src/pic16/pic16.dsp,
3041         * src/pic16/pic16a.dsp: corrected cvs line endings
3042         * device/lib/printf_large.c: fixed bug 1057979
3043         * src/pic16/gen.c: fixed non-C standard code
3044         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3045         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3046         * support/regression/ports/mcs51/support.c: reload T1 asap
3047         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3048           pdata use and clear idata startup behaviour
3049         * support/regression/tests/bug1057979.c: added
3050
3051 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3052
3053         * device/examples/ds390/ow390/ad26.h,
3054         * device/examples/ds390/ow390/cnt1d.h,
3055         * device/examples/ds390/ow390/crcutil.c,
3056         * device/examples/ds390/ow390/ownet.h,
3057         * device/examples/ds390/ow390/owsesu.c,
3058         * device/examples/ds390/ow390/swt12.h,
3059         * device/examples/ds390/ow390/swtoper.c,
3060         * device/examples/ds390/ow390/temp10.h,
3061         * device/examples/ds390/ow390/thermodl.c,
3062         * device/examples/ds390/tinitalk/tinitalk.dsp,
3063         * device/examples/ds390/tinitalk/tinitalk.dsw,
3064         * device/examples/mcs51/clock/hw.h,
3065         * device/examples/mcs51/simple2/go.bat,
3066         * device/examples/serialcomm/windows/serial.h,
3067         * device/examples/xa51/dummy.c,
3068         * device/examples/xa51/hello.c,
3069         * device/include/80c51xa.h,
3070         * device/include/at89x051.h: corrected cvs line endings
3071
3072 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3073
3074         * src/pic16/main.c (options): added command line --gstack, to trace
3075         stack over/under flows,
3076         * added pragma 'wparam' to allow passing first byte of function
3077         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3078         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3079         call to __gstack_test function and sets up the symbol as extern,
3080         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3081         * popaop): added call to pic16_testStackOverflow,
3082         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3083         wparamList list,
3084         * (genCall, genPcall): now all parameters are passed via stack
3085         except in functions that are pass to wparam pragma in which WREG is
3086         used too,
3087         * (genPcall): REENTRANT flag is checked to see if variable prototype
3088         contains reentrant keyword, don't call a non-reentrant function, via
3089         a reentrant function pointer or vice versa, functions are never
3090         passed via WREG,
3091         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3092         D.Winkler,
3093         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3094         SIGSEGV when accessing a NULL register stucture,
3095         * (pic16_printGPointerType): modified to handle UPPER modifier for
3096         function initializers, changed prototype of function to simpler one,
3097         * (pic16_printIvalFuncPtr): check to see if function is already
3098         added in externs list,
3099         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3100         optimized a move from W to SFR with a move to the same register
3101         later after a CALL,
3102         * device/lib/pic16/debug: NEW directory, contains debug features
3103         which are enabled when linking with libdebug.lib, currently command
3104         line option --gstack enables stack pointer tracing for over/under
3105         flow, corresponding sources are in debug/gstack
3106
3107 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3108
3109         * doc/sdccman.lyx: updated SDCC version,
3110         * (PIC16 port): update list of command line options,
3111         * src/pic16/device.h (structure pic16_options_t): added field gstack
3112         to enable stack overflow tracing on push/pops,
3113         * src/pic16/device.c (statistics structure): added statistics
3114         structure,
3115         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3116         pic16_dump_int_registers): increase statistics counters for each
3117         * variable which is encountered
3118         * (pic16_dump_usection): emit each .udata variable to its own udata
3119         section,
3120         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3121         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3122         parameters via stack, otherwise use old scheme,
3123         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3124         assembler output file,
3125         * src/pic16/main.c: added command line options --gstack to enable
3126         push/pop tracing for stack overflow,
3127         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3128         instructions): added size of each instruction,
3129         * (pic16_countInstruction): estimate size of instructions in
3130         the_pFile list, inline assembly blocks are not counted,
3131         * (pic16_FixRegisterBanking): trace previous register usage, when
3132         banksel optimizations is greater than 0, don't emit a redudant
3133         banksel directive,
3134
3135 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3136
3137         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3138         * src/pic16/ralloc.c : applied same fix for pic16.
3139         * src/pic/gen.c : tidied it up a little.
3140
3141 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3142
3143         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3144         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3145
3146 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3147
3148         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3149
3150 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3151
3152         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3153         non-reentrant function __modsint in the interrupt function (thus
3154         corrupting math operations during serial I/O)
3155         * device/lib/ser_ir.c: as above, changed buffersize
3156         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3157         256.c,d for zeroing
3158         * doc/Makefile: added option -t for rsync
3159
3160 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3161
3162         * src/SDCCast.h (struct ast),
3163         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3164
3165 2004-10-20 Borut Razem <borut.razem AT siol.net>
3166
3167         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3168         package
3169
3170 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3171
3172         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3173         makefile targets,
3174         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3175         support functions to replace long sequences of MOVFF's from access
3176         bank registers to stack and vice versa,
3177         * src/pic16/device.h: added new field opt_flags, where optimization
3178         flags can be set to enable certain features,
3179         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3180         * pBlock, (genFunction, genEndFunction): surroung loop for
3181         saving/loading used registers in stack with PC_INFO pCodes,
3182         INF_LREGS. Code in between can then be optimized by pCode optimizer
3183         to support function calls,
3184         * (genDataPointerSet): fixed bug which loaded float fields in
3185         structures with corrupt data,
3186         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3187         in a standard way debug info on stderr. Feature used for developing
3188         and debugging only,
3189         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3190         obsolete chunks of code,
3191         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3192         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3193         * pic16/src/pcode.c (pic16_newpCodeInfo,
3194         * (pic16_newpCodeOpLocalRegs),
3195         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3196         feature,
3197         * (pic16_pCodeConstString): printing of the initial value of a
3198         symbol as a comment is inhibited since parsing was already done by
3199         copyStr and output is corrupt,
3200         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3201
3202 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3203
3204         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3205
3206 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3207
3208         * as/mcs51/lkarea.c: removed old K&R style,
3209           (lnksect): changed check on boundary error,
3210           (lnksect2): changed check on boundary error,
3211           (lnksect2): extend XSTK to end of page if size = 1
3212         * as/mcs51/lkmain.c: removed old K&R style,
3213           (Areas51): create l_IRAM symbol
3214         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3215         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3216           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3217         * device/lib/_mullong.c: added version to be compiled with xstack
3218         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3219         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3220         * device/lib/mcs51/crtxstack.asm: fixed comment
3221         * src/SDCCglue.c: maxInterrupts defaults to 0,
3222           (emitMaps): added pdata,
3223           (createInterruptVect): (re)moved default,
3224           (glue): added pdata,
3225           (glue): moved __start__xstack to XSTK with default size 1
3226         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3227           and options.float_rent when options.stackAuto is set,
3228           (linkEdit): only write XDATA_NAME if provided on command line
3229         * src/SDCCmem.h,
3230         * src/SDCCmem.c: added pdata
3231         * src/port.h: added pdata_name to PORT
3232         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3233           (saveRegisters, unsaveRegisters): removed usage of B,
3234           (genMinus): fixed accumulator clash,
3235           (genJumpTab): added comment, this needs another look
3236         * src/mcs51/gen.c: added check for "B in use" paranoia,
3237           added pushB() and popB()
3238         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3239           chance
3240         * src/avr/main.c,
3241         * src/ds390/main.c,
3242         * src/hc08/main.c,
3243         * src/mcs51/main.c,
3244         * src/pic/main.c,
3245         * src/pic16/main.c,
3246         * src/xa51/main.c,
3247         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3248           added PSEG (PAG,XDATA) or NULL to port specifier
3249         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3250         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3251           (_mcs51_genInitStartup): removed __start__xstack equ,
3252           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3253         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3254         * src/z80/gen.c (_rleAppend): fixed warnings
3255         * support/regression/tests/zeropad.c: added pdata test
3256         * .version: bumped to 2.4.6
3257
3258 2004-10-17 Borut Razem <borut.razem AT siol.net>
3259
3260         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3261         as a part of nightly build
3262
3263 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3264
3265         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3266         WREG holds the first byte function parameters,
3267         * (aopForSym): take special case for symbols which are in FARSPACE
3268         but in CODESPACE too,
3269         * (assignResultValue): modified to take into account _G.useWreg,
3270         * (genCall): don't use wreg for parameter passing when function is
3271         declared as reentrant, too, added optimization INCF to stack
3272         pointer when stack parameter count is 1,
3273         * (genFunction, genEndFunction): refurnished and fixed to not using
3274         wreg for passing parameters when function has varargs or is
3275         reentrant, fixed bug with symbol name compare for generating
3276         functions in absolute address,
3277         * (pic16_storeForReturn): refurnished,
3278         * (genCmp): began writing a new version of the function, not ready
3279         yet, therefore it is disabled,
3280         * (genAssign): do not read code memory when assigning a function to
3281         a pointer function,
3282         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3283         array of characters, not pointer,
3284         * (pic16initialComments): in debug mode emit an .ident directive for
3285         the assembler,
3286         * (_process_pragma): emit a new warning type (internal to pic16)
3287         when setting stack to default length, emit a similar warning when
3288         placing a function at absolute address and address is not word aligned
3289         * (_pic16_parseOptions): added 'return TRUE' statement,
3290         * (_pic16_linkEdit): if compiling a source, then add the source's
3291         file object, first in the list of objects to link,
3292
3293 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3294
3295         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3296         * src/pic/main.c : removed VC warning.
3297         * src/pic/gen.c : changed comment.
3298
3299 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3300
3301         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3302         reference to a deprecated symbol _GPTRREG was causing failure to
3303         link. Thanks G. M. Gallant for the info.
3304
3305 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3306
3307         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3308         comments for Bugs item #954788.
3309
3310 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3311
3312         * src/pic16/device.c (pic16_dump_gsection,
3313         * pic16_groupRegistersInSection): handle symbols declared to be in
3314         access bank differently,
3315         * src/pic16/gen.c (struct _G): added field resDirect,
3316         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3317         send values read from stack directly to result and don't allocate
3318         temporary values,
3319         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3320         same registers,
3321         * (pic16_sameRegsOfs): NEW,
3322         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3323         free because they were not allocated from temporary pool,
3324         * pic16_popRegFromString): workaround to fix a problem with
3325         allocating variables twice or never,
3326         * (genGenPointerGet): using PRODL instead of FSR0H,
3327         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3328         instead of FSR0H,
3329         * (genAssign): take advantage of the _G.resDirect flag,
3330         * (genCast): around line 11844, use mov2f instead of directly
3331         MOVFF'ing between operands to account for literal values,
3332         * src/pic16/genutils.c: some new debug functions for gpsim have been
3333         added,
3334         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3335         float with integer part only,
3336         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3337         place variables in access bank
3338         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3339         updated sources to reflect recent changes in gen.c
3340
3341 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3342
3343         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3344         sources that searched for headers in installation path, now the
3345         device/include/pic16 is used,
3346         * src/pic16/glue.c (pic16glue),
3347         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3348         .line directives if not in debug mode, this suppresses assembler's
3349         warnings for ignored directives
3350
3351 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3352
3353         * src/port.h: made reset_regparms prototype void parameter explicit.
3354         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3355         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3356         * doc/sdccman.lyx: documented warning disabling and how to use
3357           printf_large to make it print floats.
3358         * device/include/stdbool.h: NEW
3359         * device/lib/_atof.c,
3360         * device/lib/_divuint.c,
3361         * device/lib/_divulong.c,
3362         * device/lib/expf.c,
3363         * device/lib/printf_large.c,
3364         * device/lib/sincosf.c,
3365         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3366         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3367           a completely reentrant lib.
3368
3369 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3370
3371         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3372         * device/include/pic16/stdio.h: fixed bug with colon
3373
3374 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3375
3376         * device/include/pic16/stdio.h,
3377         * device/include/pic16/stdlib.h,
3378         * device/include/pic16/math.h: NEW
3379         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3380         declared as _naked to reduce overhead
3381         * device/lib/Makefile.in (target port-specific-objects-pic16):
3382         changed * to *.* so to ignore the CVS directory,
3383         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3384         stacked variables back in stack,
3385         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3386         corruption
3387
3388 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3389
3390         * .version: bumped version number to 2.4.5
3391         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3392         * support/Util/SDCCerr.c (messages structure): added entry for
3393         W_POSSBUG2
3394
3395         Large cumulative patch for pic16 port and libraries.
3396         * device/include/pic16/sdcc-lib.h,
3397         * device/include/pic16/stdarg.h,
3398         * device/include/asm/pic16/features.h,
3399         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3400         * device/include/pic16/float.h: changes reentrant keyword with
3401         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3402         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3403         updated target build-libraries to include objects from gptr,
3404         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3405         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3406         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3407         all function headings,
3408         * src/SDCCmain.c: added global parameter userIncDirsSet,
3409         * (parseCmdLine): when option -I is encountered add directory to
3410         userIncDirsSet too,
3411         * src/version.awk: added space between control and long,
3412         * src/pic16/NOTES: added some notes for the port,
3413         * src/pic16/gen.c: added prototype for mov2fp function,
3414         * (fReturnpic16[]): properly named return value registers,
3415         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3416         * (aopForSym): added code to handle symbols with onStack flag set,
3417         symbols onStack are allocated PTRSIZE bytes,
3418         * (aopFreeAsmop): handles special case where asmops are stack objects,
3419         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3420         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3421         added argument lock to trace flaws in allocating temporary registers
3422         when developing port,
3423         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3424         * (pic16_popRegFromString): reenabled allocating a direct register
3425         from string,
3426         * (assignResultValue): various beautifications,
3427         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3428         referenced function argument,
3429         * (genIpush): reenabled to allow stacked arguments, handles only
3430         ic->parmPush iCodes,
3431         * (genCall, genPcall): major changes to allow for variable argument
3432         functions, fixed a bug with falsely restoring stack pointer after
3433         returning from call,
3434         * (genFunction): pending code for critical function,
3435         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3436         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3437         * (genNearPointerGet): fixed bug with indirect reading, was always
3438         reading from INDF0
3439         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3440         pointers,
3441         * (genAddrOf): rewrote code to take address of a stacked function parameter
3442         * (genCast): fixed casting to generic pointer type,
3443         * src/pic16/gen.h: added AOP_STA,
3444         * (struct asmop): added field stk,
3445         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3446         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3447         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3448         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3449         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3450         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3451         generic pointers,
3452         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3453         and library paths,
3454         * (pic16_port structure): generic pointer size is set to 3,
3455         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3456         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3457         compiler warning,
3458         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3459         operand is an iTemp,
3460
3461 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3462
3463         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3464         * debugger/mcs51/simi.c: addapt new syntax of s51
3465
3466 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3467
3468         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3469         * src/pic16/pcode.c: commented out some calls to free() in order to
3470         fix bug #989576,
3471
3472 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3473
3474         * src/SDCCicode.h,
3475         * src/SDCCicode.c (isiCodeInFunctionCall),
3476         * src/avr/ralloc.c (selectSpil),
3477         * src/pic/ralloc.c (selectSpil),
3478         * src/pic16/ralloc.c (selectSpil),
3479         * src/ds390/ralloc.c (selectSpil),
3480         * src/hc08/ralloc.c (selectSpil),
3481         * src/xa51/ralloc.c (selectSpil),
3482         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3483         stack in the middle of a function call sequence (fixes bug #1020268)
3484         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3485         costs associated with the minimum switch case.
3486
3487 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3488
3489         * src/SDCC.lex: fixed bug #1030549
3490
3491 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3492
3493         * src/SDCCcse.h (struct cseDef),
3494         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3495         over a function call if the CSE is derived from a symbol whose
3496         address has been taken (fixes bug #1029883)
3497         * support/regression/tests/bug-1029883: a new regression test for
3498         this bug
3499
3500 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3501
3502         * src/hc08/gen.c (emitinline): fixed bug #1029778
3503         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3504         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3505         and starts toward RFE #905167)
3506
3507 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3508
3509         * src/pic16/gen.c (mov2f): New function to move an operand to
3510         another without considering if it is a literal or a register,
3511         * (pic16_sameRegs): don't check if they are both AOP_REG,
3512         * (AccRsh): removed andmask=0 lines,
3513         * (genLeftShift): duplicated to be improved in future versions,
3514         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3515         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3516         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3517         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3518         * (insertBankSwitch): fixed inserting banksel directives algorithm
3519         for instructions that follow a skip instruction, this fixes a report
3520         for broken subtraction code generation,
3521         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3522         iCode is a left op, just in case result and right share the same
3523         registers
3524
3525 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3526
3527         * src/hc08/main.c,
3528         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3529         preservation of HX
3530         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3531         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3532         on 2004-09-12; it was buggy
3533
3534 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3535
3536         * src/SDCCsymt.h: removed RESULT_CHECK
3537         * src/SDCCast.c,
3538         * src/SDCCglue.c,
3539         * src/SDCCval.c,
3540         * src/pic/glue.c,
3541         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3542
3543 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3544
3545         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3546         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3547         configuration values no more rejected by compiler, they are assigned
3548         to configuration registers with a warning message instead,
3549         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3550         the for-loop so last conf register is emitted too,
3551         * (_pic16_initPaths): link library libsdcc.lib by default,
3552         * (_hasNativeMulFor): modified test for multiplication according to
3553         Raphael Neider's remarks. Integer multiplication is also done with
3554         support functions,
3555         * device/include/pic16/pic18fregs.h: corrected type error in while
3556         testing and including 18f6720 header file
3557
3558 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3559
3560         * src/pic16/device.h (pic16_options): removed field use_crt,
3561         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3562         until an optimization to handle single bits is added,
3563         * (pic16_loadFSR0): moved before genUnpackBits,
3564         * (genAnd): some white lines removed,
3565         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3566         leave_reset flags in pic16_options when using crt modules,
3567
3568 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3569
3570         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3571           for bugs 898889 & 979599. Also used some safer print instructions.
3572
3573 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3574
3575         * src/pic16/device.h (pic16_options_t): added field use_crt,
3576         crt_name, no_crt,
3577         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3578         catch a probable future bug,
3579         * src/pic16/gen.c: aopIdx function commented out,
3580         * (genAssign): commented out old code which used aopIdx,
3581         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3582         code, added if conditionals to take into account the --use-crt
3583         command line options,
3584         * src/pic16/main.c (pic16_optionsTable): added new command line
3585         options, --use-crt= and --no-crt,
3586         * (_pic16_linkEdit): now the proper crt object is added in the
3587         linker command line except than when --no-crt is specified,
3588         * src/pic16/pcode.c,
3589         * src/pic16/pcode.h: added some structures and functions for a new
3590         optimization scheme to compansate for instruction overhead between
3591         same iCodes, this scheme is currently under development and is not
3592         working in any way,
3593         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3594         to && operator,
3595         * device/lib/pic16/startup/crt0i.c,
3596         * device/lib/pic16/startup/crt0iz.c: added global char variable
3597         __uflags to force the generation of an idata section
3598
3599 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3600
3601         * doc/Makefile,
3602         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3603         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3604
3605 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3606
3607         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3608         Frieder) and clarified the default code optimization mode
3609
3610 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3611
3612         * src/SDCC.lex (doPragma, process_pragma),
3613         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3614         "opt_code_size", and "opt_code_balanced"
3615         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3616         regrouped options by category, added support for category headers
3617         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3618         and "--opt-code-size"
3619         * doc/sdccman.lyx: documented these new options and pragmas
3620         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3621         preference into account
3622
3623 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3624
3625         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3626           geniCodePreDec): Fixed bug 904237 by generating a warning
3627         * src/SDCCerr.h,
3628         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3629
3630 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3631
3632         * src/pic/device.c : When no max ram set validate full memory range.
3633         * src/pic/pcode.c,
3634         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3635
3636 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3637
3638         * device/lib/_gptrget.c,
3639         * device/lib/_gptrput.c: updated comment
3640         * device/lib/calloc.c,
3641         * device/lib/free.c,
3642         * device/lib/malloc.c,
3643         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3644         * src/SDCCcse.c (cseBBlock),
3645         * src/SDCCicode.c (printOperand, geniCodeArray),
3646         * src/SDCCicode.h (struct operand): fixed bug 868103
3647         * support/regression/tests/bug-868103.c: added
3648         * src/SDCCast.c (searchLitOp),
3649         * src/SDCCcse.h (struct cseDef),
3650         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3651         * src/SDCCicode.h (struct operand),
3652         * src/SDCCsymt.h (struct sym_link),
3653         * src/avr/gen.c (hasInc),
3654         * src/ds390/gen.c (hasInc),
3655         * src/hc08/gen.c (genPlusIncr, hasInc),
3656         * src/mcs51/gen.c (hasInc),
3657         * src/pic16/glue.c (pic16_printIvalChar),
3658         * src/pic16/ralloc.c (regWithIdx),
3659         * src/xa51/gen.c (hasInc) : removed warnings
3660         * src/SDCCast.c (createBlock): added comment ???
3661         * src/hc08/ralloc.c: updated comments
3662
3663 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3664
3665         * doc/sdccman.lyx: updated section on switch statements, added
3666         section about semaphore locking
3667         * doc/Makefile: added option -info for latex2html
3668         * device/lib/_gptrget.c,
3669         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3670
3671 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3672
3673         * src/pic/device.h,
3674         * src/pic/device.c,
3675         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3676          maxram is less than 0x100.
3677
3678 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3679
3680         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3681
3682 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3683
3684         * src/port.h,
3685         * src/mcs51/main.c,
3686         * src/ds390/main.c,
3687         * src/z80/main.c,
3688         * src/hc08/main.c,
3689         * src/pic/main.c,
3690         * src/pic16/main.c,
3691         * src/avr/main.c,
3692         * src/xa51/main.c
3693         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3694         a jump table is the best form for a switch statement, including
3695         automatic insertion of missing cases to make the case range
3696         continuous. Developed in collaboration with Frieder Ferlemann.
3697
3698 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3699
3700         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3701         accumulator result if it needs sign extension
3702
3703 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3704
3705         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3706
3707 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3708
3709         * device/lib/gbz80/printf.c,
3710         * device/lib/z80/printf.c: removed define for NULL
3711
3712 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3713
3714         * as/xa51/xa_link.c,
3715         * device/examples/ds390/ow390/ad26.c,
3716         * device/examples/ds390/ow390/cnt1d.c,
3717         * device/examples/ds390/ow390/counter.c,
3718         * device/examples/ds390/ow390/ds2480.h,
3719         * device/examples/ds390/ow390/ds2480ut.c,
3720         * device/examples/ds390/ow390/findtype.c,
3721         * device/examples/ds390/ow390/gethumd.c,
3722         * device/examples/ds390/ow390/owllu.c,
3723         * device/examples/ds390/ow390/ownetu.c,
3724         * device/examples/ds390/ow390/swt12.c,
3725         * device/examples/ds390/ow390/swtloop.c,
3726         * device/examples/ds390/ow390/temp.c,
3727         * device/examples/ds390/ow390/temp10.c,
3728         * device/examples/ds390/ow390/thermo21.c,
3729         * device/examples/ds390/ow390/tinilnk.c,
3730         * device/examples/ds390/ow390/tstfind.c,
3731         * device/examples/serialcomm/windows/serial.cpp,
3732         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3733         * device/include/reg51.h: fixed line endings for cvs
3734
3735 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3736
3737         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3738         packRegsForAccUse, packRegisters): new accumulator register
3739         packing algorithm
3740         * support/regression/ports/hc08/support.c (_putchar): suppress
3741         warning of unused variable
3742         * src/SDCCicode.c: added SWAP entry to codeTable
3743
3744 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3745
3746         * device/lib/sprintf.c: forgot to add this file before previous commit
3747
3748 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3749
3750         * src/pic16/gen.c (genPackBits): added operand right in function
3751         parameters, load result directly if p_type is POINTER (that is
3752         called by genNearPointerSet)
3753         * (genUnPackBits): added operand left in function parameters,
3754         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3755         FSR0 if accessing bitfields,
3756
3757 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3758
3759         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3760           _print_format; updated printf, sprintf, vsprintf
3761         * device/include/asm/default/features.h: corrected comment/define
3762         * device/lib/Makefile.in: added sprintf.c
3763         * device/lib/libsdcc.lib: added sprintf module
3764         * device/lib/printf_large.c,
3765         * device/lib/vprintf.c,
3766         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3767           into these 3 files
3768         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3769         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3770         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3771           hc08 test
3772         * support/regression/tests/zeropad.c: define idata as data for hc08
3773
3774 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3775
3776         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3777         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3778         labels are referenced at least once (even if a reference is not found)
3779         * src/hc08/gen.c (emitcode): set isComment flag for comments
3780         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3781         loads), rules 6a..6b (optimize jumps to return)
3782
3783 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3784
3785         * device/lib/acosf.c (acosf),
3786         * device/lib/asinf.c (asinf),
3787         * device/lib/atanf.c (atanf),
3788         * device/lib/ceilf.c (ceilf),
3789         * device/lib/cosf.c (cosf),
3790         * device/lib/coshf.c (coshf),
3791         * device/lib/cotf.c (cotf),
3792         * device/lib/fabsf.c (fabsf),
3793         * device/lib/floorf.c (floorf),
3794         * device/lib/log10f.c (log10f),
3795         * device/lib/logf.c (logf),
3796         * device/lib/sinf.c (sinf),
3797         * device/lib/sinhf.c (sinhf),
3798         * device/lib/sqrtf.c (sqrtf),
3799         * device/lib/tanf.c (tanf),
3800         * device/lib/tanhf.c (tanhf),
3801         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3802         replaced all instances of "reentrant" in the library functions
3803         defined in math.h with this macro.
3804         * support/regression/tests/float_trans.c: reenabled test for hc08
3805
3806 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3807
3808         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3809         erroneously deleted
3810
3811 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3812
3813         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3814         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3815         multi-byte volatile operands are used
3816         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3817         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3818         initialization to area GSINIT0 so that it would always precede
3819         any static initializers in GSINIT
3820         * support/regression/tests/zeropad.c: fixed idata define for hc08
3821         * support/regression/tests/bug-927659.c,
3822         * support/regression/tests/float_trans.c: disabled tests for hc08
3823         pending missing library routines
3824         * .version: increased version number to 2.4.4 - hc08 port now passes
3825         regression tests
3826
3827
3828 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3829
3830         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3831         * Makefile.common.in,
3832         * as/Makefile,
3833         * as/hc08/Makefile.in,
3834         * as/mcs51/Makefile.in,
3835         * as/z80/Makefile.in,
3836         * debugger/mcs51/Makefile.in,
3837         * device/include/Makefile.in,
3838         * device/lib/Makefile.in,
3839         * doc/Makefile,
3840         * link/Makefile,
3841         * link/z80/Makefile.in,
3842         * packihx/Makefile.in,
3843         * sim/ucsim/main_in.mk,
3844         * sim/ucsim/avr.src/Makefile.in,
3845         * sim/ucsim/doc/Makefile.in,
3846         * sim/ucsim/gui.src/serio.src/Makefile.in,
3847         * sim/ucsim/hc08.src/Makefile.in,
3848         * sim/ucsim/s51.src/Makefile.in,
3849         * sim/ucsim/xa.src/Makefile.in,
3850         * sim/ucsim/z80.src/Makefile.in,
3851         * src/Makefile.in,
3852         * support/cpp2/Makefile.in,
3853         * support/librarian/Makefile,
3854         * support/makebin/Makefile: added DESTDIR to the install path proposed
3855         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3856         * doc/sdccman.lyx: added DESTDIR documentation
3857
3858 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3859
3860         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3861         instruction for interrupt handlers, use fast returns when returning
3862         from high priority interrupts
3863
3864 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3865
3866         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3867         code generation
3868         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3869         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3870         bugs, ported much of Bernhard's code from mcs51
3871         * src/mcs51/gen.c (genSend),
3872         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3873         than one when calling a reentrant function
3874         * device/lib/_mullong.c: defined an alternate struct layout for big
3875         endian ports (hc08)
3876
3877 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3878
3879         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3880         test
3881
3882 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3883
3884         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3885         are sane and complete before asking the port its prefered parameter
3886         passing method (fixes bug #1017633)
3887         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3888         and _ret3
3889
3890 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3891
3892         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3893         problem in bitfields >= 8 bits.
3894
3895 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3896
3897         * src/SDCCsymt.c: undid changes that were not meant to be committed
3898
3899 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3900
3901         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3902
3903 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3904
3905         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3906           copied and wrong bit got inverted
3907
3908 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3909
3910         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3911         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3912         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3913         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3914         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3915         assignments to bitfields at known addresses
3916         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3917         reads from bitfields at known addresses
3918         * src/hc08/ralloc.c (packRegisters),
3919         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3920         genhc08Code): optimize pointer get values used as conditionals
3921         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3922         and branch
3923
3924 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3925
3926         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3927         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3928         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3929         as conditionals
3930
3931 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3932
3933         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3934
3935 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3936
3937         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3938         related problems
3939
3940 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3941
3942         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3943
3944 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3945
3946         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3947         mcs51 port
3948
3949 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3950
3951         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3952
3953 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3954
3955         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3956         cases use more compact code.
3957
3958 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3959
3960         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3961
3962 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3963
3964         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3965
3966 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3967
3968         * src/SDCCsymt.h,
3969         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3970         parameter of changePointer() from symbol* to sym_link*
3971         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3972         * src/SDCCsymt.c (compareType): void* type is castable to other
3973         pointers, but not necesarily an exact match.
3974         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3975         is no longer blindly treated as an exact match.
3976         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3977
3978 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3979
3980         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3981
3982 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3983
3984         * src/pic/gen.c,
3985         * src/pic/pcode.c,
3986         * src/pic/ralloc.h,
3987         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3988
3989 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3990
3991         * src/pic/device.c,
3992         * src/pic/device.h,
3993         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3994
3995 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3996
3997         * src/mcs51/gen.c (emitcode): fixed bug #992819
3998
3999 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4000
4001         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4002           there's no need to make it worse
4003
4004 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4005
4006         * src/mcs51/ralloc.c (deassignLR),
4007         * src/ds390/ralloc.c (deassignLR),
4008         * src/hc08/ralloc.c (deassignLR),
4009         * src/z80/ralloc.c (deassignLR),
4010         * src/pic/ralloc.c (deassignLR),
4011         * src/pic16/ralloc.c (deassignLR),
4012         * src/avr/ralloc.c (deassignLR),
4013         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4014         rlivePoint): fixed another part of bug #971834
4015
4016 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4017
4018         * src/z80/main.c: enabled "critical" keyword
4019         * src/z80/mappings.i,
4020         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4021         functions (fixes bug #979646)
4022         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4023
4024 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4025
4026         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4027           such as c:\mydir.
4028
4029 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4030
4031         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4032           doesn't disable too much optimizations
4033
4034 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4035
4036         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4037
4038 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4039
4040         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4041
4042 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4043
4044         * src/pic/gen.c tidied up tabs
4045         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4046         * src/pic/main.c tidied up tabs
4047         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4048         * src/pic/pcoderegs.c tidied up tabs
4049         * src/pic/ralloc.c tidied up tabs
4050
4051 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4052
4053         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4054         to S_FIXED for pic16 port and when symbol is not in level 0,
4055         allocate for S_REGISTER storage class and pic16 port, too,
4056         * src/pic16/device.h: prototype for checkSym,
4057         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4058         * (pic16_assignConfigWordValue): test the value and the mask to
4059         validate that the value is suitable for the configuration word,
4060         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4061         collect extern declared symbols, don't emit symbol twice, check
4062         first if symbol is in publics set first,
4063         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4064         * added command line '--fstack' which enables an experimental
4065         feature for stack access, too buggy to be used yet...
4066         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4067         * (pic16_allocDirReg): when register has storage class S_REGISTER
4068         allocate in pic16_dynAccessRegs,
4069         * device/include/pic16/pic18f????.h: modified configuration word
4070         naming convention, words started as CONFIG0H but should be CONFIG1H
4071
4072 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4073
4074         * device/include/mcs51reg.h: fixed bug 970993
4075
4076 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4077
4078         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4079         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4080         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4081         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4082         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4083         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4084           error/warning numbers,
4085           added function setWarningDisabled()
4086         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4087         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4088           _memcmp.c _memmove.c calloc.c realloc.c free.c
4089         * support/regression/tests/malloc.c: added tests for new functionality
4090         * support/regression/tests/zeropad.c: added tests for truncated initializers
4091           and initialized char arrays starting with '\x0'
4092         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4093
4094 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4095
4096         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4097
4098 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4099
4100         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4101         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4102         peephole 177.e. Thanks to anonymous
4103
4104 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4105
4106         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4107         function isn't used in the source but referenced as a
4108         variable initializer then declare it as extern in .asm file
4109
4110 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4111
4112         * .version: increased version number to 2.4.3
4113
4114         Adding version extension according to ChangeLog CVS revision
4115         * src/Makefile.in (target all): added dependency 'version.h'
4116         * (rule version.h): added rule to create version.h from ChangeLog,
4117         * (rule dep): added dependency version.h,
4118         * src/version.awk: AWK script to create version.h
4119         * src/SDCCdwarf2.c (dwWriteModule),
4120         * src/SDCCglue.c (initialComments),
4121         * src/SDCCmain.c (printVersionInfo): modified to write after
4122         version string the version extension number,
4123         * src/SDCCutil.c: included "version.h"
4124         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4125         number,
4126         * src/SDCCutil.h: added prototype for getBuildNumber
4127
4128         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4129         includeDirsSet, too,
4130         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4131         const char [] is found in function prototype...
4132
4133         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4134         moving to WREG with source is already in WREG,
4135         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4136         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4137         * (aopForSym): stack'ed symbols are partially supported, added
4138         if-clause to support symbols in FARSPACE,
4139         * (sameRegs): added test for AOP_ACC to see if registers are same,
4140         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4141         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4142         * (pic16_popRegFromString): will not allocate a new register if it
4143         doesn't find one by name, bug may have introduced...
4144         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4145         * (genIpush): revived to use pic16 port's stack,
4146         * (genAddrOf): added incomplete case for stack'ed operand,
4147         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4148         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4149         can handle multibyte operands,
4150         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4151         * (pic16initialComments): added message for MPLAB compatibility
4152         mode enabled,
4153         * src/pic16/main.h: prototype for pic16_mplab_comp,
4154         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4155         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4156         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4157         because of increased complexity of procedure,
4158         * (_process_pragma): stack pragma changed to format 'stack pos len',
4159         emit symbol '_stack_end' to conform with gplink,
4160         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4161         to search for register,
4162         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4163         PO_GPR_REGISTER,
4164         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4165         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4166         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4167         case for PO_GPR_REGISTER,
4168         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4169         dies, the new era is ahead !...
4170         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4171         pic16_dynInternalRegs,
4172         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4173         * (pic16_allocDirReg): minor optimizations and bug fixes,
4174         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4175
4176         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4177         load stack and frame pointer with address of 'stack_end' symbol
4178
4179 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4180
4181         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4182         without source code but only variable initializers
4183
4184 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4185
4186         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4187         external are not declared as extern to reduce overhead while linking
4188
4189 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4190
4191         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4192
4193 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4196           Yee Keat for the patch
4197         * src/SDCCast.c (decorateType): fixed bug #979599
4198         * src/ds390/gen.h: removed local fReturnSizeDS390
4199         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4200         * src/ds390/gen.c (genAnd, genOr, genXor),
4201         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4202
4203 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4204
4205         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4206         add relFilesSet to $3, manipulate $2 to handle linking of object
4207         files without source files in command line,
4208         * device/include/pic16 (all headers): added ID location macros,
4209         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4210         entries for ID location bytes,
4211         * (pic16_assignIdByteValue): NEW,
4212         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4213         added field dumpcalltree to pic16_options_t,
4214         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4215         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4216         emitting rFalseIfx label after check_carry label,
4217         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4218         pic16_emitDIRegs), NEW
4219         * (pic16glue): dump .calltree file when option --calltree found,
4220         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4221         * (_pic16_genAssemblerPreamble): emit ID locations after
4222         configuration registers,
4223         * (pic16_linkCmd): modifications of the link command,
4224         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4225         * (pic16_pCodeInitRegisters): don't init stack registers,
4226         * (pic16_findPrevInstruction): fixed bug,
4227         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4228         bug with immediate registers,
4229         * (buildCallTree): traces stack push and pop,
4230         * (pct2): dump also stack usage for each function,
4231         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4232         * (pic16_allocDirReg): various modifications,
4233         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4234         fixed to 1,
4235
4236 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4237
4238         * src/pic16/pcode.c: removed buggy double colon
4239
4240 2004-07-01 Borut Razem <borut.razem AT siol.net>
4241
4242         * support/scripts/sdcc.nsi: added include/pic16 to setup
4243
4244 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4245
4246         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4247         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4248         target 'clean',
4249         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4250         specific command line arguments. Also added sample lkr script
4251         for placing a variable at a specific memory bank.
4252         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4253         at a specific memory bank,
4254         * (pic16_dump_isection): fixed bug which caused string literals to
4255         be omitted when dumping idata section,
4256         * (pic16_groupRegistersInSection): added code to handle registers
4257         in specific memory banks,
4258         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4259         public, all references are renamed too,
4260         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4261         AOP_DPTR2,
4262         * (pic16_storeForReturn): added case to handle when dest is WREG,
4263         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4264         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4265         pic16_rel_udata, check to see if that register is marked as being
4266         a member of a specific memory bank,
4267         * (pic16_printIvalCharPtr): added code to add string literals either
4268         to code or the idata sections,
4269         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4270         also accept the 'udata' pragma,
4271         * src/pic16/main.h: new structure types sectName and sectSym
4272         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4273         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4274         * (pic16_findPrevInstruction): fixed, it returned nothing,
4275         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4276         instruction combinations,
4277         * (pic16_FixRegisterBanking): heavily reorganised,
4278         * (pic16_AnalyzeBanking): if generating banksel directives is
4279         disabled, then don't call FixRegisterBanking at all,
4280         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4281         completely removed,
4282         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4283
4284 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4285
4286         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4287         Phuah Yee Keat <yk.phuah AT nestac.com>
4288
4289 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4290
4291         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4292         correctly the IVT even if it is relocated to some other location
4293
4294 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4295
4296         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4297         * device/include/pic16/pic18f2220.h: NEW,
4298         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4299         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4300         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4301         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4302         nodefaultlibs, ivt_loc is the location of the interrupt vector
4303         table, and nodefaultlibs signs that default libraries should not be
4304         linked in link stage,
4305         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4306         according to --ivt-loc argument,
4307         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4308         when pragma stack is found,
4309
4310 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4311
4312         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4313         256 (range check), 257 (do while), 258.a-f (bit banging
4314         f.e. on 3-wire SPI bus)
4315
4316 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4317
4318         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4319         variables used exclusively within a loop
4320
4321 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4322
4323         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4324
4325 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4326
4327         * src/SDCClrange.c (computeClash): fixed bug #971834
4328
4329 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4330
4331         * src/mcs51/gen.c (genCmp): fixed bug #975903
4332         * src/hc08/gen.c (operandsEqu),
4333         * src/ds390/gen.c (operandsEqu),
4334         * src/z80/gen.c (operandsEqu),
4335         * src/pic/gen.c (operandsEqu),
4336         * src/pic16/gen.c (operandsEqu),
4337         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4338         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4339
4340 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4341
4342         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4343
4344 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4345
4346         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4347         default case in switch statement,
4348         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4349         to eliminate problem with initialisation of pointers, but problem
4350         still exists,
4351         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4352         * (emitStaticSegment): removed various lines emitting debug info,
4353         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4354         added processor registers for utilizing EEPROM,
4355         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4356         configurable and set 8
4357
4358 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4359
4360         * .version: increased version number to 2.4.2,
4361
4362         Cumulative patch for pic16 port
4363         * src/pic16/device.c: changed scheme to dump initial values for
4364         variables in idata segment, all print_idata* functions were removed,
4365         now the pic16_printIval* will be called,
4366         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4367         * _pic16_printPointerType, pic16_printPointerType,
4368         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4369         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4370         NEW, similar to the respective functions in SDCCglue.c,
4371         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4372         way, emitting hex bytes,
4373         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4374
4375 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4376
4377         * src/avr/ralloc.c (serialRegAssign),
4378         * src/xa51/ralloc.c (serialRegAssign),
4379         * src/pic/ralloc.c (serialRegAssign),
4380         * src/pic16/ralloc.c (serialRegAssign),
4381         * src/hc08/ralloc.c (serialRegAssign),
4382         * src/z80/ralloc.c (serialRegAssign),
4383         * src/ds390/ralloc.c (serialRegAssign),
4384         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4385
4386 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4387
4388         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4389         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4390
4391 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4392
4393         Cumulative patch for pic16 port:
4394         * src/pic16/device.h (typedef PIC16_device) modified fields for
4395         defining microcontrollers,
4396         * src/pic16/device.c: added new info for all devices in Pics16 array,
4397         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4398         to be optimised out by the pCode optimiser,
4399         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4400         specially, bug reported by G.M. Gallant,
4401         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4402         as force'd so that cannot be optimised out by pCode optimiser,
4403         * src/pic16/pcode.c,
4404         * src/pic16/pcodepeeph.c,
4405         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4406         they are disabled by default, but can be enabled explicit with
4407         command argument --denable-peeps, for testing,
4408         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4409         --pomit-ivt in COMPILE_FLAGS
4410
4411 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4412
4413         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4414           compilation on MSVC
4415
4416 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4417
4418         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4419
4420 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4421
4422         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4423         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4424
4425 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4426
4427         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4428         would only assign 0x300001 register.
4429
4430 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4431
4432         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4433         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4434
4435 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4436
4437         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4438         for ds80c400
4439         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4440         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4441         added peephole 254 (left shift), 255 (jump table)
4442
4443 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4444
4445         * device/lib/Makefile.in: removed comment line with model-pic16,
4446         * (target port-specific-objects-pic16): the libraries and objects
4447         are copied to the build directory form the device/lib/pic16/bin
4448         directory
4449
4450         Cumulative patch concerning pic16 port:
4451         * library directory has been re-organized,
4452         * added support for PIC18F1220,
4453         * added headers and library sources for chips 18f1220,18f6520,
4454         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4455
4456         * configuration registers setting has changed, now each supported
4457         device has a complete description of the registers it uses,
4458         * all initialisations are moved to idata sections, these section
4459         can be absolute or relocatable,
4460         * fixed initialisation of codespace variables,
4461         * fixed warning about PCLATU and gpsim,
4462         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4463         * (genAssign): use table reads when assigning from variables in codespace,
4464         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4465         char/int variables placed in codespace,
4466         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4467         registers set in .asm file, no need for --pomit-config-words anymore,
4468         * (pic16glue): some 8051 legacy segments are commented out
4469         (to be removed completely),
4470         * added support for alternative assembler and linker with --asm=
4471         and --link= command line arguments,
4472         * peepholes are disabled automatically in the port, no need to
4473         specify on command line,
4474         * port supports natively char/int/long multiplication, but converts
4475         all divisions to support functions,
4476         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4477         to the file set in variable $2,
4478         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4479         strings in ASCII format and not in hex,
4480         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4481         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4482         allocate proper register if iCodes aren't temporary,
4483
4484 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4485
4486         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4487
4488 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4489
4490         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4491         is commented out
4492
4493 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4494
4495         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4496         computed address is reused
4497         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4498         multi-byte bitfields
4499
4500 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4501
4502         * src/z80/gen.c: (genArrayInit): must check for pointers too
4503
4504 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4505
4506         * support/regression/tests/zeropad.c: never meant to commit the
4507           nestedstruct test: removed, added check for GCC version
4508
4509 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4510
4511         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4512         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4513         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4514           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4515           bugs 928906 and 954082 half-empty initializers
4516         * src/SDCCsymt.h,
4517         * src/SDCCsymt.c (getAllocSize): added for above fix
4518         * src/z80/gen.c (genArrayInit): fixed bug 741044
4519         * support/regression/tests/zeropad.c: added tests
4520
4521 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4522
4523         * src/pic16/device.c (pic16_dump_section): corrected bug which
4524         caused some symbols of the libraries to be misplaced
4525
4526 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4527
4528         * src/pic16/glue.c,
4529         * src/pic16/ralloc.h,
4530         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4531         to fix conflict with pic port
4532
4533 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4534
4535         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4536         externs configuration variables,
4537         * src/pic16/ralloc.h,
4538         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4539         prototype in header, commented out some debug messages
4540
4541 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4542
4543         * src/pic16/glue.c,
4544         * src/pic16/main.c,
4545         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4546         for gpasm COFF object generation. Thanks to D. Hawkins for
4547         his patch info
4548
4549 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4550
4551         * src/ds390/main.c,
4552         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4553         Brock for spotting this)
4554         * src/ds390/gen.c (genEndFunction),
4555         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4556         interrupt handler and critical. Disable push/pop optimizations when
4557         peephole optimizations disabled.
4558
4559 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4560
4561         Updated pic16 library sources and headers.
4562         * device/lib/pic16/pic18f*/ ,
4563         * device/include/pic16/*.h: modified to handle structured SFR
4564         definitions
4565
4566 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4567
4568         * src/port.h (PORT structure): added hook initPaths, now each
4569         port can declare its own default search paths,
4570         which can been seen with the --print-search-dirs option,
4571         see pic16 port for example,
4572         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4573         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4574         * (doPrintSearchDirs): NEW, replaces in a central manner the
4575         printing of search dirs which was split in set*Paths functions,
4576         * (main): added call to port->initPaths and doPrintSearchDirs,
4577         * src/avr/main.c,
4578         * src/ds390/main.c,
4579         * src/hc08/main.c,
4580         * src/izt/i186.c,
4581         * src/izt/tlcs900h.c,
4582         * src/mcs51/main.c,
4583         * src/pic/main.c,
4584         * src/pic16/main.c: modified port structures to reflect addition of
4585         initPaths hook,
4586
4587         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4588         * (pic16_dump_section): for registers in same address reserve memory once,
4589         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4590         to no_banksel,
4591         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4592         result is greater in size than right or left,
4593         * (pic16_genUMult8X8_8): there are some cases where the result can
4594         be 16 bits size, so handle these,
4595         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4596         * (pic16_outBitC): modified to emit pcodes,
4597         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4598         or not,
4599         * (genDivOneByte): implemented algorithm to divide 8-bits,
4600         * (genCmp): uncommented goto, but issues still exist,
4601         * (genAnd): fixed a bug with variables >8bits,
4602         * (genPackBits): optimization added that uses BCF/BSF to change a
4603         single bit,
4604         * (genAssign): fixed bug when assigning floating point literals,
4605         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4606         __sdcc_gsinit_startup label,
4607         * src/pic16/main.c (_pic16_init): removed search directory
4608         initialisations,
4609         * (_pic16_initPaths): NEW, used to initialise search directories,
4610         * (_hasNativeMulFor): support functions for all except char/int
4611         multiplication, and char division,
4612         * (PIC16_port struct): modified entry for native mul support,
4613         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4614         no_banksel option,
4615         * (buildCallTree): call to register_usage is ifdef'ed out,
4616
4617 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4618
4619         * device/include/string.h: applied Stas Sergeev's patch to make this
4620         header file compatible with the preprocessor -Wundef option
4621         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4622         failure (fixes bug #941458)
4623
4624 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4625
4626         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4627         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4628         that the variable, not the function, should be static
4629         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4630         to be consistent with non-literal case
4631
4632 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4633
4634         * src/SDCCast.c (isConformingBody): fixed bug #949967
4635         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4636         convilong): fixed bug #952086
4637
4638 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4639
4640         * src/SDCCmem.c (allocVariables): fixed bug #955321
4641
4642 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4643
4644         * src/hc08/main.c (_hc08_genAssemblerEnd),
4645         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4646         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4647         completely eliminated the use of a temporary file
4648         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4649         when more than one file linked
4650         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4651
4652 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4653
4654         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4655         which fixes bug #543481
4656         * support/regression/tests/bug-751703.c: fixed comments left from a
4657         cut and paste error
4658         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4659         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4660         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4661         scopes
4662         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4663         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4664         are now changed to underscores in moduleName
4665
4666 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4667
4668         * as/mcs51/lkmem.c: better fix for bug #954173
4669
4670 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4671         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4672
4673         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4674         * device/include/c8051f000.h,
4675         * device/include/c8051f120.h,
4676         * device/include/c8051f300.h,
4677         * device/include/c8051f310.h,
4678         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4679         PWM16) and detab'ed
4680
4681 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4682
4683         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4684         and mailing lists, doc'ed --no-peep-comments, removed reference
4685         to knoppix (newest version has no LyX/LaTeX), other minor changes
4686         * src/SDCCglue.c (glue): save 2 bytes stack space with
4687         option --main-return. The ljmp could probably be avoided too
4688
4689 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4690
4691         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4692
4693 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4694
4695         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4696         * src/SDCCopt.c (isLocalWithoutDef),
4697         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4698         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4699         (credit to Maarten Brock for patch #949363, on which this is based)
4700         * support/regression/tests/bug-751703.c: some test cases of extern used
4701         within inner scopes.
4702
4703 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4704
4705         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4706         SPEC_STRUCT
4707         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4708         struct definitions
4709         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4710         dwWriteLabel): fix to create valid debugger symbols even when
4711         the module name has non-alphanumeric symbols in it
4712         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4713         when a variable's allocation has been optimized away
4714
4715
4716 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4717
4718         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4719         * src/hc08/main.c,
4720         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4721         * src/mcs51/main.c,
4722         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4723         * src/ds390/main.c,
4724         * src/z80/gen.c (z80_emitDebuggerSymbol),
4725         * src/z80/main.c,
4726         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4727         * src/pic/main.c,
4728         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4729         * src/pic16/main.c,
4730         * src/avr/gen.c (avr_emitDebuggerSymbol),
4731         * src/avr/main.c,
4732         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4733         * src/xa51/main.c,
4734         * src/SDCCdebug.c (emitDebuggerSymbol),
4735         * src/SDCCdebug.h,
4736         * src/port.h: added a debugger struct to the port struct. Added a
4737         callback for defining debugger symbols
4738
4739         * src/SDCCast.c (createLabel),
4740         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4741         with isitmp = 1
4742         * src/SDCCicode.h,
4743         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4744         iCode back to the ast for the function
4745
4746         * src/hc08/ralloc.c (hc08_assignRegisters),
4747         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4748         unneeded fields from the regs struct.
4749         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4750         pushReg() & pullReg() functions instead of emitcode()
4751
4752         * src/hc08/gen.c (genLabel, genhc08Code),
4753         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4754
4755         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4756         debugger hooks
4757
4758         * src/hc08/gen.c (genEndFunction, genhc08Code),
4759         * src/hc08/gen.h,
4760         * src/mcs51/gen.c (genEndFunction, gen51Code),
4761         * src/mcs51/gen.h,
4762         * src/ds390/gen.c (genEndFunction, gen390Code),
4763         * src/ds390/gen.h,
4764         * src/z80/gen.c (genEndFunction, genZ80Code),
4765         * src/z80/gen.h,
4766         * src/z80/z80.h,
4767         * src/pic/gen.c (genEndFunction, genpic14Code),
4768         * src/pic/gen.h,
4769         * src/pic16/gen.c (genEndFunction, genpic16Code),
4770         * src/pic16/gen.h,
4771         * src/avr/gen.c (genEndFunction, genAVRCode),
4772         * src/avr/gen.h,
4773         * src/xa51/gen.c (genEndFunction, genXA51Code),
4774         * src/xa51/gen.h,
4775         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4776         specific code to cdbFile.c and out of the backend code generators
4777
4778         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4779         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4780         starting address is now 0
4781
4782         * as/hc08/asm.h,
4783         * as/hc08/m08pst.c,
4784         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4785         assembler directive for DWARF support
4786         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4787
4788         * src/src.dsp,
4789         * src/Makefile.in,
4790         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4791
4792 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4793
4794         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4795         and inappropriate peephole optimization in jump tables
4796
4797 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4798
4799         * as/hc08/m08pst.c,
4800         * src/SDCCglue.c: sdccopt works for the hc08 port now
4801
4802 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4803
4804         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4805
4806 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4807
4808         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4809
4810 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4811
4812         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4813         rules
4814         * src/SDCCmain.c,
4815         * src/SDCCglobl.h,
4816         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4817         comments from the peephole optimizer replacement rules
4818         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4819         symbols
4820         * src/SDCCcse.c (updateSpillLocation),
4821         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4822         equivalents
4823         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4824         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4825         objects far pointers
4826
4827 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4828
4829         * src/SDCCsymt.h: a missing part of my last change
4830         * src/pic/ralloc.c (regTypeNum),
4831         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4832
4833 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4834
4835         * src/SDCCicode.h,
4836         * src/SDCCicode.c (aggrToPtrDclType),
4837         * src/SDCCptropt.h,
4838         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4839         ptrPseudoSymConvert),
4840         * src/pic/ralloc.c (regTypeNum),
4841         * src/pic16/ralloc.c (regTypeNum),
4842         * src/hc08/ralloc.c (regTypeNum),
4843         * src/ds390/ralloc.c (regTypeNum),
4844         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4845         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4846
4847 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4848
4849         * link/z80/lkmain.c (afile),
4850         * as/hc08/lkmain.c (afile),
4851         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4852         prevent a pointer problem when a filename has no directory and
4853         no extension specified.
4854
4855 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4856
4857         * link/z80/lkmain.c (afile): allow periods in directory names
4858         * link/z80/lkmain.c (afile),
4859         * as/mcs51/lkmain.c (afile),
4860         * as/hc08/lkmain.c (afile): allow linker script file to have an
4861         extension other than ".lnk"
4862         * link/z80/lklex.c (getfid),
4863         * link/z80/lkmain.c (parse),
4864         * as/mcs51/lklex.c (getfid),
4865         * as/mcs51/lkmain.c (parse),
4866         * as/hc08/lklex.c (getfid),
4867         * as/hc08/lkmain.c (parse): Support comments in the linker script
4868         file on lines by themselves and after filenames
4869
4870 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4871
4872         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4873
4874 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4875
4876         * src/z80/peeph-z80.def: removed some peephole rules that don't
4877         work with multibyte arithmetic (fixed bug #937126)
4878         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4879         to registers and not global variables
4880         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4881         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4882         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4883         checking for assignments not internally generated (fixed bug #931895)
4884         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4885         structure member (fixed bug #930072)
4886
4887 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4888
4889         * src/SDCCmain.c (linkEdit),
4890         * src/hc08/main.c (_hc08_parseOptions),
4891         * as/hc08/Makefile.in,
4892         * as/hc08/aslink.h,
4893         * as/hc08/asm.h,
4894         * as/hc08/m08pst.c,
4895         * as/hc08/lkrloc.c (relr, rele),
4896         * as/hc08/lkarea.c (lnkarea)
4897         * as/hc08/lkmain.c (afile, parse),
4898         * as/hc08/lkelf.c: support for ELF output
4899         * as/hc08/lks19.c (s19),
4900         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4901
4902 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4903
4904         * as/mcs51/lkihx.c: Fixed bug #899105.
4905
4906 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4907
4908         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4909         .dsp files from Unix to DOS.
4910
4911 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4912
4913         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4914         function pointers; we have been compliant for several months now.
4915         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4916         change that was accidently commented out
4917         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4918         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4919         bug #922319
4920
4921 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4922
4923         * src/hc08/gen.c: output of all of the internal debugging information
4924         is now controlled by the D() macro; it is disabled by default
4925
4926 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4927
4928         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4929         harder to keep the same registers during a CAST iCode
4930         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4931         long via int can be done in a single cast, if the signedness is
4932         correct.
4933         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4934         putchar() in tinibios.c in ds390's library
4935
4936 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4937
4938         * src/SDCCast.c (decorateType): fixed bug #898889,
4939         cast result of a literal complement too
4940         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4941         fixed check for bitfields
4942
4943 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4944
4945         * src/SDCCicode.c (geniCodeLogic): made it static,
4946         (geniCodeLogicAndOr): added in order to fix bug #905492,
4947         (ast2iCode): fixed bug #905492
4948         * support/regression/tests/bug-905492.c: added
4949         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4950         (processParms): fixed bug #927659: don't copy parms, this will clear
4951         decorated flag
4952         * support/regression/tests/bug-927659.c: added
4953
4954 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4955
4956         * src/SDCCast.c (addCast): don't cast float to char
4957         * device/lib/libsdcc.lib: added _memmove
4958
4959 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4960
4961         * device/lib/large/Makefile: fixed parallel execution by
4962         replacing `make` by `$(MAKE)`
4963
4964 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4965
4966         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4967         offsets (fixes bug #923936)
4968
4969 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4970
4971         * device/lib/small/Makefile: fixed parallel execution by
4972         replacing `make` by `$(MAKE)`
4973
4974 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4975
4976         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4977
4978 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4979
4980         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4981         * src/regression/Makefile: Regression test was not running.
4982
4983 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4984
4985         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4986         complement if possible
4987         * src/SDCCval.c (valComplement),
4988         * src/SDCCicode.c (operandOperation): fixed complement of literal
4989         * support/regression/tests/onebyte.c (testComplement): added
4990
4991 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4992
4993         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4994         return an optimized tree; actually replace actParm with the new tree
4995         * src/SDCCast.h: added some parantheses to remove side effects
4996         * support/regression/tests/bug-920866.c
4997
4998 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4999         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5000         Bit operands were not being handled properly in the pic14 port.
5001         (now src/regression/add.c passes again).
5002
5003 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5004
5005         * src/SDCC.y (labeled_statement): case and default no longer require
5006         a following statement (RFE #893037)
5007
5008 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5009
5010         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5011         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5012         disabled (fixes bug #916294)
5013         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5014         "mov a,acc"; patch provided by Lenny Story
5015         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5016
5017 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5018
5019         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5020         functions
5021         * src/ds390/gen.c (genFunction, genEndFunction),
5022         * src/ds390/ralloc.c (ds390_assignRegisters),
5023         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5024         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5025         pushed if there are parameters passed on the stack. Also, a cleaner
5026         way to decide if r0/r1 should be pushed/popped. (Together they fix
5027         bug #918693)
5028
5029 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5030
5031         * doc/sdccman.lyx,
5032         * device/lib/mcs51/crtpagesfr.asm,
5033         * device/lib/mcs51/crtxinit.asm,
5034         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5035         to avoid confusion with Si Lab's SFRPAGE register.
5036
5037 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5038
5039         * src/SDCCglue.c (emitMaps): allow public sfr variables
5040         * src/SDCCglue.c (initialComments): include compiler build date
5041         with compiler version and put the timestamp of the generated
5042         assembly file on a serperate line to be less confusing.
5043         * src/port.h: added genInitStartup hook
5044         * src/avr/main.c,
5045         * src/ds390/main.c,
5046         * src/hc08/main.c,
5047         * src/pic/main.c,
5048         * src/pic16/main.c,
5049         * src/xa51/main.c,
5050         * src/z80/main.c: genInitStartup initialize as NULL (default to
5051         historical behaviour)
5052         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5053         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5054         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5055         library instead of hard coding it into the compiler.
5056         * support/regression/ports/mcs51-stack-auto/spec.mk,
5057         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5058         * device/lib/mcs51/Makefile,
5059         * device/lib/small/Makefile,
5060         * device/lib/large/Makefile,
5061         * device/lib/mcs51/crtpagesfr.asm,
5062         * device/lib/mcs51/crtstart.asm,
5063         * device/lib/mcs51/crtxclear.asm,
5064         * device/lib/mcs51/crtxinit.asm,
5065         * device/lib/mcs51/crtclear.asm,
5066         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5067         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5068         and into user configurable files.
5069         * device/lib/clean.mk: clean mcs51 directory too
5070         * support/regression/tests/longlit.c: added static to T1 declaration
5071         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5072         accesses in the initialization code
5073
5074 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5075
5076         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5077         OSCTRIMVAL as noted in bug #916008
5078
5079 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5080
5081         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5082         in loops with multiple exits (reported as incorrect registers
5083         used by Martin Helmling in Sdcc-user list)
5084
5085 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5086
5087         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5088         made ds390 register extensions look less like error messages
5089
5090 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5091
5092         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5093         reported by Adam Wozniak in Sdcc-user list
5094
5095 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5096
5097         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5098         arithmetic optimizations, added debug output
5099
5100 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5101
5102         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5103         * sdcc.spec: updated and split sdcc into 3 rpms
5104         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5105         needed for literals of LEFT_OP and '+'
5106         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5107         introduced RESULT_TYPE_NOPROM
5108         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5109         left shift
5110         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5111         limited promotion to int only for '*'
5112         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5113
5114 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5115
5116         * src/pic16/gen.c (genSkip),
5117         (genc16bit2lit), (gencjneshort): commented out
5118         (is_LitOp): new helper function, checks operand type
5119         (genCmpEq): rewritten
5120
5121 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5122
5123         * support/regression/tests/bug-908454.c: added
5124
5125 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5126
5127         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5128         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5129         (geniCodeCast): cosmetic, don't preserve bit storage class
5130         (geniCodeLeftShift): added promotion
5131         (geniCodeLogic): fixed regression
5132         * src/SDCCsymt.c (computeTypeOr): accept bits too
5133         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5134
5135 2004-03-07  Borut Razem <borut.razem AT siol.net>
5136
5137         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5138
5139 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5140
5141         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5142         version of pic16_genPackRegisters which does not check if ic is a
5143         CAST operator,
5144         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5145         function cause string1.c regression test fails
5146
5147 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5148
5149         * sim/ucsim/configure.in,
5150         * sim/ucsim/configure,
5151         * sim/ucsim/doc/Makefile.in: use docdir
5152         * src/SDCC.y: fixed sbit atrributes
5153         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5154         * src/SDCCast.c (decorateType): |^& need special promotion handling
5155         * src/SDCCast.h,
5156         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5157         * src/SDCCsymt.h (computeType),
5158         * src/SDCCicode.c: computeType() needs op
5159         * src/SDCCsymt.c (checkTypeSanity),
5160         * doc/sddman.lyx: "plain" bitfields are unsigned
5161         * src/SDCCsymt.c (computeTypeOr): added
5162         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5163         |^& ops
5164         * src/SDCCval.c (val*): computeType() needs op
5165         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5166         * support/regression/tests/onebyte.c: added tests for |^&
5167
5168 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5169
5170         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5171         for writing icode into asm output.
5172
5173 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5174
5175         * src/pic16/device.c: added some debug lines enabled
5176         with macro DEBUG_CHECK,
5177         * src/pic16/genarith.c: more debug in genPlus,
5178         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5179         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5180         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5181         * (aopForSym): onStack symbols are re-placed in data memspace,
5182         and onStack flag is cleared,
5183         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5184         copy temporary pcodeop,
5185         * (genPcall): added warning for not updating PCLATU,
5186         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5187         always true for pic16 port,
5188         * (genMultOneWord): NEW, supports integer multiplication,
5189         * (genMult): modified to call genMultOneWord,
5190         * (ifxForOp): added warning when return NULL,
5191         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5192         flag is set before call to operandFromSymbol for implicit
5193         added structures,
5194         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5195         options.intlong_rent are set by default,
5196         * (_hasNativeMulFor): modified to allow port generation of integer
5197         multiplication,
5198         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5199         set regtype to REG_SFR for all registers, restricting seting the
5200         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5201
5202 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5203
5204         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5205         more than 500 times in the regression tests
5206
5207 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5208
5209         * support/Util/SDCCerr.h,
5210         * support/Util/SDCCerr.c,
5211         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5212         enumerator_list),
5213         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5214         for symbol conflicts.
5215         * support/valdiags/tests/enum.c,
5216         * support/valdiags/tests/tentdecl.c,
5217         * support/valdiags/tests/struct.c: expect possible error messages
5218         referring to original symbol definitions.
5219         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5220         * src/SDCCsymt.h,
5221         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5222
5223 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5224
5225         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5226
5227 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5228
5229         * src/pic16/ralloc.c (newReg): fixed bug #908929
5230
5231 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5232
5233         * src/ds390/gen.c: added missing #include "main.h"
5234
5235 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5236
5237         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5238         checking if symbol is already in set,
5239         * src/pic16/device.h: prototype for checkAddSym,
5240         * src/pic16/gen.c: (_G): added entry interruptvector,
5241         * (assignResultValue): removed some commented out lines,
5242         * (genFunction): check for ISR via sym->type, absolute section for
5243         interrupt code is created via a new pBlock, the goto instruction is
5244         placed now correctly at the interrupt vector position, changed all
5245         references from ivec to _G.interruptvector,
5246         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5247         is the interrupt is a high priority one, same for return from ISR,
5248         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5249         externs to calls of checkAddSym,
5250         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5251         pic16_pcode_verbose flag is set,
5252         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5253         * src/pic16/pcoderegs.c: message about how many registers are saved
5254         will only be emitted if pic16_pcode_verbose flag is set,
5255
5256 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5257
5258         * src/ds390/ralloc.h,
5259         * src/ds390/ralloc.c (ds390_regWithIdx),
5260         * src/ds390/gen.c (emitcode),
5261         * src/ds390/main.h,
5262         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5263         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5264         ds390operandCompare, getRegsRead, getRegsWritten,
5265         initializeAsmLineNode): customized instruction size calculation for
5266         ds390, started basis for some register optimizations
5267         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5268         corresponding assembly output
5269         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5270         missing push/pop of r0/r1. Optimized push/pops
5271
5272 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5273
5274         * src/mcs51/main.c (instructionSize): fixed ACALL size
5275         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5276
5277 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5278
5279         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5280         the sorting of rlist with NULL elements
5281         * (print_idataType, print_idata): NEW to create idata sections
5282         * src/pic16/device.h: idataSymSet new variable
5283         * src/pic16/gen.c (genFunction): fixed some bugs in string
5284         comparing, improved the absolute section creation for ISRs,
5285         added FSR0L/FSR0H in registers that are saved in an ISR,
5286         * (genInline): fixed the processing of inline snippets,
5287         now they undergo no process by the peephole optimizer
5288         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5289         are placed in idataSymSet,
5290         * (pic16emitStaticSeg): extern symbols are added in externs,
5291         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5292         switching when aboslute variables are placed in access bank memory
5293         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5294         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5295         commented out with #if,
5296         * (pic16_packRegisters): reintroduce the check for CAST because some
5297         symbols are not correctly handled,
5298         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5299         pCodeInstruction instead of pCode,
5300         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5301         pCodeAsmDir definition,
5302         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5303         directive, then the argument directive is emitted without the leading
5304         tab, hack for inline labels which must be in the first column,
5305         * (compareLabel,pic16_findNextInstruction),
5306         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5307         * (insertBankSwitch): modified for the new pCodeAsmDir,
5308
5309 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5310         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5311
5312         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5313         instance,
5314         * (pushSide): commented out with #if,
5315         * (assignResultValue): fixed some typos in saving
5316         registers,
5317         * (genPcall): FIXED and sync'ed with genCall,
5318         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5319         * (genNearPointerGet): fixed to handle some more cases,
5320         implementation scheme via table reads,
5321         * (genConstPointerGet): modified to access code memory correct,
5322         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5323         and improved to handle some cases
5324         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5325         instead of "RETLW" for init data
5326         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5327         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5328         variables are placed in access bank memory (<0x80 and >=0xf80),
5329         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5330         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5331         TBLWT_POSTDEC,TBLWT_PREINC
5332         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5333         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5334         directives
5335         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5336         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5337         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5338         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5339
5340 2004-02-29  Borut Razem <borut.razem AT siol.net>
5341
5342         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5343         support/Util/findme.h, support/Util/system.h: enhance binary relative
5344         search for lib and include by using findProgramPath()
5345
5346 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5347
5348         * src/SDCCpeeph.h,
5349         * src/SDCCpeeph.c (pcDistance),
5350         * src/port.h,
5351         * src/mcs51/ralloc.h,
5352         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5353         * src/mcs51/main.h,
5354         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5355         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5356         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5357         size calculation port specific, started basis for some register
5358         optimizations
5359         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5360         missing push/pop of r0/r1. Optimized push/pops
5361         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5362         * device/lib/_modsint.c (_modsint),
5363         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5364         and stack version so regression tests pass
5365
5366 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5367
5368         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5369         * src/SDCCast.c (decorateType): catch another small optimization
5370         with '?' operator
5371         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5372         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5373         modified to finally use computeType() all over SDCC,
5374         see Feature Request #877103
5375         * src/SDCCval.h: cosmetic
5376         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5377         valCompare(); regression tested in muldiv.c
5378         * support/regression/tests/muldiv.c (testMod): mod sign follows
5379         dividend only
5380
5381 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5382
5383         * src/SDCCast.c (decorateType): fixed bug #902362
5384         * doc/INSTALL.txt: fixed install instructions for win32
5385
5386 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5387
5388         * device/include/Makefile.in (install): fixed by replacing spaces
5389         by tabs
5390         * doc/README.txt,
5391         * doc/INSTALL.txt: updated for release
5392         * doc/sdccman.lyx: added warning for --xstack being buggy
5393
5394 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5395
5396         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5397         to eliminate build warnings.
5398         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5399
5400 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5401            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5402
5403         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5404         removed -penable-stack, added comment for stack pragma, added
5405         warning for not initializing the stack/frame registers, removed
5406         comment at interrupts section
5407
5408         Stack is made permanent, there is no ability to disable stack usage.
5409         * src/pic16/device.h,
5410         * src/pic16/device.c: removed all references to USE_STACK macro,
5411         * src/pic16/device.c (pic16_dump_section): when no elements in
5412         rlist, free rlist before return,
5413         * (pic16_dump_int_registers): NEW, internal registers are a new set
5414         of general purpose registers reused by each function,
5415         * (checkAddReg): returns 1 if registers is added to set,
5416         * (pic16_groupRegistersInSection): when a registers is of type
5417         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5418         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5419         SRCASECMP macro is moved here from device.c
5420         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5421         PO_PCLATU, PO_PRODL, PO_PRODH,
5422         * (pic16_pCodeOpType, genMinus,
5423         changed compares to "a" register, with AOP_ACC,
5424         * (pic16_genPlus): fixed some bugs and indented properly,
5425         * (pic16_addSign): changed size to size+offset in the MOVWF
5426         instruction,
5427         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5428         multiply 8-bit operand by literal, result is 8-bit,
5429         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5430         multiply 2 8-bit operand, result is 8-bit,
5431         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5432         genUMult8X*_16,
5433         * src/pic16/gen.c: changed accUse to contain WREG only,
5434         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5435         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5436         true, do not use immediate addressing any more unless sym is a
5437         pointer in codespace,
5438         * (aopForRemat): do not use immediate addressing when symbol not in
5439         codespace and when symbol's address is requested,
5440         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5441         accUse size (= 1),
5442         * (aopGet): added case for AOP_ACC and don't return "accumulator
5443         bug" but WREG instead,
5444         * (popGetTempReg): pushes contents of temporary register in stack,
5445         * (popReleaseTempReg): pops contents of temporary register from
5446         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5447         * (pic16_popGet): separated case AOP_ACC to return register WREG
5448         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5449         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5450         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5451         the use of immediate pointers to certain cases only.
5452
5453         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5454         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5455         * (assignResultValue, genCall, genRet): modified to use the new
5456         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5457         genPcall is still broken,
5458         * (genFunction): added code to create 'A' type pBlocks when
5459         interrupt functions are generated, code not extensively tested yet,
5460         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5461         * (genEndFunction): modified so ISRs pop stored registers from stack,
5462         * (genMultOneByte): cleanup,
5463         * (AccRsh): added flag andmask, to and result with appropriate mask,
5464         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5465         * (genDataPointerGet): fixed and reenabled its use,
5466         * (genNearDataPointerGet): bugs fixed,
5467         * (genDataPointerSet): bugs fixed,
5468         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5469         pic16_DumpSymbol, pic16_DumpOp,
5470         * src/pic16/genutils.h: function prototypes for the above functions,
5471         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5472         pointers,
5473         * (pic16emitRegularMap): many many many improvements, but needs a
5474         major cleanup,
5475         * src/pic16/main.c: enable_stack in pic16_options is removed,
5476         * (_pic16_parseOptions): removed command line options -penable-stack,
5477         * (_process_pragma): emit stack symbol only when stack pragma is
5478         processed,
5479         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5480         redirected to FSR0L/FSR0H pair,
5481         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5482         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5483         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5484         for immediates,
5485         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5486         * (dumpPicOptype): NEW,
5487         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5488         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5489         with movff instruction,
5490         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5491         added pic16_int_regs, some packRegsFor* functions are commented out,
5492         because produce errors,
5493         * src/pic16/NOTES: minor modifications
5494
5495 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5496
5497         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5498         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5499         --pack-iram.
5500         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5501         * as/mcs51/lkaomf51.c: fixed bug #895763
5502
5503 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5504
5505         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5506
5507 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5508
5509         * doc/sdccman.lyx: added details about the HC08 storage classes and
5510         interrupts, fixed the register usage info for z80 & gbz80
5511
5512 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5513
5514         * doc/sdccman.lyx: added more pic16 port documentation
5515         * device/include/pic16/: added header pic18fregs.h
5516
5517 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5518
5519         * doc/sdccman.lyx: added Vangelis' contribution
5520
5521 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5522
5523         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5524         extend to the next CALL or PCALL, not just to the next CALL.
5525
5526 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5527
5528         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5529
5530 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5531
5532         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5533         bug #895752 and a better fix for bug #716790
5534
5535 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5536
5537         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5538
5539 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5540
5541         * doc/sdccman.lyx: minor changes, minor changed
5542
5543 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5544
5545         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5546         which can't handle SDCC_NEWONEBYTEOPS,
5547         (geniCodeMultiply): removed conversion from mult to shift for pic14
5548         and pic16
5549
5550 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5551
5552         * src/hc08/gen.h,
5553         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5554         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5555         thus fixing bug #895406
5556
5557 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5558
5559         * device/lib/_modsint.c,
5560         * device/lib/_modslong.c: sign follows divisor only
5561         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5562         signs or signedness can be ignored
5563         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5564         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5565         added optimization for IFX,
5566         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5567         arguments;
5568         reenabled optimization for IFX, which was removed on 2004-01-11
5569         * src/SDCCast.h: added return type IFX
5570         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5571         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5572         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5573         SDCC_OLDONEBYTEOPS selects the old behaviour
5574         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5575         changed again and commented promotion rule
5576         * src/SDCCval.c (valDiv): promotion no longer necessary
5577         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5578         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5579         rewritten
5580         * support/regression/tests/onebyte.c: added
5581
5582 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5583
5584         * gen.c (genInline): reverted to old code for assemnling inline
5585         code because of bug reported James Chadd
5586
5587 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5588
5589         * ralloc.h: missing declarations from previous patch,
5590         seems that patch for ralloc.h was never applied, fixed
5591
5592 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5593            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5594
5595         * pcode.c,
5596         * pcode.h,
5597         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5598         indirect addressing. Marked FSR0 as deprecated
5599         * gen.c (pointerCode): commented out, not needed now
5600         (pic16_popGet2p): new MOVFF helper function
5601         (genGenPointerGet),
5602         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5603         (shiftRLong): removed duplicate debugging info
5604
5605 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5606
5607         * src/ds390/gen.c (genNearPointerGet),
5608         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5609         optimization with bits, but not bitfields.
5610         * src/ds390/ralloc.c (packRegisters),
5611         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5612
5613 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5614
5615         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5616
5617 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/SDCCsymt.h,
5620         * src/SDCCicode.c (operandFromSymbol),
5621         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5622         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5623         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5624         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5625         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5626         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5627         bug #892038
5628         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5629         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5630         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5631         * src/SDCCsymt.c (newSymbol),
5632         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5633         enumerator_list),
5634         * src/SDCCval.h,
5635         * src/SDCCval.c (newiList): fixed bug #885705
5636
5637 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5638
5639         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5640         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5641
5642 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5643
5644         * device/include/c8051f120.h,
5645         * device/include/c8051f300.h,
5646         * device/include/c8051f310.h: added/updated header files for Silicon
5647         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5648         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5649         in new section Submitting patches
5650
5651 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5652
5653         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5654         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5655         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5656         genGenPointerSet),
5657         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5658         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5659         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5660         genGenPointerSet),
5661         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5662         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5663         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5664         genGenPointerSet),
5665         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5666         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5667         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5668         genGenPointerSet): fixed bug #892400
5669         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5670         to eliminate build warnings.
5671         * src/SDCCast.c (processParms),
5672         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5673         fixed bug 751859
5674         * support/valdiag/valdiag.py: added GCC to the list of defines active
5675         when compiling with gcc
5676
5677 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5678
5679         * support/Util/SDCCerr.h,
5680         * support/Util/SDCCerr.c,
5681         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5682         with an incomplete type (fixed bug #883734)
5683         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5684
5685 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5686
5687         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5688
5689 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5690
5691         * src/SDCCast.c (decorateType),
5692         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5693         function pointer implementation
5694         * support/regression/tests/funptrs.c: added tests to verify both forms
5695         of function pointers work correctly. Added tests to verify parameters
5696         are passed in the correct order.
5697
5698 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5699
5700         * device.c (regCompare): registers are sorted by ascending
5701         address and increasing size,
5702         * main.c (_pic16_finaliseOptions): removed the declaration
5703         of compiler macro MCU. Now a macro of the format pic18fxxxx
5704         will be defined from the command line
5705
5706 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5707             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5708
5709         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5710         PCOP_RLCF was overwritten!
5711         * gen.c (genSkip): commented out calls to pic16_emitcode,
5712         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5713         * (genlshTwo),
5714         * (genRRC): added debugging info,
5715         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5716         overwritten while shifting,
5717         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5718         overwritten while shifting,
5719         * (AccLsh),
5720         * (AccRsh),
5721         * (shiftLLeftOrResult),
5722         * (shiftRLeftOrResult),
5723         * (shiftRLong),
5724         * (shiftLLong): Implemented with pic16_emitpcode
5725         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5726         * (genLeftShift): Fixed bug, operand for shift by variable always
5727         was "and"ed with 0x0f,
5728         * (genLeftShiftLiteral),
5729         * (genrshTwo),
5730         * (genRightShiftLiteral): added debugging info,
5731         * (genrshFour): added comment,
5732         * (genRightShift): determined signedness from operand "left"
5733         instead of "result"
5734
5735 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/SDCCicode.c (geniCodeParms),
5738         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5739         function pointers, fixed function pointer bugs #861242 and #861896
5740
5741 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5742
5743         * device/include/c8051f000.h,
5744         * device/include/c8051f120.h,
5745         * device/include/c8051f300.h: added header files for Silicon
5746         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5747
5748 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5749
5750         * src/SDCCast.c (processParams): added new type flow and restructured
5751         (gatherAutoInit): added new type flow
5752         (addCast): cosmetic changes
5753         (getLeftResultType): added new type flow for array indices, patch
5754         provided by Stas, see FR #877103
5755         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5756         array index patch by Stas
5757         * src/SDCCast.h: added prototype getResultTypeFromType()
5758         * src/SDCCval.h,
5759         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5760         * src/pic/glue.c (pic14emitStaticSeg),
5761         * src/pic16/glue.c (pic16emitStaticSeg),
5762         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5763         for initialization of symbols
5764         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5765         * support/Util/SDCCerr.h:
5766         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5767         * .version: bumped version number to 2.3.8
5768         * device/include/Makefile.in (install),
5769         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5770         avoid warnings
5771
5772 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5773
5774         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5775         Slade Rich fixed an optimization bug
5776         * src/pic/pcodepeep.c,
5777         * src/pic/pcoderegs.c
5778         * doc/Makefile (install): added test for directory
5779
5780 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5781
5782         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5783         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5784         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5785         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5786         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5787         * as/mcs51/asexpr.c (term),
5788         * as/hc08/asexpr.c (term): fixed bug #887146
5789
5790 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5791
5792         * src/z80/gen.c (genMult): handle single byte result product
5793         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5794         DUMMY_READ_VOLATILE (fixed bug #886367)
5795
5796 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * support/regression/tests/libmullong.c: fixed logic, on little endian
5799         hosts we ended without a mullong_wrapper()
5800
5801 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5804         virus/worm forged address usage.
5805
5806 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5807
5808         Fixed promotion, it should be done on AST level:
5809         * src/SDCCast.c (addCast): added promotion to int
5810         (decorateType): updated call to upCast()
5811         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5812         usualUnaryConversions()
5813
5814 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5815
5816         * support/regression/tests/literalop.c (mulWrapper): Added a
5817         wrapper to remove integer overflow warnings.
5818
5819         * support/regression/tests/float_trans.c: Made work on host.
5820
5821         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5822         location of sz80.
5823
5824         * support/regression/generate-cases.py (main): Changed from inline
5825         to a main method.
5826
5827         * doc/Makefile (install): Changed to depth first to get rid of
5828         missing directory install warning.
5829
5830         * as/Makefile (install-doc): Made work on Mac.
5831
5832 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5833
5834         * src/SDCCast.c: added an additional type flow in decorateType() of
5835         opposite direction, see feature request #860006; it's enabled at runtime
5836         by setting the environment variable SDCC_NEWTYPEFLOW
5837         * src/SDCCast.h: changed prototype of decorateType()
5838         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5839         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5840         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5841         see feature request #877103
5842         * src/SDCCval.c: updated call of decorateType()
5843         (valBitwise): fixed bug #882876
5844         (valMinus): added promotion
5845         (valLogicAndOr): result is unsigned
5846         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5847         * src/SDCCsymt.c (computeType),
5848         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5849         must not cause an unsigned operation
5850         * src/pic/glue (pic14emitRegularMap),
5851         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5852
5853 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5854
5855         * src/pic/pcode.c (PCodeID): commented out left over debug code
5856
5857 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5858
5859         * support/valdiag/tests/overflow.c: added shift tests
5860         * src/pic/device.c,
5861         * src/pic/gen.c,
5862         * src/pic/gen.h,
5863         * src/pic/glue.c,
5864         * src/pic/main.c,
5865         * src/pic/pcode.c,
5866         * src/pic/pcode.h,
5867         * src/pic/pcodepeep.c,
5868         * src/pic/pcoderegs.c,
5869         * src/pic/ralloc.c,
5870         * src/pic/ralloc.h: applied patch from Slade Rich;
5871         added support for multiple code pages and multiple RAM banks on the
5872         PIC 14 port. The ASM files now no longer simply assume all the
5873         code / RAM are in the same page / bank. This means the linker can
5874         safely allocate code/RAM of separate ASM files to different pages/banks.
5875         * doc/sdccman.lyx: added Slade's tips
5876         * src/mcs51/peeph.def: fixed bug #880768
5877
5878 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5881         * src/SDCCast.c (decorateType): fixed bug #880197
5882
5883 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5884
5885         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5886         getopt.h.
5887
5888         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5889         strtof is not part of C89 and isn't included with Mac OS X.
5890
5891 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5892
5893         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5894         shiftL2Left2Result): fixed bug #879326
5895         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5896         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5897         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5898         address fetch for clr instruction
5899         * device/lib/hc08/_mulint.c: created optimized assembly version
5900         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5901
5902 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5903
5904         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5905         proposed in FR #877103
5906
5907 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5908
5909         * src/SDCCval.c (cheapestVal): added missing checks
5910         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5911         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5912
5913 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5914
5915         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5916         equal operands
5917
5918 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5919
5920         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5921         loaded with the linker search paths (-L arguments) and the libraries
5922         to be linked with the current source (-l arguments). Changes
5923         currently will affect only the pic16 port.
5924         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5925         include path the port specific paths and port specific libraries,
5926         * gplink command now contains the $3 argument,
5927         * src/pic16/device.h,
5928         * src/pic16/device.c,: structure PIC_device is made public and
5929         renamed to PIC16_device, the same for variable Pics which is renamed
5930         to Pics16. Updated all references to them.
5931         * src/pic16/glue.c (pic16glue): corrected bug with code
5932         initialization which bypassed the variable initializations block.
5933
5934         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5935         COMPILE_FLAGS and added the --nostdinc option
5936
5937 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5938
5939         * device/include/mc68hc908jb8.h: Register defs for another member
5940         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5941
5942 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5943
5944         Documenting changes from previous commits.
5945         * configure.in (version 1.56),
5946         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5947         when generating output files to configure the pic16 library,
5948         but now I've commented it out, since gputils aren't installed in the
5949         SF compile farm, so library won't compile
5950
5951         * device/lib/Makefile.in (version 1.56): initially I've added in
5952         target 'all' the prerequestive 'model-pic16' so it compiled the
5953         pic16 library, but now I've commented it out for the same reasons
5954         above,
5955         * added targets 'model-pic16' and 'objects-pic16' to compile the
5956         library
5957         * added target 'port-specific-objects-pic16' to handle the
5958         generated libraries and copy them into the build/ directory
5959         * added target 'clean-intermediate-pic16' to clean intermediate
5960         files into pic16 directory
5961         * in target 'installdirs' added line to create directory pic16 in
5962         the installation path
5963
5964         * device/include/Makefile.in (version 1.11): in target 'install'
5965         added lines to copy all header files to installation path,
5966         * in target 'installdirs' added line create directory for pic16
5967         headers in the installation path
5968
5969 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5970
5971         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5972          a function call
5973
5974 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5975
5976         * configure,
5977         * device/lib/configure.in,
5978         * device/lib/configure: fixed for autoconf 2.57
5979
5980 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5981
5982         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5983         option so that it actually works. Made it specific to the z80, since
5984         the gbz80 doesn't have these kinds of I/O ports.
5985
5986 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5987
5988         * device/include/z180.h,
5989         * device/lib/_memcpy.c,
5990         * device/lib/_memmove.c,
5991         * device/lib/_mulint.c,
5992         * device/lib/ser_ir.c,
5993         * device/lib/ser_ir_cts_rts.c,
5994         * device/lib/_strcmp.c,
5995         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5996         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5997         portmode; added deprecation warning for bank= and protmode= forms.
5998         Also, guard against buffer overflow.
5999         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6000
6001 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6002
6003         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6004         changed interrupt vector table generation to only emit declared vectors.
6005         * device/include/Makefile.in: added missing backslash
6006         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6007
6008 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6009
6010         Mainly changes to support compilation of the device libraries
6011         * src/pic16/device.c: stack is allocated via symbol and not
6012         via literal number. The symbol is placed in the corresponding
6013         position of the data ram
6014         * (pic16_dump_section): relocatable and absolute uninitialized
6015         data are now emitted in sorted order to reduce section naming,
6016         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6017         weren't marked as being in the access bank,
6018
6019 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6020
6021         Added portion of GNU PIC Library under the directory
6022         device/include/pic16 and device/lib/pic16. These files
6023         contain the declarations of SFRs for the PIC18Fxx2 devices.
6024         The directory is initialized via configure from toplevel.
6025
6026 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6027
6028         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6029         the spilllocations to be compared correctly
6030
6031 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6032
6033         * src/SDCCast.c (decorateType): fixed bug introduced today
6034
6035 2004-01-12  Borut Razem <borut.razem AT siol.net>
6036
6037         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6038         doc/sdccman.lyx: upper case pragmas are deprecated
6039
6040 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6041
6042         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6043         in simpler and even better code
6044
6045 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6046
6047         * src/SDCCicode.c (operandOperation): fixed bug #874819
6048         * src/SDCCast.c (decorateType): fixed
6049         char foo (unsigned long ul) { return ul > 0; }
6050
6051 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6052
6053         * doc/sdccman.lyx: Moved and added some sections, small changes
6054         all over. Telling LaTeX to be less strict with word spacing
6055         to better keep the right margin. Changed some notes about
6056         maintainance of the ports in section 3.2.1 - is it OK like this?
6057
6058 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6059
6060         SDCC source changes:
6061         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6062         convilong): modified to inform the pic16 port that builtin functions
6063         are external
6064
6065         PIC16 PORT specific changes:
6066         * src/pic16/device.c pic16_dump_equates() added,
6067         processor registers declared internally by the port are emitted in
6068         the translation as equates,
6069         * src/pic16/gen.c: inline code is passed unprocessed to the
6070         translation,
6071         * (pic16_popGetLit2): fnuction modified to take second operand as
6072         pCodeOp pointer and not as literal,
6073         * (popRegFromIdx): prefixed with pic16_,
6074         * (pic16_popCombine2): modified to receive already allocated pCode
6075         operands,
6076         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6077         * (genFunction): initializes local stack frame and pushes on stack
6078         all the registers used by this function,
6079         * (genEndFunction): restores all registers from stack and restores
6080         stack frame,
6081         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6082         improvements,
6083         * (pic16glue): changed the program startup sequence,
6084         * added new dbName code 'A' for functions placed in absolute section
6085         * src/pic16/main.c: added function attribute _naked,
6086         * added pragma 'code' to place a fnuction at an absolute address,
6087         * added command line arguments --debug-ralloc and --pcode-verbose,
6088         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6089         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6090         * (pic16_newpCodeOpLit2): modified to take the second operand as
6091         pCodeOp pointer,
6092         * (pic16_printpBlock): modified to emit each function in a separate
6093         section,
6094         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6095         UPPER for immediate operands,
6096         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6097         instruction,
6098         * src/pic16/peeph.def: all peepholes with movff are commented out,
6099         because there is a problem in the pcode peep optimizer,
6100         * src/pic16/ralloc.c: the register allocator can now reuse local
6101         function symbols for another function. This saves register usage.
6102         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6103
6104         Added file src/pic16/NOTES with information about program writing on
6105         the current port version.
6106
6107 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6108
6109         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6110         and peephole 252 (array access)
6111
6112 2004-01-09  Borut Razem <borut.razem AT siol.net>
6113
6114         * src/SDCCmain.c : fixed #872250: -l command line defined library
6115           files are scanned before standard library files
6116
6117 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6118
6119         * src/SDCCast.c (decorateType): fixed bug #874046
6120
6121 2004-01-09  Borut Razem <borut.razem AT siol.net>
6122
6123         * support/scripts/sdcc.nsi: remove previous installation
6124
6125 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6126
6127         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6128         bytes for last interrupt vector (mcs51)
6129         * sdcc.spec: fixed typo
6130
6131 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6132
6133         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6134         gen51Code): more efficient parameter receive for --model-large
6135         ("bug" #845294)
6136
6137 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6138
6139         * src/ds390/main.c,
6140         * src/z80/main.c: added missed needLinkerScript flags (more than
6141         one port structure defined in these file)
6142         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6143         bug #795325
6144
6145 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6146
6147         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6148         * src/port.h: added flag needLinkerScript in port->linker
6149         structure to inform whether to create a .lnk file or not,
6150         * src/avr/main.c,
6151         * src/ds390/main.c,
6152         * src/hc08/main.c,
6153         * src/mcs51/main.c,
6154         * src/pic/main.c,
6155         * src/pic16/main.c,
6156         * src/xa51/main.c,
6157         * src/z80/main.c: changed appropriately to configure
6158         needLinkerScript flag
6159         * src/pic/gen.c,
6160         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6161         * src/pic/glue.c: added variable udata_section_name to
6162         override default uninitialized data segment definition for
6163         devices only with SHAREBANK memory (reported from Erik Epetrich)
6164         * (pic14emitOverlay): modified to emit a commented overlay segment
6165         directive when no overlay data exist
6166         * (picglue): modified to emit uninitialized data segment
6167         according to udata_section_name
6168         * src/pic/main.c (_pic14_parseOptions): added command line
6169         options --udata-section-name=[name] to override default
6170         udata definition name
6171         * modified _linkCmd and _asmCmd to include compiler passed
6172         arguments via -W option
6173         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6174         object file from '.rel' to '.o' in port->linker structure,
6175         changed size of fptr from 2 to 3 in port structure
6176
6177 2004-01-07  Borut Razem <borut.razem AT siol.net>
6178
6179         * support/scripts/sdcc.nsi: update PATH
6180         * support/scripts/sdcc.ico: craeted
6181
6182 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6183
6184         * device/include/Makefile.in: fix install
6185         * doc/Makefile: fix install
6186
6187 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6188
6189         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6190         in bug #860505
6191         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6192         how the function variable allocation summary is displayed; also
6193         include information about variables allocated to the overlay
6194         segment
6195
6196 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6197
6198         * as/mcs51/lkmain.c: Help about -Y option
6199         * as/mcs51/lkarea.c: Fixed gcc warnings
6200
6201 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6202
6203         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6204         fixed warning
6205         * support/valdiag/tests/overflow.c: added
6206         * src/SDCCast.c (decorateType),
6207         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6208         LEFT_OP (left shift)
6209
6210 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6211
6212         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6213         (default behaviour).
6214
6215 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6216
6217         A python script to validate compiler diagnostic messages. It can be
6218         used to verify that sdcc complains about bad c source code and
6219         gives a good location of the error.
6220         * support/valdiag/Makefile,
6221         * support/valdiag/valdiag.py,
6222         * support/valdiag/tests/*
6223
6224 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6227         * src/SDCCsymt.c (newEnumType),
6228         * src/SDCCsymt.h
6229         * support/Util/SDCCerr.c,
6230         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6231         enum related bugs.
6232         * support/regression/tests/enum.c: added test for enum values that
6233         require at least 2 bytes of storage.
6234
6235 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6236
6237         * src/common.h: added ifndef/define/endif macros
6238         around the header file.
6239         Bug reported from Jesus Calvino-Fraga
6240
6241 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6242
6243         * sdcc.spec: updated
6244         * device/include/Makefile.in: don't install CVS directories
6245         * device/lib/Makefile.in: added removal of CVS directories after install
6246         * doc/Makefile: fixed install, added local_icons
6247         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6248         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6249         * src/ds390/gen.c (genRightShift): fixed bug #870788
6250         * src/SDCCast.c (decorateType): fixed bug #870781
6251
6252 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6253
6254         PIC16 port related changes:
6255         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6256         added variable stackPos,
6257
6258         * gen.c: genCall, assignResultValue: added support for
6259         pushing/retrieving function parameters to/from stack,
6260         genFunction,genEndFunction: setup stack frame for the
6261         generated function,
6262         genAddrOf: will be changed according to bug 863624
6263
6264         * added files genutils.c and genutils.h which contain gen*
6265         debugged and optimised functions extracted from gen.c
6266
6267         * glue.c: added variable 'externs' which holds extern symbols,
6268         pic16emitRegularMap: is modified to properly handle relocatable
6269          symbols under the new scheme,
6270         pic16createInterruptVect: is modified
6271         pic16printPublics: is modified to emit 'global' assembler directives,
6272         added pic16_printExterns to print extern symbols,
6273         pic16glue: initializes stack/frame pointer in the beginning of
6274         the assembly output. Temporary hack, will be corrected later,
6275         because gplink yet does not support stack and SDCC does not
6276         yet support a type of crt0.o object to create the final binary.
6277
6278         * Removed many lines that contain 8051 legacy code.
6279         * The code is finally placed under a 'code' directive.
6280         * Added port specific options.
6281
6282         * _process_pragma: simplified since now we do not need *special*
6283         include file to define SFR registers. But a separate header
6284         will be needed. This will be developed later.
6285         * _pic16_parseOptions: added, parses port specific options:
6286         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6287         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6288         --preplace-udata-with=
6289
6290         * _pic16_setDefaultOptions: modified to initialize section names,
6291         but hack is temporarly out of order since it needs improvement.
6292         * _pic16_genAssemblerPreamble: configuration words are emitted by
6293         their address instead of their name. This part is incomplete and
6294         supports only the 18Fxx2 devices. Other devices will emit an error
6295         during assembly since they do not contain the same set of config
6296         registers
6297         * _pic16_genIVT: is modified,
6298
6299         * pcode.c: added definitions for some hardware registers that are needed
6300         for stack support
6301         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6302         All PCI entries are updated. Now LFSR is supported.
6303         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6304         * added pic16_newpCodeOpLit2 to support instructions with
6305         two literal arguments
6306         * pic16_pCode2str: corrected code that emits assembler instructions
6307         with two literal operands and those that have an access bit modifier
6308         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6309         this fixes a bug which caused some labels to be lost, when an
6310         assembler directive was added, i.e. banksel,
6311         * pic16_FixRegisterBanking: improved logic that causes the insertion
6312         of bank switching,
6313         * InlineFunction: functions that are called once, are not any more
6314         inlined. This can be a port option in the future,
6315
6316         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6317
6318         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6319         hold the corresponding uninitialized symbols,
6320         * pic16_allocProcessorRegister: registers have explicit marked the
6321         accessBank field,
6322         * pic16_allocInternalRegister: registers are explicit marked as
6323         not used,
6324         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6325         processing list, so bit registers were lost,
6326         *
6327
6328         * ralloc.h: added field 'accessBank' and original symbol operand
6329         in register definition,
6330         * removed the field isMapped from register definition,
6331
6332         ** Several functions have been removed from various sources:
6333         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6334         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6335         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6336         pic16_assignRelocatableRegisters
6337
6338         ** others have been introduced:
6339         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6340         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6341
6342 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6343
6344         * support/scripts/inc2h.pl: changed definition of BIT_AT
6345         to emit 'sbit at' instead of 'bit at'. This was a request.
6346
6347         PIC16 port related preliminary changes:
6348         * gen.c: prefixed function popRegFromString with
6349         pic16_ and all references to it corrected
6350         * pcode.c: all pic16_pc_* hardware registers prefixed
6351         with underscore (_),
6352         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6353         * ralloc.c: newReg(): when register is REG_SFR then
6354         set address to rIdx,
6355         pic16_allocProcessorRegister(): marks register wasUsed=0
6356         pic16_writeUsedRegs(): added a call to assign processor
6357         registers via pic16_assignFixedRegisters
6358
6359 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6360
6361         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6362         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6363         variables in unused register banks.  Also the SSEG is placed
6364         wherever there is enough space for it, and IDATA can be anywhere
6365         in internal RAM.  For now compile using -Wl-Y[stack_size].
6366         The mem file is different for this option as well, since it
6367         makes no sense of talking about DSEG lenght.
6368
6369 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6370
6371         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6372         in certain cases, e.g. when ROM assignment, patch provided
6373         from Albert den Haan.
6374
6375 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6376
6377         Many signedness and type propagation fixes:
6378         * src/SDCCicode.c: made geniCodeCast() static
6379         replaced SPEC_ by IS_ (cosmetic)
6380         (operandOperation): fixed div and mod operation
6381         (usualBinaryConversions): added support for promotion of char
6382         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6383         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6384         (geniCodeAdd): an array index will stay unsigned, even if promoted
6385         from char to int
6386         (geniCodeArray): ditto
6387         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6388         * src/SDCCsymt.c (computeType): added more support for char;
6389         promotion of char is selectable by promoteCharToInt, fixed signedness
6390         for all cases
6391         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6392         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6393         * src/SDCCval (val*): replaced signedness calculation by
6394         computeType()
6395         rearranged if-branches (cosmetic)
6396         (valShift): added warning W_SHIFT_CHANGED
6397         (valCompare): fixed problem with different types
6398         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6399         * support/regression/tests/literalop.c: added many cases
6400         * support/regression/tests/ast_constant_folding.c: changed finally to
6401         'unsigned int'
6402         * .version: new year, new version: 2.3.7
6403         * src/SDCCmain.c (main): applied patch #866468
6404         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6405         provided by Scott Bronson
6406         * doc/sdccman.lyx: updated documentation for sdcdb
6407         updated and added chapter tips
6408
6409 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6410
6411         * src/SDCCsymt.h: missing from yesterday's commits
6412
6413 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/SDCC.y (struct_or_union_specifier),
6416         * support/Util/SDCCerr.c,
6417         * support/Util/SDCCerr.h: verify that struct & union tags are used
6418         as declared.
6419
6420 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6421
6422         * src/SDCCglobl.h: missing from yesterday's commits
6423
6424 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6425
6426         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6427         sft_attributes, struct_declaration, parameter_declaration,
6428         type_name, start_block, declaration_list),
6429         * src/SDCC.lex (check_type): support redefinition of typedef names
6430
6431 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6432
6433         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6434         aligned xdata arrays. Erik helped me with the if clause.
6435
6436 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6437
6438         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6439         warning
6440
6441 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6442
6443         * src/SDCCast.h,
6444         * src/SDCCast.c (newAst_),
6445         * src/SDCCicode.h,
6446         * src/SDCCicode.c (ast2iCode, newiCode),
6447         * src/SDCCglobl.h,
6448         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6449         expr, statement, expression_statement, selection_statement,
6450         iteration_statement, expr_opt, jump_statement): foundation for tracking
6451         sequence points
6452         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6453         point code too)
6454
6455 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6456
6457         * support/Util/SDCCerr.c,
6458         * src/SDCCast.h,
6459         * src/SDCCast.c (createCase, createDefault, decorateType),
6460         * src/SDCClabel.c (labelUnreach),
6461         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6462         to error messages.
6463         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6464         (with thanks to Stas Sergeev)
6465         * device/include/time.h,
6466         * device/lib/time.c (CheckTime): suppress unreachable code warning
6467
6468 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6469
6470         * src/SDCCast.c (createIvalCharPtr),
6471         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6472         bug #753752)
6473         * support/regression/tests/nullstring.c: tests for these two bugs
6474
6475 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6476
6477         * support/Util/SDCCerr.h,
6478         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6479         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6480         about storage class and 'at' used inside struct or union
6481         * src/SDCCBBlock.c (iCodeFromeBBlock),
6482         * src/SDCCcse.c (ifxOptimize),
6483         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6484         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6485         printIval, emitStaticSeg, emitOverlay),
6486         * src/SDCClabel.c (deleteIfx),
6487         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6488         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6489         gatherAutoInit, processParms),
6490         * support/Util/SDCCerr.h,
6491         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6492         reporting for post-parse errors.
6493
6494 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6497         implicit casts via union; they don't work on big endian systems
6498         (possible fix for bug #861138)
6499
6500 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6501
6502         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6503         * src/mcs51/main.c: fixed the fix for bug #737001
6504
6505 2003-12-15  Borut Razem <borut.razem AT siol.net>
6506
6507         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6508
6509 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6510
6511         * support/makebin/makebin.c: put output in binary mode
6512
6513 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6514
6515         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6516         xdata and data memory on startup. Set the environment variable
6517         SDCC_NOGENRAMCLEAR to disable this.
6518         * src/mcs51/peephole.def,
6519         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6520         (allows non-interrupt and interrupt code to safely compete for a resource
6521         without the non-interrupt code having to disable interrupts)
6522
6523 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6524
6525         * src/SDCCicode.c (geniCodeAdd),
6526         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6527         with valFromType if type might be a pointer and host is big endian).
6528         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6529         types, not just integer types.
6530         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6531         multiply defined with mismatching "at" address.
6532
6533 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6534
6535         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6536         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6537         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6538         with embedded nulls (fixed bug #753752)
6539
6540 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6541
6542         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6543         Apparently this did not see much testing (endless loop)
6544
6545 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6548
6549 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6552         gracefully handle NULL memmap pointers
6553
6554 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6557         instead of deleting the iCode when an operand is volatile
6558         * src/z80/gen.c (genDummyRead),
6559         * src/mcs51/gen.c (genDummyRead),
6560         * src/ds390/gen.c (genDummyRead),
6561         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6562         not just IC_RIGHT
6563         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6564         * src/SDCC.y: fixed bug #850420
6565
6566 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6567
6568         Applied z80 i/o port patch from Peter Townson and fixed some operators
6569         to better handle operands in A register.
6570         * device/include/z180.h
6571         * src/SDCC.y
6572         * src/SDCCglue.c
6573         * src/z80/gen.c
6574         * src/z80/gen.h
6575         * src/z80/main.c
6576         * src/z80/peeph-z80.def
6577         * src/z80/peeph.def
6578         * src/z80/z80.h
6579
6580 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6583
6584 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6585
6586         * device/lib/hc08/_mullong.c: Removed extra #endif
6587
6588 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6589
6590         * sim/ucsim/hc08.src/inst.cc,
6591         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6592         carries from x to h
6593         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6594         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6595         * device/include/stdarg.h: fixed varargs for hc08
6596         * device/lib/Makefile.in,
6597         * device/lib/hc08/Makefile,
6598         * device/lib/hc08/_mulint.c,
6599         * device/lib/hc08/_mullong.c: fixed some endian problems
6600
6601 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6602
6603         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6604         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6605         * device/lib/_gptrget.c,
6606         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6607
6608 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6609
6610         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6611         * src/SDCCast.c (astErrors): fixed bug #846007
6612         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6613
6614 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6615
6616         * src/SDCCast.c (decorateType): disabled a transformation I added in
6617         revision 1.188 (access to fields of a structure at an absolute address);
6618         it breaks with bitfields, extern declarations, and gcse analysis.
6619         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6620         could be assigned through a pointer, so don't complain.
6621         * src/SDCCast.c (astErrors),
6622         * src/SDCCast.h,
6623         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6624
6625 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6626
6627         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6628         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6629         output of __config directives, since gpasm now supports them
6630         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6631         pre-processor macro, i.e. -DMCU=p18f452
6632         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6633         and modified to handle 'cast' icode similarly to '=' icode
6634         * src/pic16/device.h (typedef struct PIC_device): added field
6635         'extMIface' to indicate that chip has external memory interface
6636         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6637         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6638         18F8720
6639
6640 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6641
6642         * src/SDCC.y (pointer): fixed bug #846006
6643         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6644         * src/SDCCast.c (decorateType): fixed bug #846009
6645         * src/ds390/peeph.def,
6646         * src/ds390/gen.c (genAnd, genOr),
6647         * src/mcs51/peeph.def,
6648         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6649
6650 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6651
6652         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6653         * src/SDCCdflow.c
6654         * src/SDCCcse.c
6655         * src/SDCCcse.h
6656         * src/SDCCBBlock.h
6657         * src/SDCCBBlock.c
6658
6659 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6660
6661         fixed bug #845089
6662         * src/SDCCbitv.h,
6663         * src/SDCCbitv.c: added function to free a bitvector
6664         * src/SDCClrange.h,
6665         * src/SDCClrange.c: added function to recompute the liveranges
6666         * src/avr/ralloc.c,
6667         * src/ds390/ralloc.c,
6668         * src/hc08/ralloc.c,
6669         * src/mcs51/ralloc.c,
6670         * src/pic/ralloc.c,
6671         * src/pic16/ralloc.c,
6672         * src/xa51/ralloc.c,
6673         * src/z80/ralloc.c: recompute the liveranges after register packing
6674
6675 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6676
6677         * src/SDCCloop.c (newInduction): fixed bug #845630
6678
6679 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6680
6681         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6682         inadvertantly left behind from my 2003-11-12 change
6683
6684 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6685
6686         Updated headers I neglected to commit yesterday.
6687         * src/SDCClrange.h,
6688         * src/SDCCicode.h
6689
6690 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6691
6692         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6693         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6694         * src/SDCCopt.c (eBBlockFromiCode),
6695         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6696         the creation of the key hash table from the sequencing so it can be used
6697         earlier (for some GCSE bug fixes still pending)
6698
6699 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6700
6701         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6702         * support/regression/tests/addsub.c: testing genPlus shortcut
6703
6704 2003-11-15  Borut Razem <borut.razem AT siol.net>
6705
6706         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6707
6708 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6709
6710         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6711         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6712         ordering is immaterial.
6713         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6714
6715 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6718         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6719         (SIGSEV) of bug #840381
6720         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6721         unlink new file before rename if new and old filenames are the same)
6722
6723 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6724
6725         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6726         uninitialized variables) for the mcs51. Set environment variable
6727         SDCC_GENRAMCLEAR to test.
6728         xdata initialization slightly shorter
6729
6730 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         * src/SDCCsymt.h,
6733         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6734         #838241 & 780691 (basicly the same bug)
6735         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6736         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6737
6738 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         * src/SDCCmain.c (linkEdit): "fix" #834252
6741
6742 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6745         * src/SDCCast.h,
6746         * src/SDCC.y: fixed bug #819403
6747
6748 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6749
6750         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6751         the reentrant attribute.
6752         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6753         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6754         simulation
6755         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6756         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6757         erroneously reduced to a literal.
6758         * src/hc08/ralloc.c (packRegisters, rematStr),
6759         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6760         some cases
6761
6762 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6763
6764         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6765         * doc/sdccman.lyx: changed from 'article' to 'book'
6766         * doc/Makefile: readded test_suite_spec and cdbfileformat
6767
6768 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6769
6770         * device/include/stdlib.h: include malloc.h to comply with ANSI
6771         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6772
6773 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6774
6775         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6776         * doc/clean.mk: also remove *.out files
6777         * doc/sdccman.lyx: some additions, larger top/bottom margins
6778
6779 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6780
6781         * src/SDCC.y: fixed bug #837365
6782         * support/regression/tests/bitopcse.c
6783         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6784         a symbol (might be valop instead)
6785         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6786         * device/lib/clean.mk: added hc08 to the cleaning list
6787
6788 2003-11-04  Borut Razem <borut.razem AT siol.net>
6789
6790         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6791           made 2003-11-04
6792         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6793           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6794           malloc is declared in standard stdlib.h
6795
6796 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6797
6798         * device/lib/hc08/Makefile: need to clean .rel not .o files
6799         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6800
6801 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6802
6803         * src/port.h,
6804         * src/hc08/main.c,
6805         * src/mcs51/main.c,
6806         * src/ds390/main.c,
6807         * src/z80/main.c,
6808         * src/avr/main.c,
6809         * src/pic/main.c,
6810         * src/pic16/main.c,
6811         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6812         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6813         tests (which uses the port's oclsExpense function)
6814         * src/SDCC.y,
6815         * src/SDCCast.c,
6816         * src/SDCCicode.c,
6817         * src/hc08/gen.c,
6818         * src/ds390/gen.c,
6819         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6820
6821 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6822
6823         * src/SDCCcse.c (ifxOptimize),
6824         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6825         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6826         deleting the IFX iCode.
6827         * src/hc08/ralloc.c: reduced unneeded slocs
6828         * src/hc08/gen.c: fixed bug in asmopToBoolean
6829
6830 2003-11-04  Borut Razem <borut.razem AT siol.net>
6831
6832         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6833           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6834           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6835           transferred to configure
6836
6837 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6838
6839         Use headers defined in the C[++] standards:
6840         * sim/ucsim/gui.src/serio.src/fileio.cc
6841         * sim/ucsim/gui.src/serio.src/frontend.cc
6842         * sim/ucsim/gui.src/serio.src/main.cc
6843         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6844         * support/Util/NewAlloc.c
6845         * as/hc08/lklibr.c
6846         * as/mcs51/lklibr.c
6847         * as/z80/aslist.c
6848         * as/z80/assym.c
6849
6850 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6851
6852         * Added MSVC projects for hc08 assembler and linker:
6853         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6854         /as/hc08/link_hc08.dsp
6855
6856 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6857
6858         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6859
6860 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6861
6862         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6863
6864 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6865
6866         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6867
6868 2003-10-31  Borut Razem <borut.razem AT siol.net>
6869
6870         * support/cpp2/cpplib.h,
6871           support/cpp2/cpplib.c,
6872           support/cpp2/cpplex.c,
6873           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6874           to switch _asm block preprocessing on / off. Default is
6875           #pragma preproc_asm +
6876
6877 2003-10-31  Borut Razem <borut.razem AT siol.net>
6878
6879         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6880           when outputting comment blocks (when executed with -C option) and
6881           _asm (SDCPP specific) blocks
6882
6883 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6884
6885         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6886
6887 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6888
6889         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6890
6891 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6892
6893         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6894         * src/SDCCast.c (decorateType): fixed bug #832664
6895
6896 2003-10-31  Borut Razem <borut.razem AT siol.net>
6897
6898         * support\cpp2\cpplex.c: fixed for SDCPP:
6899           comments(when executed with -C option) and _asm blocks
6900           were included even if they where in skipped #if block.
6901           Applied solution from GCC cpp 3.3.2
6902
6903 2003-10-31  Borut Razem <borut.razem AT siol.net>
6904
6905         * src/SDCC.lex: sdcc now understands both formats:
6906           '# <line_number> <file_name>' and
6907           '#line <line_number> <file_name>'
6908         * support/cpp2/cppmain.c: sdcpp now generates the standard
6909           '# <line_number> <file_name>' instead of former
6910           '#line <line_number> <file_name>'
6911
6912 2003-10-30  Borut Razem <borut.razem AT siol.net>
6913
6914         * support/cpp2/cpphash.h,
6915         * support/cpp2/cpplib.h
6916         * support/cpp2/cpplex.c,
6917         * support/cpp2/cppmain.c,
6918         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6919
6920 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6921
6922         Fixed a number of problems revealed by bug #827883.
6923         * src/SDCCloop.c (loopInvariants): Spill location of the
6924         result operand should be recomputed if extracted from
6925         a loop. Also, don't extract assignments of an iTemp
6926         from a literal.
6927         * src/SDCCast.c (isConformingBody): loop reversal should
6928         not occur if the control variable is involved with a
6929         relational operator.
6930
6931 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6932
6933         * .version: bumped to 2.3.6 to reflect the big improvements
6934         made by Erik and Klaus. Thanks!
6935
6936 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6937
6938         Replaced the livrange code.
6939         * src/SDCClrange.c: added new LR code
6940         * src/SDCCloop.c,
6941         * src/SDCCBBlock.h: removed remainig parts from old LR code
6942         * src/ds390/ralloc.c,
6943         * src/ds390/gen.c: minor fixes to make it work with new code
6944
6945 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6946
6947         * as/hc08/asm.h,
6948         * as/hc08/lkrloc.c,
6949         * src/hc08/gen.c,
6950         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6951         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6952         (tweaked fix for bug #818696)
6953
6954 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6955
6956         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6957
6958 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6959
6960         * src/SDCCmain.c,
6961         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6962         * src/mcs51/gen.c (gencjneshort),
6963         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6964         more efficient (per Scott Bronson's suggestion)
6965
6966 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6967
6968         Extended the semantics of the critical keyword to include
6969         individual statements. See RFE #827755 and #799831
6970         * src/SDCC.y
6971         * src/SDCCicode.c
6972         * src/SDCCopt.c
6973         * src/SDCCast.c
6974         * support/Util/SDCCerr.c
6975         * support/Util/SDCCerr.h
6976         * src/mcs51/gen.c
6977         * src/ds390/gen.c
6978         * src/hc08/gen.c
6979
6980 2003-10-19  Borut Razem <borut.razem AT siol.net>
6981
6982         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6983
6984 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6987         Fixed bug #818696
6988         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6989         and predecrement operand is displayed
6990
6991 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6992
6993         * src/SDCCval.c (valMinus): fixed bug #826041
6994
6995 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6996
6997         Some hc08 related updates that I missed earlier
6998         * sim/ucsim/stypes.h
6999         * support/regression/ports/hc08/spec.mk
7000
7001 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7002
7003         New target "hc08" for the Motorola 68hc08 family of micros
7004
7005         * configure
7006         * configure.in
7007         * Makefile
7008         * src/hc08/*
7009         * src/SDCCmain.c
7010         * src/port.h
7011         * sim/ucsim/hc08.src/*
7012         * sim/ucsim/configure.in
7013         * src/ucsim/configure
7014         * sim/ucsim/packages_in.mk
7015         * as/hc08/*
7016         * as/Makefile
7017         * device/include/mc68hc908qy.h
7018         * device/lib/hc08/*
7019         * device/lib/Makefile.in
7020         * support/regression/ports/hc08/*
7021         * support/regression/Makefile
7022
7023 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7024
7025         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7026         regression test
7027         * src/ds390/gen.c (genCast): fixed bug #821957
7028
7029 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7030
7031         * device/lib/logf.c: "fixed" overlay bug
7032         * support/regression/ports/host/spec.mk: added m library
7033         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7034         * support/regression/tests/float_trans: added (for Eric)
7035
7036 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7037
7038         * src/mcs51/gen.c (genCpl): fixed bug
7039         http://sf.net/mailarchive/message.php?msg_id=6263915
7040
7041 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7042
7043         * src/SDCCast.c (decorateType): added extended constant folding
7044         * src/SDCCsymt.c (computeType): cleanup
7045         * src/SDCCval.c (valShift): minor optimization
7046         * support/regression/tests/ast_constant_folding.c: added
7047
7048 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7049
7050         * src/SDCCmain.c: removed some unintended changes
7051
7052 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7055         * src/z80/gen.c: fixed part of bug #817589
7056         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7057
7058 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7059
7060         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7061         * src/SDCCcflow.c
7062         * src/SDCCcse.c
7063         * src/SDCCdflow.c
7064         * src/SDCClabel.c
7065         * src/SDCClrange.c
7066         * src/SDCCmem.c
7067         * src/SDCCopt.c
7068         * src/SDCCpeeph.c
7069         * src/SDCCset.c
7070         * src/avr/ralloc.c
7071         * src/ds390/ralloc.c
7072         * src/izt/ralloc.c
7073         * src/mcs51/ralloc.c
7074         * src/pic/ralloc.c
7075         * src/pic16/ralloc.c
7076         * src/xa51/ralloc.c
7077         * src/z80/ralloc.c
7078         * src/z80/gen.c: removed unused label "release:"
7079
7080 2003-10-06  Borut Razem <borut.razem AT siol.net>
7081
7082         * src/SDCC.lex: removed definition of unused variables
7083           save_optimize and save_options
7084
7085 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7086
7087         * clean.mk: removed '=' in "-maxdepth=1"
7088         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7089         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7090
7091 2003-10-06  Borut Razem <borut.razem AT siol.net>
7092
7093         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7094           my_unput() replaced by unput()
7095
7096 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7097
7098         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7099         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7100         type-punned pointer will break strict-aliasing rules"
7101         Old LR behaviour is again default; Klaus' LR can be choosen by
7102         defining the environment variable LRKLAUS
7103         * src/SDCCBBlock.h
7104         * src/SDCCloop.c
7105         * src/SDCClrange.c
7106         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7107         * clean.mk: fixed removal of files in bin/CVS/
7108         * device/lib/clean.mk: fixed removal of directories small and large
7109         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7110         * src/SDCCicode.c,
7111         * src/SDCCval.c: removed superflous test for pedantic
7112
7113 2003-10-05  Borut Razem <borut.razem AT siol.net>
7114
7115         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7116           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7117           message "unmatched #pragma SAVE and #pragma RESTORE"
7118
7119 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7120
7121         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7122           assembly, critical functions, atomic, nojtbound)
7123
7124 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7125
7126         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7127         * src/SDCCBBlock.h
7128         * src/SDCCloop.c
7129         * src/SDCCloop.h
7130         * src/SDCClrange.c
7131
7132 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7133
7134         * src/z80/gen.h,
7135         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7136         * src/mcs51/gen.h
7137         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7138         * src/ds390/gen.h
7139         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7140         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7141         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7142
7143 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7144
7145         * src/z80/gen.c (genRet): fixed bug #524753
7146         * src/z80/gen.c (genCast): fixed internal error on cast from
7147         pointer to long
7148         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7149         fix for bug #477835 to the z80
7150         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7151         for tracking iCodes in the peephole optimizer for z80
7152
7153 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7154
7155         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7156         the other part of bug #814548
7157         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7158
7159 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7160
7161         * src/SDCCcse.c: fixed part of bug #814548
7162
7163 2003-09-28  Borut Razem <borut.razem AT siol.net>
7164
7165         * src/asm.c: rewrite of printILine() to use temporary file instead
7166           a pipe
7167         * src/xa51/main.c: commented out declaration of int rewinds
7168
7169 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7170
7171         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7172
7173 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7174
7175         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7176         * src/asm.c (printILine): Fixed bug #811015
7177
7178 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7179
7180         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7181         freeing.
7182
7183 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7184
7185         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7186         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7187         to correctly handle general case of AOP_PAIRPTR
7188         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7189
7190 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7191
7192         * src/mcs51/ralloc.c (fillGaps),
7193         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7194         register positioning bug)
7195
7196 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7197
7198         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7199
7200 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7201
7202         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7203         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7204         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7205         (ralloc doesn't intentionally do this now, but perhaps later)
7206         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7207         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7208         register positioning bugs (Fixed bug #762602 and #795325)
7209         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7210         (Fixed bug #808779)
7211         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7212         lines that --i-code-in-asm generates
7213
7214 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7215
7216         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7217         trying to fclose a FILE* that was already closed.
7218
7219 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7220
7221         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7222         of const struct should be treated as if const themselves)
7223
7224 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7225
7226         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7227
7228 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7229
7230         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7231         Unix (/n) and DOS (/r/n) line terminations.
7232
7233 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7236         bug #613775
7237
7238 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7239
7240         * src/mcs51/gen.c (genFunction, genEndFunction),
7241         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7242         and restore of EA so that stack offsets to parameters are
7243         correct when using both critical and reentrant/stack-auto.
7244         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7245         size (can be triggered in error if sloc is shared between
7246         different sized objects)
7247         * device/include/float.h: fixed macros to explicitly use
7248         unsigned long where needed
7249
7250 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7251
7252         Feature req. 799831: added code to allow nesting of critical functions
7253         * src/mcs51/gen.c (genFunction, genEndFunction)
7254         * src/ds390/gen.c (genFunction, genEndFunction)
7255
7256 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         * src/SDCCsymt.c (sclsFromPtr),
7259         * src/SDCCsymt.h,
7260         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7261         support for standard C idiom of memory mapped variables; for
7262         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7263         to xdata int at 0x1234 tempvar = 1.
7264         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7265         provided by Akiya ISHIDA
7266
7267 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7268
7269         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7270         * src/SDCCval.c (constVal): added reduction from int to char
7271         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7272         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7273         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7274         to ignore the sign
7275         * support/regression/tests/shifts.c: fixed
7276
7277 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7278
7279         * src/z80/gen.c (genXor): Fixed bug #805445
7280
7281 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7282
7283         Fixed bug #621531 (const & volatile confusion in the type chain).
7284         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7285         refer to the const or volatile state of the pointer itself.
7286
7287         * src/SDCCast.c
7288         * src/SDCCglue.c
7289         * src/SDCCicode.c
7290         * src/SDCCsymt.c
7291         * src/SDCCval.c
7292         * src/SDCC.y
7293         * src/SDCCsymt.h
7294         * src/pic/gen.c
7295         * src/pic/ralloc.c
7296         * src/pic16/gen.c
7297         * src/pic16/ralloc.c
7298         * support/regression/tests/const.c
7299
7300 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7301
7302         When checking for duplicated modules, use absolute paths
7303         instead of relative paths.  Files changed:
7304
7305         * as/mcs51/lklib.c
7306         * link/z80/lklib.c
7307
7308 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7311
7312 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7313
7314         * device/include/string.h: added size_t typedef, changed
7315         prototypes to use size_t, eliminated separate reentrant and
7316         non-reentrant declarations, added _memmove declaration
7317         * device/lib/_memcpy.c: changed to use size_t instead of int,
7318         changed /4 to >>2 to avoid division library call
7319         * device/lib/_memcmp.c,
7320         * device/lib/_memset.c,
7321         * device/lib/_strncat.c,
7322         * device/lib/_strncpy.c,
7323         * device/lib/_strncmp.c: changed to use size_t instead of int
7324         * device/lib/_memmove.c: new file (fixed bug #772294)
7325         * device/lib/Makefile.in: added _memmove.c
7326         * device/lib/z80/asm_strings.s: fixed bug #772290
7327         * support/regression/tests/bitfields.c: attempt to fix host assertion
7328         failure on amd64-unknown-linux2.2
7329
7330 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7331
7332         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7333         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7334         * as/z80/asmain.c (main): fixed bug #801766
7335
7336 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7337
7338         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7339         compilers
7340
7341 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7342
7343         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7344         reported in bug #800609
7345
7346 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7347
7348         * Top header beautifications in src/pic16 directory:
7349           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7350           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7351           pcoderegs.h, ralloc.c, ralloc.h
7352         * main.c: added top header and GPL license notice
7353         * pcode.c: fixed the if-conditional warning
7354
7355 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7356
7357         * device/lib/_mullong.c: replaced int by short for gcc
7358
7359 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7360
7361         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7362         and JUMPTABLE iCodes properly now (worked by accident before)
7363         * src/mcs51/gen.c (leftRightUseAcc),
7364         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7365         iCode properly now. Use getSize instead of nRegs since a & b
7366         aren't part of the nRegs tally.
7367
7368 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7369
7370         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7371         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7372           before instructions that use the _STATUS register
7373
7374 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7375
7376         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7377         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7378         fetching of the pointer
7379         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7380         copied from genNearPointerSet()
7381         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7382         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7383         If they pop r0/r1 they must be called in the opposite order than aopOp().
7384         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7385         (resp. --stack-auto), prepared for --xstack
7386
7387 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7388
7389         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7390
7391 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7392
7393         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7394         these ports have their own __sdcc_external_start()
7395
7396 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7397
7398         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7399         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7400         type for bits was changed. It resulted in bit variables becoming
7401         global, which is not permitted in PIC 14 assembly output.
7402
7403 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7404
7405         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7406
7407 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7408
7409         Z80 and MCS51 linkers complaint if a public symbol is defined
7410         in more than one library module:
7411
7412         * as/mcs51/lklib.c
7413         * link/z80/lklib.c
7414         * as/mcs51/Makefile.in
7415
7416 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7417
7418         A few small changes that speed up the peephole optimizer.
7419
7420         * src/SDCCpeeph.c
7421
7422 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         Try to make the peephole optimizer smarter by maintaining
7425         an association between the assembly source code and the
7426         iCodes that originated them. Put this information to use
7427         with a new peephole rule condition "notVolatile" so that
7428         the rules can be aggressive yet still safe.
7429
7430         * src/SDCCpeeph.c
7431         * src/SDCCpeeph.h
7432         * src/mcs51/gen.c
7433         * src/mcs51/peeph.def
7434
7435 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7436
7437         Fixed bug #741761
7438
7439         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7440         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7441         if the left or right operand symbols have the accuse flag set.
7442
7443 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7444
7445         Changed the type of the result of the ! (NOT) operator to char;
7446         previously it returned the same type as the source. This allows
7447         us to eliminate all the genFloatNot functions (all of its target
7448         implementations were very buggy) since !float can use the same
7449         code as !long now.
7450
7451         * src/SDCCicode.c (ast2iCode): ! returns char
7452         * src/mcs51/gen.c (genNot, genNotFloat),
7453         * src/ds390/gen.c (genNot, genNotFloat),
7454         * src/z80/gen.c (genNot, genNotFloat),
7455         * src/pic/gen.c (genNot, genNotFloat),
7456         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7457
7458 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7459
7460         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7461         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7462            during interrupts. Ensure WSAVE is located at a shared bank address.
7463         2. Fixed page selection in some places
7464         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7465            the registers name strings.
7466         4. Fixed "signed / unsigned compare" compiler warnings.
7467         5. The PIC port manages its own allocation of the general purpose
7468            registers, but makes no attempt to reuse them. As a result when
7469            compiling it soon runs out of general purpose registers. Some
7470            additional code was added to the files pcode.c and device.c to walk
7471            through the function call tree and rename the registers so that they
7472            get reused.
7473
7474         * src/pic/device.c
7475         * src/pic/gen.c
7476         * src/pic/glue.c
7477         * src/pic/pcode.c
7478         * src/pic/pcode.h
7479         * src/pic/ralloc.c
7480         * src/pic/ralloc.h
7481         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7482         genPlus() & genMinus() when the result is the same as left or right
7483
7484 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7487
7488 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7489
7490         Made bitfield a distinct type from bit so that bitfields
7491         convert as per ANSI C and bits retain their traditional
7492         boolean style behaviour. Implemented bitfield support in
7493         the z80 port.
7494
7495         * src/SDCCsymt.h,
7496         * src/SDCCsymt.c,
7497         * src/SDCCast.c,
7498         * src/cdbFile.c,
7499         * src/mcs51/gen.c,
7500         * src/ds390/gen.c: bit v bitfield split
7501         * src/z80/gen.c: New support for bitfields
7502         * support/regression/tests/bitfields.c: reenabled z80,
7503         added more tests
7504
7505 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7506
7507         Rules 246.x, 247.x relate to bitfields, the others speed up
7508         access to xdata mapped I/O devices.
7509
7510         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7511
7512 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7513
7514         Cleaned up genPackBits and genUnpackBits and added two helper
7515         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7516         for literal assignments in genPackBits (thanks to Frieder for
7517         reminding me).
7518
7519         * src/mcs51/gen.c
7520         * src/ds390/gen.c
7521
7522 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7523
7524         Fixed bug #748310 (pointer to function type mishandled when the
7525         function name is omitted). Also fixed a SIGSEGV when a function
7526         attribute (reentrant, etc) is used on a non-function or on a
7527         function but misplaced before the parameter list.
7528
7529         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7530         bug #748310
7531         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7532         * support/Util/SDCCerr.h,
7533         * support/Util/SDCCerr.c: Added func attr misuse error msg
7534
7535 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7536
7537         Fixed bug #787649 by anonymous
7538         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7539         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7540
7541 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7542
7543         Fixed numerous bitfield problems.
7544
7545         * src/SDCC.y: More bitfield related error checking
7546         * src/SDCCsymt.h,
7547         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7548         * support/Util/SDCCerr.h,
7549         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7550         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7551         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7552         * support/regression/tests/bitfields.c: tests added
7553
7554 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7555
7556         Made the constant following the "interrupt" keyword optional. If
7557         omitted, the function will not automatically be given an entry
7558         in the interrupt vector table (similar to #pragma NOIV, but
7559         less syntacticly kludgy). The interrupt number is also now
7560         range checked. Also fixed a bug in the high order bit example
7561         in the manual.
7562
7563         * src/SDCC.y
7564         * src/SDCCmem.c
7565         * src/SDCCglue.c
7566         * src/SDCCsymt.h
7567         * support/Util/SDCCerr.c
7568         * support/Util/SDCCerr.h
7569         * doc/sdccman.lyx
7570
7571 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7572
7573         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7574         * src/SDCCicode.c (operandOperation): rewritten some ops
7575         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7576         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7577         other type
7578         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7579         be re-activated by defining REDUCE_LITERALS)
7580         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7581         unsigned, but are signed by default
7582         * src/SDCCval.c (constVal): rearranged
7583         * src/SDCCval.c (valMod): preliminary fix
7584         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7585         * support/regression/literalop.c: added, work in progress
7586
7587 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7588
7589         Generate warnings for useless declarations like "char data;"
7590         that don't do what new users expect.
7591
7592         * src/SDCC.y
7593         * support/Util/SDCCerr.h
7594         * support/Util/SDCCerr.c
7595
7596 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7597
7598         * src/SDCCval.c (valMult): fix overflow detection of negative int
7599
7600 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7601
7602         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7603
7604         Changes to support big endian targets:
7605
7606         * src/ports.h
7607         * src/SDCCglue.c
7608         * src/avr/main.c
7609         * src/ds390/main.c
7610         * src/izt/i186.c
7611         * src/mcs51/main.c
7612         * src/pic/main.c
7613         * src/pic16/main.c
7614         * src/xa51/main.c
7615         * src/z80/main.c
7616
7617 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7618
7619         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7620         * device/lib/time.c: fixed warning "integer overflow in expression"
7621
7622 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7623
7624         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7625         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7626         constants are unsigned; added recognition of "u" flag for unsigned
7627         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7628         * src/SDCCval.c (valDiv, valMod): fixed signdness
7629         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7630         signedness of modulo, left and right shift
7631         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7632         * support/Util/SDCCerr.h: added warning W_INT_OVL
7633         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7634         * src/SDCCast.c (ast_print): improved output of constants
7635
7636 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7637
7638         Fixed some warnings when building with MSVC:
7639
7640         * as\mcs51\asdata.c
7641         * as\z80\asdata.c
7642         * as\mcs51\asm.h
7643         * as\z80\asm.h
7644         * link\z80\aslink.h
7645         * link\z80\lkdata.c
7646         * link\z80\lkeval.c
7647         * link\z80\lkgb.c
7648         * link\z80\lkihx.c
7649         * link\z80\lks19.c
7650         * link\z80\lksym.c
7651         * support\cpp2\cpplib.c
7652         * src\ds390\gen.c
7653         * src\mcs51\gen.c
7654
7655 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7656
7657         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7658
7659 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7660
7661         * support\librarian\clean.mk: Do not remove Makefile.
7662         * support\librarian\Makefile: added.
7663
7664 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7665
7666         Added librarian to MSVC build:
7667         * all.dsp
7668         * sdcc.dsw
7669         * support\librarian\librarian.dsp
7670
7671         'configure' not needed for librarian, removed:
7672         * support\librarian\configure
7673         * support\librarian\configure.in
7674         * support\librarian\config_in.h
7675         * support\librarian\Makefile.in
7676
7677         Hopefully these ones built the librarian and the rest of sdcc properly:
7678         * Makefile
7679         * Makefile.common.in
7680
7681         Messed up 'configure', so revert to previous version:
7682         * configure
7683         * configure.in
7684
7685 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7686
7687         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7688         there, while the mantissa of a double is "only" 53 bits wide.
7689
7690 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7691
7692         Adding sdcclib to the build.  MSVC project coming soon.
7693         Files added/changed:
7694
7695         * support\librarian\clean.mk
7696         * support\librarian\configure
7697         * support\librarian\configure.in
7698         * support\librarian\config_in.h
7699         * support\librarian\Makefile.bcc
7700         * support\librarian\Makefile.in
7701         * support\librarian\sdcclib.c
7702         * Makefile.bcc
7703         * Makefile
7704         * Makefile.common.in
7705         * configure
7706         * configure.in
7707
7708 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7709
7710         Linker now complaints if linked modules have conflicting options, for
7711         example, one compiled using --model-large and another one compiled with
7712         --model-small.  The following files were modified:
7713
7714         * as\mcs51\asdata.c
7715         * as\mcs51\aslink.h
7716         * as\mcs51\asm.h
7717         * as\mcs51\asmain.c
7718         * as\mcs51\asout.c
7719         * as\mcs51\i51pst.c
7720         * as\mcs51\lkdata.c
7721         * as\mcs51\lklibr.c
7722         * as\mcs51\lkmain.c
7723         * as\z80\asdata.c
7724         * as\z80\asm.h
7725         * as\z80\asmain.c
7726         * as\z80\asout.c
7727         * as\z80\z80pst.c
7728         * link\z80\aslink.h
7729         * link\z80\lkdata.c
7730         * link\z80\lklibr.c
7731         * link\z80\lkmain.c
7732         * src\SDCCglue.c
7733
7734 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7735
7736         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7737         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7738
7739 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7740
7741         * src/z80/mappings.i: fix _mul[us][int,long] entries
7742
7743 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7744
7745         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7746
7747 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7748
7749         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7750         * support/regression/tests/bitopcse.c: added
7751         fixed warning:
7752         * src/avr/gen.c:
7753         * src/pic/gen.c:
7754         * src/pic16/gen.c:
7755         * src/z80/gen.c:
7756         * src/xa51/gen.c:
7757
7758 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7759
7760         added support for new library format to z80, gbz80 linkers:
7761         *link/z80/aslink.h
7762         *link/z80/lklex.c
7763         *link/z80/lklib.c
7764         *link/z80/lklist.c
7765
7766 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7767
7768         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7769         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7770
7771 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7772
7773         added DUMMY_READ_VOLATILE:
7774         * src/SDCC.y:
7775         * src/avr/gen.c:
7776         * src/xa51/gen.c:
7777         * src/z80/gen.c:
7778         * src/pic/gen.c:
7779         * src/pic16/gen.c:
7780         * src/mcs51/gen.c:
7781         * src/ds390/gen.c:
7782         * src/SDCCcse.c (algebraicOpts): many improvements
7783         * src/SDCCcse.h: removed algebraicOpts()
7784         * src/SDCCicode.c (picDummyRead): added
7785
7786 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7787
7788         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7789         "Insufficient space in data memory".
7790
7791 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7792
7793         * src/mcs51/gen.c: fixed bug #771358
7794         * src/z80/gen.c: fixed bug #759087
7795
7796 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7797
7798         * src/pic16/glue.c: minor cleanup by Vangelis
7799
7800 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7801
7802         * device/include/regc515c.h: fixed #758477
7803         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7804         * device/lib/_gptrput.c: saved a few bytes
7805         * my tab spacing is 8, yours too?)
7806         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7807         * device/lib/serial.c: process RX bytes earlier than TX bytes
7808         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7809
7810 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7811
7812         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7813
7814 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7815
7816     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7817
7818 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7819
7820         * device/lib/Makefile.in: bad fix, reverted to 1.43
7821
7822 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * device/lib/Makefile.in: added missing z80 object files
7825
7826 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7827
7828         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7829         pic16 progress by Vangelis:
7830         * src/SDCCglobl.h:
7831         * src/SDCCmain.c:
7832         * src/pic/Makefile:
7833         * src/pic:
7834         * pic/Makefile:
7835         * pic16/device.c:
7836         * pic16/device.h:
7837         * pic16/gen.c:
7838         * pic16/gen.h:
7839         * pic16/genarith.c:
7840         * pic16/glue.c:
7841         * pic16/main.c:
7842         * pic16/pcode.c:
7843         * pic16/pcode.h:
7844         * pic16/pcodepeep.c:
7845         * pic16/peeph.def:
7846
7847 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7848
7849     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7850
7851 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7852
7853     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7854     added gbz80 build to MSVC project.
7855     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7856     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7857     from 8051 stuff and setup so it links using a .lnk file.
7858
7859 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7860
7861     * support/librarian/sdcclib.c: sdcc librarian.
7862     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7863     with sdcclib.
7864
7865 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7866
7867     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7868
7869 2003-07-02  Borut Razem <borut.razem AT siol.net>
7870
7871         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7872         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7873         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7874         src/xa51/main.c, src/z80/main.c:
7875         virtualization of glue() function: each port has it's own glue function,
7876         which is accessed by do_glue function pointer in PORT.general structure
7877
7878 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7879
7880         * DS800C400 fun, improved ROM interface and tinibios.
7881
7882 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7883
7884         * More support for DS80C400. Now includes beginning of interface to ROM.
7885
7886 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7887
7888         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7889
7890 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7891
7892         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7893
7894 2003-06-19  Borut Razem <borut.razem AT siol.net>
7895
7896         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7897
7898 2003-06-19  Borut Razem <borut.razem AT siol.net>
7899
7900         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7901         fixed Z80 port - crt0.o: cannot open.
7902
7903 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         * support/Util/MySystem.c (merge_command): revert bad fix
7906
7907 2003-06-18  Borut Razem <borut.razem AT siol.net>
7908
7909         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7910
7911 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7912
7913         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7914         option --use-stdout sends errors to stdout instead of stderr.
7915
7916 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7917
7918         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7919
7920 2003-06-15  Borut Razem <borut.razem AT siol.net>
7921
7922         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7923         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7924         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7925         fixed width array of pointers replaced with sets;
7926         multiple include and lib paths ared transferred to preprocessor and linker
7927         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7928         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7929         fixed width array of pointers
7930         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7931         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7932         fixupPath(), getPathDifference()
7933         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7934         fixed width array of pointers
7935
7936 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7937
7938         * src/pic16/ralloc.c: fix warnings
7939         * src/pic16/pcode.c: fix warning
7940
7941 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7942
7943          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7944         know all the details, but essentially this set of changes enable
7945         the pic16 port to generate movff instructions and generate assembler
7946         directives,
7947         * src/SDCCmain.c:
7948         * src/pic16/gen.c:
7949         * src/pic16/glue.c:
7950         * src/pic16/pcode.c:
7951         * src/pic16/device.c:
7952         * src/pic16/main.c:
7953         * src/pic16/pcode.h:
7954         * src/pic16/pcoderegs.c:
7955         * src/pic16/ralloc.c:
7956         * src/pic16/ralloc.h:
7957
7958 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7959
7960         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7961         added option --vc, so sdcc errors and warnings are compatible with
7962         Microsoft Visual Studio.
7963
7964 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7965
7966         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7967           device/lib/libfloat.lib: added atof function.
7968
7969 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7970
7971         * doc/sdccman.lyx: updated to Lyx 1.3
7972         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7973         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7974         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7975
7976 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7977
7978         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7979
7980 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7981
7982         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7983           additions to the "related tools/documentation" section
7984
7985 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7986
7987         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7988
7989 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7990
7991         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7992         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7993
7994 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         * doc/sdccman.lyx: fix double dash and other minor things
7997         * doc/Makefile: fix double dash
7998
7999 2003-05-28  Karl Bongers(patches from Martin Helmling)
8000         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8001           condition and ignore commands.
8002
8003 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8004
8005         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8006           is in parts still quite out of date, I did changes as far as I felt makes sense
8007           for a non-native english speaker.
8008           Please feel free to add to the manual or to correct my changes.
8009         * doc/Makefile: undid touching the date of intermediate tex files.
8010
8011 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8012
8013         * doc/sdccman.lyx: Manual has an index now
8014
8015 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8016
8017         Finalize muluint/mulsint and mululong/mulslong merging:
8018         * device/lib/_mulint.c
8019         * device/lib/_mullong.c
8020         * device/lib/gbz80/mul.s
8021         * device/lib/gbz80/stubs.s
8022         * device/lib/z80/mul.s
8023         * device/lib/z80/stubs.s
8024         * src/SDCCsymt.c (initCSupport)
8025
8026 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8027
8028         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8029         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8030           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8031           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8032           instead of /Zm500.
8033
8034 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8035
8036         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8037           the regression tests I'm not brave enough to enable 245.b, 245.c
8038         * doc/sdccman.lyx: added latex preamble for hyperref package.
8039           Using pdflatex this will give you a hyperlinked pdf file with
8040           bookmarks. (prepend '%' before /usepackage if this breaks something)
8041
8042 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8043
8044          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8045
8046 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8047
8048         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8049
8050 2003-05-21    <johan AT balder>
8051
8052         * src/SDCCglue.c (printIval): fixed bug #739934
8053
8054 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8055
8056         Applied patch from bug 737905 (renamed yylineo to mylineno):
8057         * src/altlex.c
8058         * src/SDCCast.c
8059         * src/SDCglobl.h
8060         * src/SDCC.lex
8061         * src/SDCCsymt.c
8062         * src/SDCCval.c
8063         * src/pic16/pcode.c: Cleaned warnings
8064         * src/pic16/pcodeflow.c: Cleaned warnings
8065         * src/pic16/pcoderegs.c: Cleaned warnings
8066
8067 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8068
8069         * src/pic16/pcode.c: Cleaned warnings
8070         * src/pic16/pcodepeep.c: Cleaned warnings
8071         * src/pic16/ralloc.c: Cleaned warnings
8072
8073 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8074
8075         * doc/sdccman.lyx: fixed bug 739745
8076         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8077
8078 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8079
8080         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8081         it can be defined with CFLAGS when running configure
8082         * src/SDCCmain.c: fixed compiling + linking with object files
8083
8084 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8085
8086         * configure.in: configure for pic16 port,
8087             added --disable-pic16-port
8088         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8089         * src/SDCCmain.c: linkOptions is changed to set *,
8090             added if/endif conditional macros to remove options help
8091             messages from optionsTable when a port is not configured, added
8092             support for the PIc16 port in the ports table, when executing
8093             the compiler with no port specified on command line, a default
8094             port is selected with the new macro DEFAULT_PORT which is
8095             defined in port.h, in setDefaultOptions() linkOptions is removed
8096             from initialization assignment, since now it is a set,
8097             parseCmdLine uses setParseWithComma for linkOptions, in
8098             linkEdit() linkOptions are accessed with new function indexSet()
8099             which returns the i'th item of a set variable. See SDCCset.c, in
8100             linkEdit() when calling buildCmdLine(), added linkOptions as
8101             last argument. Now users can pass arguments to gplink via the
8102             -Wl option, main() uses pic16glue() to glue up pic16 programs
8103         * src/SDCCpeeph.c: various changes to support pic16
8104         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8105             return the i'th item of the set
8106         * src/SDCCset.h: added function prototype for indexSet()
8107         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8108         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8109         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8110             added macro DEFAULT_PORT
8111         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8112         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8113             generated
8114         * src/pic16/glue.c: commented out some error producing lines
8115         * src/pic16/main.c: __config directives are commented out to stop
8116             gpasm complaining and test the linkage with gplink, _linkCmd and
8117             _asmCmd changed to be more gplink and gpasm friendly
8118         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8119             produced an error when parsed, peep rule 12 is added to utilize
8120             movff, but it is commented out since the pCode does not support
8121             yet a command with 2 address arguments
8122
8123 2003-05-18    <johan AT balder>
8124
8125         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8126         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8127 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8128
8129         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8130   Added feature to script commands from file.
8131
8132 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8133
8134         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8135         * src/SDCCutil.c: include ctype.h for win32
8136
8137 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8138
8139         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8140
8141 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8142
8143         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8144   Fixed so you can set breakpoints prior to run, run does not stop
8145   on entry now.  Add tbreak.  Other enhancements and fixes for use
8146   with ddd.
8147
8148 2003-05-12  Borut Razem <borut.razem AT siol.net>
8149
8150         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8151
8152 2003-05-11  Borut Razem <borut.razem AT siol.net>
8153
8154         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8155         the path of bin directory, so that PATH is the only env. variable, which has to be set
8156         in case of standard installation.
8157         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8158         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8159         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8160
8161 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8162
8163         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8164         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8165         temp files are in the port dir; clean the gen/test directory when
8166         generating new test.c
8167         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8168         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8169         * support/regression/tests/zeropad.c: added
8170
8171 2003-05-09    <johan AT balder>
8172
8173         * src/SDCCglue.c: fixed bug #597940
8174
8175 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8176
8177         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8178   cache sfr, optimize next,step, fix off by one sourceline,
8179   support ddd list function.
8180         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8181
8182 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8183
8184         * support/regression/HTMLgen.py: added compare_s2f()
8185         * support/regression/Makefile: redo 1.27
8186         * support/regression/generate-cases.py: redo 1.5
8187
8188 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8189
8190         * support/regression/tests/float.c: workaround 33 bit hex constant
8191         * support/regression/tests/simplefloat.c: fix division for host
8192
8193 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8194
8195         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8196         that tame's the PIC's over-aggressive optimizer.
8197
8198 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8199
8200          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8201          support for MSVC.
8202
8203 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8204
8205         Initial support for DS80C400. "Hello world" runs on TINIm400
8206         (with polled I/O).
8207
8208 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8209
8210          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8211          * Some notes on ddd usage added in debugger/README
8212          Martin Helmling adding more features and fixes for ddd GUI debugger.
8213          Code added for nexti, stepi, up, down, and other adjustments.
8214
8215 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8216
8217         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8218         * src/pic/peeph.def Added two rules to optimize carry manipulation
8219         * src/pic/* removed debug printfs
8220
8221 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8222
8223         * debugger/mcs51/cmd.c: added header newalloc.h
8224
8225 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8226
8227         * as/Makefile: new EXEEXT
8228         * as/z80/Makefile: remove trailing slash of BUILDIR
8229         * as/z80/clean.mk: new EXEEXT
8230         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8231         * support/cpp2/Makefile.in: new EXEEXT
8232         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8233
8234 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8235
8236         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8237         EXEEXT was introduced to fix all related problems with targets
8238         "clean", "install" and "uninstall"; a couple of further flaws
8239         especially with "clean" have been fixed too
8240         * as/mcs51/Makefile.in
8241         * as/mcs51/clean.mk
8242         * as/z80/Makefile
8243         * Makefile
8244         * clean.mk
8245         * debugger/mcs51/Makefile.in
8246         * debugger/mcs51/clean.mk
8247         * link/z80/Makefile
8248         * link/z80/Makefile.in
8249         * link/z80/clean.mk
8250         * link/Makefile
8251         * packihx/Makefile.in
8252         * packihx/clean.mk
8253         * sim/ucsim/Makefile
8254         * sim/ucsim/clean.mk
8255         * sim/ucsim/avr.src/Makefile.in
8256         * sim/ucsim/avr.src/clean.mk
8257         * sim/ucsim/s51.src/Makefile.in
8258         * sim/ucsim/s51.src/clean.mk
8259         * sim/ucsim/xa.src/Makefile.in
8260         * sim/ucsim/xa.src/clean.mk
8261         * sim/ucsim/z80.src/Makefile.in
8262         * sim/ucsim/z80.src/clean.mk
8263         * sim/ucsim/main_in.mk
8264         * sim/ucsim/packages_in.mk
8265         * sim/ucsim/gui.src/Makefile.in
8266         * sim/ucsim/gui.src/serio.src/Makefile.in
8267         * sim/ucsim/gui.src/serio.src/clean.mk
8268         * src/Makefile.in
8269         * src/clean.mk
8270         * support/cpp2/Makefile.in
8271         * support/cpp2/clean.mk
8272         * support/makebin/Makefile
8273         * support/makebin/clean.mk
8274         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8275         * doc/sdccman.lyx: --program-suffix no longer needed
8276
8277 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8278
8279          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8280          Martin Helmling added support for ddd GUI debugger.
8281          Code added to display assembly, set variables, and other commands
8282          to interface to ddd.
8283
8284 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8285
8286         * as/Makefile: fix target clean
8287         * as/clean.mk: fix target clean
8288         * as/z80/clean.mk: fix target clean
8289
8290 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8291
8292         * Makefile.common.in: added  AT EXEEXT AT
8293         * configure.in: removed all mingw32 stuff
8294         * configure: rebuilt from configure.in
8295         * doc/sdccman.lyx: updated section "installation"
8296         * support/scripts/sdcc_mingw32: adapted to configure
8297         * support/scripts/sdcc_cygwin_mingw32: added
8298
8299 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8300
8301         * src/pic Added object file support for the PIC port
8302         * src/pic Applied patch from Craig Franklin (this started the object file support)
8303         * src/regression Updated the PIC regression tests for object files
8304
8305 2003-04-20  Borut Razem <borut.razem AT siol.net>
8306
8307         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8308           lklex.c: In function `getfid':
8309           lklex.c:203: warning: array subscript has type `char'
8310         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8311           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8312         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8313           stack handling macros
8314
8315 2003-04-19  Borut Razem <borut.razem AT siol.net>
8316
8317         * "handling space characters in file path" task:
8318         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8319         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8320         * support/Util/MySystem.h: make it self-sufficient
8321         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8322           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8323           handling space characters in file path
8324         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8325           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8326         * support/Util/MySystem.c: handling space characters in executable's path
8327
8328 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8329
8330         * as/z80/Makefile: fix permanent rebuild of z80
8331         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8332         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8333
8334 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8335
8336         * src/SDCCopt.c: add special case optimization to replace modulo by
8337           a power of two with a bitwise AND.
8338
8339 2003-04-18    <johan AT balder>
8340
8341         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8342
8343 2003-04-17    <johan AT balder>
8344
8345         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8346         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8347
8348 2003-04-13  Borut Razem <borut.razem AT siol.net>
8349
8350         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8351         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8352           fixed mingw problem in adl_NORMALIZE_PATH
8353
8354 2003-04-12  Borut Razem <borut.razem AT siol.net>
8355
8356         * fixed "#pragma SAVE/RESTORE can not be nested":
8357         * src/SDCC.lex: reworked pragma handling functions
8358         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8359         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8360
8361 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8362
8363         * src/SDCCutil.c (pathEquivalent): defined but not used
8364         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8365         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8366         * configure: rebuilt from configure.in
8367         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8368         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8369         * device/include/Makefile.in: replace sdcc_datadir
8370         * device/lib/Makefile.in: replace sdcc_datadir
8371         * Makefile.common.in: add LDFLAGS from configure
8372         * packihx/Makefile.in: use LDFLAGS
8373         * src/Makefile.in: use LDFLAGS
8374         * support/cpp2/Makefile.in: add LDFLAGS from configure
8375         * support/makebin/Makefile: use LDFLAGS
8376         * .version: bumped version number to 2.3.5
8377
8378 2003-04-12  Borut Razem <borut.razem AT siol.net>
8379
8380         * completed "different paths" task:
8381         * src/SDCCmacro.c: fixed bug in handling quotes
8382         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8383         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8384
8385 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8386
8387         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8388
8389 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8390
8391         * ds390/gen.c ds390/peeph.def: fix bug 706781
8392
8393 2003-04-11  Borut Razem <borut.razem AT siol.net>
8394
8395         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8396
8397 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8398
8399         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8400         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8401          set - this bit used to not be set...).
8402         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8403           bad code in PIC Port
8404         * src/regression/and2.c added to test bug 609268
8405         * src/regression/Makefile added and2.c to regression test
8406
8407
8408 2003-04-08    <johan AT CP255758-A>
8409
8410         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8411         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8412         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8413
8414 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8415
8416         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8417         fix bug #487815
8418         * support/cpp2/Makefile.in: fix bug #487815
8419         * configure: rebuilt from configure.in
8420         * Makefile.common.in: docdir changed, new path suffixes
8421         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8422         * sdcc_vc_in.h: reflect changes from sdccconf.h
8423         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8424         * src/SDCCutil.h: remove BINDIR hack
8425         * doc/sdccman.lyx: update new path hierarchy
8426
8427 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8428
8429         * src/SDCCpeeph.c: added okToRemoveSLOC test
8430
8431 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8432
8433         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8434
8435 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8436
8437         * src/SDCCpeeph.c: added labelIsReturnOnly test
8438         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8439
8440 2003-04-05    <johan AT balder>
8441
8442         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8443         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8444         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8445         * src/SDCCast.c: fixed a warning
8446         * src/SDCCast.h: fixed a warning
8447         * src/SDCCicode.c (operandFromAst): fixed a warning
8448
8449 2003-04-04    <johan AT balder>
8450
8451         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8452         * src/SDCCast.c (decorateType): fixed bug #715076
8453         * src/SDCC.y: fixed bug #702907
8454
8455 2003-04-03    <johan AT balder>
8456
8457         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8458         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8459         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8460         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8461         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8462
8463 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8464
8465         * _decdptr.c: fix return values
8466         * _gptrget.c: fix return values
8467         * _gptrgetc.c: fix return values
8468         * _gptrput.c: fix return values
8469         * _mulint.c: fix return values
8470         * as/z80/Makefile: fix 'make -j' problem
8471
8472 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8473
8474         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8475         * configure.in: big cleanup, updated to autoconf 2.5x
8476         * configure: rebuilt from configure.in
8477         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8478         * sdcc_vc_in.h: reflect changes from sdccconf.h
8479         * doc/Makefile: fixed a flaw in "make install"
8480
8481 2003-04-02    <johan AT balder>
8482
8483         * src/ds390/gen.c (genCmp): no comments
8484         * src/mcs51/gen.c (genCmp): no comments
8485         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8486         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8487
8488 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8489
8490         * support/regression/generate-cases.py: place generated file in given sub directory
8491         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8492         * support/regression/Makefile: improvements for 'make -j';
8493         side effect: it's simpler and faster now
8494
8495 2003-03-31  Borut Razem <borut.razem AT siol.net>
8496
8497         * src/z80/main.c: link-{port} and as-{port} defined without path
8498         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8499
8500 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8501
8502         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8503
8504 2003-03-30  Borut Razem <borut.razem AT siol.net>
8505
8506         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8507           changed type of list parameter to set
8508         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8509         * src/port.h: changed type of do_assemble() parameter to set
8510         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8511           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8512           definition of "cppoutfilename" macro with NULL value in preProcess()
8513         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8514         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8515         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8516           replaced with set *binPathSet
8517         * shash_add() deallocates the item, if allready exsists, before adding the new one
8518         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8519
8520 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8521
8522         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8523           a nested for loop bug in the PIC port
8524         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8525           for loops
8526
8527 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8528
8529         * support/Util/dbuf.h: remove C++ stuff to make it portable
8530
8531 2003-03-28  Borut Razem <borut.razem AT siol.net>
8532
8533         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8534           literal strings in stringLiteral()
8535         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8536         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8537           to the project
8538
8539 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8540
8541         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8542
8543 2003-03-26    <johan AT balder>
8544
8545         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8546         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8547         * src/SDCCast.c (decorateType): fixed " -v < 3"
8548
8549 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8550
8551         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8552         Added Lenny Story's debug infrastructure changes:
8553         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8554         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8555         * src/cdbFile.c: added
8556         * src/SDCCdebug.c: added
8557         * src/SDCCdebug.h: added
8558         * src/SDCCast.c (createFunction)
8559         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8560         * src/SDCCmain.c (parseCmdLine, main)
8561         * src/SDCCmem.c (redoStackOffsets)
8562         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8563         * src/SDCCsymt.h
8564         * src/common.h
8565         * src/avr/gen.c (genAVRCode)
8566         * src/ds390/gen.c (gen390Code)
8567         * src/mcs51/gen.c (gen51Code)
8568         * src/pic/gen.c (genpic14Code)
8569         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8570         * src/xa51/gen.c (genXA51Code)
8571         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8572
8573 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8574
8575         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8576         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8577
8578 2003-03-22    <johan AT balder>
8579
8580         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8581
8582 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8583
8584         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8585         * doc/cdbfileformat.lyx: added, written by Lenny Story
8586         * doc/Makefile: added cdbfileformat.lyx
8587         * doc/clean.mk: added cdbfileformat.lyx
8588
8589 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8590
8591         * src/mcs51/peeph.def: fix bug #705773
8592
8593 2003-03-20    <johan AT balder>
8594
8595         An sfr/sbit can have an "at #" AND an initializer
8596         * src/SDCCsymt.c (checkSClass):
8597         * src/SDCCmem.c (allocGlobal):
8598         * src/SDCCmem.c (allocLocal):
8599         * src/SDCCast.c (createBlock):
8600
8601 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8602
8603         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8604
8605 2003-03-16    <johan AT balder>
8606
8607         Undid the hackup of const and volatile, the problem is much bigger
8608         * src/SDCC.y:1.65
8609         * src/SDCCast.c:1.171
8610         * src/SDCCglue.c:1.138
8611         * src/SDCCicode.c:1.146
8612         * src/SDCCsymt.c:1.150
8613         * src/SDCCval.c:1.65
8614
8615 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8616
8617         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8618         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8619
8620 2003-03-13    <johan AT balder>
8621
8622         Hackup const and volatile modifiers in type chains a bit:
8623         * src/SDCC.y:1.63
8624         * src/SDCCast.c:1.169
8625         * src/SDCCglue.c:1.136
8626         * src/SDCCicode.c:1.143
8627         * src/SDCCsymt.c1.146
8628         * src/SDCCsymt.h1.59
8629         * src/SDCCval.c:1.63
8630
8631 2003-03-12    <johan AT balder>
8632
8633         * src/SDCCBBlock.h: more LRH debugging junk
8634         * src/SDCCcflow.h: more LRH debugging junk
8635         * src/SDCCloop.c: more LRH debugging junk
8636         * src/SDCC.y (struct_declaration): fixed bug #697590
8637         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8638         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8639         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8640
8641 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8642         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8643         test function names must now match exactly).
8644         * src/SDCCcse.c: added special case in findCheaperOp to allow
8645         extending a short integer. Makes less awful code for bug 700121 test case.
8646
8647 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8648
8649         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8650         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8651
8652 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8653
8654         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8655         actually called (operandsNotEqual() was called for all
8656         operandsNotEqualX tests).
8657
8658 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8659
8660         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8661         with shorter literals. Fixes bug 700121.
8662
8663 2003-03-11    <johan AT balder>
8664
8665         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8666
8667 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8668
8669         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8670         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8671
8672 2003-03-10  Borut Razem <borut.razem AT siol.net>
8673
8674         * src/SDCCmain.c: pipe preprocessor's output
8675         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8676         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8677         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8678         which closes all pipes in pipeSet set
8679         * src/SDCCset.c: free deleted item in function deleteSetItem()
8680         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8681         moved from z80 to src subproject
8682         * .version: increased version number to 2.3.4
8683
8684 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8685
8686         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8687         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8688         * support/regression/ports/xa51/spec.mk: fix typo
8689
8690 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8691
8692         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8693
8694 2003-03-09  Borut Razem <borut.razem AT siol.net>
8695
8696         * src/SDCCmain.c: pipe preprocessor's output
8697         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8698         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8699         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8700         which closes all pipes in pipeSet set
8701         * src/SDCCset.c: free deleted item in function deleteSetItem()
8702         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8703         moved from z80 to src subproject
8704
8705 2003-03-09  Borut Razem <borut.razem AT siol.net>
8706
8707         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8708         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8709         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8710         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8711         * src/SDCCglobl.h: unification of WIN32 native definitions
8712
8713 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8714
8715         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8716
8717 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8718
8719         * src/configure.in:   check for endianess (even while cross-compiling)
8720         * src/configure:      check for endianess (even while cross-compiling)
8721         * src/configure_in.h: check for endianess (even while cross-compiling)
8722         * src/avr/gen.c:        remove old endianess stuff
8723         * src/mcs51/gen.c:      remove old endianess stuff
8724         * src/ds390/gen.c:      remove old endianess stuff
8725         * src/pic/gen.c:        remove old endianess stuff
8726         * src/pic/genarith.c:   remove old endianess stuff
8727         * src/pic/glue.c:       fix endianess check
8728         * src/pic16/gen.c:      remove old endianess stuff
8729         * src/pic16/genarith.c: remove old endianess stuff
8730         * src/pic16/glue.c:     fix endianess check
8731         * src/xa51/gen.c:       remove old endianess stuff
8732         * src/z80/gen.c:        fix endianess check
8733         * src/SDCCglue.c:       fix endianess check
8734         * src/ds390/peeph.def: fix bug 700036
8735
8736 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8739         * src/configure: find appropriate data-types on host for SDCC's int and long
8740         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8741         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8742         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8743
8744 2003-03-07    <johan AT balder>
8745
8746         Just a big NOOP:
8747                 some minor cleanups before the big shot
8748                 OP_DEFS and OP_USES now use Kevin's protection
8749                 new option --nolabelopt
8750
8751         * src/SDCCBBlock.c:
8752         * src/SDCCast.c,:
8753         * src/SDCCcflow.c:
8754         * src/SDCCcse.c:
8755         * src/SDCCicode.c:
8756         * src/SDCCicode.h:
8757         * src/SDCClabel.c:
8758         * src/SDCCloop.c:
8759         * src/SDCCmain.c:
8760         * src/ds390/ralloc.c:
8761         * src/mcs51/ralloc.c:
8762         * src/pic/ralloc.c:
8763         * src/xa51/ralloc.c:
8764         * src/z80/ralloc.c:
8765
8766 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8767
8768         * src/pic/pcode.c (get_op): fix 64 bit warnings
8769         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8770         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8771         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8772         * support/regression/tests/malloc.c: fix 64 bit warnings
8773
8774 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8775
8776         * src/mcs51/gen.c (genMinus): fixed bug 696436
8777
8778 2003-03-02  Borut Razem <borut.razem AT siol.net>
8779
8780         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8781
8782 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8783
8784         * configure.in: test for mkstemp
8785         * sdccconf_in.h: add HAVE_MKSTEMP
8786
8787 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8788
8789         * device/include/ctype.h: removed warning while using --stack-auto
8790         * device/include/malloc.h: removed warning while using --stack-auto
8791         * device/include/string.h: removed warning while using --stack-auto
8792
8793 2003-02-23  Borut Razem <borut.razem AT siol.net>
8794
8795         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8796         because NDEBUG is defined (see man assert)
8797         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8798
8799 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8800
8801         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8802         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8803
8804 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8805
8806         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8807         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8808
8809 2003-02-18    <johan AT balder>
8810
8811         * as/mcs51/asmain.c (asmbl): module can start with a digit
8812         * as/z80/asmain.c (asmbl): module can start with a digit
8813
8814 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8815
8816         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8817         * src/asm.c: fix pipe() for Mingw32
8818
8819 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8820
8821         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8822         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8823         make -V work again; --c1mode reads now from stdin
8824         * doc/sdccman.lyx: added --c1mode
8825         * support/Util/SDCCerr.c: new messages for c1 mode
8826         * support/Util/SDCCerr.h: new messages for c1 mode
8827         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8828
8829 2003-02-15    <johan AT balder>
8830
8831         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8832
8833 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         * doc/sdccman.lyx: Environment variables, -o and other minor things
8836
8837 2003-02-14    <johan AT balder>
8838
8839         * src/xa51/main.c: before anyone really tries to use it :)
8840
8841         * Install doc's in share/sdcc/doc
8842         * removed some obsolete files
8843         * Do a proper make distclean and uninstall
8844         M Makefile.common.in
8845         R sdccbuild.sh
8846         M as/Makefile
8847         M device/include/Makefile.in
8848         M device/lib/Makefile.in
8849         M doc/sdccman.lyx
8850         M link/Makefile
8851         M sim/ucsim/doc/Makefile.in
8852         M src/clean.mk
8853         R src/avr/peeph.rul
8854         R src/xa51/peeph.rul
8855         M support/cpp2/Makefile.in
8856         M support/makebin/Makefile
8857
8858
8859 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8862
8863 2003-02-10  Borut Razem <borut.razem AT siol.net>
8864
8865         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8866         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8867         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8868         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8869         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8870         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8871         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8872         src/z80/Makefile.bcc: Borland Makefile cleanup
8873         * as/z80/Makefile.bcc: Added Borland Makefile
8874         * support/cpp2/borland.h: Removed
8875
8876 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8877
8878         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8879         * src/SDCC.lex: new pragma NOIV
8880         * src/SDCCglobl.h: new pragma NOIV
8881         * src/SDCCmem.c: new pragma NOIV
8882
8883 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8884
8885         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8886
8887 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8888
8889         * src/SDCCmain.c: signal handling is switched off by --debug
8890         * doc/Makefile: small fix for install; use clean.mk again
8891         * doc/clean.mk: clean *.pdf and *.html too
8892
8893 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8894
8895         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8896         * device/lib/printfl.c: fix a ds390 bug by making it portable
8897         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8898         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8899         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8900         * debugger/mcs51/cmd.c: converted multi-line string literals
8901         * sim/ucsim/globals.cc: converted multi-line string literals
8902         * src/SDCCmain.c: introduced signal handler to remove temp files
8903         * doc/Makefile: small tweaks, implement clean
8904         * doc: removed generated files
8905
8906 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8907
8908         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8909         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8910         Address Record is not correctly generated for DS390."
8911
8912 2003-02-02  Borut Razem <borut.razem AT siol.net>
8913
8914         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8915         * as/mcs51/asm.h: fixed compilation with Borland C
8916         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8917         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8918         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8919         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8920         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8921         src/z80/Makefile.bcc: delete $(LIB) only if exist
8922         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8923
8924 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * device/include/malloc.h: introduced NULL
8927         * device/include/string.h: introduced NULL
8928         * device/include/stdlib.h: introduced NULL
8929         * device/lib/_memcpy.c: removed NULL
8930         * device/lib/_strcat.c: removed NULL
8931         * device/lib/_strchr.c: removed NULL
8932         * device/lib/_strcmp.c: removed NULL
8933         * device/lib/_strcpy.c: removed NULL
8934         * device/lib/_strcspn.c: removed NULL
8935         * device/lib/_strlen.c: removed NULL
8936         * device/lib/_strncat.c: removed NULL
8937         * device/lib/_strncmp.c: removed NULL
8938         * device/lib/_strncpy.c: removed NULL
8939         * device/lib/_strpbrk.c: removed NULL
8940         * device/lib/_strrchr.c: removed NULL
8941         * device/lib/_strspn.c: removed NULL
8942         * device/lib/_strstr.c: removed NULL
8943         * device/lib/_strtok.c: removed NULL
8944         * device/lib/malloc.c: removed NULL, include own header
8945
8946 2003-02-02    <johan AT balder>
8947
8948         * 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
8949         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8950         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8951         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8952         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8953         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8954
8955 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8956
8957         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8958         area 'DATA'"
8959
8960 2003-02-01    <johan AT balder>
8961
8962         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8963
8964 2003-01-31    <johan AT CP255758-A>
8965
8966         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8967
8968 2003-01-30    <johan AT balder>
8969
8970         * src/SDCCBBlock.c: automatic bug detection
8971         * src/SDCCicode.c: automatic bug detection
8972
8973 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8974
8975         * src/SDCCglobl.h:   now --xram-size 0 works
8976         * src/SDCCmain.c:    now --xram-size 0 works
8977
8978 2003-01-29    <johan AT balder>
8979
8980         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8981
8982 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8983
8984         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8985         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8986         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8987         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8988         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8989         * src/SDCCmain.c:    Added options --xram-size and --code-size
8990
8991 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8992
8993         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8994         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8995
8996 2003-01-27    <johan AT balder>
8997
8998         * src/SDCC.y: fixed bug #613764
8999
9000 2003-01-26    <johan AT balder>
9001
9002         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9003         * src/SDCCsymt.h: fixed bug #673374
9004         * src/SDCCglue.c: fixed bug #661910
9005         * src/SDCCast.c: fixed bug #458099 and 673374
9006
9007 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9008
9009         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9010         * as/mcs51/strcmpi.h: added
9011         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9012         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9013         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9014         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9015         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9016         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9017         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9018         * as/mcs51/Makefile.aslink: new module strcmpi
9019         * as/mcs51/Makefile.asx8051: new module strcmpi
9020         * as/mcs51/Makefil.bcc: new module strcmpi
9021         * as/mcs51/Makefile.in: new module strcmpi
9022         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9023
9024 2003-01-26    <johan AT balder>
9025
9026         * src/SDCCglue.c: reverted back to 1.124
9027         * src/SDCCast.c: reverted back to 1.156
9028         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9029
9030 2003-01-25    <johan AT balder>
9031
9032         * src/SDCCglue.c: A better fix for bug #661910
9033         * src/SDCCast.c: A better fix for bug #661910
9034         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9035
9036 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9037
9038         * src/Makefile.in: remove spawn.o
9039         * src/SDCCmain.c: remove spawn.h
9040         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9041         * src/spawn.c: removed
9042         * src/spawn.h: removed
9043         * support/regression/ports/ds390/spec.mk: link with -r
9044
9045 2003-01-24    <johan AT CP255758-A>
9046
9047         * src/ds390/gen.c (aopOp): fixed bug #667458
9048         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9049         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9050         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9051
9052 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9053
9054         * src/mcs51/peeph.def: better assembler identation by Frieder
9055         * src/mcs51/gen.c: better assembler identation by Frieder
9056
9057 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9058
9059         * as/z80/string.h: removed for gcc 3.2
9060         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9061         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9062
9063 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9064
9065         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9066         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9067         * support/regression/Makefile: separate temp files for ports
9068         * support/regression/generate-cases.py: separate temp files for ports
9069         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9070         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9071
9072 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9073
9074         * moved tinitalk to device/examples/ds390
9075
9076 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9077
9078         * as/mcs51/lkmem.c: rflag is for DS390
9079         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9080         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9081                          (linkEdit): move mem- and map-files the same way as ihx-files
9082         * src/z80/main.c (_setDefaultOptions): removed --generic
9083         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9084         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9085         * src/pic/glue.c (picglue): --c1mode works again
9086         * src/pic16/glue.c (pic16glue): --c1mode works again
9087         * src/asm.c (printCLine): fix #660034
9088
9089 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9090
9091         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9092         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9093         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9094         * as/mcs51/lkmem (summary): better fix for sp problem
9095         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9096         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9097         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9098                                               remove --stack-after-data
9099
9100 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9101
9102         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9103         * src/SDCCutil.c (join): ugly bug: missing '\0'
9104         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9105
9106 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9107
9108         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9109         * src/port.h: typo
9110         * src/pic/main.c (_asmCmd): gpasm supports -o
9111         * src/z80/main.c: more general macros
9112         * device/lib/Makefile.in: remove intermediate files
9113
9114 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9115
9116         * .version: Bumped version number to 2.3.3
9117         * src/SDCCBBlock.c: new option -o
9118         * src/SDCCglobl.h: new option -o
9119         * src/SDCCglue.c: new option -o
9120         * src/SDCCmain.c: new option -o
9121         * src/asm.c: new option -o
9122         * src/ds390/main.c: new option -o
9123         * src/pic/glue.c: new option -o
9124         * src/pic/pcode.c: new option -o
9125         * src/pic/ralloc.c: new option -o
9126         * src/pic16/glue.c: new option -o
9127         * src/pic16/pcode.c: new option -o
9128         * src/pic16/ralloc.c: new option -o
9129         * src/z80/main.c: new option -o
9130         * device/lib/Makefile.in: use -o
9131         * support/regression/ports/ds390/spec.mk: use -o
9132         * support/regression/ports/gbz80/spec.mk: use -o
9133         * support/regression/ports/mcs51/spec.mk: use -o
9134         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9135         * support/regression/ports/z80/spec.mk: use -o
9136         * support/regression/ports/ucz80/spec.mk: use -o
9137         * support/regression/ports/xa51/spec.mk: use -o
9138         * support/regression/fwk/lib/timeout.c: fix usage string
9139
9140 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9141         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9142
9143 2003-01-07    <johan AT balder>
9144
9145         * src/SDCCast.c (decorateType): fixed bug #600035
9146
9147 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9148         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9149         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9150         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9151         * src/pic/pcode.c: outcommented unused variable to remove warnings
9152         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9153
9154 2003-01-06    <karl AT turbobit.com>
9155         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9156    regression tests.
9157
9158 2003-01-06    <johan AT balder>
9159
9160         * src/SDCCicode.c: fixed array add
9161
9162 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9163         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9164         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9165
9166 2003-01-04    <johan AT balder>
9167
9168         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9169
9170 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9171         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9172
9173 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9174         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9175         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9176
9177 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9178         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9179
9180 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9181         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9182
9183 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9184         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9185
9186 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9187
9188     * in \sdcc\as\mcs51\ changed these files in order to create an
9189     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9190     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9191     following files to include the previous two files: aslink.dsp,
9192     Makefile.aslink, Makefile.bcc, and Makefile.in.
9193
9194     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9195     .adb instead of .cdb
9196
9197 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9198
9199         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9200         value from option --iram-size.
9201
9202 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9203
9204         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9205         dram[] array.
9206
9207 2002-09-18    <wiml AT hhhh.org>
9208
9209         * SDCClrange.h: exposed setFromRange() and setToRange()
9210         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9211           packRegsForAccUse() (bug 542397)
9212         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9213           multiple times and emitting the fetch operations more than once
9214           added aopGetUsesAcc() function to allow binary operators to
9215           fetch their operands in the correct order; made genMinus() emit
9216           compact code for X = LITERAL - Y
9217
9218 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9219         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9220         sprintf() in line 1267.
9221
9222 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9223         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9224         like ports.
9225
9226 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9227         Changes to aslink (All the changes are marked with 'JCF'):
9228
9229         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9230         summary().
9231
9232         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9233         area BSEG.  Also moves, if possible, the DATA area down into the internal
9234         ram so more space is available.
9235
9236         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9237         sflag.
9238
9239         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9240         not bytes.  Function summary() which creates a memory usage summary
9241         file with extension .mem.  Reports of overlaping stack and small stack
9242         size.  If the space for the stack is less than 16 bytes aslink trows a
9243         warning.
9244
9245         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9246         the 8051.  Option 'y' for memory summary output file.
9247
9248         Changes to sdcc (All the changes are marked with 'JCF'):
9249
9250         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9251
9252         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9253         overlaying area for it (uses RegBankUsed[4]).
9254
9255         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9256         bank zero as used by default.  By default aslink locates the stack
9257         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9258         the creation of the .mem file.  Delegates the allocation of data area
9259         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9260         the begining of the stack area to aslink.
9261
9262         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9263         glue() in SDCCglue.c creates an area for it.
9264
9265 2002-09-03  Borut Razem <borut.razem AT siol.net>
9266         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9267         sdcc/src/pic/glue.c:
9268         introduced atexit() handler for teporay files removal in case of
9269         errors, assertions, ...
9270
9271 2002-08-29  Borut Razem <borut.razem AT siol.net>
9272         * sdcc/support/cpp2/auto-host_vc_in.h:
9273         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9274         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9275         Maybe there is a similar problem with BORLANDC? It should be checked!
9276
9277         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9278         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9279         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9280         was not executed, and the compiler (cl) launched a warning:
9281         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9282
9283 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9284         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9285
9286 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9287         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9288
9289         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9290           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9291           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9292           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9293           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9294           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9295           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9296         - added Release configuration in VS projects
9297         - review of compiler an linker options
9298         - VC .exe files are generated in bin_vc directory, not to interfere
9299           with binaries generated from other projects (cygwin, mingw, bcc ...)
9300
9301         * sdcc/src/yacc.dsp: added
9302
9303         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9304         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9305         and insert the version number definitions from .version
9306
9307         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9308
9309         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9310         added - genarate auto-host.h using auto-host_vc_in.h as template
9311
9312         * sdcc/sdcc_vc.h,
9313         removed from CVS, generated automatically
9314
9315 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9316         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9317
9318 2002-08-11  Borut Razem <borut.razem AT siol.net>
9319         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9320
9321 2002-08-10  Borut Razem <borut.razem AT siol.net>
9322         * src/SDCCmain.c (main):
9323         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9324         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9325         The consequence was that some temporary files were not removed.
9326
9327         * src/SDCCglue.c:
9328         unification of code in functions tempfilename() and tempfile():
9329         function tempnam() is defined in Visual Studio 6.0 and .NET
9330
9331         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9332
9333         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9334           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9335         - removed compiler command line option /WX: Treats all warnings as errors
9336         - update a list of source files, included into the project
9337
9338         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9339           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9340         changed project type to Generic Project so that can be correcly converted to VS.NET project
9341
9342         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9343
9344         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9345
9346         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9347
9348         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9349         added return 0 statements after assert() to make compiler happy
9350
9351         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9352         added newline in the def file to keep MSC compiler satisfied
9353
9354         * sdcc/src/z80/gen.c:
9355         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9356           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9357         - solved MSC error in function aopDump()
9358
9359         * sdcc_vc.h: define PREFIX as "\\sdcc"
9360
9361 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9362         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9363
9364 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9365         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9366         - Rewrote the register banking algorithm.
9367         - Added pCode live-range analysis to registers (for now, only non-used and
9368         singly-used registers optimized away)
9369
9370         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9371
9372         * 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.
9373
9374 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9375         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9376
9377 2002-04-22  Michael Hope  <michaelh AT vroom>
9378
9379         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9380
9381         * configure.in (DD_COPT): Added include support required for gbdk.
9382
9383         * .version: Bumped version number just to increase it.
9384
9385         * src/SDCCmain.c: Added -nostdinc to the default options.
9386
9387 2002-04-15  Michael Hope  <michaelh AT vroom>
9388
9389         * device/lib/z80/printf.c (sprintf): Added.
9390
9391         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9392
9393         * src/z80/peeph.def: Added transpose redundent load rule.
9394
9395         * src/z80/main.c: Added force callee saves for jaune.
9396
9397         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9398
9399         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9400
9401 2002-03-28  Johan Knol  <johan AT balder>
9402
9403         * src/SDCCval.c: fixed bug #532436
9404
9405 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9406         * /src/port.h:
9407         Added "char *Processor" field to the port structure.
9408
9409         * /src/SDCCmain.c:
9410         Added -p option. Allows port dependent processor to be specified.
9411
9412         * all ports:
9413         Initialized the new field char *Processor field to NULL in all ports
9414
9415         * /src/pic/*:
9416         Compiler generated registers for interrupt context saving
9417         were not getting allocated.
9418
9419 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9420
9421         * /src/SDCCast.c:
9422         Fixed left shift. Will promote the left side of a left shift
9423         if a) left shifting more than size of operand or b) when assigned
9424         to something size > size of left side
9425
9426 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9427         * src/pic/*
9428         tons of changes. Register allocation has been
9429         rewritten. Added customization for the various PICs. Flow
9430         analysis is restructured. ...
9431
9432         * src/pic/device.h:
9433         Added
9434
9435         * src/pic/device.c:
9436         Added. device.c is a PIC port hack to accomodate variations
9437         in PIC devices.
9438
9439 2002-03-13  Michael Hope  <michaelh AT vroom>
9440
9441         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9442
9443 2002-03-04  johanknol  <johanknol AT manik>
9444
9445         * /src/SDCCval.c: fixed
9446
9447         const unsigned char arr[][2] = { { 0, 1 } };
9448         t18.c:1: error: Initializer element is not constant
9449
9450 2002-03-04  bela  <bela AT manik>
9451
9452         * /device/include/mcs51reg.h:
9453         ds89c420 register definition update
9454
9455 2002-03-03    <johan AT FRIJA>
9456
9457         * support/Util/SDCCerr.c: did something, but don't no why anymore
9458
9459         * support/regression/tests/bug-524691.c: made it a little less shy
9460
9461         * src/SDCCast.c (decorateType): fixed bug #524697
9462
9463         * src/SDCCast.c: made some lineno improvements
9464
9465         * src/SDCCval.c (getNelements): changed warning to error
9466
9467         * src/SDCCglue.c (printIvalArray): changed warning to error
9468
9469         * src/SDCCicode.c: fixed a warning for mingw
9470
9471         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9472
9473         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9474
9475 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9476
9477         * src/ds390/peeph.def:
9478         Added some more peephole rules
9479
9480         * src/ds390/gen.c: Various fixes & enhancements
9481
9482         * src/SDCClrange.c, src/SDCClrange.h:
9483         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9484
9485         * src/ds390/ralloc.c:
9486         various fixes & enhancements (ds390) specific
9487
9488         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9489         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9490         from rallocs.
9491
9492         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9493
9494 2002-03-02    <johan AT FRIJA>
9495
9496         * src/SDCCast.c (decorateType): fixed bug #524708
9497
9498         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9499
9500         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9501
9502 2002-03-01  Michael Hope  <michaelh AT vroom>
9503
9504         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9505
9506         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9507
9508 2002-03-01    <johan AT FRIJA>
9509
9510         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9511
9512         * src/SDCCast.c (decorateType): fixed bug #524209
9513
9514         * src/SDCCval.c (valNot): fixed bug #524195
9515
9516 2002-02-26    <johan AT balder>
9517
9518         * src/xa51/gen.c: fixed a warning
9519
9520         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9521
9522         * src/SDCCast.c (decorateType): fixed bug #522534
9523
9524 2002-02-23    <johan AT balder>
9525
9526         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9527
9528 2002-02-22    <johan AT balder>
9529
9530         * src/SDCCast.c: fixed bug #514865
9531
9532         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9533
9534 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9535
9536         * sdcc/src/SDCCloop.c:
9537         Previous fix was not good. basic blocks that have "break" or "return" are
9538         not really partof a loop , but live ranges used in these blocks should
9539         be live thru the entire loop, so set partOfLoop but don't add them to
9540         loop region
9541
9542 2002-02-21    <johan AT FRIJA>
9543
9544         * src/SDCCcse.c: fixed bug #514308
9545
9546 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9547
9548         * src/SDCCloop.c:
9549         Fixed BUG #519583. If a conditional block ended in a return/break
9550         statement inside a loop, it was not being considered part of the loop.
9551
9552         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9553
9554 2002-02-10  Karl Bongers <karl AT turbobit.com>
9555
9556         * debugger/*:
9557         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9558         with lots of comments and notes.
9559
9560         * device/examples/test2.c:
9561         Fix bug, "red" variable not being initialized(compiler complained).
9562
9563         * device/examples/Makefile, examples/test3.c:
9564         Add Makefile in device/examples folder, compiles test3.c
9565         for use as a multiple module SDCDB test case.
9566
9567         * sim/ucsim/cmd.src/cmdset.cc:
9568         Took out debug printfs in ucsim "next" command.
9569
9570         * sim/ucsim/xa.src:
9571         Karl and Johan start ucsim XA support.  Most dissassembly working,
9572         about 75% emulation done(plenty of work remaining).
9573
9574         * sim/ucsim/z80.src:
9575         Add Z80 support to ucsim, add test-ucz80 regression test,
9576         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9577         Notice z80 compiler fails on examples/test3.c/crc code.
9578
9579 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9580
9581         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9582         Added support for --parms-in-bank1
9583
9584         * src/ds390/peeph.def:
9585         added a few more peephole optimzations
9586
9587         * src/ds390/main.c:
9588         1) added __builtin_inp & __builtin_outp used to read in data of given length
9589            from a memory mapped port
9590         2) added __builtin_memcmp
9591         3) added __builtin_swapw swap bytes of a short
9592
9593         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9594         1) handle multiple send & receives from register bank1
9595         2) ralloc can now allocate DPTR1 to some liveRanges
9596
9597         * src/SDCCsymt.c, src/SDCCsymt.h:
9598         changes to handle multiple sends & receives
9599
9600         * src/SDCCptropt.h:
9601         added some pointer arithmetic optimization
9602
9603         * src/SDCCptropt.c:
9604         added some pointer arithmetic optimizations but not stable yet so not
9605         called from anywhere (will get this working shortly)
9606
9607         * src/SDCCopt.c: fixed for multiple sends & receives
9608
9609         * src/SDCCmain.c:
9610         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9611         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9612            set preprocessor defines (depending on options)
9613
9614         * src/SDCCicode.c, src/SDCCicode.h:
9615         changes made to handle multiple sends & receives
9616
9617         * src/SDCCglobl.h:
9618         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9619
9620         * src/SDCCcse.c, src/SDCCcse.h:
9621         added function findbackward def (to be used in upcoming optimization)
9622
9623         * src/SDCCcflow.c, src/SDCCcflow.h:
9624         added function returnAtEnd - to determine if a basic block terminates with
9625         a RETURN iCode
9626
9627         * src/SDCCast.c, src/SDCCast.h:
9628         added option parms-in-bank1
9629
9630         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9631         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9632         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9633         adjusted for --parms-in-bank1 option
9634
9635         * device/include/string.h:
9636         donot redefine "reentrant" keyword
9637
9638         * device/include/ds80c390.h: Added some more SFRs
9639
9640 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9641
9642         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9643
9644 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9645
9646         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9647
9648 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9649
9650         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9651
9652 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9653
9654         * Added --xram-movc option
9655
9656 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9657
9658         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9659
9660 2002-01-11  Johan Knol
9661
9662         * Added math lib of Jesus Calvino-Fraga
9663
9664 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9665
9666         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9667         * support/regression/Makefile: new target test-mcs51-stack-auto
9668         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9669
9670 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9671
9672         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9673
9674 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9675
9676         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9677
9678 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9679
9680         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9681
9682         * src/SDCCglue.h: add definition for printIvalChar()
9683
9684 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9685
9686         * src/SDCCast.c: fix #498138 by Johan
9687
9688         * src/SDCCglue.c: fix #498138 by Johan
9689
9690 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9691
9692         * support/regression/Makefile: fix clean
9693
9694         * support/regression/ports/ds390/support.c: fix transmission of last character
9695
9696 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9697
9698         * /sdcc/src/ds390/gen.c:
9699         a) improved computing address of stack variable
9700         b) took out some #if 0 code
9701         c) improved parmBytes adjustment
9702         d) improved genPlusIncr & genMinusIncr
9703         e) genCmp could generate bad code (when left assigned to DPTR)
9704         f) Fixed bug in hasInc
9705
9706         * /sdcc/src/ds390/ralloc.c:
9707         a) packRegsForSupport could mess up live information (Fixed)
9708         b) packRegsDPTRuse could be incorrect for left & right shift
9709
9710         * /sdcc/src/mcs51/ralloc.c:
9711         packRegsForSupport could mess up the live information (Fixed)
9712
9713         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9714
9715         * /sdcc/src/SDCCast.c:
9716         can reverse a loop even if function call is present as long
9717         as the loop control variable is local & is not passed as parameter
9718
9719 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9720
9721         * /sdcc/ChangeLog: *** empty log message ***
9722
9723         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9724         More builtin function additions for TININative
9725
9726         * /sdcc/src/ds390/ralloc.c:
9727         Had broken the regression testsuite
9728
9729         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9730
9731         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9732         Added funcattr hasStackParms will be set for reentrant functions when there
9733         are paramteres on the stack, this helps in minimizing frame pointer generation
9734         typeFromStr can handle function pointers now
9735
9736         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9737         *** empty log message ***
9738
9739 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9740
9741         * /src/ds390/gen.c, /src/ds390/main.c:
9742         More builtin function additions for TININative
9743
9744         * /src/ds390/ralloc.c:
9745         Had broken the regression testsuite
9746
9747         * /src/SDCCast.c: Fixed a bug in dumptree
9748
9749         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9750         Added funcattr hasStackParms will be set for reentrant functions when there
9751         are paramteres on the stack, this helps in minimizing frame pointer generation
9752         typeFromStr can handle function pointers now
9753
9754         * /doc/builtins.txt, /doc/TININative.txt:
9755         *** empty log message ***
9756
9757
9758 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9759
9760         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9761         ALPHA version for -mTININative
9762
9763         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9764         updated to reflect changes in the port structure
9765
9766         * /src/port.h:
9767         added function do_assemble (similar to do_link) if non-null this function
9768         will be called to do assembly (-mTININative) requires a multi command
9769         assembly
9770         added function genAssemblerEnd will be called to generate assembler Epilogue
9771
9772         * /src/SDCCsymt.c:
9773         added _JavaNative to debug info printing
9774
9775         * /src/SDCCmain.c: added option --tini-libid
9776         added port->do_assemble function (-mTININative) has a multi command assemble
9777
9778         * /src/SDCCglue.c: Disabled "constExpr" check
9779         added port->genAssemblerEnd function
9780
9781         * /src/SDCCglobl.h: Added option --tini-libid value
9782
9783         * /src/SDCCast.h:
9784         tookout optimizeCompare from the header (has no external references)
9785
9786         * /src/SDCCast.c: made one more function "static"
9787
9788 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9789
9790         * src/z80/mappings.i: Added z80asm support.
9791
9792         * src/z80/main.c: Added z80asm support on --asm=z80asm
9793
9794         * src/z80/gen.c: Fixed asm portability issues.
9795
9796         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9797
9798         * src/SDCCglue.c (printExterns): Added global/extern split.
9799
9800 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9801
9802         * support/regression/Makefile: added test for mcs51 model large
9803
9804         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9805
9806         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9807
9808 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9809
9810         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9811
9812 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9813
9814         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9815
9816         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9817
9818 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9819
9820         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9821
9822         * support/regression/tests/simplefloat.c: Port to mcs51.
9823
9824 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9825         * support/regression/tests/bug-485362.c: Added.
9826
9827         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9828
9829         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9830
9831         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9832
9833         * src/z80/gen.c (aopDump): Added a dump function.
9834
9835 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9836         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9837
9838         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9839
9840         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9841
9842         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9843
9844         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9845
9846         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9847
9848         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9849
9850         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9851
9852         * support/regression/ports/ds390/support.c: Use tinibios.
9853
9854         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9855
9856 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9857
9858         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9859         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9860
9861         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9862
9863         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9864
9865 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9866
9867         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9868
9869         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9870         (packRegsForIYUse): Created and optimised.
9871
9872 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9873
9874         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9875 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9876
9877         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9878
9879         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9880
9881         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9882
9883 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9884
9885         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9886
9887         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9888
9889 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9890
9891         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9892
9893         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9894
9895         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9896
9897 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9898
9899         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9900         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9901         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9902
9903         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9904
9905         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9906         (genNotFloat): Added.
9907         (genUminusFloat): Added.
9908
9909         * device/lib/z80/Makefile: Added floating pt stubs.
9910
9911         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9912
9913         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9914
9915         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9916
9917 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9918
9919         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9920
9921         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9922
9923         * sdcc/support/regression/Makefile: Add port ds390.
9924
9925         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9926
9927         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9928
9929         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9930
9931         * sdcc/support/regression/ports/ds390/support.c: Added.
9932
9933         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9934
9935         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9936
9937         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9938
9939 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9940
9941         * device/include/malloc.h: Added z80 and gbz80 support.
9942
9943         * device/lib/gbz80/heap.s: Added.
9944
9945         * device/lib/z80/heap.s: Added.
9946
9947         * device/lib/malloc.c: Added z80 and gbz80 support.
9948
9949         * support/regression/tests/malloc.c (testMalloc): Added.
9950
9951         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9952
9953         * support/regression/tests/bug-478094.c: Added.
9954
9955         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9956
9957 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9958
9959         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9960
9961         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9962
9963         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9964
9965         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9966
9967         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9968
9969 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9970
9971         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9972
9973 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9974
9975         * support/regression/tests/bug-477927.c: Added.
9976
9977         * src/z80/peeph.def: Added minor rules.
9978
9979         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9980
9981         * src/z80/peeph.def: Added jump optimisation modification.
9982
9983 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9984
9985         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9986
9987 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9988
9989         * support/regression/tests/funptrs.c: Added.
9990
9991 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9992
9993         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9994
9995 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9996
9997         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9998
9999         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10000
10001         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10002         (movLeft2ResultLong): Created.
10003
10004         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10005         (joinPushes): Added.  Joins two char pushes into a word push.
10006
10007 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10008
10009         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10010
10011         * support/makebin/Makefile (install): Added creation of dest dir.
10012
10013 2001-10-24 Karl Bongers <karl AT turbobit.com>
10014
10015         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10016
10017 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10018
10019         * src/z80/ralloc.c: Turned off faulty pack for one use.
10020
10021         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10022
10023         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10024
10025 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10026
10027         * support/regression/Makefile: Improved clean
10028
10029         * support/regression/ports/gbz80/spec.mk: Added clean
10030
10031         * support/regression/ports/host/spec.mk: Added clean
10032
10033         * support/regression/ports/z80/spec.mk: Added clean
10034
10035         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10036
10037         * support/regression/ports/mcs51/timeout.c: little improvements
10038
10039 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10040
10041         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10042
10043         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10044
10045         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10046
10047 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10048
10049         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10050
10051         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10052
10053 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10054         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10055
10056         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10057
10058         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10059
10060         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10061
10062         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10063
10064         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10065
10066         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10067
10068         * support/regression/tests/longor.c: Added.
10069
10070 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10071
10072         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10073
10074         * as/mcs51/aslink.h: define PATH_MAX
10075
10076         * as/mcs51/asm.h: define PATH_MAX
10077
10078         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10079
10080         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10081
10082         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10083
10084         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10085
10086         * src/SDCCglobl.h: define PATH_MAX
10087
10088         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10089
10090         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10091
10092 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10093
10094         * src/z80/gen.c (gencjneshort): Fixed
10095
10096         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10097
10098 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10099
10100         * support/regression/tests/bug-469671.c: Added.
10101
10102         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10103
10104 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10105
10106         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10107
10108         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10109
10110 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10111
10112         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10113
10114         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10115
10116         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10117
10118         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10119
10120         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10121
10122         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10123
10124         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10125
10126 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10127
10128         * 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.
10129
10130         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10131
10132         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10133
10134 2001-10-07    <johan AT FRIJA>
10135
10136         * device/lib/gets.c (gets): fixed the return value.
10137
10138 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10139         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10140
10141         * 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.
10142
10143         * 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.
10144
10145         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10146
10147         * src/pic/gen.c: Removed Safe_strdup.
10148
10149         * configure.in: Added option to enable libgc support.
10150
10151         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10152         (bitVectUnion): Optimised.
10153         (bitVectIntersect): Optimised.
10154         (bitVectBitsInCommon): Optimised.
10155         (bitVectCplAnd): Optimised.
10156
10157         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10158
10159 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10160
10161         * src/SDCCmain.c: distinguish between assembler debug and plain options
10162
10163         * src/avr/main.c:   remove standard assembler options
10164
10165         * src/ds390/main.c: remove standard assembler options
10166
10167         * src/mcs51/main.c: remove standard assembler options
10168
10169         * src/port.h: removed "PENDING" comment
10170
10171 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10172
10173         * src/device/lib/_mulint.c  : new, with assember functions
10174
10175         * src/device/lib/_mullong.c : new, with assember functions
10176
10177         * src/device/lib/_divuint.c : with assember functions
10178
10179         * src/device/lib/_divsint.c : with assember functions
10180
10181         * src/device/lib/_divulong.c: with assember functions
10182
10183         * src/device/lib/_divslong.c: with assember functions
10184
10185         * src/device/lib/_moduint.c : with assember functions
10186
10187         * src/device/lib/_modsint.c : with assember functions
10188
10189         * src/device/lib/_modulong.c: with assember functions
10190
10191         * src/device/lib/_modslong.c: with assember functions
10192
10193         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10194
10195         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10196
10197         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10198                                       replaced _mululong.c and _mulslong.c by _mullong.c
10199
10200 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10201
10202         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10203
10204 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10205
10206         * src/SDCCglue.c: test, if win32api is available for MINGW
10207
10208 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10209
10210         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10211         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10212         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10213         * support/regression/ports/host/spec.mk: removed GENERIC
10214         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10215         * support/regression/ports/z80/spec.mk: removed GENERIC
10216
10217 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10218
10219         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10220
10221         * support/regression/tests/bug-467035.c: Created.
10222
10223 2001-10-01    <johan AT FRIJA>
10224
10225         * src/SDCC.y: fixed bug #466586 part 1
10226
10227 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10228
10229         * SDCCicode.c: z80 has no generic pointers
10230         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10231
10232 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10233
10234         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10235
10236 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10237
10238         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10239
10240         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10241
10242 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10243
10244         * configure.in: Fixed up so that ucsim is only configured once.
10245
10246         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10247
10248         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10249         (getPathDifference): As above.
10250
10251         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10252
10253         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10254
10255 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10256         * .version: Updated to 2.3.1
10257
10258         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10259         Added copyright header.
10260
10261         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10262         (assemble): Added support for macro based assembler commands.
10263         (linkEdit): Added support for macro based linker commands.
10264         (preProcess): Changed the pre-processor to use macros.
10265         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10266         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10267
10268         * device/lib/z80/crt0.s: Added module name for debugging.
10269
10270 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10271
10272         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10273
10274         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10275
10276         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10277
10278         * src/Makefile.in: Added SDCCmacro and SDCCutil
10279
10280 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10281
10282         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10283
10284 2001-09-16    <johan AT FRIJA>
10285
10286         * 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.
10287
10288 2001-09-15    <johan AT FRIJA>
10289
10290         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10291         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10292
10293 2001-09-11    <johan AT FRIJA>
10294
10295         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10296
10297 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10298
10299         * support/regression/tests/bug-460444.c: Added test case.
10300
10301         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10302         (genCast): Added justification for all of the asserts.
10303
10304 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10305
10306         * support/regression/support.c: _xdata replaced by xdata
10307
10308         * support/regression/spec.mk: removed _generic
10309
10310 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10311
10312         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10313
10314         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10315         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10316
10317         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10318
10319         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10320
10321         * support/regression/tests/bug-460010.c: Added test case.
10322
10323         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10324
10325 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10326
10327         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10328
10329         * support/regression/testfwk.c: removed workaround for bug #436344
10330
10331         * support/regression/tests/bp.c: use less memory with mcs51
10332
10333         * support/regression/tests/bug-441448.c: use less memory
10334
10335         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10336
10337         * support/regression/collate-results.py: typo
10338
10339 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10340
10341         * support/regression/tests/fetchoverlap.c: Added new test case.
10342
10343         * support/regression/tests/bp.c: Added new test case.
10344
10345         * support/regression/tests/bug-448984.c: Added new test case.
10346
10347         * support/regression/tests/pow2shifts.c: Added new test case.
10348
10349         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10350         (genlshTwo): Fixed right shift for count > 8.
10351
10352         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10353
10354 2001-09-08    <johan AT FRIJA>
10355
10356         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10357
10358 2001-09-07    <johan AT FRIJA>
10359
10360         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10361
10362         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10363
10364 2001-09-06    <johan AT FRIJA>
10365
10366         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10367         * bernhard noted me at this: "() equals to (void)" (1.38)
10368
10369 2001-09-05    <johan AT FRIJA>
10370
10371         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10372
10373 2001-09-04    <johan AT FRIJA>
10374
10375         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10376
10377
10378 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10379
10380         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10381
10382 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10383
10384         * link/z80/aslink.h: Fixed path for PATH_MAX
10385
10386 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10387
10388         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10389
10390         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10391
10392         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10393
10394         * 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.
10395
10396 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10397
10398         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10399         (genCmp): Fixed up genCmp for the GB with longs.
10400
10401         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10402
10403         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10404
10405         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10406
10407         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10408
10409 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10410
10411         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10412
10413 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10414
10415         * 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.
10416
10417         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10418
10419 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10420
10421         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10422
10423         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10424
10425 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10426
10427   * sim/ucsim/configure:    little improvement of Cygwin-detection
10428   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10429   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10430   * support/regression/tests/bug-221100.c: small changes for mcs51
10431   * support/regression/tests/bug-221168.c: small changes for mcs51
10432   * support/regression/tests/bug-227710.c: small changes for mcs51
10433   * support/regression/tests/staticinit.c: small changes for mcs51
10434   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10435   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10436   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10437
10438 $Revision$