* src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to replacing...
[fw/sdcc] / ChangeLog
1 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
4         replacing literals
5
6 2005-12-08 Raphael Neider <rneider AT web.de>
7
8         * src/pic/device.c: renamed is_shared to pic14_is_shared
9         * src/pic/gen.c (genIfx): re-enabled handling of sbits
10         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
11           (is_valid_identifier): added for above workaround
12
13 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
14
15         * device/lib/Makefile.in: fixed to enable port-specific-objects
16         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
17           char, thanks Hubert Sack
18         * doc/sdccman.lyx: documented --xstack-loc,
19           elaborated a bit more on interrupts and pitfalls,
20           removed "setjmp/longjmp unsupported",
21           documented some unsupported C99 features
22         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
23         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
24           if, thanks Hubert Sack
25         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
26         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
27           make make_library
28         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
29           regression tests can report resource usage (rfe 700441)
30         * support/regression/collate-results.py: report resource usage
31         * support/regression/ports/ds390/spec.mk,
32         * support/regression/ports/hc08/spec.mk,
33         * support/regression/ports/mcs51/spec.mk,
34         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
35         * support/regression/ports/ds390/uCsim.cmd,
36         * support/regression/ports/hc08/uCsim.cmd,
37         * support/regression/ports/mcs51/uCsim.cmd,
38         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
39         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
40           library, use the default one
41         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
42           building the library
43
44 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
45
46         * config.dsp: added dependency on .version and configure_vc.awk
47         * device/include/setjmp.h: updated for --stack-auto and --xstack
48         * device/include/mcs51/at89c51snd1c.h: corrected line endings
49         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
50         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
51         * device/lib/libsdcc.lib: added _setjmp
52         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
53           (decorateType): fixed bug 1372851,
54           (optimizeGetHbit): fixed warning
55         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
56           array initialisation
57         * support/regression/tests/bug1057979.c: added test for bug 1358192
58         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
59
60 2005-12-03 Borut Razem <borut.razem AT siol.net>
61
62         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
63           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
64
65 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
66
67         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
68         createIval): implement symbol independant "flexible array member",
69         (createIvalCharPtr): implemented flexible array initialisation with a
70         string
71         * src/SDCCsymt.c (copyStruct): removed,
72         (getSize): fixed misleading comment,
73         (getAllocSize): removed, the additional allocation size is now in
74         sym->flexArrayLength,
75         (checkStructFlexArray): new, syntax checks for flexible array members,
76         (compStructSize): added syntax checks for "flexible array members"
77         (copyStruct): removed,
78         (copyLinkChain): removed inefficient fix for bug 770487
79         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
80         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
81         symbol->flexArrayLength
82         * src/SDCCerr.c,
83         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
84         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
85         * support/regression/tests/structflexarray.c: added
86         * support/valdiag/tests/structflexiblearray.c: added
87
88 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
89
90         * src/SDCCast.c (decorateType): fixed bug 1368489
91         * support/Util/SDCCerr.c,
92         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
93
94 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
95
96         * device/include/mcs51/at89c51snd1c.h: added file submitted by
97           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
98
99 2005-11-27 Borut Razem <borut.razem AT siol.net>
100
101         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
102           support/cpp2/mkdeps.h: added command line option
103           -obj-ext=<extension> to SDCPP to define object file externion, used
104           for generation of make dependencies (-M)
105         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
106
107 2005-11-26 Borut Razem <borut.razem AT siol.net>
108
109         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
110           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
111           added pic and pic16 libraries
112
113 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
114
115         * device/include/float.h: Corrected typo in prototype of __fsgt
116
117 2005-11-25 Borut Razem <borut.razem AT siol.net>
118
119         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
120           added creation of model-mcs51-stack-auto libraries
121
122 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
123
124         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
125         and fields-list too
126         * src/SDCCast.c (createIvalArray): removed obsolete comment
127
128 2005-11-24 Borut Razem <borut.razem AT siol.net>
129
130         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
131           added missing device/lib/mcs51/crt*.asm sources
132
133 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
134
135         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
136
137 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
138
139         * device/lib/_fs2schar.c,
140         * device/lib/_fs2sint.c,
141         * device/lib/_fs2slong.c: optimized inline asm
142
143 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
144
145         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
146           Better handling of floats between -1.0 and 0.0.
147
148 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
149
150         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
151           (the missing "if"s prohibited removal of redundant labels)
152
153 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
154
155         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
156           Properly convert floats between -1.0 and 0.0 to long, int, and char
157           types (max integer value of negative floats tends to zero).
158         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
159           Removed changes made so to work properly with floats between
160           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
161           and _fs2char.c
162
163 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
164
165         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
166         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
167         (genCast) cosmetic change
168         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
169         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
170         from mcs51
171         * support/regression/tests/bitfields (testSignedBitfields): added
172
173 2005-11-18 Borut Razem <borut.razem AT siol.net>
174
175         * sdcc/device/lib/Makefile.in: remove all unnecessary files
176         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
177           introduced SILENT option to make building of pic16 libraries less
178
179 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
180
181         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
182           Now they work properly with floats between -1.0 and 0.0
183         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
184
185 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
186
187         * src/SDCCicode.c (printOperand): added missing else
188
189 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
190
191         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
192         reformatted for better readability
193         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
194         signed bitfields
195
196 2005-11-17 Borut Razem <borut.razem AT siol.net>
197
198         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
199           introduced SILENT option to make building of pic16 libraries less
200           verbose - used for nightly snapshot build
201         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
202           available on Win32 platforms.
203         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
204           medium, large, pic and pic16
205
206 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
207
208         * device/lib/printf_large.c: Temporary patch for bug 1358192:
209           printf("%f"...) sets fraction to zero.
210
211 2005-11-16 Raphael Neider <rneider AT web.de>
212
213         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
214           fixes #1357221
215         * src/pic/gen.c (genIfx): implemented for CARRY bit
216         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
217           to generic pointers, fixes #1357332,
218           (pic16_movLit2f): NEW,
219           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
220
221 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
222
223         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
224
225 2005-11-11 Raphael Neider <rneider AT web.de>
226
227         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
228         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
229           compute pointer's type from operand,
230           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
231           improved single bit reads, fixes bug #1353379
232
233 2005-11-09 Borut Razem <borut.razem AT siol.net>
234
235         * support/scripts/sdcc.nsi: added lib/pic to the package
236
237 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
238
239         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
240
241 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
242
243         * support/regression/tests/bug1348008.c: added
244         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
245         * support/regression/tests/bug1337835.c: updated comment
246
247 2005-11-06 Borut Razem <borut.razem AT siol.net>
248
249         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
250           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
251           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
252           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
253           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
254           dynamic construction of cl_error_class and derivates - 2.nd try
255
256 2005-11-05 Borut Razem <borut.razem AT siol.net>
257
258         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
259           bug, which caused Bus Errors on sparc solaris
260
261 2005-11-04 Borut Razem <borut.razem AT siol.net>
262
263         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
264           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
265           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
266           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
267           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
268           and derivates to resolve the initialization problem on OSX
269
270 2005-11-02 Borut Razem <borut.razem AT siol.net>
271
272         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
273           corrected typo - #include <winsock2.h>
274
275 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
276
277         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
278           (_asxxxx_mapping): added org directive for future enhancements
279
280 2005-11-01 Borut Razem <borut.razem AT siol.net>
281
282         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
283           enabled sockets on WIN32
284         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
285
286 2005-10-31 Borut Razem <borut.razem AT siol.net>
287
288         * support/regression/generate-cases.py: escape backslashes in {testcase}:
289           WIN32 backslash path delimiters should be escaped when used in C strings
290         * support/regression/tests/bitfields.c: exclude failing assertions for
291           __CYGWIN32__ and __MINGW32__ hosts
292
293 2005-10-30 Borut Razem <borut.razem AT siol.net>
294
295         * src/SDCCutil.c: corrected double comparison typo
296
297 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * device/lib/medium/Makefile: added for new memory model medium
300         * device/include/asm/mcs51/features.h: updated for medium/pdata
301         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
302           added Multiply & Accumulate sbit's and MAC0_PAGE define
303         * device/include/mcs51/c8051f300.h: added sfr16 definitions
304         * device/include/mcs51/c8051f310.h: added sfr16 definitions
305         * device/lib/_mullong.c: update for medium model
306         * device/lib/incl.mk: added medium model
307         * doc/sdccman.lyx: documented medium model
308         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
309         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
310         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
311         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
312           (allocParms): set SCLS and OCLS to pdata for medium model
313         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
314           for pdata,
315           (powof2): return <0 if not power of 2
316         * src/avr/gen.c (genBitWise): use updated powof2
317         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
318           (shiftR2Left2Result): small optimization in setup, save acc when storing,
319           (shiftLLeftOrResult): use B if necessary
320         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
321         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
322         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
323         * support/regression/Makefile.in: added test-mcs51-medium
324         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
325
326 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
327
328         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
329         specifier unsigned
330         * device/lib/time.c (mktime): fixed bug 1334315
331
332 2005-10-28 Raphael Neider <rneider AT web.de>
333
334         * device/include/pic/p16f_common.inc: added common declarations
335         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
336
337 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
338
339         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
340           (aopPutUsesAcc): added to predict accumulator use,
341           (assignResultValue): save acc if necessary,
342           (genMinusDec): store result if indirectly addressed,
343           (genDivOneByte):  save acc if necessary,
344           (movLeft2Result): bugfix if left already in acc,
345           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
346             attention to accumulator use (esp. pdata),
347           (genReceive): receive pdata correctly
348         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
349         * src/SDCCicode.h: added isOperandInPagedSpace prototype
350
351 2005-10-27 Raphael Neider <rneider AT web.de>
352
353         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
354
355 2005-10-27 Raphael Neider <rneider AT web.de>
356
357         * .version: changed version to 2.5.4
358         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
359         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
360           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
361             arithmetics support routines
362         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
363         * device/lib/Makefile.in: also create installdir for pic
364
365         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
366           pic14 port as well
367         * src/pic/device.c (dump_sfr): rewritten to delegate register
368           placement to the linker (use `extern sym' rather than sym EQU addr),
369           (validAddress): fixed to check last specified address
370         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
371           (popGetLit): truncate literal value to 8 bit,
372           (popGet): moved assert to more appropriate place
373           (popGetExternal): create pCode operand from and mark the according
374             symbol as being `extern'
375           (popGetAddr): added sanity check on immediate's offset, provide
376             GPOINTER tag on demand
377           (aopPut): fixed for immediates,
378           (mov2w_op): move operand's address or contents to WREG (depending on
379             operand type), safer variant of mov2w,
380           (movwf,call_libraryfunc): NEW, handy abbreviations,
381           (get_argument_pcop,get_return_val_pcop,pass_argument,
382           get_returnvalue): interface for accessing function parameters and
383             return values,
384           (assignResultValuei,genRet): use new parameter/return value interface
385           (pic14_getDataSize): back to old version handling generic pointers,
386           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
387             provided implementation and/or fixed old one,
388           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
389             calls, removed legacy 8051 reference code
390           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
391           (loadSignToC): NEW, move the operands sign bit to CARRY,
392           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
393             genRightShiftSigned, accepts negative shift counts,
394           (setup_fsr): load FSR and adjust IRP (indirect memory access),
395           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
396             generic pointers, __data pointers and __code pointers,
397           (genUnpackBits,genPackBits): rewritten to work with generic pointers
398             and signed bitfields, limit bitfields to 8 bit,
399           (genDataPointerGet): fixed number of bytes read,
400           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
401           (genPointerGet,genPointerSet): fixed handling of __code pointers,
402             pointers to constant data are no longer assumed to point to __code
403             space, removed invalid pointer types,
404           (bitpatternFromVal): retrieve the PICs representation of an integer
405             or float literal,
406           (genDataPointerSet): fixed assigning to po_immediate operands,
407           (genGenPointerSet): implemented as library call,
408           (genIfx): fixed incorrect condition,
409           (genAddrOf): limit generic pointers' addresses to 2 bytes,
410             provide GPOINTER tag according to destination's storage class,
411           (genCast): added code to handle casting to generic pointers, added
412             sign-/zero extension of the result
413           (aop_isLitLike,op_isLitLike): fixed handling of immediates
414         * src/pic/gen.h: added macros to access IRP bit in STATUS register
415         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
416           extend the result
417         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
418           address/register resides in the shared banks
419           (emitSymbolToFile): improved to handle global and `pinned' symbols,
420             put all variables into separate sections (have the linker arrange
421             them)
422           (picglue): put init code and interrupt handlers in separate sections
423         * src/pic/main.c: added port specific options table, modified to PORT
424           structure to make GPOINTERs 3 byte, added pic14_options
425           (_pic14_do_link): private linking routine (update paths to libraries,
426             add libsdcc.lib by default)
427         * src/pic/main.h: declare pic14_options
428         * src/pic/pcode.c: fixed instructions i/o relations,
429           (RegCond): reverted to correct version,
430           (newpCodeOpLit): truncate literals to 8 bit,
431           (genericPrint): added debug output,
432           (getRegFromInstruction): fixed for various operand types, simplified
433           (BuildFlow): fixed broken handling of isntructions with labels
434           (LinkFlow): start at last instruction in flow (skip trailing comments),
435             pass the flow on to the next instruction after CALL
436           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
437           (insertPCodeInstruction): fixed inserting after a skip instruction,
438           (DoBankSelect): fixed for labeled instructions
439           (OptimizepBlock): honor --nopeep switch
440           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
441         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
442         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
443           (pCodeOptime2pCodes): allow disabling this optimization via
444             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
445             but is still buggy), started implementation of a dataflow based
446             pCode optimization (CSE + dead code elimination)
447           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
448         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
449           names are independant of the stack location and therefore portable across
450           devices
451
452 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
453
454         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
455           (selectSpil): fixed bug 1337835 by not spilling bit variables
456         * support/regression/tests/bug1337835.c: added test for this bug
457         * src/mcs51/peeph.def: restart after rule 3.c,
458           addded rules 263.x to optimize loading constants
459
460 2005-10-26 Raphael Neider <rneider AT web.de>
461
462         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
463         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
464           (genAssign): emit warning when casting literals to generic pointer
465             type, also applies when taking the address of a fixed variable,
466           (genCast): improved casting to generic pointers
467         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
468           extern variables, added verbose error message
469         * device/include/pic16/{string.h,errno.h}: added #pragma library c
470
471 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
472
473         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
474         carry must be complemented too
475         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
476         could be emitted by genMinus
477         * src/SDCCval.c (constVal): fixed bug 1305065
478
479 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
480
481         * src/SDCCast.c (addCast): added promotion for bit variables
482         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
483         promotion casts + optimisation
484         (optimizeGetWord): fix warning 'i' might be used uninitialized
485         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
486         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
487
488 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
489
490         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
491         all chars are promoted to int; promotion should be handled in SDCCast.c
492
493 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
494
495         * device/lib/_strcmp.c: Fixed bug 1326457
496
497 2005-10-11 Raphael Neider <rneider AT web.de>
498
499         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
500         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
501
502 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
503
504         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
505         * support/regression/tests/sfr16.c: added test for the sfr32 bug
506
507 2005-10-04 Raphael Neider <rneider AT web.de>
508
509         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
510           device/lib/pic16/pics.all: added pic18f1320
511         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
512
513 2005-09-30 Raphael Neider <rneider AT web.de>
514
515         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
516         * src/pic16/devices.inc: NEW, provides device descriptions
517         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
518
519 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
520
521         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
522           GETHBIT
523
524 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
525
526         * doc/sdccman.lyx: updated Highest Order Bit documentation,
527           documented Any Order Bit, Higher Order Byte and Higher Order Word
528         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
529         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
530           (optimizeGetAbit): new, to get any bit, not only the high bit,
531           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
532           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
533           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
534           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
535             RIGHT_OP: also try GETBYTE, GETWORD optimization,
536             GETABIT, GETBYTE, GETWORD: decorate them,
537           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
538           (ast_print): added GETABIT, GETBYTE, GETWORD
539         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
540         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
541           (geniCodeBinary): new generic binary icode,
542           (ast2iCode): added GETABIT, GETBYTE, GETWORD
543         * src/port.h: updated comment for PORT.hasExtBitOp
544         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
545           (genGetByte): new, to get a single byte,
546           (genGetWord): new, to get a word from a long,
547           (gen51Code): added GETABIT, GETBYTE, GETWORD
548         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
549
550 2005-09-23 Raphael Neider <rneider AT web.de>
551
552         * configure.in, configure: have device/lib/pic configured
553         * device/lib/Makefile.in: added model-pic14
554         * device/lib/clean.mk: added pic/ to clean rule
555         * device/lib/pic: added rudimentary pic14 library providing support
556           functions for multiplication/division/generic pointer access
557         * src/SDCCopt.c (convilong): mark support functions as extern
558           for pic14 port as well
559         * src/pic/gen.c (genMult): added assertions,
560           (genpic14Code): emit warning on unhandled iCodes
561         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
562         * src/pic/pcode.c (pCodeOpCopy),
563         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
564           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
565           SFR_REGISTER}), made safe for future extensions
566         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
567           instructions even if preceeded by SKIP instructions (also remove
568           them); removed unused code
569         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
570           prevents leaving parts of the structure uninitialized after copying
571
572 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
573
574         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
575           ago by me
576         * support/regression/tests/addsub.c: added test for the bug
577
578 2005-09-21 Raphael Neider <rneider AT web.de>
579
580         * device/include/pic16/pic18f1220.h,
581           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
582         * device/lib/pic16/Makefile.rules: added missing opening paren
583         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
584           are provided in genutils.c,
585           (genUminusFloat,genUminus,genCmpEq): added asserts on different
586           operand/result sizes,
587           (genCmp): assert on NULL pointers first, then check deref'ed values
588         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
589           result size
590
591 2005-09-18 Raphael Neider <rneider AT web.de>
592
593         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
594           as these are now unused,
595           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
596         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
597           local, avoids uninitialized pointer dereference on r->name
598         * src/pic16/ralloc.c (newReg): fixed indentation
599
600 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
601
602         * src/SDCCval.c (constVal): fixed bug 730366
603         * support/Util/SDCCerr.c,
604         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
605
606 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
607
608         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
609
610 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
611
612         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
613
614 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
615
616         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
617           (hex2dec): made hex_digit unsigned char, removed ascii dependance
618         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
619           (hex2dec): made hex_digit unsigned char, removed ascii dependance
620         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
621         * packihx/packihx.c (hexDigit): made c unsigned char
622         * as/mcs51/lklibr.c (fndsym),
623         * link/z80/lkgb.c (gb),
624         * link/z80/lklibr.c (fndsym),
625         * link/z80/lkrloc.c (relr),
626         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
627         * src/SDCC.lex (checkCurrFile, process_pragma),
628         * src/SDCCglue.c (spacesToUnderscores),
629         * src/SDCCmain.c (setParseWithComma, processFile),
630         * src/asm.c (tvsprintf, printCLine),
631         * src/avr/gen.c (emitcode, aopPut),
632         * src/ds390/gen.c (emitcode),
633         * src/hc08/gen.c (emitcode, emitinline),
634         * src/mcs51/gen.c (emitcode, genInline),
635         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
636           tokenizeLineNode),
637         * src/pic/ralloc.c (debugLog),
638         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
639           tokenizeLineNode),
640         * src/pic16/ralloc.c (debugLog),
641         * src/z80/main.c (_process_pragma):
642            made all ctype.h function calls safe
643         * src/SDCCopt.c: include math.h for fabs
644         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
645           and used them throughout the code to make ctype.h function calls safe
646         * src/ds390/main.c (asmLineNodeFromLineNode),
647         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
648         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
649            unsigned char*
650         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
651           (newpCodeAsmDir): made ctype.h function calls safe
652         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
653           pic16_emitcode):  made lbp unsigned char*
654         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
655           (pic16_newpCodeAsmDir): made ctype.h function calls safe
656         * src/xa51/gen.c (emitcode),
657         * src/z80/gen.c (_emit2): made lbp unsigned char*
658         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
659            char*
660
661 2005-09-05 Raphael Neider <rneider AT web.de>
662
663         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
664           access bank splitpoint
665
666 2005-09-05 Raphael Neider <rneider AT web.de>
667
668         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
669
670 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * .version: changed to version 2.5.3
673         * doc/sdccman.lyx: changed version to 2.5.3,
674           documented --codeseg and --constseg and pragma codeseg and constseg,
675           documented bit parameters (reentrant) and bit returning
676         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
677            currFunc->recvSize, but is this ok for all ports?
678           (ast2iCode): result of ~ on unsigned char must be cast to int for
679            bool to work
680         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
681           function pointers in bit space
682         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
683           (processFuncArgs): call port.reg_parm() with reentrancy info
684         * src/port.h,
685         * src/avr/main.c,
686         * src/ds390/main.c,
687         * src/hc08/main.c,
688         * src/pic/main.c,
689         * src/pic16/main.c,
690         * src/xa51/main.c,
691         * src/z80/main.c: port.reg_parm prototype extended with
692           "bool reentrant" parameter
693         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
694           options.stackAuto for allocating bit register parameters
695         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
696           (genSend): set BitBankUsed if it is,
697           (selectRegBank): factored out of genCall for use in genPcall,
698           (genCall): removed redundant dtype assignmen, use selectRegBank,
699           (genPcall): handle returning in Carry properly, save in F0 if needed,
700           (genReceive): handle bit register parameters
701         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
702           (mcs51_assignRegisters): enable bit registers for all reentrant
703            functions and don't set BitBankUsed unconditionally
704         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
705         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
706         * support/regression/tests/funptrs.c: added tests for BOOL and for return
707
708 2005-08-27 Borut Razem <borut.razem AT siol.net>
709
710         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
711         ppc-osx (Darwin) does not support -u option. It seems that it is
712         supported only on Linux - GNU cp
713
714 2005-08-25 Borut Razem <borut.razem AT siol.net>
715
716         * sim/ucsim/gui.src/serio.src/Makefile.in,
717           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
718           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
719           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
720           install and strip, since the strip at /usr/ccs/bin should be used
721           on solaris
722
723 2005-08-24 Borut Razem <borut.razem AT siol.net>
724
725         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
726
727 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
728
729         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
730         ffffffffu
731
732 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
733
734         * as/mcs51/aslink.h: completed lkrloc.c prototypes
735         * as/mcs51/lkmain.c (link_main): fixed warning
736         * device/include/stdbool.h: ds390 has no advanced bit support yet
737         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
738         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
739         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
740           and updated their macros
741         * src/SDCCval.c (constVal): updated comment for renamed b_long
742
743 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
744
745         * as/mcs51/asdata.c: changed ctype['['] to BINOP
746         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
747           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
748           (oprio): set priority for '['
749         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
750            and adb_24_bit
751         * as/mcs51/asm.h: added defines R_BIT and S_BIT
752         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
753         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
754         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
755           added overlayable BIT_BANK area
756         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
757           (summary2): explain 'T' in legenda
758         * as/mcs51/lkrloc.c: replaced old K&R style,
759           (relr): added R_BIT processing,
760           (errmsg): added "Bit-addressable relocation error",
761           (adb_bit): added for converting from byte- to bit-addressable space,
762           (adb_24_bit): added for converting from byte- to bit-addressable space
763         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
764            used in reentrant functions now even as return value
765         * device/lib/_gptrput.c (_gptrput): removed obsolete code
766         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
767           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
768         * src/SDCCglobl.h: added indicator BitBankUsed
769         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
770            the bit registers b0-b7
771         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
772           (geniCodeCast): fixed bug 1263853,
773           (geniCodeLogicAndOr): put result in bool or char,
774           (geniCodeReceive): added parameter func for accessing the return type,
775           (geniCodeFunctionBody): pass func to geniCodeReceive
776         * src/SDCCmain.c: added indicator BitBankUsed
777         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
778         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
779           (checkSClass): don't put automatic bool/bit on stack,
780           (checkFunction): removed check on function cannot return bit
781         * src/SDCCsymt.h: added newBoolLink prototype
782         * src/mcs51/gen.c (rb1regs): added bit registers,
783           (movc): created for assigning to carry,
784           (pushReg, popReg): created for pushing registers,
785           (sameRegs): check both AOP_REG and AOP_CRY types,
786           (aopOp): handle bit registers,
787           (aopPut): optimization no self-assign,
788           (saveRegisters): push reg->base (bits) only once for bit registers,
789            and use pushReg,
790           (unsaveRegisters): pop reg->base only once and use popReg,
791           (assignResultValue): added parameter func and return in carry for bits,
792           (genIpush): optimization no reload in A if not changed,
793           (genSend): bit parameters in reentrant functions are passed in bit
794            registers by first assigning to bits in B, then save registers and
795            copy B to bits,
796           (genCall): handle returning in Carry properly, save it in F0 if needed,
797           (genPcall): updated assignResultValue call, this is not safe yet for bit
798            returning function !!!
799           (genFunction): don't generate equ's for bit registers and use pushReg,
800           (genEndFunction): take care of bit returning functions and use popReg,
801           (genRet): return bit in Carry,
802           (genIfx): optimize bit registers and other directly addressable bits,
803           (genReceive): updated assignResultValue call
804         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
805           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
806            registers when using stack-auto
807         * src/mcs51/ralloc.c (_G): added allBitregs,
808           (regs8051): added the bit registers,
809           (createStackSpil): use macro IS_BIT,
810           (getRegBit): added to allocate a bit register, else spill,
811           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
812           (updateRegUsage): factored out to ease stepping while debugging,
813           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
814            also allocate bit registers,
815           (fillGaps): handle bit registers,
816           (findAllBitregs): added to create bit vector with all bit registers,
817           (mcs51_allBitregs): returns this bit vector,
818           (mcs51_assignRegisters): when using stack-auto use bit registers for
819            passing parameters and creating local variables
820         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
821
822 2005-08-22 Borut Razem <borut.razem AT siol.net>
823
824         * device/lib/Makefile.in: replaced find option -or with -o
825           to make it run on solaris
826
827 2005-08-22 Raphael Neider <rneider AT web.de>
828
829         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
830           fixes #1265442 (crash on Solaris)
831
832 2005-08-20 Borut Razem <borut.razem AT siol.net>
833
834         * configure, configure.in: added tests for libsocket and libnsl libraries,
835           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
836           from support/regression/Makefile.in
837         * support/regression/Makefile.in: added
838         * device/lib/pic16/Makefile.common.in: force make to use bash shell
839         * sim/ucsim/libtool: regenerated on sparc-solaris
840         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
841           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
842           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
843           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
844           sparc-solaris, which doesn't use GNU ld linker
845         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
846         * as/Makefile: find on sparc-solaris does not support -maxdepth option
847
848 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
849
850         * src/mcs51/peeph.def: updated comments
851
852 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
853
854         * device/lib/_gptrget.c,
855         * device/lib/_gptrput.c: slightly shorter
856         * doc/sdccman.lyx: incremented version
857         * src/mcs51/peeph.def: moved peephole comments to the line of first
858           change to better keep line correlation, reanimated 186.e
859         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
860
861 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
862
863         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
864           David Saxton with quotes around file name.
865
866 2005-08-15 Borut Razem <borut.razem AT siol.net>
867
868         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
869           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
870           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
871           make tests run on x86_64 platform
872
873 2005-08-13 Raphael Neider <rneider AT web.de>
874
875         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
876           as it might be executed DURING a build (parallel make is wonderful)
877
878 2005-08-13 Raphael Neider <rneider AT web.de>
879
880         * device/lib/Makefile.in (port-specific-objects-pic16):
881           revert to cp $(PORT)/bin/*.* $(PORTDIR)
882         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
883           dependency
884         * device/lib/pic16/Makefile.rules: build subdirs before creating
885           the library, removed builddir rule, create $(builddir) early in
886           recurse rule, use empty recurse rule for leaf directories
887         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
888           mkdir errors (race condition), removed duplicate suffix "hex"
889           from clean rules
890         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
891         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
892           prevents mkdir -p from aborting on Alpha
893
894 2005-08-12 Raphael Neider <rneider AT web.de>
895
896         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
897           db-statements in order to allow for arrays of pointers in code
898           sections to be placed without interspersed 0-padding, fixes
899           bug #1256215
900         * (emitStatistics): fixed division by zero for pic18f1220
901         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
902           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
903         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
904         * (pic16_pCodeConstString): keep track of already emitted string
905           literals to prevent "duplicate definitions of symbol _str_NR"
906         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
907           debug message
908         * device/lib/Makefile.in: ignore failing PIC16 library builds
909         * device/lib/pic16/Makefile: do not build if gputils are missing
910         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
911
912 2005-08-10 Raphael Neider <rneider AT web.de>
913
914         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
915           my last commit)
916
917 2005-08-10 Raphael Neider <rneider AT web.de>
918
919         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
920           Rokas' patch to add the new fixed point type "__fixed16x16"
921         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
922           functions for __fixed16x16 arithmetics
923         * device/lib/pic16: reimplemented the build system to support
924           a separate build directory, better handling of libio (create
925           the library in a separate subdir for each architecture) and
926           easier configuration (centralized in Makefile.common)
927
928 2005-08-07 Raphael Neider <rneider AT web.de>
929
930         * src/pic16/gen.c (genrshTwo): fixed sign extension
931         * src/pic16/device.c: added pic18f2320, 4220 and 4320
932         * device/include/pic16/pic18f2220.h: changed some bit definitions,
933           added T0CONbits
934         * device/include/pic16/pic18f4220.h: NEW, header for
935           pic18f4220 and pic18f4320
936         * device/include/pic16/pic18fregs.h: added new devices,
937           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
938         * device/include/pic16/signal.h: resolved name clashes
939           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
940           to also allow testing for interrupt enable bits, added
941           comments on how to use the macros
942         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
943         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
944           register definitions for the devices
945         * device/lib/pic16/pics.all: added new devices
946         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
947           allocated memory
948         * device/lib/pic16/libc/stdlib/memfree: do not count
949           the block header as free memory
950         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
951           simplified and added missing end-of-blocklist-marker
952           (reported by Peter Onion, fixes #1252814)
953         * (_mergeHeapBlock): fixed loop condition
954         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
955           len==0, restructured code
956         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
957           up a bit, reduced bitfield accesses, prevent endless loops
958           in case of heap corruption
959         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
960           "unreferenced arguments/must return a value" warnings
961         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
962           replaced BAUDREG with SPBRG
963         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
964           device/lib/pic16/debug/gstack/gstack.c: replaced
965           _naked, _asm, _endasm with __naked, __asm, __endasm
966
967 2005-08-05 Raphael Neider <rneider AT web.de>
968
969         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
970           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
971
972 2005-08-05 Borut Razem <borut.razem AT siol.net>
973
974         * device/lib/Makefile.in: added missing ';'
975         * configure: removed ^M characters
976
977 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
978
979         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
980           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
981           License
982
983 2005-08-04 Borut Razem <borut.razem AT siol.net>
984
985         * configure.in: pic16 libraries build 2nd try - enable running
986           configure in device/lib/pic16
987         * configure: regenerated from configure.in
988         * device/lib/Makefile.in: create $(PORT)/bin directory
989
990 2005-08-03 Raphael Neider <rneider AT web.de>
991
992         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
993           to get/set values via pointers
994         * (genUnpackBits,genPackBits): changed detection of
995           ptr->bitfield vs. sym.bitfield, fixed access via generic
996           pointers, removed dead (wrong) code for multibyte bitfields
997         * (genNearPointerGet, genGenPointerGet): removed useless code,
998           fixed bitfield detection, fixes #1250594
999         * (genNearPointerSet): removed useless code
1000         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1001           and introduced macro pic16_emitpcode that conditionally emits
1002           the origin of the following pCode (useful for debugging SDCC)
1003         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1004         * (createDefmap): fixed handling of LFSR for --optimize-df
1005
1006 2005-08-02 Borut Razem <borut.razem AT siol.net>
1007
1008         * device/lib/Makefile.in: pic16 libraries build enabled since
1009           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1010
1011 2005-08-02 Raphael Neider <rneider AT web.de>
1012
1013         * src/pic16/gen.c (genPackBits): removed deprecated warning
1014         * (genGenPointerSet): fixed bitfield detection
1015
1016 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1017
1018         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1019
1020 2005-07-31 Raphael Neider <rneider AT web.de>
1021
1022         * device/lib/pic16/libdev/pic18f458.c,
1023           device/include/pic16/pic18f458.h: added missing T0CONbits
1024
1025 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1026
1027         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1028
1029 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1030
1031         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1032
1033 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1034
1035         * device/include/mcs51/at89c51ed2.h: added.
1036
1037 2005-07-23 Raphael Neider <rneider AT web.de>
1038
1039         * src/pic/gen.h: added emitpcode macro for debugging
1040         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1041           and replace by macro adding debug information on demand
1042         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1043         * (gencjne): tried to fix; replaced with correct (slower) code
1044         * (gen{Unp,P}ackBits): fixed single bit access
1045         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1046         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1047           previous instruction
1048         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1049           register has to be handled with care (forbidding movement
1050           of assignments/uses, removing assignments completely, ...)
1051         * (pCodeOptime2pCodes): make use of regIsSpecial
1052         * added lots of debugging output (commented out)
1053         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1054           from being reused as result UNLESS it is known to work
1055
1056 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1057
1058         * support/Util/dbuf.h: include <stddef.h> for size_t
1059         * .version: changed to version 2.5.2
1060
1061 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1062
1063         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1064
1065 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1066
1067         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1068           (genModOneByte): removed needless psha/pula
1069
1070 2005-07-22 Raphael Neider <rneider AT web.de>
1071
1072         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1073           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1074         * src/pic/gen.c (resolveIfx): do not "invent" labels
1075         * (genSkipc): changed to positive logic
1076         * (genSkipCond): removed as no longer needed
1077         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1078           backport from PIC16
1079         * (genLeftShift): check operands are in different registers
1080         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1081           INCF does not update CARRY...
1082         * src/pic/main.c: fixed _linkCmd
1083         * src/pic/pcode.c (unlinkpCode): added inactive code
1084         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1085           alive (do not assign result and operand overlapping registers)
1086
1087 2005-07-22 Raphael Neider <rneider AT web.de>
1088
1089         * src/pic/device.c (dump_sfr): replaced register declaration with
1090           call to emitSymbolToFile() to avoid duplicate symbols
1091         * (assignRelocatableRegisters): do not declare external symbols
1092         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1093           right (take size of type, not etype)
1094         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1095         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1096         * (packRegsForAccUse): disabled assignment of WREG as
1097           the result reg to prevent occurence of just fixed #1235003,
1098           fixes #1242954
1099         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1100           symbols (avoids duplicate symbols in .asm file)
1101         * (pic14emitRegularMap): use emitSymbolToFile()
1102         * src/pic/gen.c (aopOp): fixed spillLocation handling
1103         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1104         * (genDataPointerSet): removed unneccessary variables/output
1105
1106 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1107
1108         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1109         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1110
1111 2005-07-21 Raphael Neider <rneider AT web.de>
1112
1113         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1114           architecture cannot handle them efficiently, fixes bug #1235003
1115         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1116           check for empty sets before using them (fixes bug #1232190)
1117
1118 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1119
1120         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1121           (lnksect2): generate warnings for memory overlap
1122         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1123           constseg to set the name of these segments so you can instruct the linker
1124           to place them in banks
1125         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1126         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1127           added code_seg and const_seg to options
1128         * src/SDCCglue.c (emitMaps): use options.const_seg,
1129           (createInterruptVect): put interrupt vectors in segment HOME,
1130           (glue): put HOME before static segment and put the main glue in HOME,
1131           (glue): use options.code_seg
1132         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1133         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1134           these segments so you can instruct the linker to place them in banks
1135           (linkEdit): use code_loc for HOME segment which should be the first
1136           segment in code memory now
1137         * src/SDCCmem.c: fixed more stuff like bug 1238386
1138         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1139           (changePointer): don't change function pointers to code pointers for
1140           banked functions,
1141           (compareType): added exceptional check for banked function pointers
1142         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1143         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1144           after static in code memory
1145         * src/mcs51/gen.c: added aopLiteralLong prototype,
1146           (aopForSym): use getSize for functions,
1147           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1148           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1149           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1150           the segment,
1151           (genPcall): use call for literal function pointers and generate banked
1152           calls over the one trampoline so there's only one place for the user to
1153           modify according to his/hers hardware,
1154           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1155           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1156         * src/mcs51/main.c: added keyword banked,
1157           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1158         * support/Util/SDCCerr.c,
1159         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1160           needed for passing the bank and address to the trampoline
1161         * device/lib/mcs51/crtbank.asm: added for bankswitching
1162         * device/lib/mcs51/Makefile: added crtbank
1163
1164 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1165
1166         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1167           for fields at offset 0 of a struct or union as reported
1168           on 2005-07-07 in the developer mailing list.
1169
1170 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1171
1172         * src/SDCCmem.c: fixed bug 1238386
1173
1174 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1175
1176         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1177           (patch #1144962), added peephole 300, enabled 259.x
1178         * doc/sdccman.lyx: removed screenshot and provided link instead
1179
1180 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1181
1182         * doc/sdccman.lyx: added section about debugging with ddd
1183         * doc/figures/ddd_example.eps: screenshot of debugging session
1184
1185 2005-07-04 Raphael Neider <rneider AT web.de>
1186
1187         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1188           like CODE pointers, fixes #1115683
1189         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1190           call, fixes bugs #1232211, #1228110,
1191           fixed wrong casts to pCodeFlow from pCodeInstructions
1192
1193 2005-07-04 Raphael Neider <rneider AT web.de>
1194
1195         * src/pic/gen.c (popGet): changed assert to allow for
1196           bit operands
1197         * (popGetAddr): changed signature to provide
1198           an additional index, patched all call sites
1199         * (genCmpEq): handle literal-like operands correctly
1200         * (genAddrOf): added sanity checks on __code/__data pointers
1201         * (genAssign): added handling of symbols from __code section
1202         * (gencjne): do not generate code for comparisons whose result
1203           is neither stored nor used, fixes bug #1171114
1204         * (AccLsh, AccRsh): operate on operand instead of WREG
1205         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1206           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1207           by known count
1208         * rewrote complete shift-by-literal logic, commented unused
1209           functions out
1210         * (genConstPointerGet): get multiple bytes (if result size > 1),
1211           fixed handling of non-immediate addresses
1212         * (genPointerGet): handle CODE pointers like CONST pointers
1213         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1214         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1215           operand is to be treated as a literal or not
1216         * (mov2w,genPcall,genCmpEq),
1217           src/pic/genarith.c: use aop_isLitLike() to decide between
1218           literal/register contents
1219         * (addSign): added missing offset
1220         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1221           only emit comment in debug-mode,
1222           use {aop,op}_isLitLike throughout the file
1223         * src/pic/glue.c: fix initializers for pointers (work in progress)
1224         * src/pic/pcode.c (get_op): honor index on _const symbols
1225         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1226         * (dumppBlock): added pCode size estimation
1227         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1228           check for IS_SYMOP before OP_SYMBOL'ing
1229         * fixed indentation, compacted switch-statements
1230         * (allocReg): find free register and allocate it instead of
1231           allocating new registers all the time
1232         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1233           registers as its operands (necessary only for multibyte GETs)
1234
1235 2005-07-01 Raphael Neider <rneider AT web.de>
1236
1237         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1238           debugging .asm-output macros FENTRY + FEXIT
1239         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1240           way... I wonder...
1241         * (emitpComment): NEW, printf to pCode
1242         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1243           offset handling
1244         * (popGetAddr): NEW, variant of popGet to access an immediates
1245           high(er) bytes instead of the n'th byte of memory they reference,
1246           replaced popGet with popGetAddr where neccessary
1247         * (genDataPointerGet): reactivated and fixed implementation
1248         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1249           accesses
1250         * (genDataPointerSet): fixed multibyte assignments
1251         * (genpic14Code): fixed --i-code-in-asm handling
1252         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1253         * (genPlus): fixed index-out-of-bounds error
1254         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1255         * src/pic/ralloc.c: added debugging output macro FENTRY2
1256         * (spillThis): fixed indentation, enbraced for-body for clarity
1257         * (rematStr): commented out as now unused
1258         * (regTypeNum): commented out special spill case (overwrites
1259           arbitrary values)
1260         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1261
1262 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * doc/sdccman.lyx: documented sfr16/sfr32,
1265           added example for using storage class with function pointers
1266         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1267
1268 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1269
1270         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1271         * device/lib/_itoa.c,
1272         * device/lib/_ltoa.c: optimized codesize
1273         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1274           but don't know how to suppress the double warning.
1275         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1276         * support/Util/SDCCerr.c,
1277         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1278
1279 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1280
1281         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1282           fixed old K&R prototypes
1283         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1284         * device/lib/_gptrget.c,
1285         * device/lib/_gptrgetc.c,
1286         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1287           also new versions for small generic pointers and banked generic pointers
1288         * src/port.h: added const_name
1289         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1290         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1291         * src/SDCCcse.c (findPrevIc): check all associative operators
1292         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1293         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1294         * src/SDCCmem.c: updated comments,
1295           set far-space to 0 for pdata, results in optimized code
1296         * src/SDCCmem.h: added macro CONST_NAME
1297         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1298           moving the info into the highest bits, see also gptrget/gptrput
1299         * src/src.dsp: added sdcc.ico to project files
1300         * src/avr/gen.c (genCast): fixed bug 0x%d
1301         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1302         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1303           relation between ptr_type and DCL_TYPE,
1304           (genCast): fixed bug 0x%d
1305         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1306           (CODE)" for const_name
1307         * src/hc08/gen.c (genCast): fixed bug 0x%d
1308         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1309           (hc08_port): added "CONST (CODE)" for const_name
1310         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1311           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1312           between ptr_type and DCL_TYPE,
1313           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1314           operand* and took AOP() inside function so sfr-ness can be checked,
1315           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1316           new prototype,
1317           (genFunction, genEndFunction): optimized stack setup,
1318           (genMinus): optimized for literals with ending zeroes (in bytes),
1319           (genCast): fixed bug 0x%d
1320         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1321           (mcs51_port): added "CONST (CODE)" for const_name
1322         * src/mcs51/peeph.def: made rule 226 more generic
1323         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1324         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1325         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1326         * src/z80/main.c (z80_port): added NULL for const_name,
1327           (gbz80_port): added NULL for const_name
1328         * support/regression/tests/bug663539.c,
1329         * support/regression/tests/sfr16.c: new tests
1330
1331 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1332
1333         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1334
1335 2005-06-24 Raphael Neider <rneider AT web.de>
1336
1337         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1338           corrected typos...
1339         * device/include/pic16/signal.h: added USBIF
1340           and SIG_USB
1341
1342 2005-06-24 Raphael Neider <rneider AT web.de>
1343
1344         * device/lib/pic16/libdev/pic18f2455.c,
1345           device/include/pic16/pic18f2455.h: NEW
1346         * device/include/pic16/pic18fregs.h,
1347           device/lib/pic16/pics.all,
1348           src/pic16/device.c: added 18f2455
1349         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1350           device/include/pic16/{pic18f[68][567].h,usart.h}:
1351           replaced MULTIPLE_USARTS define with more relaible
1352           compatibility sfrs (for USART access)
1353
1354 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1355
1356         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1357           and the output asm file line is printed on two lines.
1358
1359 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1360
1361         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1362           BGT, BLE, BHI, and BLS instructions
1363         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1364           genCmpEq): removed
1365         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1366           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1367           fixes bug #1216342
1368         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1369
1370 2005-06-15 Raphael Neider <rneider AT web.de>
1371
1372         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1373         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1374         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1375           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1376           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1377
1378 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1379
1380         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1381           Marcel Telka in bug #1215704
1382
1383 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1384
1385         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1386           located in shared memory bank.
1387
1388 2005-05-31 Raphael Neider <rneider AT web.de>
1389
1390         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1391           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1392           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1393
1394 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1395
1396         * device/lib/_strncpy.c: fixed the fix
1397
1398 2005-05-26 Raphael Neider <rneider AT web.de>
1399
1400         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1401           initializers with \0, bug #1208187
1402         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1403           intializers with \0, bug #1208187
1404
1405 2005-05-26 Raphael Neider <rneider AT web.de>
1406
1407         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1408           initializers with \0, bug #1208187
1409         * src/pic16/main.c (_process_pragma): added sanity checks
1410           for stack position and size, emit warnings when appropriate
1411
1412 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1413
1414         * device/lib/_strncpy.c: fixed not filling with \0
1415
1416 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1417
1418         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1419           createFunction),
1420         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1421           compound_statement),
1422         * src/SDCCsymt.h,
1423         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1424
1425 2005-05-24 Raphael Neider <rneider AT web.de>
1426
1427         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1428
1429 2005-05-24 Raphael Neider <rneider AT web.de>
1430
1431         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1432           TRISE definitions, closes bug #1162453
1433
1434 2005-05-22 Raphael Neider <rneider AT web.de>
1435
1436         * src/pic16/main.c (_process_pragma): check for missing
1437           arguments to pragmas code and udata
1438         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1439           consistency fixes to match other headers (thanks to Jim Paris)
1440         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1441
1442 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1443
1444         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1445
1446 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1447
1448         * support/regression/tests/bug1198642.c: new test
1449         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1450         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1451         * support/scripts/resource.h,
1452         * support/scripts/resource.rc,
1453         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1454         * support/scripts/sdcc.ico: added 32x32 icon
1455
1456 2005-05-18 Raphael Neider <rneider AT web.de>
1457
1458         * device/lib/pic16/libdev/pic18f*.c,
1459         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1460           keywords to "__sfr" and "__at (X)"
1461         * device/include/pic16/pic18fregs.h: added pic18f4520
1462         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1463           #1203088 (MPLAB compatibility)
1464
1465 2005-05-17 Raphael Neider <rneider AT web.de>
1466
1467         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1468         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1469         * device/lib/pic16/pics.all: added new devices
1470         * src/pic16/device.c: added support for pic18f4520
1471
1472 2005-05-16 Raphael Neider <rneider AT web.de>
1473         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1474         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1475         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1476           convenience function for bit access
1477
1478 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1479
1480         * device/lib/printf_large.c: fixed bug 1193299
1481         * support/regression/tests/bug1057979.c: added test %3.3s
1482
1483 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1484
1485         * device/include/mcs51/8051.h,
1486         * device/include/mcs51/8052.h: made parseable with lint
1487         * device/include/mcs51/lint.h: added include file for (sp)lint
1488         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1489         * doc/cdbfileformat.lyx,
1490         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1491
1492 2005-05-14 Raphael Neider <rneider AT web.de>
1493
1494         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1495         * device/lib/pic16/libc/stdlib/itoa.c (new)
1496         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1497         * device/lib/pic16/libio/Makefile: exclude subdir according to
1498           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1499         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1500         * src/pic16/gen.c (genFunction): prevent annoying warning
1501         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1502           nameclashes on BeOS
1503         * support/cpp2/cppmain.c (cpp_output_string): new
1504         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1505           fixes bug 1116802
1506
1507 2005-05-13 Borut Razem <borut.razem AT siol.net>
1508
1509         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1510
1511 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1512
1513         * .version: changed to version 2.5.1; back to bleeding edge development
1514
1515 2005-05-11 Borut Razem <borut.razem AT siol.net>
1516
1517         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1518           generate PDF version 1.3 documents
1519
1520 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1521
1522         * .version: changed to version 2.5.0
1523
1524 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1525
1526         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1527
1528 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1529
1530         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1531         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1532         well as many smaller updates.
1533         * .version: changed to version 2.5.0-pre1
1534
1535 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1536
1537         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1538
1539 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * support/regression/tests/bug1185672.c: added
1542         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1543           bug 1185672
1544         * src/mcs51/gen.c (genCall): added comments, made it look safer
1545         * src/mcs51/gen.c (genEndFunction): simplified
1546
1547 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1548
1549         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1550
1551 2005-04-14 Borut Razem <borut.razem AT siol.net>
1552
1553         * fixed bug 1045046 - SIGSEGV with really simple code?:
1554           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1555           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1556
1557 2005-04-14 Borut Razem <borut.razem AT siol.net>
1558
1559         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1560           src/pic16/device.h: temporarily disabled experimental #inline pragma
1561           for 2.5.0 release
1562
1563 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1564
1565         * device/include/z80/stdio.h,
1566         * device/include/z80/string.h: removed these highly incomplete files so
1567           SDCC can use the default ones in device/include/
1568
1569 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1570
1571         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1572         gcc warning.
1573         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1574         fix sdcpp warnings.
1575
1576 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1577
1578         * device/include/malloc.h: removed redundant __reentrant prototypes
1579         * device/lib/_mullong.c: added working xstack variant in asm (C version
1580           doesn't pass regression tests)
1581         * device/lib/bpx.c: used __data and made bpx char for mcs51
1582         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1583           (createFunction): fixed bug with xstackPtr
1584         * src/SDCCcse.c: corrected comments
1585         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1586           (killDeadCode, eBBlockFromiCode): removed unused code
1587         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1588           corrected comments
1589         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1590           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1591           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1592           (genModOneByte): fixed warning in MSVC
1593         * src/mcs51/main.c (): added comments
1594         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1595
1596 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1597
1598         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1599
1600 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1601
1602         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1603
1604 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1605
1606         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1607         characters arrays of larger size than the declared one.
1608
1609 2005-04-10 Borut Razem <borut.razem AT siol.net>
1610
1611         * src/pic/gen.c (genInline),
1612           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1613           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1614           (findNextInstruction), (findPrevInstruction),
1615           (findInstructionUsingLabel),
1616           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1617         * src/pic/pcode.c (findLabel): added missing '\n'
1618         * src/src.dsp: added SDCCdwarf2.c to the project
1619
1620 2005-04-09 Borut Razem <borut.razem AT siol.net>
1621
1622         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1623
1624 2005-04-08 Raphael Neider <rneider AT web.de>
1625
1626         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1627           into the chain after a given one) and mergeDefmapSymbols (combine
1628           defmap entries for each symbol per pcode)
1629         * (createDefmap): have defmap entries merged in the end
1630         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1631           a symbol before replacing one access type's symbol, merge symbols in
1632           the end (replacement symbol might already have an entry)
1633         * (assignValnums): keep reference to written WREG intact
1634
1635 2005-04-08 Raphael Neider <rneider AT web.de>
1636
1637         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1638           Alpha)
1639
1640 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1641
1642         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1643         bytes
1644
1645 2005-04-07 Raphael Neider <rneider AT web.de>
1646
1647         * device/include/pic16/usart.h: added compatibility defines for
1648           devices with more than one USART
1649         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1650
1651 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1652
1653         * device/lib/Makefile.in: updated for port specific include
1654
1655 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1656
1657         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1658
1659 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1660
1661         * device/include/8051.h,
1662         * device/include/8052.h,
1663         * device/include/at89S8252.h,
1664         * device/include/at89c55.h,
1665         * device/include/at89x051.h,
1666         * device/include/at89x51.h,
1667         * device/include/at89x52.h,
1668         * device/include/mcs51reg.h,
1669         * device/include/reg51.h,
1670         * device/include/reg764.h,
1671         * device/include/regc515c.h,
1672         * device/include/sab80515.h: (re)moved these 12 files
1673         * device/include/mcs51/8051.h,
1674         * device/include/mcs51/8052.h,
1675         * device/include/mcs51/at89S8252.h,
1676         * device/include/mcs51/at89c55.h,
1677         * device/include/mcs51/at89x051.h,
1678         * device/include/mcs51/at89x51.h,
1679         * device/include/mcs51/at89x52.h,
1680         * device/include/mcs51/mcs51reg.h,
1681         * device/include/mcs51/reg51.h,
1682         * device/include/mcs51/reg764.h,
1683         * device/include/mcs51/regc515c.h,
1684         * device/include/mcs51/sab80515.h: and added them here
1685
1686 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1687
1688         * device/include/stdarg.h: changed SDCC specific keywords to double
1689           underlined form.
1690         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1691           mcs51 and ds390.
1692         * device/include/hc08/mc68hc908gp32.h,
1693         * device/include/hc08/mc68hc908jb8.h,
1694         * device/include/hc08/mc68hc908jkjl.h,
1695         * device/include/hc08/mc68hc908qy.h: fixed comments
1696         * device/include/mcs51/README: updated
1697         * device/include/mcs51/c8051f120.h: added PINRSF
1698         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1699         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1700           amidst code. Also inline is not supported.
1701
1702 2005-04-06 Raphael Neider <rneider AT web.de>
1703
1704         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1705         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1706           callers stack/frame pointers
1707
1708 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1709
1710         * device/include/pic16/usart.h: added, missing in previous commit,
1711         * device/include/pic16/adc.h: fixed typo,
1712         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1713         commit,
1714         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1715         <p18fxxx.inc>
1716         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1717         uninitialized because a bug appears with gplink
1718         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1719         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1720         complains for unrecognised option
1721
1722 2005-04-05 Raphael Neider <rneider AT web.de>
1723
1724         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1725           structs as well (using memcpy)
1726         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1727           on ISRs (GOTO has no label)
1728         * src/pic16/device.h: added OF_OPTIMIZE_DF
1729         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1730           new data flow analysis/optimization
1731         * src/pic16/pcode.c: added (prototypes for and implementation of)
1732           dataflow analysis functions, fixed pCodeInstructions' inCond and
1733           outCond values, made RCALL a branch instruction
1734         * (pic16_unlinkpCode): keep C line if possible
1735         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1736           C line moved if possible
1737         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1738         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1739           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1740         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1741           new flow)
1742         * (pic16_getJumptabpCode): NEW, needed in...
1743         * (LinkFlow): fixed handling of jumptables, calls and conditional
1744           branches
1745         * (pic16_InsertCommentAfter): NEW
1746         * (pic16_pCodeReplace): made verbose and flow preserving
1747         * (AnalyzeFlow): added call to data flow analysis
1748         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1749         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1750         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1751
1752 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1753
1754         * src/SDCCast.c (decorateType): fixed bug #1105626
1755
1756 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1757
1758         * device/include/asm/pic16/features.h,
1759         * pic18f*.h headers,
1760         * device/include/pic16/adc.h,
1761         * device/include/pic16/delay.h,
1762         * device/include/pic16/i2c.h,
1763         * device/include/pic16/malloc.h,
1764         * device/include/pic16/stdio.h,
1765         * device/include/pic16/stdlib.h,
1766         * device/include/pic16/string.h,
1767         * device/lib/pic16/libc/stdio/printf_tiny.c,
1768         * device/lib/pic16/libc/stdio/printf_small.c,
1769         * device/lib/pic16/libc/stdio/strmgpsim.c,
1770         * device/lib/pic16/libc/stdio/strmmssp.c,
1771         * device/lib/pic16/libc/stdio/strmusart.c,
1772         * device/lib/pic16/libc/stdio/vfprintf.c,
1773         * device/lib/pic16/libc/stdlib/ltoa.c,
1774         * device/lib/pic16/libc/stdlib/putchar.c,
1775         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1776         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1777         * device/lib/pic16/libc/stdlib/memchrram.c,
1778         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1779         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1780         * device/lib/pic16/libio/adc/adcbusy.c,
1781         * device/lib/pic16/libio/adc/adcread.c,
1782         * device/lib/pic16/libio/adc/adcsetch.c,
1783         * device/lib/pic16/libio/usart/ubaud.c,
1784         * device/lib/pic16/libio/usart/ubusy.c,
1785         * device/lib/pic16/libio/usart/udrdy.c,
1786         * device/lib/pic16/libio/usart/uopen.c,
1787         * device/lib/pic16/libio/usart/uputc.c,
1788         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1789         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1790         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1791         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1792         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1793         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1794         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1795         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1796         specific keywords to double underlined form,
1797         * device/lib/pic16/libc/Makefile.rules,
1798         * device/lib/pic16/libsdcc/Makefile.rules,
1799         * device/lib/pic16/libm/Makefile,
1800         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1801         to compile with C standard set in Makefile.common
1802         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1803         rand.c and crc.c in compilation process,
1804         * device/lib/pic16/libsdcc/int/divuint.c,
1805         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1806         `c' from signed to unsigned,
1807         * device/lib/pic16/startup/crt0.c,
1808         * device/lib/pic16/startup/crt0i.c,
1809         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1810         keywords to double underlined form, bug fixes in _do_cinit function
1811         which prevented the correct initialization of the .idata segment,
1812         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1813         core to enter a infinite loop
1814         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1815
1816 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1817
1818         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1819
1820 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1821
1822         * device/include/Makefile.in: add support for hc08 subdirectory
1823         * device/include/hc08/: new subdirectory
1824         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1825         Lucas Loizaga, thanks!
1826         * device/include/hc08/mc68hc908qy.h,
1827         * device/include/hc08/mc68hc908gp32.h,
1828         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1829         their own directory. Changed internal macro names to use the compiler
1830         reserved namespace. Changed SDCC specific keywords to double
1831         underlined form.
1832         * device/include/math.h,
1833         * device/include/malloc.h,
1834         * device/include/stdarg.h,
1835         * device/include/stdbool.h
1836         * device/include/string.h,
1837         * device/include/tinibios.h,
1838         * device/include/ds400rom.h,
1839         * device/include/8051.h,
1840         * device/include/8052.h,
1841         * device/include/80c51xa.h,
1842         * device/include/at89c55.h,
1843         * device/include/at89S8252.h,
1844         * device/include/at89x51.h,
1845         * device/include/at89x52.h,
1846         * device/include/ds80c390.h,
1847         * device/include/reg764.h,
1848         * device/include/regc515c.h,
1849         * device/include/sab80515.h,
1850         * device/include/mcs51/c8051f000.h,
1851         * device/include/mcs51/c8051f018.h,
1852         * device/include/mcs51/c8051f020.h,
1853         * device/include/mcs51/c8051f040.h,
1854         * device/include/mcs51/c8051f060.h,
1855         * device/include/mcs51/c8051f120.h,
1856         * device/include/mcs51/c8051f300.h,
1857         * device/include/mcs51/c8051f310.h,
1858         * device/include/mcs51/c8051f320.h,
1859         * device/include/mcs51/c8051f330.h,
1860         * device/include/mcs51/c8051f350.h,
1861         * device/include/z180.h: Changed SDCC specific keywords to double
1862         underlined form.
1863
1864 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1865
1866         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1867         18F4455,
1868         * (pic16_assignConfigWordValue): disable testing of configuration
1869         register value with config mask,
1870         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1871         function with port->fun_prefix,
1872         * (genFunction): when generating a naked interrupt function never
1873         create an absolute segment placed in interrupt vector address, place
1874         the actual interrupt function at IVA instead, when an interrupt
1875         function is generated with unspecified interrupt then do not create
1876         the absolute section,
1877         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1878         code for generating a call to generic pointer get/put function with
1879         a call to function pic16_callGenericPointer(),
1880         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1881         the call to the generic pointer get/put functions with prefixing the
1882         function name with port->fun_prefix,
1883         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1884         * src/pic16/main.c (_process_pragma): prefix function with
1885         port->fun_prefix,
1886         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1887         calling assembler, old 18Fxxxx macro is deprecated,
1888         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1889         PC_ASMDIR in while condition,
1890         * (findInstruction): add PC_ASMDIR in while condition,
1891         * (buildCallTree): prefix main with port->fun_prefix,
1892         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1893         identifier for variable with banked access in instructions BTFSS,
1894         BTFSC, BCF, BSF, BTG
1895         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1896         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1897         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1898         perform optimization when enviroment variable NO_REG_OPT is set,
1899         * (insideLRBlock): NEW, return 1 if register is inside an
1900         INF_LOCALREGS block,
1901         * (RemoveRegFromLRBlock): remove a register that is completely
1902         eliminated by register optimization, but it is still left in local
1903         register store/restore in/from stack block,
1904         * (Remove2pcodes): after removing register, check to see if it
1905         should be removed from local register store/restore in/from stack
1906         block,
1907         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1908         DUMMY_READ_VOLATILE,
1909
1910         * device/include/pic16/adc.h: minor prototype modifications and
1911         update,
1912         * device/include/pic16/malloc.h: added GPL notice various
1913         modifications,
1914         * device/include/pic16/stdint.h: NEW, standard header for ints
1915         * device/include/pic16/delay.h: NEW, header for delay functions,
1916         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1917         delay1mtcy,
1918         * device/include/pic16/signal.h: NEW, header providing helper macros
1919         for implementing signal handlers,
1920         * device/include/pic16/stdio.h: added prototypes for functions,
1921         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1922         prototypes for stdin and stdout, added macro PUTCHAR to
1923         automatically implement putchar function prototype,
1924         * device/include/pic16/usart.h: modified and updated USART library,
1925         * device/lib/pic16/libio/adc/,
1926         * device/lib/pic16/libio/i2c: some modifications to improve library
1927         performance,
1928         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1929         family of functions,
1930         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1931         family of functions and other sources,
1932         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1933         of the PIC18Fxx[28] devices,
1934         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1935         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1936         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1937         _do_cinit function, because the previous failed when local variables
1938         where not placed in the same memory bank,
1939         * device/lib/pic16/libsdcc/char/: various modifications to improve
1940         library performance,
1941         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1942         information on the new functions of the c library and more...
1943
1944 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1945
1946         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1947
1948 2005-03-26 Raphael Neider <rneider AT web.de>
1949
1950         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1951           if condition == CARRY)
1952         * (genCmp): adapted to new genSkipc semantics
1953         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1954           on rIfx (genCmp was broken)
1955
1956 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1957
1958         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1959         * src/z80/main.c (_keywords[]),
1960         * src/SDCCglobal.h (struct options),
1961         * src/SDCC.y,
1962         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1963         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1964         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1965         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1966         always available in leading double underscore form. The C99 support is
1967         mostly missing, but it's a start.
1968         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1969         reserved identifier "__data".
1970
1971 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1972
1973         * src/mcs51/peeph.def: fixed bug 1170013
1974
1975 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1976
1977         * device/include/mcs51reg.h: fixed bug 842007
1978
1979 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1980
1981         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1982         last time.
1983
1984 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1985
1986         * src/port.h (struct PORT),
1987         * src/avr/ralloc.c (avr_assignRegisters),
1988         * src/avr/main.c,
1989         * src/ds390/ralloc.c (ds390_assignRegisters),
1990         * src/ds390/main.c,
1991         * src/hc08/ralloc.c (hc08_assignRegisters),
1992         * src/hc08/main.c,
1993         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1994         * src/mcs51/main.c,
1995         * src/pic/ralloc.c (pic14_assignRegisters),
1996         * src/pic/main.c,
1997         * src/pic16/ralloc.c (pic16_assignRegisters),
1998         * src/pic16/main.c,
1999         * src/xa51/ralloc.c (xa51_assignRegisters),
2000         * src/xa51/main.c,
2001         * src/z80/ralloc.c (z80_assignRegisters),
2002         * src/z80/ralloc.h,
2003         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2004         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2005         * src/SDCCcse.h,
2006         * src/SDCCdflow.c (computeDataFlow),
2007         * src/SDCCdflow.h,
2008         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2009         * src/SDCCloop.h,
2010         * src/SDCCcflow.c (*),
2011         * src/SDCCcflow.h,
2012         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2013         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2014         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2015         immedDom() returning wrong block; probably fixes bug #1160833)
2016
2017 2005-03-20 Borut Razem <borut.razem AT siol.net>
2018
2019         * support/scripts/inc2h.pl: WIN32 port
2020
2021 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2022
2023         * device/lib/makefile.in: added abs.c and labs.c
2024
2025 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2026
2027         * device/include/stdint.h: added
2028         * device/lib/abs.c: added
2029         * device/lib/labs.c: added
2030         * device/include/stdlib.h: added abs() and labs() prototypes
2031         * device/lib/libsdcc.lib: added abs and labs
2032         * device/include/float.h,
2033         * device/lib/_fsmul.c,
2034         * device/lib/printf_fast.c,
2035         * device/lib/printf_tiny.c: updated comments
2036
2037 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2038
2039         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2040         bug #1164313
2041
2042 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2043
2044         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2045         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2046
2047 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2048
2049         * device/lib/printf_large.c: removed inline assembly for portability and
2050           readability. Use printf_fast if speed or size are more important.
2051         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2052         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2053
2054 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2055
2056         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2057         prevent compiler warning
2058
2059 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2060
2061         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2062         moved to level 0 and declared as static. Also they are explicit
2063         placed in access bank. This was necessery because some times they
2064         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2065         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2066         optimizations. Currently only compare to unsigned char is implemented,
2067         * src/pic16/gen.c: added fReturnIdx array,
2068         * (struct resolvedIfx) is moved to gen.h and made public,
2069         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2070         * (aopForSym): added an optimization to directly store in stack of
2071         the operand of a SEND iCode,
2072         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2073         but as registers instead (AOP_REG) using the fReturnIdx array,
2074         * (pic16_freeAsmop): remove the freed register from the
2075         _G.sregsAlloc field,
2076         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2077         a compare of 'WREG',
2078         * (pic16_popGetTempRegCond): changed function prototype, now
2079         function takes also a bitVector argument v which holds the current
2080         set of registers that are allocated for stack access by aopForSym,
2081         registers allocated in aopForSym for accessing stack symbols are not
2082         any more part of the functions usedRegs field,
2083         * (genCall): some times aopOp is called for a stack variable to be
2084         send, aopForSym might perform the push, if this is true make sure
2085         that genCall doesn't push the variable twice by testing _G.resDirect,
2086         * (genFunction): changed testing for unspecified interrupt number
2087         from 256 to INTNO_UNSPEC,
2088         * modified selection scheme of frame pointer generation. Previously
2089         if function did use local registers a frame pointer was generated,
2090         now a frame pointer is generated only if function has arguments
2091         (that need PLUSW2 register access), or has stack arguments, or the
2092         compiler is not instructed to omit the frame pointer,
2093         * (genEndFunction): before restoring local registers that were saved
2094         in the function preamble, also restore the registers that *might*
2095         have been allocated for stack access,
2096         * (genRet): removed some old comments,
2097         * (genCmp, the active (RN's) version): added a call to the
2098         pic16_genCmp_special function to perform the compare with a more
2099         robust and optimized way,
2100         * (genInline): a feature has been added in inline code generation,
2101         which allows a wildcard variable substitution when writing inline
2102         assembly. Code is incomplete and experimental therefore undocumented,
2103         * (genCast): changed order of aopOp for result and right to allow
2104         aopForSym to directly load the result if possible,
2105         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2106         perform an optimized compare on some selected special occasions,
2107         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2108         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2109         generate an IVT any more,
2110         * src/pic16/main.c (pic16_optionsTable): added command line option
2111         --optimize-cmp,
2112         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2113         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2114         macros,
2115         * src/pic16/NOTES: Raphael Neider added in list of active developers
2116         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2117         jumptable_end to prevent bug #,
2118         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2119         inCond and outCond fields,
2120         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2121         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2122         turn off register spilling,
2123         * (packRegsForOneUse): synced with other ports' versions although it
2124         is not used currently,
2125         * (pic16_packRegisters): added an optimization while reading
2126         structure bitfields, some registers may be saved (malloc code is
2127         decreased by 80 bytes)
2128
2129 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2130
2131         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2132         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2133         this can be optimized more?
2134
2135 2005-03-10 Raphael Neider <rneider AT web.de>
2136
2137         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2138           genNearPointerGet): (hopefully) fixed access to bitfields via
2139           pointers (p->bitN = x; and x = p->bitN; failed)
2140
2141 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2142
2143         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2144
2145 2005-03-09 Raphael Neider <rneider AT web.de>
2146
2147         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2148
2149 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2150
2151         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2152         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2153           (regTypeNum): set REG_BIT type if necessary
2154         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2155         * support/regression/tests/critical.c: check bug 1144613
2156
2157 2005-03-02 Raphael Neider <rneider AT web.de>
2158
2159         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2160
2161 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2162
2163         * src/avr/ralloc.c (serialRegAssign),
2164         * src/ds390/ralloc.c (serialRegAssign),
2165         * src/hc08/ralloc.c (serialRegAssign),
2166         * src/mcs51/ralloc.c (serialRegAssign),
2167         * src/pic/ralloc.c (serialRegAssign),
2168         * src/pic16/ralloc.c (serialRegAssign),
2169         * src/xa51/ralloc.c (serialRegAssign),
2170         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2171
2172 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2173
2174         * src/SDCCast.c (decorateType): fixed bug 1124787
2175
2176 2005-02-20 Hubert Sack <sack AT digiplan.de>
2177         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2178
2179         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2180         patch #1121755
2181
2182 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2183
2184         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2185         to keep the correct label reference count when adding/removing references
2186         to labels. A peephole file using this is appended to patch #1144962.
2187
2188 2005-02-14 Raphael Neider <rneider AT web.de>
2189
2190         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2191         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2192         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2193           retrievals of result operand's value on assignment
2194
2195 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2196
2197         * device/include/pic16/string.h: modified prototype for memccpy()
2198         to memccpy(void *, void *, char, size_t)
2199         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2200         check whether to omit frame pointer or not,
2201         * (genInline): convert all occurences of "\n" to LF in inline
2202         assembler blocks, this helps formatting the inline text,
2203         * (pic16_loadFSR0): modified prototype,
2204         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2205         removed some 8051 legacy code,
2206         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2207         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2208         before allocating temporary registers in functions,
2209
2210 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2211
2212         * support/regression/tests/bitvars.c: corrected the "fix"
2213
2214 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * support/regression/tests/bitvars.c,
2217         * support/regression/tests/bitwise.c,
2218         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2219
2220 2005-02-10 Raphael Neider <rneider AT web.de>
2221
2222         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2223           different size for Alpha
2224         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2225
2226 2005-02-09 Raphael Neider <rneider AT web.de>
2227
2228         * src/SDCC.lex(doPragma) : save and restore warning options as well
2229           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2230         * have #pragma less_pedantic set the errorlevel to WARNING
2231           (fixes #1117001)
2232         * (cloneOptimize) : fixed wrong malloc's size
2233         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2234           facilitate correct handling of #pragma (save|restore)
2235
2236 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2237
2238         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2239
2240 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2241
2242         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2243
2244 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2245
2246         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2247
2248 2005-02-02 Raphael Neider <rneider AT web.de>
2249
2250         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2251         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2252         * (pic16_storeForReturn): fixed to allow returning function pointers
2253         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2254         * device/include/pic16/{stddef.h,stdbool.h}: added
2255
2256 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2257
2258         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2259
2260 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2261
2262         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2263         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2264          appeared to be required
2265
2266 2005-01-31 Borut Razem <borut.razem AT siol.net>
2267
2268         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2269           include/mcs51 and include/z80 directories to the package
2270
2271 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2272
2273         * src/hc08/gen.c (genFunction): fixed bug #1112752
2274
2275 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2276
2277         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2278
2279 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2280
2281         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2282
2283 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2284
2285         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2286
2287 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2288
2289         * device/include/c8051fxxx.h: removed these 6 files
2290         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2291
2292 2005-01-26 Raphael Neider <rneider AT web.de>
2293
2294         * src/pic16/gen.c (genAssign): fixed assignment from longs
2295           in codespace (were cut to three bytes)
2296         * (genDummyRead): implemented (except for CODESPACE...),
2297           fixed bug #1108575
2298         * src/pic16/glue.c (emitStatistics): beautified
2299         * device/lib/pic16/libm/Makefile: added include path
2300
2301 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2302
2303         * src/z80/gen.c (aopPut): fixed bug #1103902
2304
2305 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2306
2307         * device/lib/expf.c: fixed bug #1095792
2308
2309 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2310
2311         * device/lib/pic16/libm: added Math library sources
2312
2313 2005-01-24 Raphael Neider <rneider AT web.de>
2314
2315         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2316           to enable upcast to pCodeOpReg2 (there is no type tag to
2317           differenciate the two and pic16_popGet2p cast into PCOR2)
2318         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2319           (sizeof(sectNames) changed to sizeof(sectName))
2320           Both patches fix segfaults under MinGW.
2321
2322 2005-01-23 Raphael Neider <rneider AT web.de>
2323
2324         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2325           Safe_[mc]?alloc()'ed variables
2326         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2327           of (byte sized) temporaries (assign them to WREG for now)
2328         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2329           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2330           this might fix SIGSEGVs on MinGW...
2331         * src/SDCCopt.c (killDeadCode): restored original behaviour
2332           (volatile operands might get thrown away though)
2333
2334 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2335
2336         * src/pic16/gen.c: fixed bug #1106975,
2337         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2338         pointer update, INTCON is saved, global interrupts are disabled and
2339         restored after updateing TOS.
2340         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2341         * added function attribute 'shadowregs' to take advantage of shadow
2342         registers,
2343         * added function attribute 'wparam' as an alternative to the wparam
2344         pragma,
2345         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2346         user declares a non-ISR function as 'shadowregs',
2347         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2348
2349 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2350
2351         * .version: bumped version number to 2.4.8
2352         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2353         pic16 port,
2354         * device/lib/pic16/libio/i2c/: I2C module support library,
2355         * device/include/pic16/i2c.h: I2C support library header,
2356         * device/lib/pic16/libc/stdio/: standard IO support sources,
2357         * (printf_small.c): printf_small() source, supports float print,
2358         * (printf_tiny.c): printf_tiny() source, does not support floats,
2359         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2360         enable global optimizations for entire library source, other
2361         Makefiles in the source tree are also modified to reflect this,
2362         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2363         function,
2364         * doc/sdccman.lyx: updated to reflect new changes,
2365         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2366         sym->onStack if-case,
2367         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2368         sbit, idata, _idata, xdata, _xdata,
2369         * added pragma library, to link an external library, (see doc),
2370         * removed command line options, --pomit-config-words, --pomit-ivt,
2371         --pleave-reset-vector,
2372         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2373         when calling assembler to reflect memory model used, also define
2374         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2375         reflect stack model used,
2376         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2377         on stack return NULL,
2378
2379 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2380
2381         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2382           of the operands is volatile. Fixes #1020220
2383
2384 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2385
2386         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2387         * (OptimizeRegUsage): make sure that there is really no other flow where
2388           the first pCode is used
2389
2390 2005-01-22 Raphael Neider <rneider AT web.de>
2391
2392         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2393           to fix #1106967 (pCode->seq are not set up correctly)
2394
2395 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2396
2397         * src/SDCCglue.c (glue): make sure code area is declared before the
2398         static initialization area.
2399
2400 2005-01-21 Raphael Neider <rneider AT web.de>
2401
2402         * device/lib/Makefile.in: fixed test for pic16 install dir
2403         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2404           optimizations
2405         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2406           added --optimize-goto compiler switch and pragma wparam documentation
2407         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2408         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2409           and PRODH closing bug #1071770 (peephole optimizer)
2410
2411 2005-01-19 Raphael Neider <rneider AT web.de>
2412
2413         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2414           cmdLine buffers (used when calling sdcpp...) are large enough
2415           (MAX_PATH=256 truncates arguments leading to system halts when
2416           used in MinGW...)
2417         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2418         * (genUminus): rewritten to for efficiency
2419         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2420           used uninitialized in some cases)
2421         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2422           copy the third byte from the int -- now assumes 0x80 (data memory)
2423         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2424           operands (genAddLit expects the iCode's operands to swapped as
2425           well), fixed leftover bytes (crashed for short left operands)
2426         * (pic16_genMinusDec): performance improvements, removed false
2427           PIC14 emitSKPNCs
2428         * (pic16_genMinus): fixed to cope with differently sized operands
2429         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2430           for --obanksel > 1
2431         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2432         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2433           new banksel optimization
2434         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2435           analysis for temporary registers (segfaults...)
2436         * src/pic16/peeph.def: added rule
2437
2438 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2439
2440         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2441         which converts a float number to its ASCII representation
2442         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2443         functions to convert the fractional and integer part of a float to ASCII,
2444         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2445         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2446         ram
2447         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2448         _STATMEM macros,
2449         * device/include/pic16/adc.h: added GPL info,
2450         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2451         a pCodeOp as tested operand,
2452         * (genNearPointerGet): optimized bit testing, does not use
2453         intermediate register for bit value, test directly instead with
2454         BTFSS, BTFSC, works only for single bits,
2455         * (genpic16Code): dump the name of the iCode in the asm,
2456         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2457         renamed to pic16_decodeOp,
2458         * (serialRegAssign): do not allocate a temporary register for iCode
2459         sequences that test a single bit for 1/0
2460
2461 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2462
2463         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2464         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2465         access stack and frame pointers. They are initially assigned to
2466         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2467         accessing SFRs. Updated all occurences of modification of stack or
2468         frame pointer in gen.c and pcode.c,
2469         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2470         assigning of a literal value to pointers,
2471         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2472         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2473         selected
2474
2475 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2476
2477         * doc/sdccman.lyx: update documentation about stack pragma, added
2478         some info for stack memory models
2479
2480 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2481
2482         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2483
2484 2005-01-08 Raphael Neider <rneider AT web.de>
2485
2486         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2487           udata sections to fix bug #1097823
2488
2489 2005-01-05 Raphael Neider <rneider AT web.de>
2490
2491         * src/pic16/gen.c (genGenericShift): added handling of differently
2492           sized left operand and result
2493
2494 2005-01-04 Raphael Neider <rneider AT web.de>
2495
2496         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2497         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2498           to hold the condition bit)
2499         * added new version of genCmp (old code available via #define)
2500         * added new version of genShiftLeft/genShiftRight in a generic
2501           way, now supports shifting by negative values
2502         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2503           shiftCount (expected by genGenericShift)
2504         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2505         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2506           dump
2507         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2508           is an invalid literal too...)
2509
2510 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2511
2512         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2513         from Raphael Neider,
2514         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2515         for 8-bit literals. This fixes some literal operands which are sign
2516         extended to 16-bits ints when instruction needs only 8-bits.
2517
2518 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2519
2520         * device/lib/logf.c: added mcs51 assembly version
2521         * device/lib/expf.c: added mcs51 assembly version
2522         * device/lib/_logexpf.c: new shared asm code for expf and logf
2523         * device/include/math.h: add defines for assembly math library
2524         * device/lib/Makefile.in: build new _logexpf.c
2525         * device/lib/libfloat.lib: use new _logexpf.c
2526
2527 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2528
2529         * src/pic/device.c
2530         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2531           device types which have less than 0x7f registers.
2532
2533 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2534
2535         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2536
2537 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2538
2539         * device/lib/printf_fast.c: only build on supported arch.
2540         * device/lib/printf_tiny.c: only build on supported arch.
2541         * device/lib/printf_fast_f.c: only build if asm float lib
2542         * device/lib/_fsget1arg.c: only build if asm float lib
2543         * device/lib/_fsget2args.c: only build if asm float lib
2544         * device/lib/_fsnormalize.c: only build if asm float lib
2545         * device/lib/_fsreturnval.c: only build if asm float lib
2546         * device/lib/_fsrshift.c: only build if asm float lib
2547         * device/lib/_fsswapargs.c: only build if asm float lib
2548         * device/include/stdio.h: don't provide print_fast,
2549           print_fast_f, print_tiny prototypes if --xstack used
2550
2551 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2552
2553         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2554         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2555           to the SOURCES
2556
2557 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2558
2559         * device/lib/printf_fast_f.c: same as printf_fast, but
2560           with floating point enabled
2561         * device/lib/printf_fast.c: minor tweaks
2562         * device/include/stdio.h: add printf_fast_f
2563
2564 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2565
2566         * src/SDCCmain.c: make --float-reent default for mcs51
2567         * device/lib/_fsadd.c: added mcs51 assembly version
2568         * device/lib/_fssub.c: added mcs51 assembly version
2569         * device/lib/_fsmul.c: added mcs51 assembly version
2570         * device/lib/_fsdiv.c: added mcs51 assembly version
2571         * device/lib/_fseq.c: added mcs51 assembly version
2572         * device/lib/_fsneq.c: added mcs51 assembly version
2573         * device/lib/_fsgt.c: added mcs51 assembly version
2574         * device/lib/_fslt.c: added mcs51 assembly version
2575         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2576         * device/lib/Makefile.in: add _fscmp to build
2577         * device/lib/libfloat.lib: add _fscmp to build
2578
2579 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2580
2581         * device/lib/_fs2slong.c: added mcs51 assembly version
2582         * device/lib/_fs2sint.c: added mcs51 assembly version
2583         * device/lib/_fs2schar.c: added mcs51 assembly version
2584         * device/lib/_fs2ulong.c: added mcs51 assembly version
2585         * device/lib/_fs2uint.c: added mcs51 assembly version
2586         * device/lib/_fs2uchar.c: added mcs51 assembly version
2587         * device/lib/_slong2fs.c: added mcs51 assembly version
2588         * device/lib/_sint2fs.c: added mcs51 assembly version
2589         * device/lib/_schar2fs.c: added mcs51 assembly version
2590         * device/lib/_ulong2fs.c: added mcs51 assembly version
2591         * device/lib/_uint2fs.c: added mcs51 assembly version
2592         * device/lib/_uchar2fs.c: added mcs51 assembly version
2593         * device/include/float.h: added #define to select asm vs c
2594
2595 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2596
2597         * device/lib/printf_fast.c: improvements to float output
2598         * device/include/float.h: add defines for assembly float library
2599         * device/lib/_fsget1arg.c: receive 1 float arg
2600         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2601         * device/lib/_fsnormalize.c: normalize a float
2602         * device/lib/_fsreturnval.c: return float, various helper routines
2603         * device/lib/_fsrshift.c: right shift a float's mantissa
2604         * device/lib/_fsswapargs.c: swap 2 floats
2605         * device/lib/Makefile.in: build these 6 new files for mcs51
2606         * device/lib/libfloat.lib: add these 6 files to the library
2607
2608 2004-12-26 Borut Razem <borut.razem AT siol.net>
2609
2610         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2611           built by gcc 3.4.2
2612
2613 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2614
2615         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2616           and fully reentrant and register bank neutral.
2617         * device/lib/printf_fast.c: added float (not enabled by default),
2618           added compact/slower integer (also not enabled by default),
2619           improved size/speed of fast integer code, other minor changes
2620         * device/include/stdio.h, device/lib/Makefile.in,
2621           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2622
2623 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2624
2625         * src/pic16/pcode.c: declaring variables other than at the start of a
2626           block is not supported in C by VC6.
2627
2628 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2629
2630         * applied a previous patch from Raphael Neider that wasn't included
2631         in the previous commits, which fixes infinite loops within jumptable
2632         improvements,
2633         * made some fixes that previous patches introduced
2634
2635 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2636
2637         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2638         that fixes an issue with AOP_PCODE asmop's offset,
2639         * (pic16_popCopyReg): update instance field too,
2640         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2641         function of pic port,
2642         * (genCmp, genAnd, genAssign),
2643         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2644
2645 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2646
2647         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2648         variables initial values to idata section,
2649         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2650         variables in some functions. This utilizes parmBytes field of iCode
2651         structure to hold the offset of the variable in stack. (might be
2652         able to use the stack field too?)
2653         * applied patch from Raphael Neider # ### , # ###
2654         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2655         variable initial values in idata section,
2656         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2657         for static variables with initial value
2658         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2659         applied fix in while loop from Raphael Neider.
2660
2661 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2662
2663         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2664         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2665         * src/ds390/ralloc.c (serialRegAssign): spill bits
2666         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2667         * support/Util/SDCCerr.c,
2668         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2669         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2670         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2671
2672 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2673
2674         * device/include/sdcc-lib.h: inserted LGPL, added includes
2675           asm/ds390/features.h and asm/mcs51/features.h
2676         * device/include/asm/default/features.h,
2677         * device/include/asm/gbz80/features.h,
2678         * device/include/asm/z80/features.h: added empty _AUTOMEM
2679           and _STATMEM
2680         * device/include/asm/ds390/features.h,
2681         * device/include/asm/mcs51/features.h: added files with defines for
2682           _AUTOMEM and _STATMEM indicating automatic and static storage class
2683         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2684         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2685         * src/SDCCicode.c (geniCodeCast),
2686         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2687         * src/SDCCloop.c (loopInduction): removed unused variable lr
2688         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2689           to convertToFcall to include char modulo (RFE 1065037), added check
2690           if left operand is unsigned and use abs of literal value
2691         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2692           as it doesn't work after conversion from peephole.def to peephole.rul
2693         * src/mcs51/gen.c (toBoolean): added check for size,
2694           (genModOneByte): optimized code for signed char modulo a literal
2695           power of 2 (thanks to Hubert Sack),
2696           (genRRC): removed unnecessary "clr c",
2697           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2698         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2699           jump optimization,
2700           swapped rules 256.c and 256.d,
2701           extended 256.d by using new multiple checks (thanks Erik),
2702           added rules 256.e and 256.f,
2703           updated rule 261.a and 261.b to new generated code
2704         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2705
2706 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2707
2708         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2709           induction related bugs, including first part of bug #1074377
2710
2711 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2712
2713         * applied patch from bug-report #1076292,
2714         * applied patches for genAnd and Goto-optimizations for Raphael
2715         Neider,
2716         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2717         dump a less iCode information,
2718         * src/pic16/device.h (pic16_options_t): added field debgen,
2719         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2720         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2721         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2722         puclic,
2723         * (various functions): added macros FENTRY and FENTRY2 to functions,
2724         to emit function prologue,
2725         * (various functions): fixed indentation,
2726         * (genNearPointerGet): fixed loading of FSR0,
2727         * (genPackBits): applied patch from Raphael Neider to fix updating
2728         of FSR0 and touching only the modified bits,
2729         * src/pic16/genarith.c (various functions): added macros FENTRY to
2730         emit function prologue in comments,
2731         * src/pic16/pcode.h: added functions debugf2, debugf3,
2732         * src/pic16/ralloc.c: partial fix for packForPush caused
2733         segmentation fault,
2734
2735 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2736
2737         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2738           <stsp AT users.sourceforge.net> with reversed byte order
2739         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2740
2741 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2742
2743         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2744           bug #1074377
2745         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2746         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2747
2748 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2749
2750         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2751
2752 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2753
2754         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2755           conditions,
2756           (setFromConditionArgs): friendly operand parser for peephole rules,
2757           (operandBaseName, operandsNotRelated): new peephole condition
2758           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2759           architecture specific register naming into account, handles n-way
2760           comparisons, and supports quoted literals
2761         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2762
2763 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2764
2765         * src/mcs51/peeph.def: fixed bug #1076940
2766
2767 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2768
2769         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2770
2771 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2772
2773         Adding support for replacing ljmps with sjmps in jumptables
2774         generated for switch statements. For now you need to set the
2775         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2776         Now 4 algorithms for mcs51 jumptable generation are used:
2777         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2778         addresses loaded pc-relative for up to 112 cases and stack-pushing
2779         target addresses loaded with offset from dptr for up to 256 cases.
2780
2781         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2782         * src/mcs51/main.c: adapted constants for switch table generation
2783         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2784
2785 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2786
2787         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2788         * support/regression/tests/bug1057979.c: added test for bug 1073386
2789
2790 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2791
2792         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2793         compilers
2794
2795 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2796
2797         * src/pic16/device.h,
2798         * src/pic16/genarith.c,
2799         * src/pic16/glue.c,
2800         * src/pic16/main.c,
2801         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2802
2803 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2804
2805         Large cummulative patch for pic16 port.
2806         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2807         to call when a stack overflow occurs,
2808         * (malloc.h): added CVS Id tag,
2809         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2810         variable,
2811         * added libc directory. The current version of LibC contains string
2812         functions, ctype functions and macros and some functions of the
2813         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2814         be extensively tested in the future. Standard disclaimer here.
2815         Library is not automatically build yet. But one can build it by
2816         invoking 'make' inside the libc directory.
2817         * added ADC library under libio. Preliminary version yet.
2818
2819         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2820         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2821         aopForRemat() now and not by pic16_aopOp(),
2822         * (pic16_popGetTempReg): removed warning messgae when allocating
2823         temporary registers, its a buggy feature and will be removed,
2824         * (pic16_popGet): set register instance field in AOP_CRY,
2825         * (pic16_outBitC): fixed for results in size greater than 1,
2826         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2827         * (pic16_storeForReturn): optimized return of 0,
2828         * (genCmp): experimental code for new genCmp which uses PIC18's
2829         special compare&skip instructions. Initial tests fail some times
2830         with variables grater than 1 byte in size, so new code is disabled,
2831         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2832         a single bit,
2833         * (genCast): began a fix to optimize the casting of a bit to another
2834         bit, now assigning a bitfield to another bitfield will fail, sorry,
2835         * src/pic16/main.c: disabled the use of lr-support feature,
2836         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2837         * added some function prototypes, added function _debugf prototype,
2838         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2839         bits with offset (case PO_GPR_BIT),
2840         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2841         command line,
2842         * (isBankInstruction): modified to return 0 for no banking instruction,
2843         and 1 for banking instruction,
2844         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2845         caused stop processing pCodes after a inline assembly block,
2846         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2847         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2848         registers when it shouldn't,
2849         * src/pic16/ralloc.c (allocReg): add preliminary support for
2850         supporting a limited set of temporary registers,
2851
2852 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2853
2854         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2855           genDataPointerSet): ensure assignments always copy in MSB to LSB
2856           order,
2857           (loadRegFromAop): recognize CLRH optimization,
2858           (genFunction): optimize RECEIVE iCodes in reentrant functions
2859
2860 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2861
2862         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2863           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2864           selected.
2865         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2866         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2867           contiguous with data
2868
2869 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2870
2871         * device/lib/_gptrget.c (_gptrget),
2872         * device/lib/_gptrgetc.c (_gptrgetc),
2873         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2874           instead of sjmp to ret
2875         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2876           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2877
2878 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2879
2880         * .version: bumped version to 2.4.7
2881         * device/lib/_gptrget.c (_gptrget): is now _naked
2882         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2883         * device/lib/_gptrput.c (_gptrput): is now _naked
2884         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2885           (createFunction): fixed xstack
2886         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2887         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2888           or bit either,
2889           (geniCodeCritical): store original interrupt state in an iTemp bit
2890           var unless stack-auto
2891         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2892         * src/SDCCmain.c (setIncludePath): added include/target to search path
2893         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2894         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2895           prototype,
2896           (processFuncArgs): put bit vars in bit area
2897         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2898           unsaveRBank): fixed xstack,
2899           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2900           (genFunction, genEndFunction): fixed xstack,
2901           (genAssign): optimization don't walk backwards through mem
2902         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2903         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2904         * support/regression/Makefile: also make library (for stack-auto) when
2905           making "all" and added "test-mcs51-xstack-auto"
2906         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2907         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2908         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2909         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2910         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2911           make-library by MAKE_LIBRARY
2912         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2913           regression tests for xstack
2914         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2915         * support/regression/tests/critical.c: test for critical on mcs51
2916
2917 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2918
2919         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2920           built version of sdcc instead of installed version
2921
2922 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2923
2924         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2925         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2926           vprintf.c now
2927         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2928         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2929           WARNING: remove device/lib/build/z80/printf.o by hand when
2930           updating from previous build!
2931         * device/lib/z80/printf.c: updated comment
2932         * support/regression/tests/bug1057979.c: test all ports now
2933         * support/regression/tests/bug1065458.c: file added
2934
2935 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2936
2937         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2938           *_start and *_end symbols for static functions
2939
2940 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2941
2942         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2943           and search crt0.o in all library paths,
2944           (setIncludePath): proper handling of --nostdinc,
2945           (setLibPath): proper handling of --nostdlib
2946         * support/regression/Makefile,
2947         * support/regression/ports/ds390/spec.mk,
2948         * support/regression/ports/gbz80/spec.mk,
2949         * support/regression/ports/hc08/spec.mk,
2950         * support/regression/ports/mcs51/spec.mk,
2951         * support/regression/ports/mcs51-large/spec.mk,
2952         * support/regression/ports/mcs51-stack-auto/spec.mk,
2953         * support/regression/ports/z80/spec.mk: use include and lib files from
2954           built version of sdcc instead of installed version
2955         * doc/sdccman.lyx: fixed typo in --nostdinc
2956
2957 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2958
2959         * src/pic/pcode.c,
2960         * src/pic/device.c,
2961         * src/pic/ralloc.c,
2962         * src/pic/gen.c : added support to generate code for struct bit fields.
2963
2964 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2965
2966         * as/xa51/xa_version.h,
2967         * device/include/errno.h,
2968         * device/include/regc515c.h,
2969         * device/lib/_itoa.c,
2970         * device/lib/_ltoa.c,
2971         * device/lib/ser_ir_cts_rts.c,
2972         * sim/ucsim/xa.src/glob.cc,
2973         * sim/ucsim/xa.src/inst_gen.cc,
2974         * sim/ucsim/xa.src/xa_bit.cc,
2975         * sim/ucsim/xa.src/xa_sfr.cc,
2976         * sim/ucsim/z80.src/inst_dd.cc,
2977         * sim/ucsim/z80.src/inst_fdcb.cc,
2978         * support/scripts/keil2sdcc.pl,
2979         * src/pic16/pic16.dsp,
2980         * src/pic16/pic16a.dsp: corrected cvs line endings
2981         * device/lib/printf_large.c: fixed bug 1057979
2982         * src/pic16/gen.c: fixed non-C standard code
2983         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2984         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2985         * support/regression/ports/mcs51/support.c: reload T1 asap
2986         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2987           pdata use and clear idata startup behaviour
2988         * support/regression/tests/bug1057979.c: added
2989
2990 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2991
2992         * device/examples/ds390/ow390/ad26.h,
2993         * device/examples/ds390/ow390/cnt1d.h,
2994         * device/examples/ds390/ow390/crcutil.c,
2995         * device/examples/ds390/ow390/ownet.h,
2996         * device/examples/ds390/ow390/owsesu.c,
2997         * device/examples/ds390/ow390/swt12.h,
2998         * device/examples/ds390/ow390/swtoper.c,
2999         * device/examples/ds390/ow390/temp10.h,
3000         * device/examples/ds390/ow390/thermodl.c,
3001         * device/examples/ds390/tinitalk/tinitalk.dsp,
3002         * device/examples/ds390/tinitalk/tinitalk.dsw,
3003         * device/examples/mcs51/clock/hw.h,
3004         * device/examples/mcs51/simple2/go.bat,
3005         * device/examples/serialcomm/windows/serial.h,
3006         * device/examples/xa51/dummy.c,
3007         * device/examples/xa51/hello.c,
3008         * device/include/80c51xa.h,
3009         * device/include/at89x051.h: corrected cvs line endings
3010
3011 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3012
3013         * src/pic16/main.c (options): added command line --gstack, to trace
3014         stack over/under flows,
3015         * added pragma 'wparam' to allow passing first byte of function
3016         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3017         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3018         call to __gstack_test function and sets up the symbol as extern,
3019         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3020         * popaop): added call to pic16_testStackOverflow,
3021         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3022         wparamList list,
3023         * (genCall, genPcall): now all parameters are passed via stack
3024         except in functions that are pass to wparam pragma in which WREG is
3025         used too,
3026         * (genPcall): REENTRANT flag is checked to see if variable prototype
3027         contains reentrant keyword, don't call a non-reentrant function, via
3028         a reentrant function pointer or vice versa, functions are never
3029         passed via WREG,
3030         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3031         D.Winkler,
3032         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3033         SIGSEGV when accessing a NULL register stucture,
3034         * (pic16_printGPointerType): modified to handle UPPER modifier for
3035         function initializers, changed prototype of function to simpler one,
3036         * (pic16_printIvalFuncPtr): check to see if function is already
3037         added in externs list,
3038         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3039         optimized a move from W to SFR with a move to the same register
3040         later after a CALL,
3041         * device/lib/pic16/debug: NEW directory, contains debug features
3042         which are enabled when linking with libdebug.lib, currently command
3043         line option --gstack enables stack pointer tracing for over/under
3044         flow, corresponding sources are in debug/gstack
3045
3046 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3047
3048         * doc/sdccman.lyx: updated SDCC version,
3049         * (PIC16 port): update list of command line options,
3050         * src/pic16/device.h (structure pic16_options_t): added field gstack
3051         to enable stack overflow tracing on push/pops,
3052         * src/pic16/device.c (statistics structure): added statistics
3053         structure,
3054         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3055         pic16_dump_int_registers): increase statistics counters for each
3056         * variable which is encountered
3057         * (pic16_dump_usection): emit each .udata variable to its own udata
3058         section,
3059         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3060         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3061         parameters via stack, otherwise use old scheme,
3062         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3063         assembler output file,
3064         * src/pic16/main.c: added command line options --gstack to enable
3065         push/pop tracing for stack overflow,
3066         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3067         instructions): added size of each instruction,
3068         * (pic16_countInstruction): estimate size of instructions in
3069         the_pFile list, inline assembly blocks are not counted,
3070         * (pic16_FixRegisterBanking): trace previous register usage, when
3071         banksel optimizations is greater than 0, don't emit a redudant
3072         banksel directive,
3073
3074 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3075
3076         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3077         * src/pic16/ralloc.c : applied same fix for pic16.
3078         * src/pic/gen.c : tidied it up a little.
3079
3080 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3081
3082         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3083         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3084
3085 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3086
3087         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3088
3089 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3090
3091         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3092         non-reentrant function __modsint in the interrupt function (thus
3093         corrupting math operations during serial I/O)
3094         * device/lib/ser_ir.c: as above, changed buffersize
3095         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3096         256.c,d for zeroing
3097         * doc/Makefile: added option -t for rsync
3098
3099 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3100
3101         * src/SDCCast.h (struct ast),
3102         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3103
3104 2004-10-20 Borut Razem <borut.razem AT siol.net>
3105
3106         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3107         package
3108
3109 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3110
3111         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3112         makefile targets,
3113         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3114         support functions to replace long sequences of MOVFF's from access
3115         bank registers to stack and vice versa,
3116         * src/pic16/device.h: added new field opt_flags, where optimization
3117         flags can be set to enable certain features,
3118         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3119         * pBlock, (genFunction, genEndFunction): surroung loop for
3120         saving/loading used registers in stack with PC_INFO pCodes,
3121         INF_LREGS. Code in between can then be optimized by pCode optimizer
3122         to support function calls,
3123         * (genDataPointerSet): fixed bug which loaded float fields in
3124         structures with corrupt data,
3125         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3126         in a standard way debug info on stderr. Feature used for developing
3127         and debugging only,
3128         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3129         obsolete chunks of code,
3130         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3131         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3132         * pic16/src/pcode.c (pic16_newpCodeInfo,
3133         * (pic16_newpCodeOpLocalRegs),
3134         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3135         feature,
3136         * (pic16_pCodeConstString): printing of the initial value of a
3137         symbol as a comment is inhibited since parsing was already done by
3138         copyStr and output is corrupt,
3139         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3140
3141 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3142
3143         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3144
3145 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3146
3147         * as/mcs51/lkarea.c: removed old K&R style,
3148           (lnksect): changed check on boundary error,
3149           (lnksect2): changed check on boundary error,
3150           (lnksect2): extend XSTK to end of page if size = 1
3151         * as/mcs51/lkmain.c: removed old K&R style,
3152           (Areas51): create l_IRAM symbol
3153         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3154         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3155           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3156         * device/lib/_mullong.c: added version to be compiled with xstack
3157         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3158         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3159         * device/lib/mcs51/crtxstack.asm: fixed comment
3160         * src/SDCCglue.c: maxInterrupts defaults to 0,
3161           (emitMaps): added pdata,
3162           (createInterruptVect): (re)moved default,
3163           (glue): added pdata,
3164           (glue): moved __start__xstack to XSTK with default size 1
3165         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3166           and options.float_rent when options.stackAuto is set,
3167           (linkEdit): only write XDATA_NAME if provided on command line
3168         * src/SDCCmem.h,
3169         * src/SDCCmem.c: added pdata
3170         * src/port.h: added pdata_name to PORT
3171         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3172           (saveRegisters, unsaveRegisters): removed usage of B,
3173           (genMinus): fixed accumulator clash,
3174           (genJumpTab): added comment, this needs another look
3175         * src/mcs51/gen.c: added check for "B in use" paranoia,
3176           added pushB() and popB()
3177         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3178           chance
3179         * src/avr/main.c,
3180         * src/ds390/main.c,
3181         * src/hc08/main.c,
3182         * src/mcs51/main.c,
3183         * src/pic/main.c,
3184         * src/pic16/main.c,
3185         * src/xa51/main.c,
3186         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3187           added PSEG (PAG,XDATA) or NULL to port specifier
3188         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3189         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3190           (_mcs51_genInitStartup): removed __start__xstack equ,
3191           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3192         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3193         * src/z80/gen.c (_rleAppend): fixed warnings
3194         * support/regression/tests/zeropad.c: added pdata test
3195         * .version: bumped to 2.4.6
3196
3197 2004-10-17 Borut Razem <borut.razem AT siol.net>
3198
3199         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3200         as a part of nightly build
3201
3202 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3203
3204         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3205         WREG holds the first byte function parameters,
3206         * (aopForSym): take special case for symbols which are in FARSPACE
3207         but in CODESPACE too,
3208         * (assignResultValue): modified to take into account _G.useWreg,
3209         * (genCall): don't use wreg for parameter passing when function is
3210         declared as reentrant, too, added optimization INCF to stack
3211         pointer when stack parameter count is 1,
3212         * (genFunction, genEndFunction): refurnished and fixed to not using
3213         wreg for passing parameters when function has varargs or is
3214         reentrant, fixed bug with symbol name compare for generating
3215         functions in absolute address,
3216         * (pic16_storeForReturn): refurnished,
3217         * (genCmp): began writing a new version of the function, not ready
3218         yet, therefore it is disabled,
3219         * (genAssign): do not read code memory when assigning a function to
3220         a pointer function,
3221         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3222         array of characters, not pointer,
3223         * (pic16initialComments): in debug mode emit an .ident directive for
3224         the assembler,
3225         * (_process_pragma): emit a new warning type (internal to pic16)
3226         when setting stack to default length, emit a similar warning when
3227         placing a function at absolute address and address is not word aligned
3228         * (_pic16_parseOptions): added 'return TRUE' statement,
3229         * (_pic16_linkEdit): if compiling a source, then add the source's
3230         file object, first in the list of objects to link,
3231
3232 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3233
3234         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3235         * src/pic/main.c : removed VC warning.
3236         * src/pic/gen.c : changed comment.
3237
3238 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3239
3240         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3241         reference to a deprecated symbol _GPTRREG was causing failure to
3242         link. Thanks G. M. Gallant for the info.
3243
3244 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3245
3246         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3247         comments for Bugs item #954788.
3248
3249 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3250
3251         * src/pic16/device.c (pic16_dump_gsection,
3252         * pic16_groupRegistersInSection): handle symbols declared to be in
3253         access bank differently,
3254         * src/pic16/gen.c (struct _G): added field resDirect,
3255         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3256         send values read from stack directly to result and don't allocate
3257         temporary values,
3258         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3259         same registers,
3260         * (pic16_sameRegsOfs): NEW,
3261         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3262         free because they were not allocated from temporary pool,
3263         * pic16_popRegFromString): workaround to fix a problem with
3264         allocating variables twice or never,
3265         * (genGenPointerGet): using PRODL instead of FSR0H,
3266         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3267         instead of FSR0H,
3268         * (genAssign): take advantage of the _G.resDirect flag,
3269         * (genCast): around line 11844, use mov2f instead of directly
3270         MOVFF'ing between operands to account for literal values,
3271         * src/pic16/genutils.c: some new debug functions for gpsim have been
3272         added,
3273         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3274         float with integer part only,
3275         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3276         place variables in access bank
3277         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3278         updated sources to reflect recent changes in gen.c
3279
3280 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3281
3282         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3283         sources that searched for headers in installation path, now the
3284         device/include/pic16 is used,
3285         * src/pic16/glue.c (pic16glue),
3286         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3287         .line directives if not in debug mode, this suppresses assembler's
3288         warnings for ignored directives
3289
3290 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3291
3292         * src/port.h: made reset_regparms prototype void parameter explicit.
3293         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3294         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3295         * doc/sdccman.lyx: documented warning disabling and how to use
3296           printf_large to make it print floats.
3297         * device/include/stdbool.h: NEW
3298         * device/lib/_atof.c,
3299         * device/lib/_divuint.c,
3300         * device/lib/_divulong.c,
3301         * device/lib/expf.c,
3302         * device/lib/printf_large.c,
3303         * device/lib/sincosf.c,
3304         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3305         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3306           a completely reentrant lib.
3307
3308 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3309
3310         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3311         * device/include/pic16/stdio.h: fixed bug with colon
3312
3313 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3314
3315         * device/include/pic16/stdio.h,
3316         * device/include/pic16/stdlib.h,
3317         * device/include/pic16/math.h: NEW
3318         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3319         declared as _naked to reduce overhead
3320         * device/lib/Makefile.in (target port-specific-objects-pic16):
3321         changed * to *.* so to ignore the CVS directory,
3322         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3323         stacked variables back in stack,
3324         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3325         corruption
3326
3327 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3328
3329         * .version: bumped version number to 2.4.5
3330         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3331         * support/Util/SDCCerr.c (messages structure): added entry for
3332         W_POSSBUG2
3333
3334         Large cumulative patch for pic16 port and libraries.
3335         * device/include/pic16/sdcc-lib.h,
3336         * device/include/pic16/stdarg.h,
3337         * device/include/asm/pic16/features.h,
3338         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3339         * device/include/pic16/float.h: changes reentrant keyword with
3340         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3341         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3342         updated target build-libraries to include objects from gptr,
3343         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3344         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3345         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3346         all function headings,
3347         * src/SDCCmain.c: added global parameter userIncDirsSet,
3348         * (parseCmdLine): when option -I is encountered add directory to
3349         userIncDirsSet too,
3350         * src/version.awk: added space between control and long,
3351         * src/pic16/NOTES: added some notes for the port,
3352         * src/pic16/gen.c: added prototype for mov2fp function,
3353         * (fReturnpic16[]): properly named return value registers,
3354         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3355         * (aopForSym): added code to handle symbols with onStack flag set,
3356         symbols onStack are allocated PTRSIZE bytes,
3357         * (aopFreeAsmop): handles special case where asmops are stack objects,
3358         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3359         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3360         added argument lock to trace flaws in allocating temporary registers
3361         when developing port,
3362         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3363         * (pic16_popRegFromString): reenabled allocating a direct register
3364         from string,
3365         * (assignResultValue): various beautifications,
3366         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3367         referenced function argument,
3368         * (genIpush): reenabled to allow stacked arguments, handles only
3369         ic->parmPush iCodes,
3370         * (genCall, genPcall): major changes to allow for variable argument
3371         functions, fixed a bug with falsely restoring stack pointer after
3372         returning from call,
3373         * (genFunction): pending code for critical function,
3374         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3375         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3376         * (genNearPointerGet): fixed bug with indirect reading, was always
3377         reading from INDF0
3378         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3379         pointers,
3380         * (genAddrOf): rewrote code to take address of a stacked function parameter
3381         * (genCast): fixed casting to generic pointer type,
3382         * src/pic16/gen.h: added AOP_STA,
3383         * (struct asmop): added field stk,
3384         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3385         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3386         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3387         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3388         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3389         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3390         generic pointers,
3391         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3392         and library paths,
3393         * (pic16_port structure): generic pointer size is set to 3,
3394         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3395         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3396         compiler warning,
3397         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3398         operand is an iTemp,
3399
3400 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3401
3402         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3403         * debugger/mcs51/simi.c: addapt new syntax of s51
3404
3405 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3406
3407         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3408         * src/pic16/pcode.c: commented out some calls to free() in order to
3409         fix bug #989576,
3410
3411 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3412
3413         * src/SDCCicode.h,
3414         * src/SDCCicode.c (isiCodeInFunctionCall),
3415         * src/avr/ralloc.c (selectSpil),
3416         * src/pic/ralloc.c (selectSpil),
3417         * src/pic16/ralloc.c (selectSpil),
3418         * src/ds390/ralloc.c (selectSpil),
3419         * src/hc08/ralloc.c (selectSpil),
3420         * src/xa51/ralloc.c (selectSpil),
3421         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3422         stack in the middle of a function call sequence (fixes bug #1020268)
3423         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3424         costs associated with the minimum switch case.
3425
3426 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3427
3428         * src/SDCC.lex: fixed bug #1030549
3429
3430 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3431
3432         * src/SDCCcse.h (struct cseDef),
3433         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3434         over a function call if the CSE is derived from a symbol whose
3435         address has been taken (fixes bug #1029883)
3436         * support/regression/tests/bug-1029883: a new regression test for
3437         this bug
3438
3439 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3440
3441         * src/hc08/gen.c (emitinline): fixed bug #1029778
3442         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3443         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3444         and starts toward RFE #905167)
3445
3446 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3447
3448         * src/pic16/gen.c (mov2f): New function to move an operand to
3449         another without considering if it is a literal or a register,
3450         * (pic16_sameRegs): don't check if they are both AOP_REG,
3451         * (AccRsh): removed andmask=0 lines,
3452         * (genLeftShift): duplicated to be improved in future versions,
3453         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3454         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3455         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3456         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3457         * (insertBankSwitch): fixed inserting banksel directives algorithm
3458         for instructions that follow a skip instruction, this fixes a report
3459         for broken subtraction code generation,
3460         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3461         iCode is a left op, just in case result and right share the same
3462         registers
3463
3464 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3465
3466         * src/hc08/main.c,
3467         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3468         preservation of HX
3469         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3470         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3471         on 2004-09-12; it was buggy
3472
3473 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3474
3475         * src/SDCCsymt.h: removed RESULT_CHECK
3476         * src/SDCCast.c,
3477         * src/SDCCglue.c,
3478         * src/SDCCval.c,
3479         * src/pic/glue.c,
3480         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3481
3482 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3483
3484         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3485         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3486         configuration values no more rejected by compiler, they are assigned
3487         to configuration registers with a warning message instead,
3488         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3489         the for-loop so last conf register is emitted too,
3490         * (_pic16_initPaths): link library libsdcc.lib by default,
3491         * (_hasNativeMulFor): modified test for multiplication according to
3492         Raphael Neider's remarks. Integer multiplication is also done with
3493         support functions,
3494         * device/include/pic16/pic18fregs.h: corrected type error in while
3495         testing and including 18f6720 header file
3496
3497 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3498
3499         * src/pic16/device.h (pic16_options): removed field use_crt,
3500         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3501         until an optimization to handle single bits is added,
3502         * (pic16_loadFSR0): moved before genUnpackBits,
3503         * (genAnd): some white lines removed,
3504         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3505         leave_reset flags in pic16_options when using crt modules,
3506
3507 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3508
3509         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3510           for bugs 898889 & 979599. Also used some safer print instructions.
3511
3512 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3513
3514         * src/pic16/device.h (pic16_options_t): added field use_crt,
3515         crt_name, no_crt,
3516         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3517         catch a probable future bug,
3518         * src/pic16/gen.c: aopIdx function commented out,
3519         * (genAssign): commented out old code which used aopIdx,
3520         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3521         code, added if conditionals to take into account the --use-crt
3522         command line options,
3523         * src/pic16/main.c (pic16_optionsTable): added new command line
3524         options, --use-crt= and --no-crt,
3525         * (_pic16_linkEdit): now the proper crt object is added in the
3526         linker command line except than when --no-crt is specified,
3527         * src/pic16/pcode.c,
3528         * src/pic16/pcode.h: added some structures and functions for a new
3529         optimization scheme to compansate for instruction overhead between
3530         same iCodes, this scheme is currently under development and is not
3531         working in any way,
3532         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3533         to && operator,
3534         * device/lib/pic16/startup/crt0i.c,
3535         * device/lib/pic16/startup/crt0iz.c: added global char variable
3536         __uflags to force the generation of an idata section
3537
3538 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3539
3540         * doc/Makefile,
3541         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3542         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3543
3544 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3545
3546         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3547         Frieder) and clarified the default code optimization mode
3548
3549 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3550
3551         * src/SDCC.lex (doPragma, process_pragma),
3552         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3553         "opt_code_size", and "opt_code_balanced"
3554         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3555         regrouped options by category, added support for category headers
3556         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3557         and "--opt-code-size"
3558         * doc/sdccman.lyx: documented these new options and pragmas
3559         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3560         preference into account
3561
3562 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3563
3564         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3565           geniCodePreDec): Fixed bug 904237 by generating a warning
3566         * src/SDCCerr.h,
3567         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3568
3569 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3570
3571         * src/pic/device.c : When no max ram set validate full memory range.
3572         * src/pic/pcode.c,
3573         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3574
3575 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3576
3577         * device/lib/_gptrget.c,
3578         * device/lib/_gptrput.c: updated comment
3579         * device/lib/calloc.c,
3580         * device/lib/free.c,
3581         * device/lib/malloc.c,
3582         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3583         * src/SDCCcse.c (cseBBlock),
3584         * src/SDCCicode.c (printOperand, geniCodeArray),
3585         * src/SDCCicode.h (struct operand): fixed bug 868103
3586         * support/regression/tests/bug-868103.c: added
3587         * src/SDCCast.c (searchLitOp),
3588         * src/SDCCcse.h (struct cseDef),
3589         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3590         * src/SDCCicode.h (struct operand),
3591         * src/SDCCsymt.h (struct sym_link),
3592         * src/avr/gen.c (hasInc),
3593         * src/ds390/gen.c (hasInc),
3594         * src/hc08/gen.c (genPlusIncr, hasInc),
3595         * src/mcs51/gen.c (hasInc),
3596         * src/pic16/glue.c (pic16_printIvalChar),
3597         * src/pic16/ralloc.c (regWithIdx),
3598         * src/xa51/gen.c (hasInc) : removed warnings
3599         * src/SDCCast.c (createBlock): added comment ???
3600         * src/hc08/ralloc.c: updated comments
3601
3602 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3603
3604         * doc/sdccman.lyx: updated section on switch statements, added
3605         section about semaphore locking
3606         * doc/Makefile: added option -info for latex2html
3607         * device/lib/_gptrget.c,
3608         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3609
3610 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3611
3612         * src/pic/device.h,
3613         * src/pic/device.c,
3614         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3615          maxram is less than 0x100.
3616
3617 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3618
3619         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3620
3621 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3622
3623         * src/port.h,
3624         * src/mcs51/main.c,
3625         * src/ds390/main.c,
3626         * src/z80/main.c,
3627         * src/hc08/main.c,
3628         * src/pic/main.c,
3629         * src/pic16/main.c,
3630         * src/avr/main.c,
3631         * src/xa51/main.c
3632         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3633         a jump table is the best form for a switch statement, including
3634         automatic insertion of missing cases to make the case range
3635         continuous. Developed in collaboration with Frieder Ferlemann.
3636
3637 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3638
3639         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3640         accumulator result if it needs sign extension
3641
3642 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3643
3644         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3645
3646 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3647
3648         * device/lib/gbz80/printf.c,
3649         * device/lib/z80/printf.c: removed define for NULL
3650
3651 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3652
3653         * as/xa51/xa_link.c,
3654         * device/examples/ds390/ow390/ad26.c,
3655         * device/examples/ds390/ow390/cnt1d.c,
3656         * device/examples/ds390/ow390/counter.c,
3657         * device/examples/ds390/ow390/ds2480.h,
3658         * device/examples/ds390/ow390/ds2480ut.c,
3659         * device/examples/ds390/ow390/findtype.c,
3660         * device/examples/ds390/ow390/gethumd.c,
3661         * device/examples/ds390/ow390/owllu.c,
3662         * device/examples/ds390/ow390/ownetu.c,
3663         * device/examples/ds390/ow390/swt12.c,
3664         * device/examples/ds390/ow390/swtloop.c,
3665         * device/examples/ds390/ow390/temp.c,
3666         * device/examples/ds390/ow390/temp10.c,
3667         * device/examples/ds390/ow390/thermo21.c,
3668         * device/examples/ds390/ow390/tinilnk.c,
3669         * device/examples/ds390/ow390/tstfind.c,
3670         * device/examples/serialcomm/windows/serial.cpp,
3671         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3672         * device/include/reg51.h: fixed line endings for cvs
3673
3674 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3675
3676         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3677         packRegsForAccUse, packRegisters): new accumulator register
3678         packing algorithm
3679         * support/regression/ports/hc08/support.c (_putchar): suppress
3680         warning of unused variable
3681         * src/SDCCicode.c: added SWAP entry to codeTable
3682
3683 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3684
3685         * device/lib/sprintf.c: forgot to add this file before previous commit
3686
3687 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3688
3689         * src/pic16/gen.c (genPackBits): added operand right in function
3690         parameters, load result directly if p_type is POINTER (that is
3691         called by genNearPointerSet)
3692         * (genUnPackBits): added operand left in function parameters,
3693         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3694         FSR0 if accessing bitfields,
3695
3696 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3697
3698         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3699           _print_format; updated printf, sprintf, vsprintf
3700         * device/include/asm/default/features.h: corrected comment/define
3701         * device/lib/Makefile.in: added sprintf.c
3702         * device/lib/libsdcc.lib: added sprintf module
3703         * device/lib/printf_large.c,
3704         * device/lib/vprintf.c,
3705         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3706           into these 3 files
3707         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3708         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3709         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3710           hc08 test
3711         * support/regression/tests/zeropad.c: define idata as data for hc08
3712
3713 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3714
3715         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3716         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3717         labels are referenced at least once (even if a reference is not found)
3718         * src/hc08/gen.c (emitcode): set isComment flag for comments
3719         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3720         loads), rules 6a..6b (optimize jumps to return)
3721
3722 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3723
3724         * device/lib/acosf.c (acosf),
3725         * device/lib/asinf.c (asinf),
3726         * device/lib/atanf.c (atanf),
3727         * device/lib/ceilf.c (ceilf),
3728         * device/lib/cosf.c (cosf),
3729         * device/lib/coshf.c (coshf),
3730         * device/lib/cotf.c (cotf),
3731         * device/lib/fabsf.c (fabsf),
3732         * device/lib/floorf.c (floorf),
3733         * device/lib/log10f.c (log10f),
3734         * device/lib/logf.c (logf),
3735         * device/lib/sinf.c (sinf),
3736         * device/lib/sinhf.c (sinhf),
3737         * device/lib/sqrtf.c (sqrtf),
3738         * device/lib/tanf.c (tanf),
3739         * device/lib/tanhf.c (tanhf),
3740         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3741         replaced all instances of "reentrant" in the library functions
3742         defined in math.h with this macro.
3743         * support/regression/tests/float_trans.c: reenabled test for hc08
3744
3745 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3746
3747         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3748         erroneously deleted
3749
3750 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3751
3752         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3753         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3754         multi-byte volatile operands are used
3755         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3756         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3757         initialization to area GSINIT0 so that it would always precede
3758         any static initializers in GSINIT
3759         * support/regression/tests/zeropad.c: fixed idata define for hc08
3760         * support/regression/tests/bug-927659.c,
3761         * support/regression/tests/float_trans.c: disabled tests for hc08
3762         pending missing library routines
3763         * .version: increased version number to 2.4.4 - hc08 port now passes
3764         regression tests
3765
3766
3767 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3768
3769         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3770         * Makefile.common.in,
3771         * as/Makefile,
3772         * as/hc08/Makefile.in,
3773         * as/mcs51/Makefile.in,
3774         * as/z80/Makefile.in,
3775         * debugger/mcs51/Makefile.in,
3776         * device/include/Makefile.in,
3777         * device/lib/Makefile.in,
3778         * doc/Makefile,
3779         * link/Makefile,
3780         * link/z80/Makefile.in,
3781         * packihx/Makefile.in,
3782         * sim/ucsim/main_in.mk,
3783         * sim/ucsim/avr.src/Makefile.in,
3784         * sim/ucsim/doc/Makefile.in,
3785         * sim/ucsim/gui.src/serio.src/Makefile.in,
3786         * sim/ucsim/hc08.src/Makefile.in,
3787         * sim/ucsim/s51.src/Makefile.in,
3788         * sim/ucsim/xa.src/Makefile.in,
3789         * sim/ucsim/z80.src/Makefile.in,
3790         * src/Makefile.in,
3791         * support/cpp2/Makefile.in,
3792         * support/librarian/Makefile,
3793         * support/makebin/Makefile: added DESTDIR to the install path proposed
3794         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3795         * doc/sdccman.lyx: added DESTDIR documentation
3796
3797 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3798
3799         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3800         instruction for interrupt handlers, use fast returns when returning
3801         from high priority interrupts
3802
3803 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3804
3805         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3806         code generation
3807         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3808         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3809         bugs, ported much of Bernhard's code from mcs51
3810         * src/mcs51/gen.c (genSend),
3811         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3812         than one when calling a reentrant function
3813         * device/lib/_mullong.c: defined an alternate struct layout for big
3814         endian ports (hc08)
3815
3816 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3817
3818         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3819         test
3820
3821 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3822
3823         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3824         are sane and complete before asking the port its prefered parameter
3825         passing method (fixes bug #1017633)
3826         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3827         and _ret3
3828
3829 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3830
3831         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3832         problem in bitfields >= 8 bits.
3833
3834 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3835
3836         * src/SDCCsymt.c: undid changes that were not meant to be committed
3837
3838 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3839
3840         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3841
3842 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3843
3844         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3845           copied and wrong bit got inverted
3846
3847 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3848
3849         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3850         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3851         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3852         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3853         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3854         assignments to bitfields at known addresses
3855         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3856         reads from bitfields at known addresses
3857         * src/hc08/ralloc.c (packRegisters),
3858         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3859         genhc08Code): optimize pointer get values used as conditionals
3860         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3861         and branch
3862
3863 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3864
3865         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3866         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3867         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3868         as conditionals
3869
3870 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3871
3872         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3873
3874 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3875
3876         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3877         related problems
3878
3879 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3880
3881         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3882
3883 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3884
3885         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3886         mcs51 port
3887
3888 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3889
3890         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3891
3892 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3893
3894         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3895         cases use more compact code.
3896
3897 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3898
3899         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3900
3901 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3902
3903         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3904
3905 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3906
3907         * src/SDCCsymt.h,
3908         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3909         parameter of changePointer() from symbol* to sym_link*
3910         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3911         * src/SDCCsymt.c (compareType): void* type is castable to other
3912         pointers, but not necesarily an exact match.
3913         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3914         is no longer blindly treated as an exact match.
3915         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3916
3917 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3918
3919         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3920
3921 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3922
3923         * src/pic/gen.c,
3924         * src/pic/pcode.c,
3925         * src/pic/ralloc.h,
3926         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3927
3928 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3929
3930         * src/pic/device.c,
3931         * src/pic/device.h,
3932         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3933
3934 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3935
3936         * src/mcs51/gen.c (emitcode): fixed bug #992819
3937
3938 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3939
3940         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3941           there's no need to make it worse
3942
3943 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3944
3945         * src/mcs51/ralloc.c (deassignLR),
3946         * src/ds390/ralloc.c (deassignLR),
3947         * src/hc08/ralloc.c (deassignLR),
3948         * src/z80/ralloc.c (deassignLR),
3949         * src/pic/ralloc.c (deassignLR),
3950         * src/pic16/ralloc.c (deassignLR),
3951         * src/avr/ralloc.c (deassignLR),
3952         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3953         rlivePoint): fixed another part of bug #971834
3954
3955 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3956
3957         * src/z80/main.c: enabled "critical" keyword
3958         * src/z80/mappings.i,
3959         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3960         functions (fixes bug #979646)
3961         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3962
3963 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3964
3965         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3966           such as c:\mydir.
3967
3968 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3969
3970         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3971           doesn't disable too much optimizations
3972
3973 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3974
3975         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3976
3977 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3978
3979         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3980
3981 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3982
3983         * src/pic/gen.c tidied up tabs
3984         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3985         * src/pic/main.c tidied up tabs
3986         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3987         * src/pic/pcoderegs.c tidied up tabs
3988         * src/pic/ralloc.c tidied up tabs
3989
3990 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3991
3992         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3993         to S_FIXED for pic16 port and when symbol is not in level 0,
3994         allocate for S_REGISTER storage class and pic16 port, too,
3995         * src/pic16/device.h: prototype for checkSym,
3996         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3997         * (pic16_assignConfigWordValue): test the value and the mask to
3998         validate that the value is suitable for the configuration word,
3999         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4000         collect extern declared symbols, don't emit symbol twice, check
4001         first if symbol is in publics set first,
4002         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4003         * added command line '--fstack' which enables an experimental
4004         feature for stack access, too buggy to be used yet...
4005         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4006         * (pic16_allocDirReg): when register has storage class S_REGISTER
4007         allocate in pic16_dynAccessRegs,
4008         * device/include/pic16/pic18f????.h: modified configuration word
4009         naming convention, words started as CONFIG0H but should be CONFIG1H
4010
4011 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4012
4013         * device/include/mcs51reg.h: fixed bug 970993
4014
4015 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4016
4017         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4018         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4019         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4020         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4021         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4022         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4023           error/warning numbers,
4024           added function setWarningDisabled()
4025         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4026         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4027           _memcmp.c _memmove.c calloc.c realloc.c free.c
4028         * support/regression/tests/malloc.c: added tests for new functionality
4029         * support/regression/tests/zeropad.c: added tests for truncated initializers
4030           and initialized char arrays starting with '\x0'
4031         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4032
4033 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4034
4035         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4036
4037 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4038
4039         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4040         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4041         peephole 177.e. Thanks to anonymous
4042
4043 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4044
4045         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4046         function isn't used in the source but referenced as a
4047         variable initializer then declare it as extern in .asm file
4048
4049 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4050
4051         * .version: increased version number to 2.4.3
4052
4053         Adding version extension according to ChangeLog CVS revision
4054         * src/Makefile.in (target all): added dependency 'version.h'
4055         * (rule version.h): added rule to create version.h from ChangeLog,
4056         * (rule dep): added dependency version.h,
4057         * src/version.awk: AWK script to create version.h
4058         * src/SDCCdwarf2.c (dwWriteModule),
4059         * src/SDCCglue.c (initialComments),
4060         * src/SDCCmain.c (printVersionInfo): modified to write after
4061         version string the version extension number,
4062         * src/SDCCutil.c: included "version.h"
4063         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4064         number,
4065         * src/SDCCutil.h: added prototype for getBuildNumber
4066
4067         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4068         includeDirsSet, too,
4069         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4070         const char [] is found in function prototype...
4071
4072         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4073         moving to WREG with source is already in WREG,
4074         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4075         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4076         * (aopForSym): stack'ed symbols are partially supported, added
4077         if-clause to support symbols in FARSPACE,
4078         * (sameRegs): added test for AOP_ACC to see if registers are same,
4079         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4080         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4081         * (pic16_popRegFromString): will not allocate a new register if it
4082         doesn't find one by name, bug may have introduced...
4083         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4084         * (genIpush): revived to use pic16 port's stack,
4085         * (genAddrOf): added incomplete case for stack'ed operand,
4086         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4087         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4088         can handle multibyte operands,
4089         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4090         * (pic16initialComments): added message for MPLAB compatibility
4091         mode enabled,
4092         * src/pic16/main.h: prototype for pic16_mplab_comp,
4093         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4094         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4095         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4096         because of increased complexity of procedure,
4097         * (_process_pragma): stack pragma changed to format 'stack pos len',
4098         emit symbol '_stack_end' to conform with gplink,
4099         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4100         to search for register,
4101         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4102         PO_GPR_REGISTER,
4103         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4104         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4105         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4106         case for PO_GPR_REGISTER,
4107         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4108         dies, the new era is ahead !...
4109         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4110         pic16_dynInternalRegs,
4111         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4112         * (pic16_allocDirReg): minor optimizations and bug fixes,
4113         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4114
4115         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4116         load stack and frame pointer with address of 'stack_end' symbol
4117
4118 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4119
4120         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4121         without source code but only variable initializers
4122
4123 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4124
4125         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4126         external are not declared as extern to reduce overhead while linking
4127
4128 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4129
4130         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4131
4132 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4133
4134         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4135           Yee Keat for the patch
4136         * src/SDCCast.c (decorateType): fixed bug #979599
4137         * src/ds390/gen.h: removed local fReturnSizeDS390
4138         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4139         * src/ds390/gen.c (genAnd, genOr, genXor),
4140         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4141
4142 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4143
4144         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4145         add relFilesSet to $3, manipulate $2 to handle linking of object
4146         files without source files in command line,
4147         * device/include/pic16 (all headers): added ID location macros,
4148         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4149         entries for ID location bytes,
4150         * (pic16_assignIdByteValue): NEW,
4151         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4152         added field dumpcalltree to pic16_options_t,
4153         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4154         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4155         emitting rFalseIfx label after check_carry label,
4156         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4157         pic16_emitDIRegs), NEW
4158         * (pic16glue): dump .calltree file when option --calltree found,
4159         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4160         * (_pic16_genAssemblerPreamble): emit ID locations after
4161         configuration registers,
4162         * (pic16_linkCmd): modifications of the link command,
4163         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4164         * (pic16_pCodeInitRegisters): don't init stack registers,
4165         * (pic16_findPrevInstruction): fixed bug,
4166         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4167         bug with immediate registers,
4168         * (buildCallTree): traces stack push and pop,
4169         * (pct2): dump also stack usage for each function,
4170         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4171         * (pic16_allocDirReg): various modifications,
4172         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4173         fixed to 1,
4174
4175 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4176
4177         * src/pic16/pcode.c: removed buggy double colon
4178
4179 2004-07-01 Borut Razem <borut.razem AT siol.net>
4180
4181         * support/scripts/sdcc.nsi: added include/pic16 to setup
4182
4183 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4184
4185         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4186         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4187         target 'clean',
4188         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4189         specific command line arguments. Also added sample lkr script
4190         for placing a variable at a specific memory bank.
4191         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4192         at a specific memory bank,
4193         * (pic16_dump_isection): fixed bug which caused string literals to
4194         be omitted when dumping idata section,
4195         * (pic16_groupRegistersInSection): added code to handle registers
4196         in specific memory banks,
4197         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4198         public, all references are renamed too,
4199         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4200         AOP_DPTR2,
4201         * (pic16_storeForReturn): added case to handle when dest is WREG,
4202         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4203         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4204         pic16_rel_udata, check to see if that register is marked as being
4205         a member of a specific memory bank,
4206         * (pic16_printIvalCharPtr): added code to add string literals either
4207         to code or the idata sections,
4208         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4209         also accept the 'udata' pragma,
4210         * src/pic16/main.h: new structure types sectName and sectSym
4211         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4212         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4213         * (pic16_findPrevInstruction): fixed, it returned nothing,
4214         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4215         instruction combinations,
4216         * (pic16_FixRegisterBanking): heavily reorganised,
4217         * (pic16_AnalyzeBanking): if generating banksel directives is
4218         disabled, then don't call FixRegisterBanking at all,
4219         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4220         completely removed,
4221         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4222
4223 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4224
4225         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4226         Phuah Yee Keat <yk.phuah AT nestac.com>
4227
4228 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4229
4230         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4231         correctly the IVT even if it is relocated to some other location
4232
4233 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4234
4235         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4236         * device/include/pic16/pic18f2220.h: NEW,
4237         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4238         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4239         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4240         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4241         nodefaultlibs, ivt_loc is the location of the interrupt vector
4242         table, and nodefaultlibs signs that default libraries should not be
4243         linked in link stage,
4244         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4245         according to --ivt-loc argument,
4246         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4247         when pragma stack is found,
4248
4249 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4250
4251         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4252         256 (range check), 257 (do while), 258.a-f (bit banging
4253         f.e. on 3-wire SPI bus)
4254
4255 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4256
4257         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4258         variables used exclusively within a loop
4259
4260 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4261
4262         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4263
4264 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4265
4266         * src/SDCClrange.c (computeClash): fixed bug #971834
4267
4268 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4269
4270         * src/mcs51/gen.c (genCmp): fixed bug #975903
4271         * src/hc08/gen.c (operandsEqu),
4272         * src/ds390/gen.c (operandsEqu),
4273         * src/z80/gen.c (operandsEqu),
4274         * src/pic/gen.c (operandsEqu),
4275         * src/pic16/gen.c (operandsEqu),
4276         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4277         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4278
4279 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4280
4281         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4282
4283 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4284
4285         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4286         default case in switch statement,
4287         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4288         to eliminate problem with initialisation of pointers, but problem
4289         still exists,
4290         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4291         * (emitStaticSegment): removed various lines emitting debug info,
4292         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4293         added processor registers for utilizing EEPROM,
4294         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4295         configurable and set 8
4296
4297 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4298
4299         * .version: increased version number to 2.4.2,
4300
4301         Cumulative patch for pic16 port
4302         * src/pic16/device.c: changed scheme to dump initial values for
4303         variables in idata segment, all print_idata* functions were removed,
4304         now the pic16_printIval* will be called,
4305         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4306         * _pic16_printPointerType, pic16_printPointerType,
4307         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4308         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4309         NEW, similar to the respective functions in SDCCglue.c,
4310         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4311         way, emitting hex bytes,
4312         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4313
4314 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4315
4316         * src/avr/ralloc.c (serialRegAssign),
4317         * src/xa51/ralloc.c (serialRegAssign),
4318         * src/pic/ralloc.c (serialRegAssign),
4319         * src/pic16/ralloc.c (serialRegAssign),
4320         * src/hc08/ralloc.c (serialRegAssign),
4321         * src/z80/ralloc.c (serialRegAssign),
4322         * src/ds390/ralloc.c (serialRegAssign),
4323         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4324
4325 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4326
4327         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4328         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4329
4330 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4331
4332         Cumulative patch for pic16 port:
4333         * src/pic16/device.h (typedef PIC16_device) modified fields for
4334         defining microcontrollers,
4335         * src/pic16/device.c: added new info for all devices in Pics16 array,
4336         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4337         to be optimised out by the pCode optimiser,
4338         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4339         specially, bug reported by G.M. Gallant,
4340         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4341         as force'd so that cannot be optimised out by pCode optimiser,
4342         * src/pic16/pcode.c,
4343         * src/pic16/pcodepeeph.c,
4344         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4345         they are disabled by default, but can be enabled explicit with
4346         command argument --denable-peeps, for testing,
4347         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4348         --pomit-ivt in COMPILE_FLAGS
4349
4350 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4351
4352         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4353           compilation on MSVC
4354
4355 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4356
4357         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4358
4359 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4360
4361         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4362         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4363
4364 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4365
4366         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4367         would only assign 0x300001 register.
4368
4369 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4370
4371         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4372         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4373
4374 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4375
4376         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4377         for ds80c400
4378         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4379         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4380         added peephole 254 (left shift), 255 (jump table)
4381
4382 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4383
4384         * device/lib/Makefile.in: removed comment line with model-pic16,
4385         * (target port-specific-objects-pic16): the libraries and objects
4386         are copied to the build directory form the device/lib/pic16/bin
4387         directory
4388
4389         Cumulative patch concerning pic16 port:
4390         * library directory has been re-organized,
4391         * added support for PIC18F1220,
4392         * added headers and library sources for chips 18f1220,18f6520,
4393         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4394
4395         * configuration registers setting has changed, now each supported
4396         device has a complete description of the registers it uses,
4397         * all initialisations are moved to idata sections, these section
4398         can be absolute or relocatable,
4399         * fixed initialisation of codespace variables,
4400         * fixed warning about PCLATU and gpsim,
4401         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4402         * (genAssign): use table reads when assigning from variables in codespace,
4403         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4404         char/int variables placed in codespace,
4405         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4406         registers set in .asm file, no need for --pomit-config-words anymore,
4407         * (pic16glue): some 8051 legacy segments are commented out
4408         (to be removed completely),
4409         * added support for alternative assembler and linker with --asm=
4410         and --link= command line arguments,
4411         * peepholes are disabled automatically in the port, no need to
4412         specify on command line,
4413         * port supports natively char/int/long multiplication, but converts
4414         all divisions to support functions,
4415         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4416         to the file set in variable $2,
4417         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4418         strings in ASCII format and not in hex,
4419         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4420         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4421         allocate proper register if iCodes aren't temporary,
4422
4423 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4424
4425         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4426
4427 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4428
4429         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4430         is commented out
4431
4432 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4433
4434         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4435         computed address is reused
4436         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4437         multi-byte bitfields
4438
4439 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4440
4441         * src/z80/gen.c: (genArrayInit): must check for pointers too
4442
4443 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4444
4445         * support/regression/tests/zeropad.c: never meant to commit the
4446           nestedstruct test: removed, added check for GCC version
4447
4448 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4449
4450         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4451         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4452         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4453           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4454           bugs 928906 and 954082 half-empty initializers
4455         * src/SDCCsymt.h,
4456         * src/SDCCsymt.c (getAllocSize): added for above fix
4457         * src/z80/gen.c (genArrayInit): fixed bug 741044
4458         * support/regression/tests/zeropad.c: added tests
4459
4460 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4461
4462         * src/pic16/device.c (pic16_dump_section): corrected bug which
4463         caused some symbols of the libraries to be misplaced
4464
4465 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4466
4467         * src/pic16/glue.c,
4468         * src/pic16/ralloc.h,
4469         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4470         to fix conflict with pic port
4471
4472 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4473
4474         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4475         externs configuration variables,
4476         * src/pic16/ralloc.h,
4477         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4478         prototype in header, commented out some debug messages
4479
4480 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4481
4482         * src/pic16/glue.c,
4483         * src/pic16/main.c,
4484         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4485         for gpasm COFF object generation. Thanks to D. Hawkins for
4486         his patch info
4487
4488 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4489
4490         * src/ds390/main.c,
4491         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4492         Brock for spotting this)
4493         * src/ds390/gen.c (genEndFunction),
4494         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4495         interrupt handler and critical. Disable push/pop optimizations when
4496         peephole optimizations disabled.
4497
4498 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4499
4500         Updated pic16 library sources and headers.
4501         * device/lib/pic16/pic18f*/ ,
4502         * device/include/pic16/*.h: modified to handle structured SFR
4503         definitions
4504
4505 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4506
4507         * src/port.h (PORT structure): added hook initPaths, now each
4508         port can declare its own default search paths,
4509         which can been seen with the --print-search-dirs option,
4510         see pic16 port for example,
4511         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4512         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4513         * (doPrintSearchDirs): NEW, replaces in a central manner the
4514         printing of search dirs which was split in set*Paths functions,
4515         * (main): added call to port->initPaths and doPrintSearchDirs,
4516         * src/avr/main.c,
4517         * src/ds390/main.c,
4518         * src/hc08/main.c,
4519         * src/izt/i186.c,
4520         * src/izt/tlcs900h.c,
4521         * src/mcs51/main.c,
4522         * src/pic/main.c,
4523         * src/pic16/main.c: modified port structures to reflect addition of
4524         initPaths hook,
4525
4526         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4527         * (pic16_dump_section): for registers in same address reserve memory once,
4528         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4529         to no_banksel,
4530         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4531         result is greater in size than right or left,
4532         * (pic16_genUMult8X8_8): there are some cases where the result can
4533         be 16 bits size, so handle these,
4534         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4535         * (pic16_outBitC): modified to emit pcodes,
4536         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4537         or not,
4538         * (genDivOneByte): implemented algorithm to divide 8-bits,
4539         * (genCmp): uncommented goto, but issues still exist,
4540         * (genAnd): fixed a bug with variables >8bits,
4541         * (genPackBits): optimization added that uses BCF/BSF to change a
4542         single bit,
4543         * (genAssign): fixed bug when assigning floating point literals,
4544         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4545         __sdcc_gsinit_startup label,
4546         * src/pic16/main.c (_pic16_init): removed search directory
4547         initialisations,
4548         * (_pic16_initPaths): NEW, used to initialise search directories,
4549         * (_hasNativeMulFor): support functions for all except char/int
4550         multiplication, and char division,
4551         * (PIC16_port struct): modified entry for native mul support,
4552         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4553         no_banksel option,
4554         * (buildCallTree): call to register_usage is ifdef'ed out,
4555
4556 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4557
4558         * device/include/string.h: applied Stas Sergeev's patch to make this
4559         header file compatible with the preprocessor -Wundef option
4560         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4561         failure (fixes bug #941458)
4562
4563 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4564
4565         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4566         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4567         that the variable, not the function, should be static
4568         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4569         to be consistent with non-literal case
4570
4571 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/SDCCast.c (isConformingBody): fixed bug #949967
4574         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4575         convilong): fixed bug #952086
4576
4577 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4578
4579         * src/SDCCmem.c (allocVariables): fixed bug #955321
4580
4581 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4582
4583         * src/hc08/main.c (_hc08_genAssemblerEnd),
4584         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4585         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4586         completely eliminated the use of a temporary file
4587         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4588         when more than one file linked
4589         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4590
4591 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4594         which fixes bug #543481
4595         * support/regression/tests/bug-751703.c: fixed comments left from a
4596         cut and paste error
4597         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4598         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4599         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4600         scopes
4601         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4602         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4603         are now changed to underscores in moduleName
4604
4605 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4606
4607         * as/mcs51/lkmem.c: better fix for bug #954173
4608
4609 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4610         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4611
4612         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4613         * device/include/c8051f000.h,
4614         * device/include/c8051f120.h,
4615         * device/include/c8051f300.h,
4616         * device/include/c8051f310.h,
4617         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4618         PWM16) and detab'ed
4619
4620 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4621
4622         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4623         and mailing lists, doc'ed --no-peep-comments, removed reference
4624         to knoppix (newest version has no LyX/LaTeX), other minor changes
4625         * src/SDCCglue.c (glue): save 2 bytes stack space with
4626         option --main-return. The ljmp could probably be avoided too
4627
4628 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4629
4630         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4631
4632 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4633
4634         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4635         * src/SDCCopt.c (isLocalWithoutDef),
4636         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4637         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4638         (credit to Maarten Brock for patch #949363, on which this is based)
4639         * support/regression/tests/bug-751703.c: some test cases of extern used
4640         within inner scopes.
4641
4642 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4643
4644         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4645         SPEC_STRUCT
4646         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4647         struct definitions
4648         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4649         dwWriteLabel): fix to create valid debugger symbols even when
4650         the module name has non-alphanumeric symbols in it
4651         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4652         when a variable's allocation has been optimized away
4653
4654
4655 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4656
4657         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4658         * src/hc08/main.c,
4659         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4660         * src/mcs51/main.c,
4661         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4662         * src/ds390/main.c,
4663         * src/z80/gen.c (z80_emitDebuggerSymbol),
4664         * src/z80/main.c,
4665         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4666         * src/pic/main.c,
4667         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4668         * src/pic16/main.c,
4669         * src/avr/gen.c (avr_emitDebuggerSymbol),
4670         * src/avr/main.c,
4671         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4672         * src/xa51/main.c,
4673         * src/SDCCdebug.c (emitDebuggerSymbol),
4674         * src/SDCCdebug.h,
4675         * src/port.h: added a debugger struct to the port struct. Added a
4676         callback for defining debugger symbols
4677
4678         * src/SDCCast.c (createLabel),
4679         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4680         with isitmp = 1
4681         * src/SDCCicode.h,
4682         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4683         iCode back to the ast for the function
4684
4685         * src/hc08/ralloc.c (hc08_assignRegisters),
4686         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4687         unneeded fields from the regs struct.
4688         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4689         pushReg() & pullReg() functions instead of emitcode()
4690
4691         * src/hc08/gen.c (genLabel, genhc08Code),
4692         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4693
4694         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4695         debugger hooks
4696
4697         * src/hc08/gen.c (genEndFunction, genhc08Code),
4698         * src/hc08/gen.h,
4699         * src/mcs51/gen.c (genEndFunction, gen51Code),
4700         * src/mcs51/gen.h,
4701         * src/ds390/gen.c (genEndFunction, gen390Code),
4702         * src/ds390/gen.h,
4703         * src/z80/gen.c (genEndFunction, genZ80Code),
4704         * src/z80/gen.h,
4705         * src/z80/z80.h,
4706         * src/pic/gen.c (genEndFunction, genpic14Code),
4707         * src/pic/gen.h,
4708         * src/pic16/gen.c (genEndFunction, genpic16Code),
4709         * src/pic16/gen.h,
4710         * src/avr/gen.c (genEndFunction, genAVRCode),
4711         * src/avr/gen.h,
4712         * src/xa51/gen.c (genEndFunction, genXA51Code),
4713         * src/xa51/gen.h,
4714         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4715         specific code to cdbFile.c and out of the backend code generators
4716
4717         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4718         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4719         starting address is now 0
4720
4721         * as/hc08/asm.h,
4722         * as/hc08/m08pst.c,
4723         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4724         assembler directive for DWARF support
4725         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4726
4727         * src/src.dsp,
4728         * src/Makefile.in,
4729         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4730
4731 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4732
4733         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4734         and inappropriate peephole optimization in jump tables
4735
4736 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4737
4738         * as/hc08/m08pst.c,
4739         * src/SDCCglue.c: sdccopt works for the hc08 port now
4740
4741 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4742
4743         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4744
4745 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4746
4747         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4748
4749 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4750
4751         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4752         rules
4753         * src/SDCCmain.c,
4754         * src/SDCCglobl.h,
4755         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4756         comments from the peephole optimizer replacement rules
4757         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4758         symbols
4759         * src/SDCCcse.c (updateSpillLocation),
4760         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4761         equivalents
4762         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4763         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4764         objects far pointers
4765
4766 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4767
4768         * src/SDCCsymt.h: a missing part of my last change
4769         * src/pic/ralloc.c (regTypeNum),
4770         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4771
4772 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4773
4774         * src/SDCCicode.h,
4775         * src/SDCCicode.c (aggrToPtrDclType),
4776         * src/SDCCptropt.h,
4777         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4778         ptrPseudoSymConvert),
4779         * src/pic/ralloc.c (regTypeNum),
4780         * src/pic16/ralloc.c (regTypeNum),
4781         * src/hc08/ralloc.c (regTypeNum),
4782         * src/ds390/ralloc.c (regTypeNum),
4783         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4784         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4785
4786 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4787
4788         * link/z80/lkmain.c (afile),
4789         * as/hc08/lkmain.c (afile),
4790         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4791         prevent a pointer problem when a filename has no directory and
4792         no extension specified.
4793
4794 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4795
4796         * link/z80/lkmain.c (afile): allow periods in directory names
4797         * link/z80/lkmain.c (afile),
4798         * as/mcs51/lkmain.c (afile),
4799         * as/hc08/lkmain.c (afile): allow linker script file to have an
4800         extension other than ".lnk"
4801         * link/z80/lklex.c (getfid),
4802         * link/z80/lkmain.c (parse),
4803         * as/mcs51/lklex.c (getfid),
4804         * as/mcs51/lkmain.c (parse),
4805         * as/hc08/lklex.c (getfid),
4806         * as/hc08/lkmain.c (parse): Support comments in the linker script
4807         file on lines by themselves and after filenames
4808
4809 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4810
4811         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4812
4813 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4814
4815         * src/z80/peeph-z80.def: removed some peephole rules that don't
4816         work with multibyte arithmetic (fixed bug #937126)
4817         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4818         to registers and not global variables
4819         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4820         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4821         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4822         checking for assignments not internally generated (fixed bug #931895)
4823         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4824         structure member (fixed bug #930072)
4825
4826 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4827
4828         * src/SDCCmain.c (linkEdit),
4829         * src/hc08/main.c (_hc08_parseOptions),
4830         * as/hc08/Makefile.in,
4831         * as/hc08/aslink.h,
4832         * as/hc08/asm.h,
4833         * as/hc08/m08pst.c,
4834         * as/hc08/lkrloc.c (relr, rele),
4835         * as/hc08/lkarea.c (lnkarea)
4836         * as/hc08/lkmain.c (afile, parse),
4837         * as/hc08/lkelf.c: support for ELF output
4838         * as/hc08/lks19.c (s19),
4839         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4840
4841 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4842
4843         * as/mcs51/lkihx.c: Fixed bug #899105.
4844
4845 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4846
4847         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4848         .dsp files from Unix to DOS.
4849
4850 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4851
4852         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4853         function pointers; we have been compliant for several months now.
4854         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4855         change that was accidently commented out
4856         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4857         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4858         bug #922319
4859
4860 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4861
4862         * src/hc08/gen.c: output of all of the internal debugging information
4863         is now controlled by the D() macro; it is disabled by default
4864
4865 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4866
4867         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4868         harder to keep the same registers during a CAST iCode
4869         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4870         long via int can be done in a single cast, if the signedness is
4871         correct.
4872         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4873         putchar() in tinibios.c in ds390's library
4874
4875 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4876
4877         * src/SDCCast.c (decorateType): fixed bug #898889,
4878         cast result of a literal complement too
4879         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4880         fixed check for bitfields
4881
4882 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4883
4884         * src/SDCCicode.c (geniCodeLogic): made it static,
4885         (geniCodeLogicAndOr): added in order to fix bug #905492,
4886         (ast2iCode): fixed bug #905492
4887         * support/regression/tests/bug-905492.c: added
4888         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4889         (processParms): fixed bug #927659: don't copy parms, this will clear
4890         decorated flag
4891         * support/regression/tests/bug-927659.c: added
4892
4893 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4894
4895         * src/SDCCast.c (addCast): don't cast float to char
4896         * device/lib/libsdcc.lib: added _memmove
4897
4898 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4899
4900         * device/lib/large/Makefile: fixed parallel execution by
4901         replacing `make` by `$(MAKE)`
4902
4903 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4904
4905         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4906         offsets (fixes bug #923936)
4907
4908 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4909
4910         * device/lib/small/Makefile: fixed parallel execution by
4911         replacing `make` by `$(MAKE)`
4912
4913 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4914
4915         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4916
4917 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4918
4919         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4920         * src/regression/Makefile: Regression test was not running.
4921
4922 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4923
4924         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4925         complement if possible
4926         * src/SDCCval.c (valComplement),
4927         * src/SDCCicode.c (operandOperation): fixed complement of literal
4928         * support/regression/tests/onebyte.c (testComplement): added
4929
4930 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4931
4932         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4933         return an optimized tree; actually replace actParm with the new tree
4934         * src/SDCCast.h: added some parantheses to remove side effects
4935         * support/regression/tests/bug-920866.c
4936
4937 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4938         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4939         Bit operands were not being handled properly in the pic14 port.
4940         (now src/regression/add.c passes again).
4941
4942 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4943
4944         * src/SDCC.y (labeled_statement): case and default no longer require
4945         a following statement (RFE #893037)
4946
4947 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4948
4949         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4950         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4951         disabled (fixes bug #916294)
4952         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4953         "mov a,acc"; patch provided by Lenny Story
4954         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4955
4956 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4957
4958         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4959         functions
4960         * src/ds390/gen.c (genFunction, genEndFunction),
4961         * src/ds390/ralloc.c (ds390_assignRegisters),
4962         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4963         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4964         pushed if there are parameters passed on the stack. Also, a cleaner
4965         way to decide if r0/r1 should be pushed/popped. (Together they fix
4966         bug #918693)
4967
4968 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4969
4970         * doc/sdccman.lyx,
4971         * device/lib/mcs51/crtpagesfr.asm,
4972         * device/lib/mcs51/crtxinit.asm,
4973         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4974         to avoid confusion with Si Lab's SFRPAGE register.
4975
4976 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4977
4978         * src/SDCCglue.c (emitMaps): allow public sfr variables
4979         * src/SDCCglue.c (initialComments): include compiler build date
4980         with compiler version and put the timestamp of the generated
4981         assembly file on a serperate line to be less confusing.
4982         * src/port.h: added genInitStartup hook
4983         * src/avr/main.c,
4984         * src/ds390/main.c,
4985         * src/hc08/main.c,
4986         * src/pic/main.c,
4987         * src/pic16/main.c,
4988         * src/xa51/main.c,
4989         * src/z80/main.c: genInitStartup initialize as NULL (default to
4990         historical behaviour)
4991         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4992         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4993         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4994         library instead of hard coding it into the compiler.
4995         * support/regression/ports/mcs51-stack-auto/spec.mk,
4996         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4997         * device/lib/mcs51/Makefile,
4998         * device/lib/small/Makefile,
4999         * device/lib/large/Makefile,
5000         * device/lib/mcs51/crtpagesfr.asm,
5001         * device/lib/mcs51/crtstart.asm,
5002         * device/lib/mcs51/crtxclear.asm,
5003         * device/lib/mcs51/crtxinit.asm,
5004         * device/lib/mcs51/crtclear.asm,
5005         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5006         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5007         and into user configurable files.
5008         * device/lib/clean.mk: clean mcs51 directory too
5009         * support/regression/tests/longlit.c: added static to T1 declaration
5010         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5011         accesses in the initialization code
5012
5013 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5014
5015         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5016         OSCTRIMVAL as noted in bug #916008
5017
5018 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5019
5020         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5021         in loops with multiple exits (reported as incorrect registers
5022         used by Martin Helmling in Sdcc-user list)
5023
5024 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5025
5026         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5027         made ds390 register extensions look less like error messages
5028
5029 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5030
5031         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5032         reported by Adam Wozniak in Sdcc-user list
5033
5034 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5035
5036         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5037         arithmetic optimizations, added debug output
5038
5039 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5040
5041         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5042         * sdcc.spec: updated and split sdcc into 3 rpms
5043         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5044         needed for literals of LEFT_OP and '+'
5045         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5046         introduced RESULT_TYPE_NOPROM
5047         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5048         left shift
5049         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5050         limited promotion to int only for '*'
5051         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5052
5053 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5054
5055         * src/pic16/gen.c (genSkip),
5056         (genc16bit2lit), (gencjneshort): commented out
5057         (is_LitOp): new helper function, checks operand type
5058         (genCmpEq): rewritten
5059
5060 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5061
5062         * support/regression/tests/bug-908454.c: added
5063
5064 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5065
5066         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5067         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5068         (geniCodeCast): cosmetic, don't preserve bit storage class
5069         (geniCodeLeftShift): added promotion
5070         (geniCodeLogic): fixed regression
5071         * src/SDCCsymt.c (computeTypeOr): accept bits too
5072         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5073
5074 2004-03-07  Borut Razem <borut.razem AT siol.net>
5075
5076         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5077
5078 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5079
5080         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5081         version of pic16_genPackRegisters which does not check if ic is a
5082         CAST operator,
5083         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5084         function cause string1.c regression test fails
5085
5086 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5087
5088         * sim/ucsim/configure.in,
5089         * sim/ucsim/configure,
5090         * sim/ucsim/doc/Makefile.in: use docdir
5091         * src/SDCC.y: fixed sbit atrributes
5092         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5093         * src/SDCCast.c (decorateType): |^& need special promotion handling
5094         * src/SDCCast.h,
5095         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5096         * src/SDCCsymt.h (computeType),
5097         * src/SDCCicode.c: computeType() needs op
5098         * src/SDCCsymt.c (checkTypeSanity),
5099         * doc/sddman.lyx: "plain" bitfields are unsigned
5100         * src/SDCCsymt.c (computeTypeOr): added
5101         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5102         |^& ops
5103         * src/SDCCval.c (val*): computeType() needs op
5104         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5105         * support/regression/tests/onebyte.c: added tests for |^&
5106
5107 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5108
5109         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5110         for writing icode into asm output.
5111
5112 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5113
5114         * src/pic16/device.c: added some debug lines enabled
5115         with macro DEBUG_CHECK,
5116         * src/pic16/genarith.c: more debug in genPlus,
5117         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5118         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5119         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5120         * (aopForSym): onStack symbols are re-placed in data memspace,
5121         and onStack flag is cleared,
5122         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5123         copy temporary pcodeop,
5124         * (genPcall): added warning for not updating PCLATU,
5125         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5126         always true for pic16 port,
5127         * (genMultOneWord): NEW, supports integer multiplication,
5128         * (genMult): modified to call genMultOneWord,
5129         * (ifxForOp): added warning when return NULL,
5130         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5131         flag is set before call to operandFromSymbol for implicit
5132         added structures,
5133         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5134         options.intlong_rent are set by default,
5135         * (_hasNativeMulFor): modified to allow port generation of integer
5136         multiplication,
5137         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5138         set regtype to REG_SFR for all registers, restricting seting the
5139         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5140
5141 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5142
5143         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5144         more than 500 times in the regression tests
5145
5146 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5147
5148         * support/Util/SDCCerr.h,
5149         * support/Util/SDCCerr.c,
5150         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5151         enumerator_list),
5152         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5153         for symbol conflicts.
5154         * support/valdiags/tests/enum.c,
5155         * support/valdiags/tests/tentdecl.c,
5156         * support/valdiags/tests/struct.c: expect possible error messages
5157         referring to original symbol definitions.
5158         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5159         * src/SDCCsymt.h,
5160         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5161
5162 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5163
5164         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5165
5166 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5167
5168         * src/pic16/ralloc.c (newReg): fixed bug #908929
5169
5170 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5171
5172         * src/ds390/gen.c: added missing #include "main.h"
5173
5174 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5175
5176         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5177         checking if symbol is already in set,
5178         * src/pic16/device.h: prototype for checkAddSym,
5179         * src/pic16/gen.c: (_G): added entry interruptvector,
5180         * (assignResultValue): removed some commented out lines,
5181         * (genFunction): check for ISR via sym->type, absolute section for
5182         interrupt code is created via a new pBlock, the goto instruction is
5183         placed now correctly at the interrupt vector position, changed all
5184         references from ivec to _G.interruptvector,
5185         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5186         is the interrupt is a high priority one, same for return from ISR,
5187         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5188         externs to calls of checkAddSym,
5189         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5190         pic16_pcode_verbose flag is set,
5191         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5192         * src/pic16/pcoderegs.c: message about how many registers are saved
5193         will only be emitted if pic16_pcode_verbose flag is set,
5194
5195 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5196
5197         * src/ds390/ralloc.h,
5198         * src/ds390/ralloc.c (ds390_regWithIdx),
5199         * src/ds390/gen.c (emitcode),
5200         * src/ds390/main.h,
5201         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5202         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5203         ds390operandCompare, getRegsRead, getRegsWritten,
5204         initializeAsmLineNode): customized instruction size calculation for
5205         ds390, started basis for some register optimizations
5206         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5207         corresponding assembly output
5208         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5209         missing push/pop of r0/r1. Optimized push/pops
5210
5211 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5212
5213         * src/mcs51/main.c (instructionSize): fixed ACALL size
5214         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5215
5216 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5217
5218         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5219         the sorting of rlist with NULL elements
5220         * (print_idataType, print_idata): NEW to create idata sections
5221         * src/pic16/device.h: idataSymSet new variable
5222         * src/pic16/gen.c (genFunction): fixed some bugs in string
5223         comparing, improved the absolute section creation for ISRs,
5224         added FSR0L/FSR0H in registers that are saved in an ISR,
5225         * (genInline): fixed the processing of inline snippets,
5226         now they undergo no process by the peephole optimizer
5227         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5228         are placed in idataSymSet,
5229         * (pic16emitStaticSeg): extern symbols are added in externs,
5230         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5231         switching when aboslute variables are placed in access bank memory
5232         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5233         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5234         commented out with #if,
5235         * (pic16_packRegisters): reintroduce the check for CAST because some
5236         symbols are not correctly handled,
5237         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5238         pCodeInstruction instead of pCode,
5239         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5240         pCodeAsmDir definition,
5241         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5242         directive, then the argument directive is emitted without the leading
5243         tab, hack for inline labels which must be in the first column,
5244         * (compareLabel,pic16_findNextInstruction),
5245         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5246         * (insertBankSwitch): modified for the new pCodeAsmDir,
5247
5248 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5249         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5250
5251         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5252         instance,
5253         * (pushSide): commented out with #if,
5254         * (assignResultValue): fixed some typos in saving
5255         registers,
5256         * (genPcall): FIXED and sync'ed with genCall,
5257         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5258         * (genNearPointerGet): fixed to handle some more cases,
5259         implementation scheme via table reads,
5260         * (genConstPointerGet): modified to access code memory correct,
5261         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5262         and improved to handle some cases
5263         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5264         instead of "RETLW" for init data
5265         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5266         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5267         variables are placed in access bank memory (<0x80 and >=0xf80),
5268         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5269         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5270         TBLWT_POSTDEC,TBLWT_PREINC
5271         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5272         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5273         directives
5274         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5275         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5276         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5277         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5278
5279 2004-02-29  Borut Razem <borut.razem AT siol.net>
5280
5281         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5282         support/Util/findme.h, support/Util/system.h: enhance binary relative
5283         search for lib and include by using findProgramPath()
5284
5285 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5286
5287         * src/SDCCpeeph.h,
5288         * src/SDCCpeeph.c (pcDistance),
5289         * src/port.h,
5290         * src/mcs51/ralloc.h,
5291         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5292         * src/mcs51/main.h,
5293         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5294         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5295         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5296         size calculation port specific, started basis for some register
5297         optimizations
5298         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5299         missing push/pop of r0/r1. Optimized push/pops
5300         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5301         * device/lib/_modsint.c (_modsint),
5302         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5303         and stack version so regression tests pass
5304
5305 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5306
5307         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5308         * src/SDCCast.c (decorateType): catch another small optimization
5309         with '?' operator
5310         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5311         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5312         modified to finally use computeType() all over SDCC,
5313         see Feature Request #877103
5314         * src/SDCCval.h: cosmetic
5315         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5316         valCompare(); regression tested in muldiv.c
5317         * support/regression/tests/muldiv.c (testMod): mod sign follows
5318         dividend only
5319
5320 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5321
5322         * src/SDCCast.c (decorateType): fixed bug #902362
5323         * doc/INSTALL.txt: fixed install instructions for win32
5324
5325 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5326
5327         * device/include/Makefile.in (install): fixed by replacing spaces
5328         by tabs
5329         * doc/README.txt,
5330         * doc/INSTALL.txt: updated for release
5331         * doc/sdccman.lyx: added warning for --xstack being buggy
5332
5333 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5334
5335         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5336         to eliminate build warnings.
5337         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5338
5339 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5340            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5341
5342         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5343         removed -penable-stack, added comment for stack pragma, added
5344         warning for not initializing the stack/frame registers, removed
5345         comment at interrupts section
5346
5347         Stack is made permanent, there is no ability to disable stack usage.
5348         * src/pic16/device.h,
5349         * src/pic16/device.c: removed all references to USE_STACK macro,
5350         * src/pic16/device.c (pic16_dump_section): when no elements in
5351         rlist, free rlist before return,
5352         * (pic16_dump_int_registers): NEW, internal registers are a new set
5353         of general purpose registers reused by each function,
5354         * (checkAddReg): returns 1 if registers is added to set,
5355         * (pic16_groupRegistersInSection): when a registers is of type
5356         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5357         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5358         SRCASECMP macro is moved here from device.c
5359         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5360         PO_PCLATU, PO_PRODL, PO_PRODH,
5361         * (pic16_pCodeOpType, genMinus,
5362         changed compares to "a" register, with AOP_ACC,
5363         * (pic16_genPlus): fixed some bugs and indented properly,
5364         * (pic16_addSign): changed size to size+offset in the MOVWF
5365         instruction,
5366         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5367         multiply 8-bit operand by literal, result is 8-bit,
5368         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5369         multiply 2 8-bit operand, result is 8-bit,
5370         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5371         genUMult8X*_16,
5372         * src/pic16/gen.c: changed accUse to contain WREG only,
5373         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5374         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5375         true, do not use immediate addressing any more unless sym is a
5376         pointer in codespace,
5377         * (aopForRemat): do not use immediate addressing when symbol not in
5378         codespace and when symbol's address is requested,
5379         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5380         accUse size (= 1),
5381         * (aopGet): added case for AOP_ACC and don't return "accumulator
5382         bug" but WREG instead,
5383         * (popGetTempReg): pushes contents of temporary register in stack,
5384         * (popReleaseTempReg): pops contents of temporary register from
5385         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5386         * (pic16_popGet): separated case AOP_ACC to return register WREG
5387         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5388         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5389         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5390         the use of immediate pointers to certain cases only.
5391
5392         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5393         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5394         * (assignResultValue, genCall, genRet): modified to use the new
5395         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5396         genPcall is still broken,
5397         * (genFunction): added code to create 'A' type pBlocks when
5398         interrupt functions are generated, code not extensively tested yet,
5399         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5400         * (genEndFunction): modified so ISRs pop stored registers from stack,
5401         * (genMultOneByte): cleanup,
5402         * (AccRsh): added flag andmask, to and result with appropriate mask,
5403         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5404         * (genDataPointerGet): fixed and reenabled its use,
5405         * (genNearDataPointerGet): bugs fixed,
5406         * (genDataPointerSet): bugs fixed,
5407         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5408         pic16_DumpSymbol, pic16_DumpOp,
5409         * src/pic16/genutils.h: function prototypes for the above functions,
5410         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5411         pointers,
5412         * (pic16emitRegularMap): many many many improvements, but needs a
5413         major cleanup,
5414         * src/pic16/main.c: enable_stack in pic16_options is removed,
5415         * (_pic16_parseOptions): removed command line options -penable-stack,
5416         * (_process_pragma): emit stack symbol only when stack pragma is
5417         processed,
5418         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5419         redirected to FSR0L/FSR0H pair,
5420         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5421         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5422         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5423         for immediates,
5424         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5425         * (dumpPicOptype): NEW,
5426         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5427         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5428         with movff instruction,
5429         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5430         added pic16_int_regs, some packRegsFor* functions are commented out,
5431         because produce errors,
5432         * src/pic16/NOTES: minor modifications
5433
5434 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5435
5436         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5437         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5438         --pack-iram.
5439         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5440         * as/mcs51/lkaomf51.c: fixed bug #895763
5441
5442 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5443
5444         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5445
5446 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5447
5448         * doc/sdccman.lyx: added details about the HC08 storage classes and
5449         interrupts, fixed the register usage info for z80 & gbz80
5450
5451 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5452
5453         * doc/sdccman.lyx: added more pic16 port documentation
5454         * device/include/pic16/: added header pic18fregs.h
5455
5456 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5457
5458         * doc/sdccman.lyx: added Vangelis' contribution
5459
5460 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5463         extend to the next CALL or PCALL, not just to the next CALL.
5464
5465 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5466
5467         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5468
5469 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5470
5471         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5472         bug #895752 and a better fix for bug #716790
5473
5474 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5475
5476         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5477
5478 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5479
5480         * doc/sdccman.lyx: minor changes, minor changed
5481
5482 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5483
5484         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5485         which can't handle SDCC_NEWONEBYTEOPS,
5486         (geniCodeMultiply): removed conversion from mult to shift for pic14
5487         and pic16
5488
5489 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5490
5491         * src/hc08/gen.h,
5492         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5493         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5494         thus fixing bug #895406
5495
5496 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5497
5498         * device/lib/_modsint.c,
5499         * device/lib/_modslong.c: sign follows divisor only
5500         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5501         signs or signedness can be ignored
5502         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5503         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5504         added optimization for IFX,
5505         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5506         arguments;
5507         reenabled optimization for IFX, which was removed on 2004-01-11
5508         * src/SDCCast.h: added return type IFX
5509         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5510         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5511         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5512         SDCC_OLDONEBYTEOPS selects the old behaviour
5513         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5514         changed again and commented promotion rule
5515         * src/SDCCval.c (valDiv): promotion no longer necessary
5516         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5517         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5518         rewritten
5519         * support/regression/tests/onebyte.c: added
5520
5521 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5522
5523         * gen.c (genInline): reverted to old code for assemnling inline
5524         code because of bug reported James Chadd
5525
5526 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5527
5528         * ralloc.h: missing declarations from previous patch,
5529         seems that patch for ralloc.h was never applied, fixed
5530
5531 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5532            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5533
5534         * pcode.c,
5535         * pcode.h,
5536         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5537         indirect addressing. Marked FSR0 as deprecated
5538         * gen.c (pointerCode): commented out, not needed now
5539         (pic16_popGet2p): new MOVFF helper function
5540         (genGenPointerGet),
5541         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5542         (shiftRLong): removed duplicate debugging info
5543
5544 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5545
5546         * src/ds390/gen.c (genNearPointerGet),
5547         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5548         optimization with bits, but not bitfields.
5549         * src/ds390/ralloc.c (packRegisters),
5550         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5551
5552 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5553
5554         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5555
5556 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * src/SDCCsymt.h,
5559         * src/SDCCicode.c (operandFromSymbol),
5560         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5561         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5562         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5563         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5564         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5565         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5566         bug #892038
5567         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5568         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5569         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5570         * src/SDCCsymt.c (newSymbol),
5571         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5572         enumerator_list),
5573         * src/SDCCval.h,
5574         * src/SDCCval.c (newiList): fixed bug #885705
5575
5576 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5577
5578         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5579         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5580
5581 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5582
5583         * device/include/c8051f120.h,
5584         * device/include/c8051f300.h,
5585         * device/include/c8051f310.h: added/updated header files for Silicon
5586         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5587         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5588         in new section Submitting patches
5589
5590 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5591
5592         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5593         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5594         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5595         genGenPointerSet),
5596         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5597         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5598         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5599         genGenPointerSet),
5600         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5601         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5602         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5603         genGenPointerSet),
5604         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5605         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5606         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5607         genGenPointerSet): fixed bug #892400
5608         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5609         to eliminate build warnings.
5610         * src/SDCCast.c (processParms),
5611         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5612         fixed bug 751859
5613         * support/valdiag/valdiag.py: added GCC to the list of defines active
5614         when compiling with gcc
5615
5616 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5617
5618         * support/Util/SDCCerr.h,
5619         * support/Util/SDCCerr.c,
5620         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5621         with an incomplete type (fixed bug #883734)
5622         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5623
5624 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5625
5626         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5627
5628 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5629
5630         * src/SDCCast.c (decorateType),
5631         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5632         function pointer implementation
5633         * support/regression/tests/funptrs.c: added tests to verify both forms
5634         of function pointers work correctly. Added tests to verify parameters
5635         are passed in the correct order.
5636
5637 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5638
5639         * device.c (regCompare): registers are sorted by ascending
5640         address and increasing size,
5641         * main.c (_pic16_finaliseOptions): removed the declaration
5642         of compiler macro MCU. Now a macro of the format pic18fxxxx
5643         will be defined from the command line
5644
5645 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5646             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5647
5648         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5649         PCOP_RLCF was overwritten!
5650         * gen.c (genSkip): commented out calls to pic16_emitcode,
5651         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5652         * (genlshTwo),
5653         * (genRRC): added debugging info,
5654         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5655         overwritten while shifting,
5656         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5657         overwritten while shifting,
5658         * (AccLsh),
5659         * (AccRsh),
5660         * (shiftLLeftOrResult),
5661         * (shiftRLeftOrResult),
5662         * (shiftRLong),
5663         * (shiftLLong): Implemented with pic16_emitpcode
5664         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5665         * (genLeftShift): Fixed bug, operand for shift by variable always
5666         was "and"ed with 0x0f,
5667         * (genLeftShiftLiteral),
5668         * (genrshTwo),
5669         * (genRightShiftLiteral): added debugging info,
5670         * (genrshFour): added comment,
5671         * (genRightShift): determined signedness from operand "left"
5672         instead of "result"
5673
5674 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5675
5676         * src/SDCCicode.c (geniCodeParms),
5677         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5678         function pointers, fixed function pointer bugs #861242 and #861896
5679
5680 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5681
5682         * device/include/c8051f000.h,
5683         * device/include/c8051f120.h,
5684         * device/include/c8051f300.h: added header files for Silicon
5685         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5686
5687 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5688
5689         * src/SDCCast.c (processParams): added new type flow and restructured
5690         (gatherAutoInit): added new type flow
5691         (addCast): cosmetic changes
5692         (getLeftResultType): added new type flow for array indices, patch
5693         provided by Stas, see FR #877103
5694         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5695         array index patch by Stas
5696         * src/SDCCast.h: added prototype getResultTypeFromType()
5697         * src/SDCCval.h,
5698         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5699         * src/pic/glue.c (pic14emitStaticSeg),
5700         * src/pic16/glue.c (pic16emitStaticSeg),
5701         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5702         for initialization of symbols
5703         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5704         * support/Util/SDCCerr.h:
5705         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5706         * .version: bumped version number to 2.3.8
5707         * device/include/Makefile.in (install),
5708         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5709         avoid warnings
5710
5711 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5712
5713         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5714         Slade Rich fixed an optimization bug
5715         * src/pic/pcodepeep.c,
5716         * src/pic/pcoderegs.c
5717         * doc/Makefile (install): added test for directory
5718
5719 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5720
5721         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5722         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5723         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5724         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5725         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5726         * as/mcs51/asexpr.c (term),
5727         * as/hc08/asexpr.c (term): fixed bug #887146
5728
5729 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5730
5731         * src/z80/gen.c (genMult): handle single byte result product
5732         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5733         DUMMY_READ_VOLATILE (fixed bug #886367)
5734
5735 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5736
5737         * support/regression/tests/libmullong.c: fixed logic, on little endian
5738         hosts we ended without a mullong_wrapper()
5739
5740 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5741
5742         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5743         virus/worm forged address usage.
5744
5745 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5746
5747         Fixed promotion, it should be done on AST level:
5748         * src/SDCCast.c (addCast): added promotion to int
5749         (decorateType): updated call to upCast()
5750         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5751         usualUnaryConversions()
5752
5753 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5754
5755         * support/regression/tests/literalop.c (mulWrapper): Added a
5756         wrapper to remove integer overflow warnings.
5757
5758         * support/regression/tests/float_trans.c: Made work on host.
5759
5760         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5761         location of sz80.
5762
5763         * support/regression/generate-cases.py (main): Changed from inline
5764         to a main method.
5765
5766         * doc/Makefile (install): Changed to depth first to get rid of
5767         missing directory install warning.
5768
5769         * as/Makefile (install-doc): Made work on Mac.
5770
5771 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5772
5773         * src/SDCCast.c: added an additional type flow in decorateType() of
5774         opposite direction, see feature request #860006; it's enabled at runtime
5775         by setting the environment variable SDCC_NEWTYPEFLOW
5776         * src/SDCCast.h: changed prototype of decorateType()
5777         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5778         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5779         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5780         see feature request #877103
5781         * src/SDCCval.c: updated call of decorateType()
5782         (valBitwise): fixed bug #882876
5783         (valMinus): added promotion
5784         (valLogicAndOr): result is unsigned
5785         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5786         * src/SDCCsymt.c (computeType),
5787         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5788         must not cause an unsigned operation
5789         * src/pic/glue (pic14emitRegularMap),
5790         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5791
5792 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5793
5794         * src/pic/pcode.c (PCodeID): commented out left over debug code
5795
5796 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * support/valdiag/tests/overflow.c: added shift tests
5799         * src/pic/device.c,
5800         * src/pic/gen.c,
5801         * src/pic/gen.h,
5802         * src/pic/glue.c,
5803         * src/pic/main.c,
5804         * src/pic/pcode.c,
5805         * src/pic/pcode.h,
5806         * src/pic/pcodepeep.c,
5807         * src/pic/pcoderegs.c,
5808         * src/pic/ralloc.c,
5809         * src/pic/ralloc.h: applied patch from Slade Rich;
5810         added support for multiple code pages and multiple RAM banks on the
5811         PIC 14 port. The ASM files now no longer simply assume all the
5812         code / RAM are in the same page / bank. This means the linker can
5813         safely allocate code/RAM of separate ASM files to different pages/banks.
5814         * doc/sdccman.lyx: added Slade's tips
5815         * src/mcs51/peeph.def: fixed bug #880768
5816
5817 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5820         * src/SDCCast.c (decorateType): fixed bug #880197
5821
5822 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5823
5824         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5825         getopt.h.
5826
5827         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5828         strtof is not part of C89 and isn't included with Mac OS X.
5829
5830 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5831
5832         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5833         shiftL2Left2Result): fixed bug #879326
5834         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5835         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5836         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5837         address fetch for clr instruction
5838         * device/lib/hc08/_mulint.c: created optimized assembly version
5839         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5840
5841 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5842
5843         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5844         proposed in FR #877103
5845
5846 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5847
5848         * src/SDCCval.c (cheapestVal): added missing checks
5849         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5850         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5851
5852 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5853
5854         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5855         equal operands
5856
5857 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5858
5859         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5860         loaded with the linker search paths (-L arguments) and the libraries
5861         to be linked with the current source (-l arguments). Changes
5862         currently will affect only the pic16 port.
5863         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5864         include path the port specific paths and port specific libraries,
5865         * gplink command now contains the $3 argument,
5866         * src/pic16/device.h,
5867         * src/pic16/device.c,: structure PIC_device is made public and
5868         renamed to PIC16_device, the same for variable Pics which is renamed
5869         to Pics16. Updated all references to them.
5870         * src/pic16/glue.c (pic16glue): corrected bug with code
5871         initialization which bypassed the variable initializations block.
5872
5873         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5874         COMPILE_FLAGS and added the --nostdinc option
5875
5876 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5877
5878         * device/include/mc68hc908jb8.h: Register defs for another member
5879         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5880
5881 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5882
5883         Documenting changes from previous commits.
5884         * configure.in (version 1.56),
5885         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5886         when generating output files to configure the pic16 library,
5887         but now I've commented it out, since gputils aren't installed in the
5888         SF compile farm, so library won't compile
5889
5890         * device/lib/Makefile.in (version 1.56): initially I've added in
5891         target 'all' the prerequestive 'model-pic16' so it compiled the
5892         pic16 library, but now I've commented it out for the same reasons
5893         above,
5894         * added targets 'model-pic16' and 'objects-pic16' to compile the
5895         library
5896         * added target 'port-specific-objects-pic16' to handle the
5897         generated libraries and copy them into the build/ directory
5898         * added target 'clean-intermediate-pic16' to clean intermediate
5899         files into pic16 directory
5900         * in target 'installdirs' added line to create directory pic16 in
5901         the installation path
5902
5903         * device/include/Makefile.in (version 1.11): in target 'install'
5904         added lines to copy all header files to installation path,
5905         * in target 'installdirs' added line create directory for pic16
5906         headers in the installation path
5907
5908 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5909
5910         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5911          a function call
5912
5913 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5914
5915         * configure,
5916         * device/lib/configure.in,
5917         * device/lib/configure: fixed for autoconf 2.57
5918
5919 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5920
5921         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5922         option so that it actually works. Made it specific to the z80, since
5923         the gbz80 doesn't have these kinds of I/O ports.
5924
5925 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5926
5927         * device/include/z180.h,
5928         * device/lib/_memcpy.c,
5929         * device/lib/_memmove.c,
5930         * device/lib/_mulint.c,
5931         * device/lib/ser_ir.c,
5932         * device/lib/ser_ir_cts_rts.c,
5933         * device/lib/_strcmp.c,
5934         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5935         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5936         portmode; added deprecation warning for bank= and protmode= forms.
5937         Also, guard against buffer overflow.
5938         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5939
5940 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5941
5942         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5943         changed interrupt vector table generation to only emit declared vectors.
5944         * device/include/Makefile.in: added missing backslash
5945         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5946
5947 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5948
5949         Mainly changes to support compilation of the device libraries
5950         * src/pic16/device.c: stack is allocated via symbol and not
5951         via literal number. The symbol is placed in the corresponding
5952         position of the data ram
5953         * (pic16_dump_section): relocatable and absolute uninitialized
5954         data are now emitted in sorted order to reduce section naming,
5955         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5956         weren't marked as being in the access bank,
5957
5958 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5959
5960         Added portion of GNU PIC Library under the directory
5961         device/include/pic16 and device/lib/pic16. These files
5962         contain the declarations of SFRs for the PIC18Fxx2 devices.
5963         The directory is initialized via configure from toplevel.
5964
5965 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5966
5967         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5968         the spilllocations to be compared correctly
5969
5970 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5971
5972         * src/SDCCast.c (decorateType): fixed bug introduced today
5973
5974 2004-01-12  Borut Razem <borut.razem AT siol.net>
5975
5976         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5977         doc/sdccman.lyx: upper case pragmas are deprecated
5978
5979 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5980
5981         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5982         in simpler and even better code
5983
5984 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5985
5986         * src/SDCCicode.c (operandOperation): fixed bug #874819
5987         * src/SDCCast.c (decorateType): fixed
5988         char foo (unsigned long ul) { return ul > 0; }
5989
5990 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5991
5992         * doc/sdccman.lyx: Moved and added some sections, small changes
5993         all over. Telling LaTeX to be less strict with word spacing
5994         to better keep the right margin. Changed some notes about
5995         maintainance of the ports in section 3.2.1 - is it OK like this?
5996
5997 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5998
5999         SDCC source changes:
6000         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6001         convilong): modified to inform the pic16 port that builtin functions
6002         are external
6003
6004         PIC16 PORT specific changes:
6005         * src/pic16/device.c pic16_dump_equates() added,
6006         processor registers declared internally by the port are emitted in
6007         the translation as equates,
6008         * src/pic16/gen.c: inline code is passed unprocessed to the
6009         translation,
6010         * (pic16_popGetLit2): fnuction modified to take second operand as
6011         pCodeOp pointer and not as literal,
6012         * (popRegFromIdx): prefixed with pic16_,
6013         * (pic16_popCombine2): modified to receive already allocated pCode
6014         operands,
6015         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6016         * (genFunction): initializes local stack frame and pushes on stack
6017         all the registers used by this function,
6018         * (genEndFunction): restores all registers from stack and restores
6019         stack frame,
6020         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6021         improvements,
6022         * (pic16glue): changed the program startup sequence,
6023         * added new dbName code 'A' for functions placed in absolute section
6024         * src/pic16/main.c: added function attribute _naked,
6025         * added pragma 'code' to place a fnuction at an absolute address,
6026         * added command line arguments --debug-ralloc and --pcode-verbose,
6027         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6028         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6029         * (pic16_newpCodeOpLit2): modified to take the second operand as
6030         pCodeOp pointer,
6031         * (pic16_printpBlock): modified to emit each function in a separate
6032         section,
6033         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6034         UPPER for immediate operands,
6035         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6036         instruction,
6037         * src/pic16/peeph.def: all peepholes with movff are commented out,
6038         because there is a problem in the pcode peep optimizer,
6039         * src/pic16/ralloc.c: the register allocator can now reuse local
6040         function symbols for another function. This saves register usage.
6041         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6042
6043         Added file src/pic16/NOTES with information about program writing on
6044         the current port version.
6045
6046 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6047
6048         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6049         and peephole 252 (array access)
6050
6051 2004-01-09  Borut Razem <borut.razem AT siol.net>
6052
6053         * src/SDCCmain.c : fixed #872250: -l command line defined library
6054           files are scanned before standard library files
6055
6056 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6057
6058         * src/SDCCast.c (decorateType): fixed bug #874046
6059
6060 2004-01-09  Borut Razem <borut.razem AT siol.net>
6061
6062         * support/scripts/sdcc.nsi: remove previous installation
6063
6064 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6065
6066         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6067         bytes for last interrupt vector (mcs51)
6068         * sdcc.spec: fixed typo
6069
6070 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6071
6072         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6073         gen51Code): more efficient parameter receive for --model-large
6074         ("bug" #845294)
6075
6076 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6077
6078         * src/ds390/main.c,
6079         * src/z80/main.c: added missed needLinkerScript flags (more than
6080         one port structure defined in these file)
6081         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6082         bug #795325
6083
6084 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6085
6086         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6087         * src/port.h: added flag needLinkerScript in port->linker
6088         structure to inform whether to create a .lnk file or not,
6089         * src/avr/main.c,
6090         * src/ds390/main.c,
6091         * src/hc08/main.c,
6092         * src/mcs51/main.c,
6093         * src/pic/main.c,
6094         * src/pic16/main.c,
6095         * src/xa51/main.c,
6096         * src/z80/main.c: changed appropriately to configure
6097         needLinkerScript flag
6098         * src/pic/gen.c,
6099         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6100         * src/pic/glue.c: added variable udata_section_name to
6101         override default uninitialized data segment definition for
6102         devices only with SHAREBANK memory (reported from Erik Epetrich)
6103         * (pic14emitOverlay): modified to emit a commented overlay segment
6104         directive when no overlay data exist
6105         * (picglue): modified to emit uninitialized data segment
6106         according to udata_section_name
6107         * src/pic/main.c (_pic14_parseOptions): added command line
6108         options --udata-section-name=[name] to override default
6109         udata definition name
6110         * modified _linkCmd and _asmCmd to include compiler passed
6111         arguments via -W option
6112         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6113         object file from '.rel' to '.o' in port->linker structure,
6114         changed size of fptr from 2 to 3 in port structure
6115
6116 2004-01-07  Borut Razem <borut.razem AT siol.net>
6117
6118         * support/scripts/sdcc.nsi: update PATH
6119         * support/scripts/sdcc.ico: craeted
6120
6121 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6122
6123         * device/include/Makefile.in: fix install
6124         * doc/Makefile: fix install
6125
6126 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6127
6128         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6129         in bug #860505
6130         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6131         how the function variable allocation summary is displayed; also
6132         include information about variables allocated to the overlay
6133         segment
6134
6135 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6136
6137         * as/mcs51/lkmain.c: Help about -Y option
6138         * as/mcs51/lkarea.c: Fixed gcc warnings
6139
6140 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6141
6142         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6143         fixed warning
6144         * support/valdiag/tests/overflow.c: added
6145         * src/SDCCast.c (decorateType),
6146         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6147         LEFT_OP (left shift)
6148
6149 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6150
6151         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6152         (default behaviour).
6153
6154 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         A python script to validate compiler diagnostic messages. It can be
6157         used to verify that sdcc complains about bad c source code and
6158         gives a good location of the error.
6159         * support/valdiag/Makefile,
6160         * support/valdiag/valdiag.py,
6161         * support/valdiag/tests/*
6162
6163 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6164
6165         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6166         * src/SDCCsymt.c (newEnumType),
6167         * src/SDCCsymt.h
6168         * support/Util/SDCCerr.c,
6169         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6170         enum related bugs.
6171         * support/regression/tests/enum.c: added test for enum values that
6172         require at least 2 bytes of storage.
6173
6174 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6175
6176         * src/common.h: added ifndef/define/endif macros
6177         around the header file.
6178         Bug reported from Jesus Calvino-Fraga
6179
6180 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6181
6182         * sdcc.spec: updated
6183         * device/include/Makefile.in: don't install CVS directories
6184         * device/lib/Makefile.in: added removal of CVS directories after install
6185         * doc/Makefile: fixed install, added local_icons
6186         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6187         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6188         * src/ds390/gen.c (genRightShift): fixed bug #870788
6189         * src/SDCCast.c (decorateType): fixed bug #870781
6190
6191 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6192
6193         PIC16 port related changes:
6194         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6195         added variable stackPos,
6196
6197         * gen.c: genCall, assignResultValue: added support for
6198         pushing/retrieving function parameters to/from stack,
6199         genFunction,genEndFunction: setup stack frame for the
6200         generated function,
6201         genAddrOf: will be changed according to bug 863624
6202
6203         * added files genutils.c and genutils.h which contain gen*
6204         debugged and optimised functions extracted from gen.c
6205
6206         * glue.c: added variable 'externs' which holds extern symbols,
6207         pic16emitRegularMap: is modified to properly handle relocatable
6208          symbols under the new scheme,
6209         pic16createInterruptVect: is modified
6210         pic16printPublics: is modified to emit 'global' assembler directives,
6211         added pic16_printExterns to print extern symbols,
6212         pic16glue: initializes stack/frame pointer in the beginning of
6213         the assembly output. Temporary hack, will be corrected later,
6214         because gplink yet does not support stack and SDCC does not
6215         yet support a type of crt0.o object to create the final binary.
6216
6217         * Removed many lines that contain 8051 legacy code.
6218         * The code is finally placed under a 'code' directive.
6219         * Added port specific options.
6220
6221         * _process_pragma: simplified since now we do not need *special*
6222         include file to define SFR registers. But a separate header
6223         will be needed. This will be developed later.
6224         * _pic16_parseOptions: added, parses port specific options:
6225         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6226         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6227         --preplace-udata-with=
6228
6229         * _pic16_setDefaultOptions: modified to initialize section names,
6230         but hack is temporarly out of order since it needs improvement.
6231         * _pic16_genAssemblerPreamble: configuration words are emitted by
6232         their address instead of their name. This part is incomplete and
6233         supports only the 18Fxx2 devices. Other devices will emit an error
6234         during assembly since they do not contain the same set of config
6235         registers
6236         * _pic16_genIVT: is modified,
6237
6238         * pcode.c: added definitions for some hardware registers that are needed
6239         for stack support
6240         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6241         All PCI entries are updated. Now LFSR is supported.
6242         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6243         * added pic16_newpCodeOpLit2 to support instructions with
6244         two literal arguments
6245         * pic16_pCode2str: corrected code that emits assembler instructions
6246         with two literal operands and those that have an access bit modifier
6247         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6248         this fixes a bug which caused some labels to be lost, when an
6249         assembler directive was added, i.e. banksel,
6250         * pic16_FixRegisterBanking: improved logic that causes the insertion
6251         of bank switching,
6252         * InlineFunction: functions that are called once, are not any more
6253         inlined. This can be a port option in the future,
6254
6255         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6256
6257         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6258         hold the corresponding uninitialized symbols,
6259         * pic16_allocProcessorRegister: registers have explicit marked the
6260         accessBank field,
6261         * pic16_allocInternalRegister: registers are explicit marked as
6262         not used,
6263         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6264         processing list, so bit registers were lost,
6265         *
6266
6267         * ralloc.h: added field 'accessBank' and original symbol operand
6268         in register definition,
6269         * removed the field isMapped from register definition,
6270
6271         ** Several functions have been removed from various sources:
6272         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6273         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6274         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6275         pic16_assignRelocatableRegisters
6276
6277         ** others have been introduced:
6278         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6279         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6280
6281 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6282
6283         * support/scripts/inc2h.pl: changed definition of BIT_AT
6284         to emit 'sbit at' instead of 'bit at'. This was a request.
6285
6286         PIC16 port related preliminary changes:
6287         * gen.c: prefixed function popRegFromString with
6288         pic16_ and all references to it corrected
6289         * pcode.c: all pic16_pc_* hardware registers prefixed
6290         with underscore (_),
6291         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6292         * ralloc.c: newReg(): when register is REG_SFR then
6293         set address to rIdx,
6294         pic16_allocProcessorRegister(): marks register wasUsed=0
6295         pic16_writeUsedRegs(): added a call to assign processor
6296         registers via pic16_assignFixedRegisters
6297
6298 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6299
6300         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6301         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6302         variables in unused register banks.  Also the SSEG is placed
6303         wherever there is enough space for it, and IDATA can be anywhere
6304         in internal RAM.  For now compile using -Wl-Y[stack_size].
6305         The mem file is different for this option as well, since it
6306         makes no sense of talking about DSEG lenght.
6307
6308 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6309
6310         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6311         in certain cases, e.g. when ROM assignment, patch provided
6312         from Albert den Haan.
6313
6314 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6315
6316         Many signedness and type propagation fixes:
6317         * src/SDCCicode.c: made geniCodeCast() static
6318         replaced SPEC_ by IS_ (cosmetic)
6319         (operandOperation): fixed div and mod operation
6320         (usualBinaryConversions): added support for promotion of char
6321         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6322         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6323         (geniCodeAdd): an array index will stay unsigned, even if promoted
6324         from char to int
6325         (geniCodeArray): ditto
6326         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6327         * src/SDCCsymt.c (computeType): added more support for char;
6328         promotion of char is selectable by promoteCharToInt, fixed signedness
6329         for all cases
6330         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6331         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6332         * src/SDCCval (val*): replaced signedness calculation by
6333         computeType()
6334         rearranged if-branches (cosmetic)
6335         (valShift): added warning W_SHIFT_CHANGED
6336         (valCompare): fixed problem with different types
6337         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6338         * support/regression/tests/literalop.c: added many cases
6339         * support/regression/tests/ast_constant_folding.c: changed finally to
6340         'unsigned int'
6341         * .version: new year, new version: 2.3.7
6342         * src/SDCCmain.c (main): applied patch #866468
6343         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6344         provided by Scott Bronson
6345         * doc/sdccman.lyx: updated documentation for sdcdb
6346         updated and added chapter tips
6347
6348 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6349
6350         * src/SDCCsymt.h: missing from yesterday's commits
6351
6352 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         * src/SDCC.y (struct_or_union_specifier),
6355         * support/Util/SDCCerr.c,
6356         * support/Util/SDCCerr.h: verify that struct & union tags are used
6357         as declared.
6358
6359 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * src/SDCCglobl.h: missing from yesterday's commits
6362
6363 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6366         sft_attributes, struct_declaration, parameter_declaration,
6367         type_name, start_block, declaration_list),
6368         * src/SDCC.lex (check_type): support redefinition of typedef names
6369
6370 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6371
6372         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6373         aligned xdata arrays. Erik helped me with the if clause.
6374
6375 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6376
6377         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6378         warning
6379
6380 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6381
6382         * src/SDCCast.h,
6383         * src/SDCCast.c (newAst_),
6384         * src/SDCCicode.h,
6385         * src/SDCCicode.c (ast2iCode, newiCode),
6386         * src/SDCCglobl.h,
6387         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6388         expr, statement, expression_statement, selection_statement,
6389         iteration_statement, expr_opt, jump_statement): foundation for tracking
6390         sequence points
6391         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6392         point code too)
6393
6394 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6395
6396         * support/Util/SDCCerr.c,
6397         * src/SDCCast.h,
6398         * src/SDCCast.c (createCase, createDefault, decorateType),
6399         * src/SDCClabel.c (labelUnreach),
6400         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6401         to error messages.
6402         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6403         (with thanks to Stas Sergeev)
6404         * device/include/time.h,
6405         * device/lib/time.c (CheckTime): suppress unreachable code warning
6406
6407 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6408
6409         * src/SDCCast.c (createIvalCharPtr),
6410         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6411         bug #753752)
6412         * support/regression/tests/nullstring.c: tests for these two bugs
6413
6414 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6415
6416         * support/Util/SDCCerr.h,
6417         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6418         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6419         about storage class and 'at' used inside struct or union
6420         * src/SDCCBBlock.c (iCodeFromeBBlock),
6421         * src/SDCCcse.c (ifxOptimize),
6422         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6423         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6424         printIval, emitStaticSeg, emitOverlay),
6425         * src/SDCClabel.c (deleteIfx),
6426         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6427         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6428         gatherAutoInit, processParms),
6429         * support/Util/SDCCerr.h,
6430         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6431         reporting for post-parse errors.
6432
6433 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6434
6435         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6436         implicit casts via union; they don't work on big endian systems
6437         (possible fix for bug #861138)
6438
6439 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6440
6441         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6442         * src/mcs51/main.c: fixed the fix for bug #737001
6443
6444 2003-12-15  Borut Razem <borut.razem AT siol.net>
6445
6446         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6447
6448 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6449
6450         * support/makebin/makebin.c: put output in binary mode
6451
6452 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6453
6454         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6455         xdata and data memory on startup. Set the environment variable
6456         SDCC_NOGENRAMCLEAR to disable this.
6457         * src/mcs51/peephole.def,
6458         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6459         (allows non-interrupt and interrupt code to safely compete for a resource
6460         without the non-interrupt code having to disable interrupts)
6461
6462 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6463
6464         * src/SDCCicode.c (geniCodeAdd),
6465         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6466         with valFromType if type might be a pointer and host is big endian).
6467         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6468         types, not just integer types.
6469         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6470         multiply defined with mismatching "at" address.
6471
6472 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6473
6474         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6475         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6476         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6477         with embedded nulls (fixed bug #753752)
6478
6479 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6480
6481         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6482         Apparently this did not see much testing (endless loop)
6483
6484 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6485
6486         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6487
6488 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6489
6490         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6491         gracefully handle NULL memmap pointers
6492
6493 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6494
6495         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6496         instead of deleting the iCode when an operand is volatile
6497         * src/z80/gen.c (genDummyRead),
6498         * src/mcs51/gen.c (genDummyRead),
6499         * src/ds390/gen.c (genDummyRead),
6500         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6501         not just IC_RIGHT
6502         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6503         * src/SDCC.y: fixed bug #850420
6504
6505 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6506
6507         Applied z80 i/o port patch from Peter Townson and fixed some operators
6508         to better handle operands in A register.
6509         * device/include/z180.h
6510         * src/SDCC.y
6511         * src/SDCCglue.c
6512         * src/z80/gen.c
6513         * src/z80/gen.h
6514         * src/z80/main.c
6515         * src/z80/peeph-z80.def
6516         * src/z80/peeph.def
6517         * src/z80/z80.h
6518
6519 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6520
6521         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6522
6523 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6524
6525         * device/lib/hc08/_mullong.c: Removed extra #endif
6526
6527 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6528
6529         * sim/ucsim/hc08.src/inst.cc,
6530         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6531         carries from x to h
6532         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6533         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6534         * device/include/stdarg.h: fixed varargs for hc08
6535         * device/lib/Makefile.in,
6536         * device/lib/hc08/Makefile,
6537         * device/lib/hc08/_mulint.c,
6538         * device/lib/hc08/_mullong.c: fixed some endian problems
6539
6540 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6541
6542         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6543         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6544         * device/lib/_gptrget.c,
6545         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6546
6547 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6548
6549         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6550         * src/SDCCast.c (astErrors): fixed bug #846007
6551         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6552
6553 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/SDCCast.c (decorateType): disabled a transformation I added in
6556         revision 1.188 (access to fields of a structure at an absolute address);
6557         it breaks with bitfields, extern declarations, and gcse analysis.
6558         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6559         could be assigned through a pointer, so don't complain.
6560         * src/SDCCast.c (astErrors),
6561         * src/SDCCast.h,
6562         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6563
6564 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6565
6566         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6567         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6568         output of __config directives, since gpasm now supports them
6569         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6570         pre-processor macro, i.e. -DMCU=p18f452
6571         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6572         and modified to handle 'cast' icode similarly to '=' icode
6573         * src/pic16/device.h (typedef struct PIC_device): added field
6574         'extMIface' to indicate that chip has external memory interface
6575         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6576         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6577         18F8720
6578
6579 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6580
6581         * src/SDCC.y (pointer): fixed bug #846006
6582         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6583         * src/SDCCast.c (decorateType): fixed bug #846009
6584         * src/ds390/peeph.def,
6585         * src/ds390/gen.c (genAnd, genOr),
6586         * src/mcs51/peeph.def,
6587         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6588
6589 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6590
6591         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6592         * src/SDCCdflow.c
6593         * src/SDCCcse.c
6594         * src/SDCCcse.h
6595         * src/SDCCBBlock.h
6596         * src/SDCCBBlock.c
6597
6598 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6599
6600         fixed bug #845089
6601         * src/SDCCbitv.h,
6602         * src/SDCCbitv.c: added function to free a bitvector
6603         * src/SDCClrange.h,
6604         * src/SDCClrange.c: added function to recompute the liveranges
6605         * src/avr/ralloc.c,
6606         * src/ds390/ralloc.c,
6607         * src/hc08/ralloc.c,
6608         * src/mcs51/ralloc.c,
6609         * src/pic/ralloc.c,
6610         * src/pic16/ralloc.c,
6611         * src/xa51/ralloc.c,
6612         * src/z80/ralloc.c: recompute the liveranges after register packing
6613
6614 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6615
6616         * src/SDCCloop.c (newInduction): fixed bug #845630
6617
6618 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6619
6620         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6621         inadvertantly left behind from my 2003-11-12 change
6622
6623 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         Updated headers I neglected to commit yesterday.
6626         * src/SDCClrange.h,
6627         * src/SDCCicode.h
6628
6629 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6632         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6633         * src/SDCCopt.c (eBBlockFromiCode),
6634         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6635         the creation of the key hash table from the sequencing so it can be used
6636         earlier (for some GCSE bug fixes still pending)
6637
6638 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6639
6640         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6641         * support/regression/tests/addsub.c: testing genPlus shortcut
6642
6643 2003-11-15  Borut Razem <borut.razem AT siol.net>
6644
6645         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6646
6647 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6648
6649         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6650         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6651         ordering is immaterial.
6652         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6653
6654 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6657         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6658         (SIGSEV) of bug #840381
6659         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6660         unlink new file before rename if new and old filenames are the same)
6661
6662 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6663
6664         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6665         uninitialized variables) for the mcs51. Set environment variable
6666         SDCC_GENRAMCLEAR to test.
6667         xdata initialization slightly shorter
6668
6669 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6670
6671         * src/SDCCsymt.h,
6672         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6673         #838241 & 780691 (basicly the same bug)
6674         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6675         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6676
6677 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6678
6679         * src/SDCCmain.c (linkEdit): "fix" #834252
6680
6681 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6682
6683         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6684         * src/SDCCast.h,
6685         * src/SDCC.y: fixed bug #819403
6686
6687 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6690         the reentrant attribute.
6691         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6692         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6693         simulation
6694         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6695         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6696         erroneously reduced to a literal.
6697         * src/hc08/ralloc.c (packRegisters, rematStr),
6698         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6699         some cases
6700
6701 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6702
6703         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6704         * doc/sdccman.lyx: changed from 'article' to 'book'
6705         * doc/Makefile: readded test_suite_spec and cdbfileformat
6706
6707 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6708
6709         * device/include/stdlib.h: include malloc.h to comply with ANSI
6710         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6711
6712 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6713
6714         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6715         * doc/clean.mk: also remove *.out files
6716         * doc/sdccman.lyx: some additions, larger top/bottom margins
6717
6718 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6719
6720         * src/SDCC.y: fixed bug #837365
6721         * support/regression/tests/bitopcse.c
6722         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6723         a symbol (might be valop instead)
6724         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6725         * device/lib/clean.mk: added hc08 to the cleaning list
6726
6727 2003-11-04  Borut Razem <borut.razem AT siol.net>
6728
6729         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6730           made 2003-11-04
6731         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6732           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6733           malloc is declared in standard stdlib.h
6734
6735 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6736
6737         * device/lib/hc08/Makefile: need to clean .rel not .o files
6738         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6739
6740 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6741
6742         * src/port.h,
6743         * src/hc08/main.c,
6744         * src/mcs51/main.c,
6745         * src/ds390/main.c,
6746         * src/z80/main.c,
6747         * src/avr/main.c,
6748         * src/pic/main.c,
6749         * src/pic16/main.c,
6750         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6751         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6752         tests (which uses the port's oclsExpense function)
6753         * src/SDCC.y,
6754         * src/SDCCast.c,
6755         * src/SDCCicode.c,
6756         * src/hc08/gen.c,
6757         * src/ds390/gen.c,
6758         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6759
6760 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6761
6762         * src/SDCCcse.c (ifxOptimize),
6763         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6764         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6765         deleting the IFX iCode.
6766         * src/hc08/ralloc.c: reduced unneeded slocs
6767         * src/hc08/gen.c: fixed bug in asmopToBoolean
6768
6769 2003-11-04  Borut Razem <borut.razem AT siol.net>
6770
6771         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6772           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6773           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6774           transferred to configure
6775
6776 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6777
6778         Use headers defined in the C[++] standards:
6779         * sim/ucsim/gui.src/serio.src/fileio.cc
6780         * sim/ucsim/gui.src/serio.src/frontend.cc
6781         * sim/ucsim/gui.src/serio.src/main.cc
6782         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6783         * support/Util/NewAlloc.c
6784         * as/hc08/lklibr.c
6785         * as/mcs51/lklibr.c
6786         * as/z80/aslist.c
6787         * as/z80/assym.c
6788
6789 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6790
6791         * Added MSVC projects for hc08 assembler and linker:
6792         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6793         /as/hc08/link_hc08.dsp
6794
6795 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6796
6797         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6798
6799 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6800
6801         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6802
6803 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6804
6805         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6806
6807 2003-10-31  Borut Razem <borut.razem AT siol.net>
6808
6809         * support/cpp2/cpplib.h,
6810           support/cpp2/cpplib.c,
6811           support/cpp2/cpplex.c,
6812           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6813           to switch _asm block preprocessing on / off. Default is
6814           #pragma preproc_asm +
6815
6816 2003-10-31  Borut Razem <borut.razem AT siol.net>
6817
6818         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6819           when outputting comment blocks (when executed with -C option) and
6820           _asm (SDCPP specific) blocks
6821
6822 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6823
6824         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6825
6826 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6827
6828         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6829
6830 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6831
6832         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6833         * src/SDCCast.c (decorateType): fixed bug #832664
6834
6835 2003-10-31  Borut Razem <borut.razem AT siol.net>
6836
6837         * support\cpp2\cpplex.c: fixed for SDCPP:
6838           comments(when executed with -C option) and _asm blocks
6839           were included even if they where in skipped #if block.
6840           Applied solution from GCC cpp 3.3.2
6841
6842 2003-10-31  Borut Razem <borut.razem AT siol.net>
6843
6844         * src/SDCC.lex: sdcc now understands both formats:
6845           '# <line_number> <file_name>' and
6846           '#line <line_number> <file_name>'
6847         * support/cpp2/cppmain.c: sdcpp now generates the standard
6848           '# <line_number> <file_name>' instead of former
6849           '#line <line_number> <file_name>'
6850
6851 2003-10-30  Borut Razem <borut.razem AT siol.net>
6852
6853         * support/cpp2/cpphash.h,
6854         * support/cpp2/cpplib.h
6855         * support/cpp2/cpplex.c,
6856         * support/cpp2/cppmain.c,
6857         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6858
6859 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6860
6861         Fixed a number of problems revealed by bug #827883.
6862         * src/SDCCloop.c (loopInvariants): Spill location of the
6863         result operand should be recomputed if extracted from
6864         a loop. Also, don't extract assignments of an iTemp
6865         from a literal.
6866         * src/SDCCast.c (isConformingBody): loop reversal should
6867         not occur if the control variable is involved with a
6868         relational operator.
6869
6870 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6871
6872         * .version: bumped to 2.3.6 to reflect the big improvements
6873         made by Erik and Klaus. Thanks!
6874
6875 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6876
6877         Replaced the livrange code.
6878         * src/SDCClrange.c: added new LR code
6879         * src/SDCCloop.c,
6880         * src/SDCCBBlock.h: removed remainig parts from old LR code
6881         * src/ds390/ralloc.c,
6882         * src/ds390/gen.c: minor fixes to make it work with new code
6883
6884 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6885
6886         * as/hc08/asm.h,
6887         * as/hc08/lkrloc.c,
6888         * src/hc08/gen.c,
6889         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6890         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6891         (tweaked fix for bug #818696)
6892
6893 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6894
6895         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6896
6897 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6898
6899         * src/SDCCmain.c,
6900         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6901         * src/mcs51/gen.c (gencjneshort),
6902         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6903         more efficient (per Scott Bronson's suggestion)
6904
6905 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6906
6907         Extended the semantics of the critical keyword to include
6908         individual statements. See RFE #827755 and #799831
6909         * src/SDCC.y
6910         * src/SDCCicode.c
6911         * src/SDCCopt.c
6912         * src/SDCCast.c
6913         * support/Util/SDCCerr.c
6914         * support/Util/SDCCerr.h
6915         * src/mcs51/gen.c
6916         * src/ds390/gen.c
6917         * src/hc08/gen.c
6918
6919 2003-10-19  Borut Razem <borut.razem AT siol.net>
6920
6921         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6922
6923 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6924
6925         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6926         Fixed bug #818696
6927         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6928         and predecrement operand is displayed
6929
6930 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6931
6932         * src/SDCCval.c (valMinus): fixed bug #826041
6933
6934 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         Some hc08 related updates that I missed earlier
6937         * sim/ucsim/stypes.h
6938         * support/regression/ports/hc08/spec.mk
6939
6940 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         New target "hc08" for the Motorola 68hc08 family of micros
6943
6944         * configure
6945         * configure.in
6946         * Makefile
6947         * src/hc08/*
6948         * src/SDCCmain.c
6949         * src/port.h
6950         * sim/ucsim/hc08.src/*
6951         * sim/ucsim/configure.in
6952         * src/ucsim/configure
6953         * sim/ucsim/packages_in.mk
6954         * as/hc08/*
6955         * as/Makefile
6956         * device/include/mc68hc908qy.h
6957         * device/lib/hc08/*
6958         * device/lib/Makefile.in
6959         * support/regression/ports/hc08/*
6960         * support/regression/Makefile
6961
6962 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6963
6964         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6965         regression test
6966         * src/ds390/gen.c (genCast): fixed bug #821957
6967
6968 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6969
6970         * device/lib/logf.c: "fixed" overlay bug
6971         * support/regression/ports/host/spec.mk: added m library
6972         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6973         * support/regression/tests/float_trans: added (for Eric)
6974
6975 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6976
6977         * src/mcs51/gen.c (genCpl): fixed bug
6978         http://sf.net/mailarchive/message.php?msg_id=6263915
6979
6980 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6981
6982         * src/SDCCast.c (decorateType): added extended constant folding
6983         * src/SDCCsymt.c (computeType): cleanup
6984         * src/SDCCval.c (valShift): minor optimization
6985         * support/regression/tests/ast_constant_folding.c: added
6986
6987 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * src/SDCCmain.c: removed some unintended changes
6990
6991 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6992
6993         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6994         * src/z80/gen.c: fixed part of bug #817589
6995         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6996
6997 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6998
6999         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7000         * src/SDCCcflow.c
7001         * src/SDCCcse.c
7002         * src/SDCCdflow.c
7003         * src/SDCClabel.c
7004         * src/SDCClrange.c
7005         * src/SDCCmem.c
7006         * src/SDCCopt.c
7007         * src/SDCCpeeph.c
7008         * src/SDCCset.c
7009         * src/avr/ralloc.c
7010         * src/ds390/ralloc.c
7011         * src/izt/ralloc.c
7012         * src/mcs51/ralloc.c
7013         * src/pic/ralloc.c
7014         * src/pic16/ralloc.c
7015         * src/xa51/ralloc.c
7016         * src/z80/ralloc.c
7017         * src/z80/gen.c: removed unused label "release:"
7018
7019 2003-10-06  Borut Razem <borut.razem AT siol.net>
7020
7021         * src/SDCC.lex: removed definition of unused variables
7022           save_optimize and save_options
7023
7024 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7025
7026         * clean.mk: removed '=' in "-maxdepth=1"
7027         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7028         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7029
7030 2003-10-06  Borut Razem <borut.razem AT siol.net>
7031
7032         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7033           my_unput() replaced by unput()
7034
7035 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7036
7037         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7038         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7039         type-punned pointer will break strict-aliasing rules"
7040         Old LR behaviour is again default; Klaus' LR can be choosen by
7041         defining the environment variable LRKLAUS
7042         * src/SDCCBBlock.h
7043         * src/SDCCloop.c
7044         * src/SDCClrange.c
7045         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7046         * clean.mk: fixed removal of files in bin/CVS/
7047         * device/lib/clean.mk: fixed removal of directories small and large
7048         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7049         * src/SDCCicode.c,
7050         * src/SDCCval.c: removed superflous test for pedantic
7051
7052 2003-10-05  Borut Razem <borut.razem AT siol.net>
7053
7054         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7055           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7056           message "unmatched #pragma SAVE and #pragma RESTORE"
7057
7058 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7059
7060         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7061           assembly, critical functions, atomic, nojtbound)
7062
7063 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7064
7065         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7066         * src/SDCCBBlock.h
7067         * src/SDCCloop.c
7068         * src/SDCCloop.h
7069         * src/SDCClrange.c
7070
7071 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7072
7073         * src/z80/gen.h,
7074         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7075         * src/mcs51/gen.h
7076         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7077         * src/ds390/gen.h
7078         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7079         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7080         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7081
7082 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7083
7084         * src/z80/gen.c (genRet): fixed bug #524753
7085         * src/z80/gen.c (genCast): fixed internal error on cast from
7086         pointer to long
7087         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7088         fix for bug #477835 to the z80
7089         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7090         for tracking iCodes in the peephole optimizer for z80
7091
7092 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7093
7094         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7095         the other part of bug #814548
7096         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7097
7098 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7099
7100         * src/SDCCcse.c: fixed part of bug #814548
7101
7102 2003-09-28  Borut Razem <borut.razem AT siol.net>
7103
7104         * src/asm.c: rewrite of printILine() to use temporary file instead
7105           a pipe
7106         * src/xa51/main.c: commented out declaration of int rewinds
7107
7108 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7111
7112 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7113
7114         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7115         * src/asm.c (printILine): Fixed bug #811015
7116
7117 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7118
7119         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7120         freeing.
7121
7122 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7123
7124         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7125         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7126         to correctly handle general case of AOP_PAIRPTR
7127         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7128
7129 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * src/mcs51/ralloc.c (fillGaps),
7132         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7133         register positioning bug)
7134
7135 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7136
7137         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7138
7139 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7142         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7143         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7144         (ralloc doesn't intentionally do this now, but perhaps later)
7145         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7146         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7147         register positioning bugs (Fixed bug #762602 and #795325)
7148         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7149         (Fixed bug #808779)
7150         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7151         lines that --i-code-in-asm generates
7152
7153 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7154
7155         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7156         trying to fclose a FILE* that was already closed.
7157
7158 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7159
7160         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7161         of const struct should be treated as if const themselves)
7162
7163 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7164
7165         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7166
7167 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7168
7169         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7170         Unix (/n) and DOS (/r/n) line terminations.
7171
7172 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7173
7174         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7175         bug #613775
7176
7177 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7178
7179         * src/mcs51/gen.c (genFunction, genEndFunction),
7180         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7181         and restore of EA so that stack offsets to parameters are
7182         correct when using both critical and reentrant/stack-auto.
7183         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7184         size (can be triggered in error if sloc is shared between
7185         different sized objects)
7186         * device/include/float.h: fixed macros to explicitly use
7187         unsigned long where needed
7188
7189 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7190
7191         Feature req. 799831: added code to allow nesting of critical functions
7192         * src/mcs51/gen.c (genFunction, genEndFunction)
7193         * src/ds390/gen.c (genFunction, genEndFunction)
7194
7195 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7196
7197         * src/SDCCsymt.c (sclsFromPtr),
7198         * src/SDCCsymt.h,
7199         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7200         support for standard C idiom of memory mapped variables; for
7201         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7202         to xdata int at 0x1234 tempvar = 1.
7203         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7204         provided by Akiya ISHIDA
7205
7206 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7207
7208         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7209         * src/SDCCval.c (constVal): added reduction from int to char
7210         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7211         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7212         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7213         to ignore the sign
7214         * support/regression/tests/shifts.c: fixed
7215
7216 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7217
7218         * src/z80/gen.c (genXor): Fixed bug #805445
7219
7220 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         Fixed bug #621531 (const & volatile confusion in the type chain).
7223         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7224         refer to the const or volatile state of the pointer itself.
7225
7226         * src/SDCCast.c
7227         * src/SDCCglue.c
7228         * src/SDCCicode.c
7229         * src/SDCCsymt.c
7230         * src/SDCCval.c
7231         * src/SDCC.y
7232         * src/SDCCsymt.h
7233         * src/pic/gen.c
7234         * src/pic/ralloc.c
7235         * src/pic16/gen.c
7236         * src/pic16/ralloc.c
7237         * support/regression/tests/const.c
7238
7239 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7240
7241         When checking for duplicated modules, use absolute paths
7242         instead of relative paths.  Files changed:
7243
7244         * as/mcs51/lklib.c
7245         * link/z80/lklib.c
7246
7247 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7248
7249         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7250
7251 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7252
7253         * device/include/string.h: added size_t typedef, changed
7254         prototypes to use size_t, eliminated separate reentrant and
7255         non-reentrant declarations, added _memmove declaration
7256         * device/lib/_memcpy.c: changed to use size_t instead of int,
7257         changed /4 to >>2 to avoid division library call
7258         * device/lib/_memcmp.c,
7259         * device/lib/_memset.c,
7260         * device/lib/_strncat.c,
7261         * device/lib/_strncpy.c,
7262         * device/lib/_strncmp.c: changed to use size_t instead of int
7263         * device/lib/_memmove.c: new file (fixed bug #772294)
7264         * device/lib/Makefile.in: added _memmove.c
7265         * device/lib/z80/asm_strings.s: fixed bug #772290
7266         * support/regression/tests/bitfields.c: attempt to fix host assertion
7267         failure on amd64-unknown-linux2.2
7268
7269 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7272         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7273         * as/z80/asmain.c (main): fixed bug #801766
7274
7275 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7276
7277         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7278         compilers
7279
7280 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7283         reported in bug #800609
7284
7285 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7286
7287         * Top header beautifications in src/pic16 directory:
7288           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7289           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7290           pcoderegs.h, ralloc.c, ralloc.h
7291         * main.c: added top header and GPL license notice
7292         * pcode.c: fixed the if-conditional warning
7293
7294 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7295
7296         * device/lib/_mullong.c: replaced int by short for gcc
7297
7298 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7299
7300         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7301         and JUMPTABLE iCodes properly now (worked by accident before)
7302         * src/mcs51/gen.c (leftRightUseAcc),
7303         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7304         iCode properly now. Use getSize instead of nRegs since a & b
7305         aren't part of the nRegs tally.
7306
7307 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7308
7309         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7310         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7311           before instructions that use the _STATUS register
7312
7313 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7314
7315         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7316         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7317         fetching of the pointer
7318         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7319         copied from genNearPointerSet()
7320         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7321         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7322         If they pop r0/r1 they must be called in the opposite order than aopOp().
7323         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7324         (resp. --stack-auto), prepared for --xstack
7325
7326 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7327
7328         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7329
7330 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7331
7332         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7333         these ports have their own __sdcc_external_start()
7334
7335 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7336
7337         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7338         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7339         type for bits was changed. It resulted in bit variables becoming
7340         global, which is not permitted in PIC 14 assembly output.
7341
7342 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7343
7344         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7345
7346 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7347
7348         Z80 and MCS51 linkers complaint if a public symbol is defined
7349         in more than one library module:
7350
7351         * as/mcs51/lklib.c
7352         * link/z80/lklib.c
7353         * as/mcs51/Makefile.in
7354
7355 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         A few small changes that speed up the peephole optimizer.
7358
7359         * src/SDCCpeeph.c
7360
7361 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7362
7363         Try to make the peephole optimizer smarter by maintaining
7364         an association between the assembly source code and the
7365         iCodes that originated them. Put this information to use
7366         with a new peephole rule condition "notVolatile" so that
7367         the rules can be aggressive yet still safe.
7368
7369         * src/SDCCpeeph.c
7370         * src/SDCCpeeph.h
7371         * src/mcs51/gen.c
7372         * src/mcs51/peeph.def
7373
7374 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         Fixed bug #741761
7377
7378         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7379         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7380         if the left or right operand symbols have the accuse flag set.
7381
7382 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7383
7384         Changed the type of the result of the ! (NOT) operator to char;
7385         previously it returned the same type as the source. This allows
7386         us to eliminate all the genFloatNot functions (all of its target
7387         implementations were very buggy) since !float can use the same
7388         code as !long now.
7389
7390         * src/SDCCicode.c (ast2iCode): ! returns char
7391         * src/mcs51/gen.c (genNot, genNotFloat),
7392         * src/ds390/gen.c (genNot, genNotFloat),
7393         * src/z80/gen.c (genNot, genNotFloat),
7394         * src/pic/gen.c (genNot, genNotFloat),
7395         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7396
7397 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7398
7399         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7400         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7401            during interrupts. Ensure WSAVE is located at a shared bank address.
7402         2. Fixed page selection in some places
7403         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7404            the registers name strings.
7405         4. Fixed "signed / unsigned compare" compiler warnings.
7406         5. The PIC port manages its own allocation of the general purpose
7407            registers, but makes no attempt to reuse them. As a result when
7408            compiling it soon runs out of general purpose registers. Some
7409            additional code was added to the files pcode.c and device.c to walk
7410            through the function call tree and rename the registers so that they
7411            get reused.
7412
7413         * src/pic/device.c
7414         * src/pic/gen.c
7415         * src/pic/glue.c
7416         * src/pic/pcode.c
7417         * src/pic/pcode.h
7418         * src/pic/ralloc.c
7419         * src/pic/ralloc.h
7420         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7421         genPlus() & genMinus() when the result is the same as left or right
7422
7423 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7424
7425         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7426
7427 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7428
7429         Made bitfield a distinct type from bit so that bitfields
7430         convert as per ANSI C and bits retain their traditional
7431         boolean style behaviour. Implemented bitfield support in
7432         the z80 port.
7433
7434         * src/SDCCsymt.h,
7435         * src/SDCCsymt.c,
7436         * src/SDCCast.c,
7437         * src/cdbFile.c,
7438         * src/mcs51/gen.c,
7439         * src/ds390/gen.c: bit v bitfield split
7440         * src/z80/gen.c: New support for bitfields
7441         * support/regression/tests/bitfields.c: reenabled z80,
7442         added more tests
7443
7444 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7445
7446         Rules 246.x, 247.x relate to bitfields, the others speed up
7447         access to xdata mapped I/O devices.
7448
7449         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7450
7451 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7452
7453         Cleaned up genPackBits and genUnpackBits and added two helper
7454         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7455         for literal assignments in genPackBits (thanks to Frieder for
7456         reminding me).
7457
7458         * src/mcs51/gen.c
7459         * src/ds390/gen.c
7460
7461 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7462
7463         Fixed bug #748310 (pointer to function type mishandled when the
7464         function name is omitted). Also fixed a SIGSEGV when a function
7465         attribute (reentrant, etc) is used on a non-function or on a
7466         function but misplaced before the parameter list.
7467
7468         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7469         bug #748310
7470         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7471         * support/Util/SDCCerr.h,
7472         * support/Util/SDCCerr.c: Added func attr misuse error msg
7473
7474 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7475
7476         Fixed bug #787649 by anonymous
7477         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7478         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7479
7480 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7481
7482         Fixed numerous bitfield problems.
7483
7484         * src/SDCC.y: More bitfield related error checking
7485         * src/SDCCsymt.h,
7486         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7487         * support/Util/SDCCerr.h,
7488         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7489         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7490         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7491         * support/regression/tests/bitfields.c: tests added
7492
7493 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         Made the constant following the "interrupt" keyword optional. If
7496         omitted, the function will not automatically be given an entry
7497         in the interrupt vector table (similar to #pragma NOIV, but
7498         less syntacticly kludgy). The interrupt number is also now
7499         range checked. Also fixed a bug in the high order bit example
7500         in the manual.
7501
7502         * src/SDCC.y
7503         * src/SDCCmem.c
7504         * src/SDCCglue.c
7505         * src/SDCCsymt.h
7506         * support/Util/SDCCerr.c
7507         * support/Util/SDCCerr.h
7508         * doc/sdccman.lyx
7509
7510 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7511
7512         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7513         * src/SDCCicode.c (operandOperation): rewritten some ops
7514         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7515         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7516         other type
7517         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7518         be re-activated by defining REDUCE_LITERALS)
7519         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7520         unsigned, but are signed by default
7521         * src/SDCCval.c (constVal): rearranged
7522         * src/SDCCval.c (valMod): preliminary fix
7523         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7524         * support/regression/literalop.c: added, work in progress
7525
7526 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7527
7528         Generate warnings for useless declarations like "char data;"
7529         that don't do what new users expect.
7530
7531         * src/SDCC.y
7532         * support/Util/SDCCerr.h
7533         * support/Util/SDCCerr.c
7534
7535 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7536
7537         * src/SDCCval.c (valMult): fix overflow detection of negative int
7538
7539 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7540
7541         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7542
7543         Changes to support big endian targets:
7544
7545         * src/ports.h
7546         * src/SDCCglue.c
7547         * src/avr/main.c
7548         * src/ds390/main.c
7549         * src/izt/i186.c
7550         * src/mcs51/main.c
7551         * src/pic/main.c
7552         * src/pic16/main.c
7553         * src/xa51/main.c
7554         * src/z80/main.c
7555
7556 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7557
7558         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7559         * device/lib/time.c: fixed warning "integer overflow in expression"
7560
7561 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7562
7563         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7564         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7565         constants are unsigned; added recognition of "u" flag for unsigned
7566         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7567         * src/SDCCval.c (valDiv, valMod): fixed signdness
7568         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7569         signedness of modulo, left and right shift
7570         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7571         * support/Util/SDCCerr.h: added warning W_INT_OVL
7572         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7573         * src/SDCCast.c (ast_print): improved output of constants
7574
7575 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7576
7577         Fixed some warnings when building with MSVC:
7578
7579         * as\mcs51\asdata.c
7580         * as\z80\asdata.c
7581         * as\mcs51\asm.h
7582         * as\z80\asm.h
7583         * link\z80\aslink.h
7584         * link\z80\lkdata.c
7585         * link\z80\lkeval.c
7586         * link\z80\lkgb.c
7587         * link\z80\lkihx.c
7588         * link\z80\lks19.c
7589         * link\z80\lksym.c
7590         * support\cpp2\cpplib.c
7591         * src\ds390\gen.c
7592         * src\mcs51\gen.c
7593
7594 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7595
7596         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7597
7598 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7599
7600         * support\librarian\clean.mk: Do not remove Makefile.
7601         * support\librarian\Makefile: added.
7602
7603 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7604
7605         Added librarian to MSVC build:
7606         * all.dsp
7607         * sdcc.dsw
7608         * support\librarian\librarian.dsp
7609
7610         'configure' not needed for librarian, removed:
7611         * support\librarian\configure
7612         * support\librarian\configure.in
7613         * support\librarian\config_in.h
7614         * support\librarian\Makefile.in
7615
7616         Hopefully these ones built the librarian and the rest of sdcc properly:
7617         * Makefile
7618         * Makefile.common.in
7619
7620         Messed up 'configure', so revert to previous version:
7621         * configure
7622         * configure.in
7623
7624 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7625
7626         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7627         there, while the mantissa of a double is "only" 53 bits wide.
7628
7629 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7630
7631         Adding sdcclib to the build.  MSVC project coming soon.
7632         Files added/changed:
7633
7634         * support\librarian\clean.mk
7635         * support\librarian\configure
7636         * support\librarian\configure.in
7637         * support\librarian\config_in.h
7638         * support\librarian\Makefile.bcc
7639         * support\librarian\Makefile.in
7640         * support\librarian\sdcclib.c
7641         * Makefile.bcc
7642         * Makefile
7643         * Makefile.common.in
7644         * configure
7645         * configure.in
7646
7647 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7648
7649         Linker now complaints if linked modules have conflicting options, for
7650         example, one compiled using --model-large and another one compiled with
7651         --model-small.  The following files were modified:
7652
7653         * as\mcs51\asdata.c
7654         * as\mcs51\aslink.h
7655         * as\mcs51\asm.h
7656         * as\mcs51\asmain.c
7657         * as\mcs51\asout.c
7658         * as\mcs51\i51pst.c
7659         * as\mcs51\lkdata.c
7660         * as\mcs51\lklibr.c
7661         * as\mcs51\lkmain.c
7662         * as\z80\asdata.c
7663         * as\z80\asm.h
7664         * as\z80\asmain.c
7665         * as\z80\asout.c
7666         * as\z80\z80pst.c
7667         * link\z80\aslink.h
7668         * link\z80\lkdata.c
7669         * link\z80\lklibr.c
7670         * link\z80\lkmain.c
7671         * src\SDCCglue.c
7672
7673 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7674
7675         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7676         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7677
7678 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7679
7680         * src/z80/mappings.i: fix _mul[us][int,long] entries
7681
7682 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7683
7684         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7685
7686 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7687
7688         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7689         * support/regression/tests/bitopcse.c: added
7690         fixed warning:
7691         * src/avr/gen.c:
7692         * src/pic/gen.c:
7693         * src/pic16/gen.c:
7694         * src/z80/gen.c:
7695         * src/xa51/gen.c:
7696
7697 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7698
7699         added support for new library format to z80, gbz80 linkers:
7700         *link/z80/aslink.h
7701         *link/z80/lklex.c
7702         *link/z80/lklib.c
7703         *link/z80/lklist.c
7704
7705 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7706
7707         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7708         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7709
7710 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7711
7712         added DUMMY_READ_VOLATILE:
7713         * src/SDCC.y:
7714         * src/avr/gen.c:
7715         * src/xa51/gen.c:
7716         * src/z80/gen.c:
7717         * src/pic/gen.c:
7718         * src/pic16/gen.c:
7719         * src/mcs51/gen.c:
7720         * src/ds390/gen.c:
7721         * src/SDCCcse.c (algebraicOpts): many improvements
7722         * src/SDCCcse.h: removed algebraicOpts()
7723         * src/SDCCicode.c (picDummyRead): added
7724
7725 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7726
7727         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7728         "Insufficient space in data memory".
7729
7730 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7731
7732         * src/mcs51/gen.c: fixed bug #771358
7733         * src/z80/gen.c: fixed bug #759087
7734
7735 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * src/pic16/glue.c: minor cleanup by Vangelis
7738
7739 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7740
7741         * device/include/regc515c.h: fixed #758477
7742         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7743         * device/lib/_gptrput.c: saved a few bytes
7744         * my tab spacing is 8, yours too?)
7745         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7746         * device/lib/serial.c: process RX bytes earlier than TX bytes
7747         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7748
7749 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7750
7751         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7752
7753 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7754
7755     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7756
7757 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * device/lib/Makefile.in: bad fix, reverted to 1.43
7760
7761 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7762
7763         * device/lib/Makefile.in: added missing z80 object files
7764
7765 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7766
7767         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7768         pic16 progress by Vangelis:
7769         * src/SDCCglobl.h:
7770         * src/SDCCmain.c:
7771         * src/pic/Makefile:
7772         * src/pic:
7773         * pic/Makefile:
7774         * pic16/device.c:
7775         * pic16/device.h:
7776         * pic16/gen.c:
7777         * pic16/gen.h:
7778         * pic16/genarith.c:
7779         * pic16/glue.c:
7780         * pic16/main.c:
7781         * pic16/pcode.c:
7782         * pic16/pcode.h:
7783         * pic16/pcodepeep.c:
7784         * pic16/peeph.def:
7785
7786 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7787
7788     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7789
7790 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7791
7792     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7793     added gbz80 build to MSVC project.
7794     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7795     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7796     from 8051 stuff and setup so it links using a .lnk file.
7797
7798 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7799
7800     * support/librarian/sdcclib.c: sdcc librarian.
7801     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7802     with sdcclib.
7803
7804 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7805
7806     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7807
7808 2003-07-02  Borut Razem <borut.razem AT siol.net>
7809
7810         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7811         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7812         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7813         src/xa51/main.c, src/z80/main.c:
7814         virtualization of glue() function: each port has it's own glue function,
7815         which is accessed by do_glue function pointer in PORT.general structure
7816
7817 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7818
7819         * DS800C400 fun, improved ROM interface and tinibios.
7820
7821 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7822
7823         * More support for DS80C400. Now includes beginning of interface to ROM.
7824
7825 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7826
7827         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7828
7829 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7830
7831         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7832
7833 2003-06-19  Borut Razem <borut.razem AT siol.net>
7834
7835         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7836
7837 2003-06-19  Borut Razem <borut.razem AT siol.net>
7838
7839         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7840         fixed Z80 port - crt0.o: cannot open.
7841
7842 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7843
7844         * support/Util/MySystem.c (merge_command): revert bad fix
7845
7846 2003-06-18  Borut Razem <borut.razem AT siol.net>
7847
7848         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7849
7850 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7851
7852         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7853         option --use-stdout sends errors to stdout instead of stderr.
7854
7855 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7856
7857         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7858
7859 2003-06-15  Borut Razem <borut.razem AT siol.net>
7860
7861         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7862         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7863         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7864         fixed width array of pointers replaced with sets;
7865         multiple include and lib paths ared transferred to preprocessor and linker
7866         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7867         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7868         fixed width array of pointers
7869         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7870         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7871         fixupPath(), getPathDifference()
7872         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7873         fixed width array of pointers
7874
7875 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         * src/pic16/ralloc.c: fix warnings
7878         * src/pic16/pcode.c: fix warning
7879
7880 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7881
7882          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7883         know all the details, but essentially this set of changes enable
7884         the pic16 port to generate movff instructions and generate assembler
7885         directives,
7886         * src/SDCCmain.c:
7887         * src/pic16/gen.c:
7888         * src/pic16/glue.c:
7889         * src/pic16/pcode.c:
7890         * src/pic16/device.c:
7891         * src/pic16/main.c:
7892         * src/pic16/pcode.h:
7893         * src/pic16/pcoderegs.c:
7894         * src/pic16/ralloc.c:
7895         * src/pic16/ralloc.h:
7896
7897 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7898
7899         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7900         added option --vc, so sdcc errors and warnings are compatible with
7901         Microsoft Visual Studio.
7902
7903 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7904
7905         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7906           device/lib/libfloat.lib: added atof function.
7907
7908 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7909
7910         * doc/sdccman.lyx: updated to Lyx 1.3
7911         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7912         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7913         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7914
7915 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7916
7917         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7918
7919 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7920
7921         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7922           additions to the "related tools/documentation" section
7923
7924 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7925
7926         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7927
7928 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7929
7930         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7931         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7932
7933 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         * doc/sdccman.lyx: fix double dash and other minor things
7936         * doc/Makefile: fix double dash
7937
7938 2003-05-28  Karl Bongers(patches from Martin Helmling)
7939         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7940           condition and ignore commands.
7941
7942 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7943
7944         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7945           is in parts still quite out of date, I did changes as far as I felt makes sense
7946           for a non-native english speaker.
7947           Please feel free to add to the manual or to correct my changes.
7948         * doc/Makefile: undid touching the date of intermediate tex files.
7949
7950 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7951
7952         * doc/sdccman.lyx: Manual has an index now
7953
7954 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7955
7956         Finalize muluint/mulsint and mululong/mulslong merging:
7957         * device/lib/_mulint.c
7958         * device/lib/_mullong.c
7959         * device/lib/gbz80/mul.s
7960         * device/lib/gbz80/stubs.s
7961         * device/lib/z80/mul.s
7962         * device/lib/z80/stubs.s
7963         * src/SDCCsymt.c (initCSupport)
7964
7965 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7966
7967         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7968         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7969           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7970           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7971           instead of /Zm500.
7972
7973 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7974
7975         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7976           the regression tests I'm not brave enough to enable 245.b, 245.c
7977         * doc/sdccman.lyx: added latex preamble for hyperref package.
7978           Using pdflatex this will give you a hyperlinked pdf file with
7979           bookmarks. (prepend '%' before /usepackage if this breaks something)
7980
7981 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7982
7983          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7984
7985 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7986
7987         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7988
7989 2003-05-21    <johan AT balder>
7990
7991         * src/SDCCglue.c (printIval): fixed bug #739934
7992
7993 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7994
7995         Applied patch from bug 737905 (renamed yylineo to mylineno):
7996         * src/altlex.c
7997         * src/SDCCast.c
7998         * src/SDCglobl.h
7999         * src/SDCC.lex
8000         * src/SDCCsymt.c
8001         * src/SDCCval.c
8002         * src/pic16/pcode.c: Cleaned warnings
8003         * src/pic16/pcodeflow.c: Cleaned warnings
8004         * src/pic16/pcoderegs.c: Cleaned warnings
8005
8006 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8007
8008         * src/pic16/pcode.c: Cleaned warnings
8009         * src/pic16/pcodepeep.c: Cleaned warnings
8010         * src/pic16/ralloc.c: Cleaned warnings
8011
8012 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8013
8014         * doc/sdccman.lyx: fixed bug 739745
8015         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8016
8017 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8018
8019         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8020         it can be defined with CFLAGS when running configure
8021         * src/SDCCmain.c: fixed compiling + linking with object files
8022
8023 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8024
8025         * configure.in: configure for pic16 port,
8026             added --disable-pic16-port
8027         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8028         * src/SDCCmain.c: linkOptions is changed to set *,
8029             added if/endif conditional macros to remove options help
8030             messages from optionsTable when a port is not configured, added
8031             support for the PIc16 port in the ports table, when executing
8032             the compiler with no port specified on command line, a default
8033             port is selected with the new macro DEFAULT_PORT which is
8034             defined in port.h, in setDefaultOptions() linkOptions is removed
8035             from initialization assignment, since now it is a set,
8036             parseCmdLine uses setParseWithComma for linkOptions, in
8037             linkEdit() linkOptions are accessed with new function indexSet()
8038             which returns the i'th item of a set variable. See SDCCset.c, in
8039             linkEdit() when calling buildCmdLine(), added linkOptions as
8040             last argument. Now users can pass arguments to gplink via the
8041             -Wl option, main() uses pic16glue() to glue up pic16 programs
8042         * src/SDCCpeeph.c: various changes to support pic16
8043         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8044             return the i'th item of the set
8045         * src/SDCCset.h: added function prototype for indexSet()
8046         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8047         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8048         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8049             added macro DEFAULT_PORT
8050         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8051         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8052             generated
8053         * src/pic16/glue.c: commented out some error producing lines
8054         * src/pic16/main.c: __config directives are commented out to stop
8055             gpasm complaining and test the linkage with gplink, _linkCmd and
8056             _asmCmd changed to be more gplink and gpasm friendly
8057         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8058             produced an error when parsed, peep rule 12 is added to utilize
8059             movff, but it is commented out since the pCode does not support
8060             yet a command with 2 address arguments
8061
8062 2003-05-18    <johan AT balder>
8063
8064         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8065         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8066 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8067
8068         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8069   Added feature to script commands from file.
8070
8071 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8072
8073         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8074         * src/SDCCutil.c: include ctype.h for win32
8075
8076 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8077
8078         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8079
8080 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8081
8082         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8083   Fixed so you can set breakpoints prior to run, run does not stop
8084   on entry now.  Add tbreak.  Other enhancements and fixes for use
8085   with ddd.
8086
8087 2003-05-12  Borut Razem <borut.razem AT siol.net>
8088
8089         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8090
8091 2003-05-11  Borut Razem <borut.razem AT siol.net>
8092
8093         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8094         the path of bin directory, so that PATH is the only env. variable, which has to be set
8095         in case of standard installation.
8096         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8097         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8098         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8099
8100 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8101
8102         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8103         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8104         temp files are in the port dir; clean the gen/test directory when
8105         generating new test.c
8106         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8107         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8108         * support/regression/tests/zeropad.c: added
8109
8110 2003-05-09    <johan AT balder>
8111
8112         * src/SDCCglue.c: fixed bug #597940
8113
8114 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8115
8116         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8117   cache sfr, optimize next,step, fix off by one sourceline,
8118   support ddd list function.
8119         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8120
8121 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8122
8123         * support/regression/HTMLgen.py: added compare_s2f()
8124         * support/regression/Makefile: redo 1.27
8125         * support/regression/generate-cases.py: redo 1.5
8126
8127 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8128
8129         * support/regression/tests/float.c: workaround 33 bit hex constant
8130         * support/regression/tests/simplefloat.c: fix division for host
8131
8132 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8133
8134         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8135         that tame's the PIC's over-aggressive optimizer.
8136
8137 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8138
8139          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8140          support for MSVC.
8141
8142 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8143
8144         Initial support for DS80C400. "Hello world" runs on TINIm400
8145         (with polled I/O).
8146
8147 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8148
8149          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8150          * Some notes on ddd usage added in debugger/README
8151          Martin Helmling adding more features and fixes for ddd GUI debugger.
8152          Code added for nexti, stepi, up, down, and other adjustments.
8153
8154 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8155
8156         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8157         * src/pic/peeph.def Added two rules to optimize carry manipulation
8158         * src/pic/* removed debug printfs
8159
8160 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8161
8162         * debugger/mcs51/cmd.c: added header newalloc.h
8163
8164 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8165
8166         * as/Makefile: new EXEEXT
8167         * as/z80/Makefile: remove trailing slash of BUILDIR
8168         * as/z80/clean.mk: new EXEEXT
8169         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8170         * support/cpp2/Makefile.in: new EXEEXT
8171         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8172
8173 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8174
8175         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8176         EXEEXT was introduced to fix all related problems with targets
8177         "clean", "install" and "uninstall"; a couple of further flaws
8178         especially with "clean" have been fixed too
8179         * as/mcs51/Makefile.in
8180         * as/mcs51/clean.mk
8181         * as/z80/Makefile
8182         * Makefile
8183         * clean.mk
8184         * debugger/mcs51/Makefile.in
8185         * debugger/mcs51/clean.mk
8186         * link/z80/Makefile
8187         * link/z80/Makefile.in
8188         * link/z80/clean.mk
8189         * link/Makefile
8190         * packihx/Makefile.in
8191         * packihx/clean.mk
8192         * sim/ucsim/Makefile
8193         * sim/ucsim/clean.mk
8194         * sim/ucsim/avr.src/Makefile.in
8195         * sim/ucsim/avr.src/clean.mk
8196         * sim/ucsim/s51.src/Makefile.in
8197         * sim/ucsim/s51.src/clean.mk
8198         * sim/ucsim/xa.src/Makefile.in
8199         * sim/ucsim/xa.src/clean.mk
8200         * sim/ucsim/z80.src/Makefile.in
8201         * sim/ucsim/z80.src/clean.mk
8202         * sim/ucsim/main_in.mk
8203         * sim/ucsim/packages_in.mk
8204         * sim/ucsim/gui.src/Makefile.in
8205         * sim/ucsim/gui.src/serio.src/Makefile.in
8206         * sim/ucsim/gui.src/serio.src/clean.mk
8207         * src/Makefile.in
8208         * src/clean.mk
8209         * support/cpp2/Makefile.in
8210         * support/cpp2/clean.mk
8211         * support/makebin/Makefile
8212         * support/makebin/clean.mk
8213         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8214         * doc/sdccman.lyx: --program-suffix no longer needed
8215
8216 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8217
8218          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8219          Martin Helmling added support for ddd GUI debugger.
8220          Code added to display assembly, set variables, and other commands
8221          to interface to ddd.
8222
8223 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8224
8225         * as/Makefile: fix target clean
8226         * as/clean.mk: fix target clean
8227         * as/z80/clean.mk: fix target clean
8228
8229 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8230
8231         * Makefile.common.in: added  AT EXEEXT AT
8232         * configure.in: removed all mingw32 stuff
8233         * configure: rebuilt from configure.in
8234         * doc/sdccman.lyx: updated section "installation"
8235         * support/scripts/sdcc_mingw32: adapted to configure
8236         * support/scripts/sdcc_cygwin_mingw32: added
8237
8238 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8239
8240         * src/pic Added object file support for the PIC port
8241         * src/pic Applied patch from Craig Franklin (this started the object file support)
8242         * src/regression Updated the PIC regression tests for object files
8243
8244 2003-04-20  Borut Razem <borut.razem AT siol.net>
8245
8246         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8247           lklex.c: In function `getfid':
8248           lklex.c:203: warning: array subscript has type `char'
8249         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8250           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8251         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8252           stack handling macros
8253
8254 2003-04-19  Borut Razem <borut.razem AT siol.net>
8255
8256         * "handling space characters in file path" task:
8257         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8258         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8259         * support/Util/MySystem.h: make it self-sufficient
8260         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8261           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8262           handling space characters in file path
8263         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8264           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8265         * support/Util/MySystem.c: handling space characters in executable's path
8266
8267 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * as/z80/Makefile: fix permanent rebuild of z80
8270         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8271         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8272
8273 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8274
8275         * src/SDCCopt.c: add special case optimization to replace modulo by
8276           a power of two with a bitwise AND.
8277
8278 2003-04-18    <johan AT balder>
8279
8280         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8281
8282 2003-04-17    <johan AT balder>
8283
8284         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8285         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8286
8287 2003-04-13  Borut Razem <borut.razem AT siol.net>
8288
8289         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8290         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8291           fixed mingw problem in adl_NORMALIZE_PATH
8292
8293 2003-04-12  Borut Razem <borut.razem AT siol.net>
8294
8295         * fixed "#pragma SAVE/RESTORE can not be nested":
8296         * src/SDCC.lex: reworked pragma handling functions
8297         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8298         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8299
8300 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8301
8302         * src/SDCCutil.c (pathEquivalent): defined but not used
8303         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8304         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8305         * configure: rebuilt from configure.in
8306         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8307         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8308         * device/include/Makefile.in: replace sdcc_datadir
8309         * device/lib/Makefile.in: replace sdcc_datadir
8310         * Makefile.common.in: add LDFLAGS from configure
8311         * packihx/Makefile.in: use LDFLAGS
8312         * src/Makefile.in: use LDFLAGS
8313         * support/cpp2/Makefile.in: add LDFLAGS from configure
8314         * support/makebin/Makefile: use LDFLAGS
8315         * .version: bumped version number to 2.3.5
8316
8317 2003-04-12  Borut Razem <borut.razem AT siol.net>
8318
8319         * completed "different paths" task:
8320         * src/SDCCmacro.c: fixed bug in handling quotes
8321         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8322         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8323
8324 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8325
8326         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8327
8328 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8329
8330         * ds390/gen.c ds390/peeph.def: fix bug 706781
8331
8332 2003-04-11  Borut Razem <borut.razem AT siol.net>
8333
8334         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8335
8336 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8337
8338         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8339         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8340          set - this bit used to not be set...).
8341         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8342           bad code in PIC Port
8343         * src/regression/and2.c added to test bug 609268
8344         * src/regression/Makefile added and2.c to regression test
8345
8346
8347 2003-04-08    <johan AT CP255758-A>
8348
8349         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8350         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8351         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8352
8353 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8354
8355         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8356         fix bug #487815
8357         * support/cpp2/Makefile.in: fix bug #487815
8358         * configure: rebuilt from configure.in
8359         * Makefile.common.in: docdir changed, new path suffixes
8360         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8361         * sdcc_vc_in.h: reflect changes from sdccconf.h
8362         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8363         * src/SDCCutil.h: remove BINDIR hack
8364         * doc/sdccman.lyx: update new path hierarchy
8365
8366 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8367
8368         * src/SDCCpeeph.c: added okToRemoveSLOC test
8369
8370 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8371
8372         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8373
8374 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8375
8376         * src/SDCCpeeph.c: added labelIsReturnOnly test
8377         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8378
8379 2003-04-05    <johan AT balder>
8380
8381         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8382         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8383         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8384         * src/SDCCast.c: fixed a warning
8385         * src/SDCCast.h: fixed a warning
8386         * src/SDCCicode.c (operandFromAst): fixed a warning
8387
8388 2003-04-04    <johan AT balder>
8389
8390         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8391         * src/SDCCast.c (decorateType): fixed bug #715076
8392         * src/SDCC.y: fixed bug #702907
8393
8394 2003-04-03    <johan AT balder>
8395
8396         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8397         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8398         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8399         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8400         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8401
8402 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8403
8404         * _decdptr.c: fix return values
8405         * _gptrget.c: fix return values
8406         * _gptrgetc.c: fix return values
8407         * _gptrput.c: fix return values
8408         * _mulint.c: fix return values
8409         * as/z80/Makefile: fix 'make -j' problem
8410
8411 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8412
8413         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8414         * configure.in: big cleanup, updated to autoconf 2.5x
8415         * configure: rebuilt from configure.in
8416         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8417         * sdcc_vc_in.h: reflect changes from sdccconf.h
8418         * doc/Makefile: fixed a flaw in "make install"
8419
8420 2003-04-02    <johan AT balder>
8421
8422         * src/ds390/gen.c (genCmp): no comments
8423         * src/mcs51/gen.c (genCmp): no comments
8424         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8425         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8426
8427 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8428
8429         * support/regression/generate-cases.py: place generated file in given sub directory
8430         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8431         * support/regression/Makefile: improvements for 'make -j';
8432         side effect: it's simpler and faster now
8433
8434 2003-03-31  Borut Razem <borut.razem AT siol.net>
8435
8436         * src/z80/main.c: link-{port} and as-{port} defined without path
8437         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8438
8439 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8440
8441         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8442
8443 2003-03-30  Borut Razem <borut.razem AT siol.net>
8444
8445         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8446           changed type of list parameter to set
8447         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8448         * src/port.h: changed type of do_assemble() parameter to set
8449         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8450           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8451           definition of "cppoutfilename" macro with NULL value in preProcess()
8452         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8453         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8454         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8455           replaced with set *binPathSet
8456         * shash_add() deallocates the item, if allready exsists, before adding the new one
8457         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8458
8459 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8460
8461         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8462           a nested for loop bug in the PIC port
8463         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8464           for loops
8465
8466 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * support/Util/dbuf.h: remove C++ stuff to make it portable
8469
8470 2003-03-28  Borut Razem <borut.razem AT siol.net>
8471
8472         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8473           literal strings in stringLiteral()
8474         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8475         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8476           to the project
8477
8478 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8479
8480         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8481
8482 2003-03-26    <johan AT balder>
8483
8484         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8485         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8486         * src/SDCCast.c (decorateType): fixed " -v < 3"
8487
8488 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8489
8490         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8491         Added Lenny Story's debug infrastructure changes:
8492         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8493         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8494         * src/cdbFile.c: added
8495         * src/SDCCdebug.c: added
8496         * src/SDCCdebug.h: added
8497         * src/SDCCast.c (createFunction)
8498         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8499         * src/SDCCmain.c (parseCmdLine, main)
8500         * src/SDCCmem.c (redoStackOffsets)
8501         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8502         * src/SDCCsymt.h
8503         * src/common.h
8504         * src/avr/gen.c (genAVRCode)
8505         * src/ds390/gen.c (gen390Code)
8506         * src/mcs51/gen.c (gen51Code)
8507         * src/pic/gen.c (genpic14Code)
8508         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8509         * src/xa51/gen.c (genXA51Code)
8510         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8511
8512 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8513
8514         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8515         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8516
8517 2003-03-22    <johan AT balder>
8518
8519         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8520
8521 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8522
8523         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8524         * doc/cdbfileformat.lyx: added, written by Lenny Story
8525         * doc/Makefile: added cdbfileformat.lyx
8526         * doc/clean.mk: added cdbfileformat.lyx
8527
8528 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8529
8530         * src/mcs51/peeph.def: fix bug #705773
8531
8532 2003-03-20    <johan AT balder>
8533
8534         An sfr/sbit can have an "at #" AND an initializer
8535         * src/SDCCsymt.c (checkSClass):
8536         * src/SDCCmem.c (allocGlobal):
8537         * src/SDCCmem.c (allocLocal):
8538         * src/SDCCast.c (createBlock):
8539
8540 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8541
8542         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8543
8544 2003-03-16    <johan AT balder>
8545
8546         Undid the hackup of const and volatile, the problem is much bigger
8547         * src/SDCC.y:1.65
8548         * src/SDCCast.c:1.171
8549         * src/SDCCglue.c:1.138
8550         * src/SDCCicode.c:1.146
8551         * src/SDCCsymt.c:1.150
8552         * src/SDCCval.c:1.65
8553
8554 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8555
8556         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8557         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8558
8559 2003-03-13    <johan AT balder>
8560
8561         Hackup const and volatile modifiers in type chains a bit:
8562         * src/SDCC.y:1.63
8563         * src/SDCCast.c:1.169
8564         * src/SDCCglue.c:1.136
8565         * src/SDCCicode.c:1.143
8566         * src/SDCCsymt.c1.146
8567         * src/SDCCsymt.h1.59
8568         * src/SDCCval.c:1.63
8569
8570 2003-03-12    <johan AT balder>
8571
8572         * src/SDCCBBlock.h: more LRH debugging junk
8573         * src/SDCCcflow.h: more LRH debugging junk
8574         * src/SDCCloop.c: more LRH debugging junk
8575         * src/SDCC.y (struct_declaration): fixed bug #697590
8576         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8577         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8578         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8579
8580 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8581         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8582         test function names must now match exactly).
8583         * src/SDCCcse.c: added special case in findCheaperOp to allow
8584         extending a short integer. Makes less awful code for bug 700121 test case.
8585
8586 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8587
8588         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8589         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8590
8591 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8592
8593         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8594         actually called (operandsNotEqual() was called for all
8595         operandsNotEqualX tests).
8596
8597 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8598
8599         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8600         with shorter literals. Fixes bug 700121.
8601
8602 2003-03-11    <johan AT balder>
8603
8604         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8605
8606 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8607
8608         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8609         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8610
8611 2003-03-10  Borut Razem <borut.razem AT siol.net>
8612
8613         * src/SDCCmain.c: pipe preprocessor's output
8614         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8615         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8616         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8617         which closes all pipes in pipeSet set
8618         * src/SDCCset.c: free deleted item in function deleteSetItem()
8619         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8620         moved from z80 to src subproject
8621         * .version: increased version number to 2.3.4
8622
8623 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8624
8625         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8626         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8627         * support/regression/ports/xa51/spec.mk: fix typo
8628
8629 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8630
8631         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8632
8633 2003-03-09  Borut Razem <borut.razem AT siol.net>
8634
8635         * src/SDCCmain.c: pipe preprocessor's output
8636         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8637         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8638         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8639         which closes all pipes in pipeSet set
8640         * src/SDCCset.c: free deleted item in function deleteSetItem()
8641         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8642         moved from z80 to src subproject
8643
8644 2003-03-09  Borut Razem <borut.razem AT siol.net>
8645
8646         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8647         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8648         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8649         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8650         * src/SDCCglobl.h: unification of WIN32 native definitions
8651
8652 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8653
8654         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8655
8656 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8657
8658         * src/configure.in:   check for endianess (even while cross-compiling)
8659         * src/configure:      check for endianess (even while cross-compiling)
8660         * src/configure_in.h: check for endianess (even while cross-compiling)
8661         * src/avr/gen.c:        remove old endianess stuff
8662         * src/mcs51/gen.c:      remove old endianess stuff
8663         * src/ds390/gen.c:      remove old endianess stuff
8664         * src/pic/gen.c:        remove old endianess stuff
8665         * src/pic/genarith.c:   remove old endianess stuff
8666         * src/pic/glue.c:       fix endianess check
8667         * src/pic16/gen.c:      remove old endianess stuff
8668         * src/pic16/genarith.c: remove old endianess stuff
8669         * src/pic16/glue.c:     fix endianess check
8670         * src/xa51/gen.c:       remove old endianess stuff
8671         * src/z80/gen.c:        fix endianess check
8672         * src/SDCCglue.c:       fix endianess check
8673         * src/ds390/peeph.def: fix bug 700036
8674
8675 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8676
8677         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8678         * src/configure: find appropriate data-types on host for SDCC's int and long
8679         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8680         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8681         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8682
8683 2003-03-07    <johan AT balder>
8684
8685         Just a big NOOP:
8686                 some minor cleanups before the big shot
8687                 OP_DEFS and OP_USES now use Kevin's protection
8688                 new option --nolabelopt
8689
8690         * src/SDCCBBlock.c:
8691         * src/SDCCast.c,:
8692         * src/SDCCcflow.c:
8693         * src/SDCCcse.c:
8694         * src/SDCCicode.c:
8695         * src/SDCCicode.h:
8696         * src/SDCClabel.c:
8697         * src/SDCCloop.c:
8698         * src/SDCCmain.c:
8699         * src/ds390/ralloc.c:
8700         * src/mcs51/ralloc.c:
8701         * src/pic/ralloc.c:
8702         * src/xa51/ralloc.c:
8703         * src/z80/ralloc.c:
8704
8705 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8706
8707         * src/pic/pcode.c (get_op): fix 64 bit warnings
8708         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8709         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8710         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8711         * support/regression/tests/malloc.c: fix 64 bit warnings
8712
8713 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8714
8715         * src/mcs51/gen.c (genMinus): fixed bug 696436
8716
8717 2003-03-02  Borut Razem <borut.razem AT siol.net>
8718
8719         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8720
8721 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * configure.in: test for mkstemp
8724         * sdccconf_in.h: add HAVE_MKSTEMP
8725
8726 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8727
8728         * device/include/ctype.h: removed warning while using --stack-auto
8729         * device/include/malloc.h: removed warning while using --stack-auto
8730         * device/include/string.h: removed warning while using --stack-auto
8731
8732 2003-02-23  Borut Razem <borut.razem AT siol.net>
8733
8734         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8735         because NDEBUG is defined (see man assert)
8736         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8737
8738 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8739
8740         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8741         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8742
8743 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8744
8745         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8746         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8747
8748 2003-02-18    <johan AT balder>
8749
8750         * as/mcs51/asmain.c (asmbl): module can start with a digit
8751         * as/z80/asmain.c (asmbl): module can start with a digit
8752
8753 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8754
8755         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8756         * src/asm.c: fix pipe() for Mingw32
8757
8758 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8759
8760         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8761         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8762         make -V work again; --c1mode reads now from stdin
8763         * doc/sdccman.lyx: added --c1mode
8764         * support/Util/SDCCerr.c: new messages for c1 mode
8765         * support/Util/SDCCerr.h: new messages for c1 mode
8766         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8767
8768 2003-02-15    <johan AT balder>
8769
8770         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8771
8772 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         * doc/sdccman.lyx: Environment variables, -o and other minor things
8775
8776 2003-02-14    <johan AT balder>
8777
8778         * src/xa51/main.c: before anyone really tries to use it :)
8779
8780         * Install doc's in share/sdcc/doc
8781         * removed some obsolete files
8782         * Do a proper make distclean and uninstall
8783         M Makefile.common.in
8784         R sdccbuild.sh
8785         M as/Makefile
8786         M device/include/Makefile.in
8787         M device/lib/Makefile.in
8788         M doc/sdccman.lyx
8789         M link/Makefile
8790         M sim/ucsim/doc/Makefile.in
8791         M src/clean.mk
8792         R src/avr/peeph.rul
8793         R src/xa51/peeph.rul
8794         M support/cpp2/Makefile.in
8795         M support/makebin/Makefile
8796
8797
8798 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8799
8800         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8801
8802 2003-02-10  Borut Razem <borut.razem AT siol.net>
8803
8804         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8805         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8806         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8807         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8808         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8809         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8810         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8811         src/z80/Makefile.bcc: Borland Makefile cleanup
8812         * as/z80/Makefile.bcc: Added Borland Makefile
8813         * support/cpp2/borland.h: Removed
8814
8815 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8816
8817         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8818         * src/SDCC.lex: new pragma NOIV
8819         * src/SDCCglobl.h: new pragma NOIV
8820         * src/SDCCmem.c: new pragma NOIV
8821
8822 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8823
8824         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8825
8826 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8827
8828         * src/SDCCmain.c: signal handling is switched off by --debug
8829         * doc/Makefile: small fix for install; use clean.mk again
8830         * doc/clean.mk: clean *.pdf and *.html too
8831
8832 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8833
8834         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8835         * device/lib/printfl.c: fix a ds390 bug by making it portable
8836         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8837         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8838         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8839         * debugger/mcs51/cmd.c: converted multi-line string literals
8840         * sim/ucsim/globals.cc: converted multi-line string literals
8841         * src/SDCCmain.c: introduced signal handler to remove temp files
8842         * doc/Makefile: small tweaks, implement clean
8843         * doc: removed generated files
8844
8845 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8846
8847         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8848         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8849         Address Record is not correctly generated for DS390."
8850
8851 2003-02-02  Borut Razem <borut.razem AT siol.net>
8852
8853         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8854         * as/mcs51/asm.h: fixed compilation with Borland C
8855         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8856         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8857         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8858         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8859         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8860         src/z80/Makefile.bcc: delete $(LIB) only if exist
8861         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8862
8863 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         * device/include/malloc.h: introduced NULL
8866         * device/include/string.h: introduced NULL
8867         * device/include/stdlib.h: introduced NULL
8868         * device/lib/_memcpy.c: removed NULL
8869         * device/lib/_strcat.c: removed NULL
8870         * device/lib/_strchr.c: removed NULL
8871         * device/lib/_strcmp.c: removed NULL
8872         * device/lib/_strcpy.c: removed NULL
8873         * device/lib/_strcspn.c: removed NULL
8874         * device/lib/_strlen.c: removed NULL
8875         * device/lib/_strncat.c: removed NULL
8876         * device/lib/_strncmp.c: removed NULL
8877         * device/lib/_strncpy.c: removed NULL
8878         * device/lib/_strpbrk.c: removed NULL
8879         * device/lib/_strrchr.c: removed NULL
8880         * device/lib/_strspn.c: removed NULL
8881         * device/lib/_strstr.c: removed NULL
8882         * device/lib/_strtok.c: removed NULL
8883         * device/lib/malloc.c: removed NULL, include own header
8884
8885 2003-02-02    <johan AT balder>
8886
8887         * 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
8888         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8889         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8890         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8891         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8892         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8893
8894 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8895
8896         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8897         area 'DATA'"
8898
8899 2003-02-01    <johan AT balder>
8900
8901         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8902
8903 2003-01-31    <johan AT CP255758-A>
8904
8905         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8906
8907 2003-01-30    <johan AT balder>
8908
8909         * src/SDCCBBlock.c: automatic bug detection
8910         * src/SDCCicode.c: automatic bug detection
8911
8912 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8913
8914         * src/SDCCglobl.h:   now --xram-size 0 works
8915         * src/SDCCmain.c:    now --xram-size 0 works
8916
8917 2003-01-29    <johan AT balder>
8918
8919         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8920
8921 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8922
8923         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8924         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8925         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8926         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8927         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8928         * src/SDCCmain.c:    Added options --xram-size and --code-size
8929
8930 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8933         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8934
8935 2003-01-27    <johan AT balder>
8936
8937         * src/SDCC.y: fixed bug #613764
8938
8939 2003-01-26    <johan AT balder>
8940
8941         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8942         * src/SDCCsymt.h: fixed bug #673374
8943         * src/SDCCglue.c: fixed bug #661910
8944         * src/SDCCast.c: fixed bug #458099 and 673374
8945
8946 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8947
8948         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8949         * as/mcs51/strcmpi.h: added
8950         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8951         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8952         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8953         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8954         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8955         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8956         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8957         * as/mcs51/Makefile.aslink: new module strcmpi
8958         * as/mcs51/Makefile.asx8051: new module strcmpi
8959         * as/mcs51/Makefil.bcc: new module strcmpi
8960         * as/mcs51/Makefile.in: new module strcmpi
8961         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8962
8963 2003-01-26    <johan AT balder>
8964
8965         * src/SDCCglue.c: reverted back to 1.124
8966         * src/SDCCast.c: reverted back to 1.156
8967         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8968
8969 2003-01-25    <johan AT balder>
8970
8971         * src/SDCCglue.c: A better fix for bug #661910
8972         * src/SDCCast.c: A better fix for bug #661910
8973         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8974
8975 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8976
8977         * src/Makefile.in: remove spawn.o
8978         * src/SDCCmain.c: remove spawn.h
8979         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8980         * src/spawn.c: removed
8981         * src/spawn.h: removed
8982         * support/regression/ports/ds390/spec.mk: link with -r
8983
8984 2003-01-24    <johan AT CP255758-A>
8985
8986         * src/ds390/gen.c (aopOp): fixed bug #667458
8987         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8988         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8989         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8990
8991 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8992
8993         * src/mcs51/peeph.def: better assembler identation by Frieder
8994         * src/mcs51/gen.c: better assembler identation by Frieder
8995
8996 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8997
8998         * as/z80/string.h: removed for gcc 3.2
8999         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9000         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9001
9002 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9003
9004         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9005         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9006         * support/regression/Makefile: separate temp files for ports
9007         * support/regression/generate-cases.py: separate temp files for ports
9008         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9009         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9010
9011 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9012
9013         * moved tinitalk to device/examples/ds390
9014
9015 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9016
9017         * as/mcs51/lkmem.c: rflag is for DS390
9018         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9019         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9020                          (linkEdit): move mem- and map-files the same way as ihx-files
9021         * src/z80/main.c (_setDefaultOptions): removed --generic
9022         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9023         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9024         * src/pic/glue.c (picglue): --c1mode works again
9025         * src/pic16/glue.c (pic16glue): --c1mode works again
9026         * src/asm.c (printCLine): fix #660034
9027
9028 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9029
9030         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9031         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9032         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9033         * as/mcs51/lkmem (summary): better fix for sp problem
9034         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9035         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9036         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9037                                               remove --stack-after-data
9038
9039 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9040
9041         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9042         * src/SDCCutil.c (join): ugly bug: missing '\0'
9043         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9044
9045 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9046
9047         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9048         * src/port.h: typo
9049         * src/pic/main.c (_asmCmd): gpasm supports -o
9050         * src/z80/main.c: more general macros
9051         * device/lib/Makefile.in: remove intermediate files
9052
9053 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9054
9055         * .version: Bumped version number to 2.3.3
9056         * src/SDCCBBlock.c: new option -o
9057         * src/SDCCglobl.h: new option -o
9058         * src/SDCCglue.c: new option -o
9059         * src/SDCCmain.c: new option -o
9060         * src/asm.c: new option -o
9061         * src/ds390/main.c: new option -o
9062         * src/pic/glue.c: new option -o
9063         * src/pic/pcode.c: new option -o
9064         * src/pic/ralloc.c: new option -o
9065         * src/pic16/glue.c: new option -o
9066         * src/pic16/pcode.c: new option -o
9067         * src/pic16/ralloc.c: new option -o
9068         * src/z80/main.c: new option -o
9069         * device/lib/Makefile.in: use -o
9070         * support/regression/ports/ds390/spec.mk: use -o
9071         * support/regression/ports/gbz80/spec.mk: use -o
9072         * support/regression/ports/mcs51/spec.mk: use -o
9073         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9074         * support/regression/ports/z80/spec.mk: use -o
9075         * support/regression/ports/ucz80/spec.mk: use -o
9076         * support/regression/ports/xa51/spec.mk: use -o
9077         * support/regression/fwk/lib/timeout.c: fix usage string
9078
9079 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9080         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9081
9082 2003-01-07    <johan AT balder>
9083
9084         * src/SDCCast.c (decorateType): fixed bug #600035
9085
9086 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9087         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9088         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9089         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9090         * src/pic/pcode.c: outcommented unused variable to remove warnings
9091         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9092
9093 2003-01-06    <karl AT turbobit.com>
9094         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9095    regression tests.
9096
9097 2003-01-06    <johan AT balder>
9098
9099         * src/SDCCicode.c: fixed array add
9100
9101 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9102         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9103         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9104
9105 2003-01-04    <johan AT balder>
9106
9107         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9108
9109 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9110         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9111
9112 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9113         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9114         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9115
9116 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9117         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9118
9119 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9120         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9121
9122 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9123         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9124
9125 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9126
9127     * in \sdcc\as\mcs51\ changed these files in order to create an
9128     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9129     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9130     following files to include the previous two files: aslink.dsp,
9131     Makefile.aslink, Makefile.bcc, and Makefile.in.
9132
9133     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9134     .adb instead of .cdb
9135
9136 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9137
9138         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9139         value from option --iram-size.
9140
9141 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9142
9143         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9144         dram[] array.
9145
9146 2002-09-18    <wiml AT hhhh.org>
9147
9148         * SDCClrange.h: exposed setFromRange() and setToRange()
9149         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9150           packRegsForAccUse() (bug 542397)
9151         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9152           multiple times and emitting the fetch operations more than once
9153           added aopGetUsesAcc() function to allow binary operators to
9154           fetch their operands in the correct order; made genMinus() emit
9155           compact code for X = LITERAL - Y
9156
9157 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9158         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9159         sprintf() in line 1267.
9160
9161 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9162         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9163         like ports.
9164
9165 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9166         Changes to aslink (All the changes are marked with 'JCF'):
9167
9168         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9169         summary().
9170
9171         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9172         area BSEG.  Also moves, if possible, the DATA area down into the internal
9173         ram so more space is available.
9174
9175         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9176         sflag.
9177
9178         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9179         not bytes.  Function summary() which creates a memory usage summary
9180         file with extension .mem.  Reports of overlaping stack and small stack
9181         size.  If the space for the stack is less than 16 bytes aslink trows a
9182         warning.
9183
9184         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9185         the 8051.  Option 'y' for memory summary output file.
9186
9187         Changes to sdcc (All the changes are marked with 'JCF'):
9188
9189         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9190
9191         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9192         overlaying area for it (uses RegBankUsed[4]).
9193
9194         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9195         bank zero as used by default.  By default aslink locates the stack
9196         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9197         the creation of the .mem file.  Delegates the allocation of data area
9198         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9199         the begining of the stack area to aslink.
9200
9201         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9202         glue() in SDCCglue.c creates an area for it.
9203
9204 2002-09-03  Borut Razem <borut.razem AT siol.net>
9205         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9206         sdcc/src/pic/glue.c:
9207         introduced atexit() handler for teporay files removal in case of
9208         errors, assertions, ...
9209
9210 2002-08-29  Borut Razem <borut.razem AT siol.net>
9211         * sdcc/support/cpp2/auto-host_vc_in.h:
9212         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9213         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9214         Maybe there is a similar problem with BORLANDC? It should be checked!
9215
9216         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9217         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9218         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9219         was not executed, and the compiler (cl) launched a warning:
9220         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9221
9222 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9223         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9224
9225 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9226         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9227
9228         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9229           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9230           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9231           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9232           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9233           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9234           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9235         - added Release configuration in VS projects
9236         - review of compiler an linker options
9237         - VC .exe files are generated in bin_vc directory, not to interfere
9238           with binaries generated from other projects (cygwin, mingw, bcc ...)
9239
9240         * sdcc/src/yacc.dsp: added
9241
9242         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9243         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9244         and insert the version number definitions from .version
9245
9246         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9247
9248         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9249         added - genarate auto-host.h using auto-host_vc_in.h as template
9250
9251         * sdcc/sdcc_vc.h,
9252         removed from CVS, generated automatically
9253
9254 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9255         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9256
9257 2002-08-11  Borut Razem <borut.razem AT siol.net>
9258         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9259
9260 2002-08-10  Borut Razem <borut.razem AT siol.net>
9261         * src/SDCCmain.c (main):
9262         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9263         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9264         The consequence was that some temporary files were not removed.
9265
9266         * src/SDCCglue.c:
9267         unification of code in functions tempfilename() and tempfile():
9268         function tempnam() is defined in Visual Studio 6.0 and .NET
9269
9270         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9271
9272         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9273           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9274         - removed compiler command line option /WX: Treats all warnings as errors
9275         - update a list of source files, included into the project
9276
9277         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9278           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9279         changed project type to Generic Project so that can be correcly converted to VS.NET project
9280
9281         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9282
9283         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9284
9285         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9286
9287         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9288         added return 0 statements after assert() to make compiler happy
9289
9290         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9291         added newline in the def file to keep MSC compiler satisfied
9292
9293         * sdcc/src/z80/gen.c:
9294         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9295           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9296         - solved MSC error in function aopDump()
9297
9298         * sdcc_vc.h: define PREFIX as "\\sdcc"
9299
9300 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9301         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9302
9303 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9304         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9305         - Rewrote the register banking algorithm.
9306         - Added pCode live-range analysis to registers (for now, only non-used and
9307         singly-used registers optimized away)
9308
9309         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9310
9311         * 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.
9312
9313 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9314         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9315
9316 2002-04-22  Michael Hope  <michaelh AT vroom>
9317
9318         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9319
9320         * configure.in (DD_COPT): Added include support required for gbdk.
9321
9322         * .version: Bumped version number just to increase it.
9323
9324         * src/SDCCmain.c: Added -nostdinc to the default options.
9325
9326 2002-04-15  Michael Hope  <michaelh AT vroom>
9327
9328         * device/lib/z80/printf.c (sprintf): Added.
9329
9330         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9331
9332         * src/z80/peeph.def: Added transpose redundent load rule.
9333
9334         * src/z80/main.c: Added force callee saves for jaune.
9335
9336         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9337
9338         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9339
9340 2002-03-28  Johan Knol  <johan AT balder>
9341
9342         * src/SDCCval.c: fixed bug #532436
9343
9344 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9345         * /src/port.h:
9346         Added "char *Processor" field to the port structure.
9347
9348         * /src/SDCCmain.c:
9349         Added -p option. Allows port dependent processor to be specified.
9350
9351         * all ports:
9352         Initialized the new field char *Processor field to NULL in all ports
9353
9354         * /src/pic/*:
9355         Compiler generated registers for interrupt context saving
9356         were not getting allocated.
9357
9358 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9359
9360         * /src/SDCCast.c:
9361         Fixed left shift. Will promote the left side of a left shift
9362         if a) left shifting more than size of operand or b) when assigned
9363         to something size > size of left side
9364
9365 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9366         * src/pic/*
9367         tons of changes. Register allocation has been
9368         rewritten. Added customization for the various PICs. Flow
9369         analysis is restructured. ...
9370
9371         * src/pic/device.h:
9372         Added
9373
9374         * src/pic/device.c:
9375         Added. device.c is a PIC port hack to accomodate variations
9376         in PIC devices.
9377
9378 2002-03-13  Michael Hope  <michaelh AT vroom>
9379
9380         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9381
9382 2002-03-04  johanknol  <johanknol AT manik>
9383
9384         * /src/SDCCval.c: fixed
9385
9386         const unsigned char arr[][2] = { { 0, 1 } };
9387         t18.c:1: error: Initializer element is not constant
9388
9389 2002-03-04  bela  <bela AT manik>
9390
9391         * /device/include/mcs51reg.h:
9392         ds89c420 register definition update
9393
9394 2002-03-03    <johan AT FRIJA>
9395
9396         * support/Util/SDCCerr.c: did something, but don't no why anymore
9397
9398         * support/regression/tests/bug-524691.c: made it a little less shy
9399
9400         * src/SDCCast.c (decorateType): fixed bug #524697
9401
9402         * src/SDCCast.c: made some lineno improvements
9403
9404         * src/SDCCval.c (getNelements): changed warning to error
9405
9406         * src/SDCCglue.c (printIvalArray): changed warning to error
9407
9408         * src/SDCCicode.c: fixed a warning for mingw
9409
9410         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9411
9412         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9413
9414 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9415
9416         * src/ds390/peeph.def:
9417         Added some more peephole rules
9418
9419         * src/ds390/gen.c: Various fixes & enhancements
9420
9421         * src/SDCClrange.c, src/SDCClrange.h:
9422         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9423
9424         * src/ds390/ralloc.c:
9425         various fixes & enhancements (ds390) specific
9426
9427         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9428         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9429         from rallocs.
9430
9431         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9432
9433 2002-03-02    <johan AT FRIJA>
9434
9435         * src/SDCCast.c (decorateType): fixed bug #524708
9436
9437         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9438
9439         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9440
9441 2002-03-01  Michael Hope  <michaelh AT vroom>
9442
9443         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9444
9445         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9446
9447 2002-03-01    <johan AT FRIJA>
9448
9449         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9450
9451         * src/SDCCast.c (decorateType): fixed bug #524209
9452
9453         * src/SDCCval.c (valNot): fixed bug #524195
9454
9455 2002-02-26    <johan AT balder>
9456
9457         * src/xa51/gen.c: fixed a warning
9458
9459         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9460
9461         * src/SDCCast.c (decorateType): fixed bug #522534
9462
9463 2002-02-23    <johan AT balder>
9464
9465         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9466
9467 2002-02-22    <johan AT balder>
9468
9469         * src/SDCCast.c: fixed bug #514865
9470
9471         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9472
9473 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9474
9475         * sdcc/src/SDCCloop.c:
9476         Previous fix was not good. basic blocks that have "break" or "return" are
9477         not really partof a loop , but live ranges used in these blocks should
9478         be live thru the entire loop, so set partOfLoop but don't add them to
9479         loop region
9480
9481 2002-02-21    <johan AT FRIJA>
9482
9483         * src/SDCCcse.c: fixed bug #514308
9484
9485 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9486
9487         * src/SDCCloop.c:
9488         Fixed BUG #519583. If a conditional block ended in a return/break
9489         statement inside a loop, it was not being considered part of the loop.
9490
9491         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9492
9493 2002-02-10  Karl Bongers <karl AT turbobit.com>
9494
9495         * debugger/*:
9496         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9497         with lots of comments and notes.
9498
9499         * device/examples/test2.c:
9500         Fix bug, "red" variable not being initialized(compiler complained).
9501
9502         * device/examples/Makefile, examples/test3.c:
9503         Add Makefile in device/examples folder, compiles test3.c
9504         for use as a multiple module SDCDB test case.
9505
9506         * sim/ucsim/cmd.src/cmdset.cc:
9507         Took out debug printfs in ucsim "next" command.
9508
9509         * sim/ucsim/xa.src:
9510         Karl and Johan start ucsim XA support.  Most dissassembly working,
9511         about 75% emulation done(plenty of work remaining).
9512
9513         * sim/ucsim/z80.src:
9514         Add Z80 support to ucsim, add test-ucz80 regression test,
9515         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9516         Notice z80 compiler fails on examples/test3.c/crc code.
9517
9518 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9519
9520         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9521         Added support for --parms-in-bank1
9522
9523         * src/ds390/peeph.def:
9524         added a few more peephole optimzations
9525
9526         * src/ds390/main.c:
9527         1) added __builtin_inp & __builtin_outp used to read in data of given length
9528            from a memory mapped port
9529         2) added __builtin_memcmp
9530         3) added __builtin_swapw swap bytes of a short
9531
9532         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9533         1) handle multiple send & receives from register bank1
9534         2) ralloc can now allocate DPTR1 to some liveRanges
9535
9536         * src/SDCCsymt.c, src/SDCCsymt.h:
9537         changes to handle multiple sends & receives
9538
9539         * src/SDCCptropt.h:
9540         added some pointer arithmetic optimization
9541
9542         * src/SDCCptropt.c:
9543         added some pointer arithmetic optimizations but not stable yet so not
9544         called from anywhere (will get this working shortly)
9545
9546         * src/SDCCopt.c: fixed for multiple sends & receives
9547
9548         * src/SDCCmain.c:
9549         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9550         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9551            set preprocessor defines (depending on options)
9552
9553         * src/SDCCicode.c, src/SDCCicode.h:
9554         changes made to handle multiple sends & receives
9555
9556         * src/SDCCglobl.h:
9557         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9558
9559         * src/SDCCcse.c, src/SDCCcse.h:
9560         added function findbackward def (to be used in upcoming optimization)
9561
9562         * src/SDCCcflow.c, src/SDCCcflow.h:
9563         added function returnAtEnd - to determine if a basic block terminates with
9564         a RETURN iCode
9565
9566         * src/SDCCast.c, src/SDCCast.h:
9567         added option parms-in-bank1
9568
9569         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9570         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9571         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9572         adjusted for --parms-in-bank1 option
9573
9574         * device/include/string.h:
9575         donot redefine "reentrant" keyword
9576
9577         * device/include/ds80c390.h: Added some more SFRs
9578
9579 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9580
9581         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9582
9583 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9584
9585         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9586
9587 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9588
9589         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9590
9591 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9592
9593         * Added --xram-movc option
9594
9595 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9596
9597         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9598
9599 2002-01-11  Johan Knol
9600
9601         * Added math lib of Jesus Calvino-Fraga
9602
9603 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9604
9605         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9606         * support/regression/Makefile: new target test-mcs51-stack-auto
9607         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9608
9609 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9610
9611         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9612
9613 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9614
9615         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9616
9617 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9618
9619         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9620
9621         * src/SDCCglue.h: add definition for printIvalChar()
9622
9623 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9624
9625         * src/SDCCast.c: fix #498138 by Johan
9626
9627         * src/SDCCglue.c: fix #498138 by Johan
9628
9629 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9630
9631         * support/regression/Makefile: fix clean
9632
9633         * support/regression/ports/ds390/support.c: fix transmission of last character
9634
9635 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9636
9637         * /sdcc/src/ds390/gen.c:
9638         a) improved computing address of stack variable
9639         b) took out some #if 0 code
9640         c) improved parmBytes adjustment
9641         d) improved genPlusIncr & genMinusIncr
9642         e) genCmp could generate bad code (when left assigned to DPTR)
9643         f) Fixed bug in hasInc
9644
9645         * /sdcc/src/ds390/ralloc.c:
9646         a) packRegsForSupport could mess up live information (Fixed)
9647         b) packRegsDPTRuse could be incorrect for left & right shift
9648
9649         * /sdcc/src/mcs51/ralloc.c:
9650         packRegsForSupport could mess up the live information (Fixed)
9651
9652         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9653
9654         * /sdcc/src/SDCCast.c:
9655         can reverse a loop even if function call is present as long
9656         as the loop control variable is local & is not passed as parameter
9657
9658 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9659
9660         * /sdcc/ChangeLog: *** empty log message ***
9661
9662         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9663         More builtin function additions for TININative
9664
9665         * /sdcc/src/ds390/ralloc.c:
9666         Had broken the regression testsuite
9667
9668         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9669
9670         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9671         Added funcattr hasStackParms will be set for reentrant functions when there
9672         are paramteres on the stack, this helps in minimizing frame pointer generation
9673         typeFromStr can handle function pointers now
9674
9675         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9676         *** empty log message ***
9677
9678 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9679
9680         * /src/ds390/gen.c, /src/ds390/main.c:
9681         More builtin function additions for TININative
9682
9683         * /src/ds390/ralloc.c:
9684         Had broken the regression testsuite
9685
9686         * /src/SDCCast.c: Fixed a bug in dumptree
9687
9688         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9689         Added funcattr hasStackParms will be set for reentrant functions when there
9690         are paramteres on the stack, this helps in minimizing frame pointer generation
9691         typeFromStr can handle function pointers now
9692
9693         * /doc/builtins.txt, /doc/TININative.txt:
9694         *** empty log message ***
9695
9696
9697 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9698
9699         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9700         ALPHA version for -mTININative
9701
9702         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9703         updated to reflect changes in the port structure
9704
9705         * /src/port.h:
9706         added function do_assemble (similar to do_link) if non-null this function
9707         will be called to do assembly (-mTININative) requires a multi command
9708         assembly
9709         added function genAssemblerEnd will be called to generate assembler Epilogue
9710
9711         * /src/SDCCsymt.c:
9712         added _JavaNative to debug info printing
9713
9714         * /src/SDCCmain.c: added option --tini-libid
9715         added port->do_assemble function (-mTININative) has a multi command assemble
9716
9717         * /src/SDCCglue.c: Disabled "constExpr" check
9718         added port->genAssemblerEnd function
9719
9720         * /src/SDCCglobl.h: Added option --tini-libid value
9721
9722         * /src/SDCCast.h:
9723         tookout optimizeCompare from the header (has no external references)
9724
9725         * /src/SDCCast.c: made one more function "static"
9726
9727 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9728
9729         * src/z80/mappings.i: Added z80asm support.
9730
9731         * src/z80/main.c: Added z80asm support on --asm=z80asm
9732
9733         * src/z80/gen.c: Fixed asm portability issues.
9734
9735         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9736
9737         * src/SDCCglue.c (printExterns): Added global/extern split.
9738
9739 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9740
9741         * support/regression/Makefile: added test for mcs51 model large
9742
9743         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9744
9745         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9746
9747 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9748
9749         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9750
9751 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9752
9753         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9754
9755         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9756
9757 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9758
9759         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9760
9761         * support/regression/tests/simplefloat.c: Port to mcs51.
9762
9763 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9764         * support/regression/tests/bug-485362.c: Added.
9765
9766         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9767
9768         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9769
9770         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9771
9772         * src/z80/gen.c (aopDump): Added a dump function.
9773
9774 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9775         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9776
9777         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9778
9779         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9780
9781         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9782
9783         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9784
9785         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9786
9787         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9788
9789         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9790
9791         * support/regression/ports/ds390/support.c: Use tinibios.
9792
9793         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9794
9795 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9796
9797         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9798         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9799
9800         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9801
9802         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9803
9804 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9805
9806         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9807
9808         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9809         (packRegsForIYUse): Created and optimised.
9810
9811 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9812
9813         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9814 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9815
9816         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9817
9818         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9819
9820         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9821
9822 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9823
9824         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9825
9826         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9827
9828 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9829
9830         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9831
9832         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9833
9834         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9835
9836 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9837
9838         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9839         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9840         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9841
9842         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9843
9844         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9845         (genNotFloat): Added.
9846         (genUminusFloat): Added.
9847
9848         * device/lib/z80/Makefile: Added floating pt stubs.
9849
9850         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9851
9852         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9853
9854         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9855
9856 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9857
9858         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9859
9860         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9861
9862         * sdcc/support/regression/Makefile: Add port ds390.
9863
9864         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9865
9866         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9867
9868         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9869
9870         * sdcc/support/regression/ports/ds390/support.c: Added.
9871
9872         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9873
9874         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9875
9876         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9877
9878 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9879
9880         * device/include/malloc.h: Added z80 and gbz80 support.
9881
9882         * device/lib/gbz80/heap.s: Added.
9883
9884         * device/lib/z80/heap.s: Added.
9885
9886         * device/lib/malloc.c: Added z80 and gbz80 support.
9887
9888         * support/regression/tests/malloc.c (testMalloc): Added.
9889
9890         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9891
9892         * support/regression/tests/bug-478094.c: Added.
9893
9894         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9895
9896 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9897
9898         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9899
9900         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9901
9902         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9903
9904         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9905
9906         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9907
9908 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9909
9910         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9911
9912 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9913
9914         * support/regression/tests/bug-477927.c: Added.
9915
9916         * src/z80/peeph.def: Added minor rules.
9917
9918         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9919
9920         * src/z80/peeph.def: Added jump optimisation modification.
9921
9922 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9923
9924         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9925
9926 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9927
9928         * support/regression/tests/funptrs.c: Added.
9929
9930 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9931
9932         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9933
9934 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9935
9936         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9937
9938         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9939
9940         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9941         (movLeft2ResultLong): Created.
9942
9943         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9944         (joinPushes): Added.  Joins two char pushes into a word push.
9945
9946 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9947
9948         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9949
9950         * support/makebin/Makefile (install): Added creation of dest dir.
9951
9952 2001-10-24 Karl Bongers <karl AT turbobit.com>
9953
9954         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9955
9956 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9957
9958         * src/z80/ralloc.c: Turned off faulty pack for one use.
9959
9960         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9961
9962         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9963
9964 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9965
9966         * support/regression/Makefile: Improved clean
9967
9968         * support/regression/ports/gbz80/spec.mk: Added clean
9969
9970         * support/regression/ports/host/spec.mk: Added clean
9971
9972         * support/regression/ports/z80/spec.mk: Added clean
9973
9974         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9975
9976         * support/regression/ports/mcs51/timeout.c: little improvements
9977
9978 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9979
9980         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9981
9982         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9983
9984         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9985
9986 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9987
9988         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9989
9990         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9991
9992 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9993         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9994
9995         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9996
9997         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9998
9999         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10000
10001         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10002
10003         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10004
10005         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10006
10007         * support/regression/tests/longor.c: Added.
10008
10009 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10010
10011         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10012
10013         * as/mcs51/aslink.h: define PATH_MAX
10014
10015         * as/mcs51/asm.h: define PATH_MAX
10016
10017         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10018
10019         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10020
10021         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10022
10023         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10024
10025         * src/SDCCglobl.h: define PATH_MAX
10026
10027         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10028
10029         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10030
10031 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10032
10033         * src/z80/gen.c (gencjneshort): Fixed
10034
10035         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10036
10037 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10038
10039         * support/regression/tests/bug-469671.c: Added.
10040
10041         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10042
10043 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10044
10045         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10046
10047         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10048
10049 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10050
10051         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10052
10053         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10054
10055         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10056
10057         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10058
10059         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10060
10061         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10062
10063         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10064
10065 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10066
10067         * 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.
10068
10069         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10070
10071         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10072
10073 2001-10-07    <johan AT FRIJA>
10074
10075         * device/lib/gets.c (gets): fixed the return value.
10076
10077 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10078         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10079
10080         * 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.
10081
10082         * 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.
10083
10084         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10085
10086         * src/pic/gen.c: Removed Safe_strdup.
10087
10088         * configure.in: Added option to enable libgc support.
10089
10090         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10091         (bitVectUnion): Optimised.
10092         (bitVectIntersect): Optimised.
10093         (bitVectBitsInCommon): Optimised.
10094         (bitVectCplAnd): Optimised.
10095
10096         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10097
10098 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10099
10100         * src/SDCCmain.c: distinguish between assembler debug and plain options
10101
10102         * src/avr/main.c:   remove standard assembler options
10103
10104         * src/ds390/main.c: remove standard assembler options
10105
10106         * src/mcs51/main.c: remove standard assembler options
10107
10108         * src/port.h: removed "PENDING" comment
10109
10110 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10111
10112         * src/device/lib/_mulint.c  : new, with assember functions
10113
10114         * src/device/lib/_mullong.c : new, with assember functions
10115
10116         * src/device/lib/_divuint.c : with assember functions
10117
10118         * src/device/lib/_divsint.c : with assember functions
10119
10120         * src/device/lib/_divulong.c: with assember functions
10121
10122         * src/device/lib/_divslong.c: with assember functions
10123
10124         * src/device/lib/_moduint.c : with assember functions
10125
10126         * src/device/lib/_modsint.c : with assember functions
10127
10128         * src/device/lib/_modulong.c: with assember functions
10129
10130         * src/device/lib/_modslong.c: with assember functions
10131
10132         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10133
10134         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10135
10136         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10137                                       replaced _mululong.c and _mulslong.c by _mullong.c
10138
10139 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10140
10141         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10142
10143 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10144
10145         * src/SDCCglue.c: test, if win32api is available for MINGW
10146
10147 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10148
10149         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10150         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10151         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10152         * support/regression/ports/host/spec.mk: removed GENERIC
10153         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10154         * support/regression/ports/z80/spec.mk: removed GENERIC
10155
10156 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10157
10158         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10159
10160         * support/regression/tests/bug-467035.c: Created.
10161
10162 2001-10-01    <johan AT FRIJA>
10163
10164         * src/SDCC.y: fixed bug #466586 part 1
10165
10166 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10167
10168         * SDCCicode.c: z80 has no generic pointers
10169         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10170
10171 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10172
10173         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10174
10175 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10176
10177         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10178
10179         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10180
10181 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10182
10183         * configure.in: Fixed up so that ucsim is only configured once.
10184
10185         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10186
10187         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10188         (getPathDifference): As above.
10189
10190         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10191
10192         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10193
10194 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10195         * .version: Updated to 2.3.1
10196
10197         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10198         Added copyright header.
10199
10200         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10201         (assemble): Added support for macro based assembler commands.
10202         (linkEdit): Added support for macro based linker commands.
10203         (preProcess): Changed the pre-processor to use macros.
10204         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10205         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10206
10207         * device/lib/z80/crt0.s: Added module name for debugging.
10208
10209 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10210
10211         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10212
10213         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10214
10215         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10216
10217         * src/Makefile.in: Added SDCCmacro and SDCCutil
10218
10219 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10220
10221         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10222
10223 2001-09-16    <johan AT FRIJA>
10224
10225         * 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.
10226
10227 2001-09-15    <johan AT FRIJA>
10228
10229         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10230         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10231
10232 2001-09-11    <johan AT FRIJA>
10233
10234         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10235
10236 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10237
10238         * support/regression/tests/bug-460444.c: Added test case.
10239
10240         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10241         (genCast): Added justification for all of the asserts.
10242
10243 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10244
10245         * support/regression/support.c: _xdata replaced by xdata
10246
10247         * support/regression/spec.mk: removed _generic
10248
10249 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10250
10251         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10252
10253         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10254         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10255
10256         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10257
10258         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10259
10260         * support/regression/tests/bug-460010.c: Added test case.
10261
10262         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10263
10264 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10265
10266         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10267
10268         * support/regression/testfwk.c: removed workaround for bug #436344
10269
10270         * support/regression/tests/bp.c: use less memory with mcs51
10271
10272         * support/regression/tests/bug-441448.c: use less memory
10273
10274         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10275
10276         * support/regression/collate-results.py: typo
10277
10278 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10279
10280         * support/regression/tests/fetchoverlap.c: Added new test case.
10281
10282         * support/regression/tests/bp.c: Added new test case.
10283
10284         * support/regression/tests/bug-448984.c: Added new test case.
10285
10286         * support/regression/tests/pow2shifts.c: Added new test case.
10287
10288         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10289         (genlshTwo): Fixed right shift for count > 8.
10290
10291         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10292
10293 2001-09-08    <johan AT FRIJA>
10294
10295         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10296
10297 2001-09-07    <johan AT FRIJA>
10298
10299         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10300
10301         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10302
10303 2001-09-06    <johan AT FRIJA>
10304
10305         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10306         * bernhard noted me at this: "() equals to (void)" (1.38)
10307
10308 2001-09-05    <johan AT FRIJA>
10309
10310         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10311
10312 2001-09-04    <johan AT FRIJA>
10313
10314         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10315
10316
10317 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10318
10319         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10320
10321 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10322
10323         * link/z80/aslink.h: Fixed path for PATH_MAX
10324
10325 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10326
10327         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10328
10329         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10330
10331         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10332
10333         * 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.
10334
10335 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10336
10337         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10338         (genCmp): Fixed up genCmp for the GB with longs.
10339
10340         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10341
10342         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10343
10344         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10345
10346         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10347
10348 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10349
10350         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10351
10352 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10353
10354         * 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.
10355
10356         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10357
10358 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10359
10360         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10361
10362         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10363
10364 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10365
10366   * sim/ucsim/configure:    little improvement of Cygwin-detection
10367   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10368   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10369   * support/regression/tests/bug-221100.c: small changes for mcs51
10370   * support/regression/tests/bug-221168.c: small changes for mcs51
10371   * support/regression/tests/bug-227710.c: small changes for mcs51
10372   * support/regression/tests/staticinit.c: small changes for mcs51
10373   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10374   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10375   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10376
10377 $Revision$