* src/SDCCicode.c (fgeniCodeAssign): fixed bug 1369874, don't use volatile variables...
[fw/sdcc] / ChangeLog
1 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCicode.c (fgeniCodeAssign): fixed bug 11369874, don't use
4         volatile variables as spill location
5
6 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
7
8         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
9         replacing literals
10         * support/regression/tests/bug-1376320.c: added
11
12 2005-12-08 Raphael Neider <rneider AT web.de>
13
14         * src/pic/device.c: renamed is_shared to pic14_is_shared
15         * src/pic/gen.c (genIfx): re-enabled handling of sbits
16         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
17           (is_valid_identifier): added for above workaround
18
19 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
20
21         * device/lib/Makefile.in: fixed to enable port-specific-objects
22         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
23           char, thanks Hubert Sack
24         * doc/sdccman.lyx: documented --xstack-loc,
25           elaborated a bit more on interrupts and pitfalls,
26           removed "setjmp/longjmp unsupported",
27           documented some unsupported C99 features
28         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
29         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
30           if, thanks Hubert Sack
31         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
32         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
33           make make_library
34         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
35           regression tests can report resource usage (rfe 700441)
36         * support/regression/collate-results.py: report resource usage
37         * support/regression/ports/ds390/spec.mk,
38         * support/regression/ports/hc08/spec.mk,
39         * support/regression/ports/mcs51/spec.mk,
40         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
41         * support/regression/ports/ds390/uCsim.cmd,
42         * support/regression/ports/hc08/uCsim.cmd,
43         * support/regression/ports/mcs51/uCsim.cmd,
44         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
45         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
46           library, use the default one
47         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
48           building the library
49
50 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
51
52         * config.dsp: added dependency on .version and configure_vc.awk
53         * device/include/setjmp.h: updated for --stack-auto and --xstack
54         * device/include/mcs51/at89c51snd1c.h: corrected line endings
55         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
56         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
57         * device/lib/libsdcc.lib: added _setjmp
58         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
59           (decorateType): fixed bug 1372851,
60           (optimizeGetHbit): fixed warning
61         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
62           array initialisation
63         * support/regression/tests/bug1057979.c: added test for bug 1358192
64         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
65
66 2005-12-03 Borut Razem <borut.razem AT siol.net>
67
68         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
69           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
70
71 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
72
73         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
74         createIval): implement symbol independant "flexible array member",
75         (createIvalCharPtr): implemented flexible array initialisation with a
76         string
77         * src/SDCCsymt.c (copyStruct): removed,
78         (getSize): fixed misleading comment,
79         (getAllocSize): removed, the additional allocation size is now in
80         sym->flexArrayLength,
81         (checkStructFlexArray): new, syntax checks for flexible array members,
82         (compStructSize): added syntax checks for "flexible array members"
83         (copyStruct): removed,
84         (copyLinkChain): removed inefficient fix for bug 770487
85         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
86         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
87         symbol->flexArrayLength
88         * src/SDCCerr.c,
89         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
90         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
91         * support/regression/tests/structflexarray.c: added
92         * support/valdiag/tests/structflexiblearray.c: added
93
94 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
95
96         * src/SDCCast.c (decorateType): fixed bug 1368489
97         * support/Util/SDCCerr.c,
98         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
99
100 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
101
102         * device/include/mcs51/at89c51snd1c.h: added file submitted by
103           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
104
105 2005-11-27 Borut Razem <borut.razem AT siol.net>
106
107         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
108           support/cpp2/mkdeps.h: added command line option
109           -obj-ext=<extension> to SDCPP to define object file externion, used
110           for generation of make dependencies (-M)
111         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
112
113 2005-11-26 Borut Razem <borut.razem AT siol.net>
114
115         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
116           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
117           added pic and pic16 libraries
118
119 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
120
121         * device/include/float.h: Corrected typo in prototype of __fsgt
122
123 2005-11-25 Borut Razem <borut.razem AT siol.net>
124
125         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
126           added creation of model-mcs51-stack-auto libraries
127
128 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
129
130         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
131         and fields-list too
132         * src/SDCCast.c (createIvalArray): removed obsolete comment
133
134 2005-11-24 Borut Razem <borut.razem AT siol.net>
135
136         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
137           added missing device/lib/mcs51/crt*.asm sources
138
139 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
140
141         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
142
143 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
144
145         * device/lib/_fs2schar.c,
146         * device/lib/_fs2sint.c,
147         * device/lib/_fs2slong.c: optimized inline asm
148
149 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
150
151         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
152           Better handling of floats between -1.0 and 0.0.
153
154 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
155
156         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
157           (the missing "if"s prohibited removal of redundant labels)
158
159 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
160
161         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
162           Properly convert floats between -1.0 and 0.0 to long, int, and char
163           types (max integer value of negative floats tends to zero).
164         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
165           Removed changes made so to work properly with floats between
166           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
167           and _fs2char.c
168
169 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
170
171         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
172         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
173         (genCast) cosmetic change
174         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
175         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
176         from mcs51
177         * support/regression/tests/bitfields (testSignedBitfields): added
178
179 2005-11-18 Borut Razem <borut.razem AT siol.net>
180
181         * sdcc/device/lib/Makefile.in: remove all unnecessary files
182         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
183           introduced SILENT option to make building of pic16 libraries less
184
185 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
186
187         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
188           Now they work properly with floats between -1.0 and 0.0
189         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
190
191 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
192
193         * src/SDCCicode.c (printOperand): added missing else
194
195 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
196
197         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
198         reformatted for better readability
199         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
200         signed bitfields
201
202 2005-11-17 Borut Razem <borut.razem AT siol.net>
203
204         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
205           introduced SILENT option to make building of pic16 libraries less
206           verbose - used for nightly snapshot build
207         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
208           available on Win32 platforms.
209         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
210           medium, large, pic and pic16
211
212 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
213
214         * device/lib/printf_large.c: Temporary patch for bug 1358192:
215           printf("%f"...) sets fraction to zero.
216
217 2005-11-16 Raphael Neider <rneider AT web.de>
218
219         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
220           fixes #1357221
221         * src/pic/gen.c (genIfx): implemented for CARRY bit
222         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
223           to generic pointers, fixes #1357332,
224           (pic16_movLit2f): NEW,
225           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
226
227 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
228
229         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
230
231 2005-11-11 Raphael Neider <rneider AT web.de>
232
233         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
234         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
235           compute pointer's type from operand,
236           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
237           improved single bit reads, fixes bug #1353379
238
239 2005-11-09 Borut Razem <borut.razem AT siol.net>
240
241         * support/scripts/sdcc.nsi: added lib/pic to the package
242
243 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
244
245         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
246
247 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
248
249         * support/regression/tests/bug1348008.c: added
250         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
251         * support/regression/tests/bug1337835.c: updated comment
252
253 2005-11-06 Borut Razem <borut.razem AT siol.net>
254
255         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
256           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
257           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
258           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
259           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
260           dynamic construction of cl_error_class and derivates - 2.nd try
261
262 2005-11-05 Borut Razem <borut.razem AT siol.net>
263
264         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
265           bug, which caused Bus Errors on sparc solaris
266
267 2005-11-04 Borut Razem <borut.razem AT siol.net>
268
269         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
270           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
271           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
272           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
273           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
274           and derivates to resolve the initialization problem on OSX
275
276 2005-11-02 Borut Razem <borut.razem AT siol.net>
277
278         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
279           corrected typo - #include <winsock2.h>
280
281 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
284           (_asxxxx_mapping): added org directive for future enhancements
285
286 2005-11-01 Borut Razem <borut.razem AT siol.net>
287
288         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
289           enabled sockets on WIN32
290         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
291
292 2005-10-31 Borut Razem <borut.razem AT siol.net>
293
294         * support/regression/generate-cases.py: escape backslashes in {testcase}:
295           WIN32 backslash path delimiters should be escaped when used in C strings
296         * support/regression/tests/bitfields.c: exclude failing assertions for
297           __CYGWIN32__ and __MINGW32__ hosts
298
299 2005-10-30 Borut Razem <borut.razem AT siol.net>
300
301         * src/SDCCutil.c: corrected double comparison typo
302
303 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
304
305         * device/lib/medium/Makefile: added for new memory model medium
306         * device/include/asm/mcs51/features.h: updated for medium/pdata
307         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
308           added Multiply & Accumulate sbit's and MAC0_PAGE define
309         * device/include/mcs51/c8051f300.h: added sfr16 definitions
310         * device/include/mcs51/c8051f310.h: added sfr16 definitions
311         * device/lib/_mullong.c: update for medium model
312         * device/lib/incl.mk: added medium model
313         * doc/sdccman.lyx: documented medium model
314         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
315         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
316         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
317         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
318           (allocParms): set SCLS and OCLS to pdata for medium model
319         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
320           for pdata,
321           (powof2): return <0 if not power of 2
322         * src/avr/gen.c (genBitWise): use updated powof2
323         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
324           (shiftR2Left2Result): small optimization in setup, save acc when storing,
325           (shiftLLeftOrResult): use B if necessary
326         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
327         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
328         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
329         * support/regression/Makefile.in: added test-mcs51-medium
330         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
331
332 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
333
334         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
335         specifier unsigned
336         * device/lib/time.c (mktime): fixed bug 1334315
337
338 2005-10-28 Raphael Neider <rneider AT web.de>
339
340         * device/include/pic/p16f_common.inc: added common declarations
341         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
342
343 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
344
345         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
346           (aopPutUsesAcc): added to predict accumulator use,
347           (assignResultValue): save acc if necessary,
348           (genMinusDec): store result if indirectly addressed,
349           (genDivOneByte):  save acc if necessary,
350           (movLeft2Result): bugfix if left already in acc,
351           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
352             attention to accumulator use (esp. pdata),
353           (genReceive): receive pdata correctly
354         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
355         * src/SDCCicode.h: added isOperandInPagedSpace prototype
356
357 2005-10-27 Raphael Neider <rneider AT web.de>
358
359         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
360
361 2005-10-27 Raphael Neider <rneider AT web.de>
362
363         * .version: changed version to 2.5.4
364         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
365         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
366           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
367             arithmetics support routines
368         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
369         * device/lib/Makefile.in: also create installdir for pic
370
371         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
372           pic14 port as well
373         * src/pic/device.c (dump_sfr): rewritten to delegate register
374           placement to the linker (use `extern sym' rather than sym EQU addr),
375           (validAddress): fixed to check last specified address
376         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
377           (popGetLit): truncate literal value to 8 bit,
378           (popGet): moved assert to more appropriate place
379           (popGetExternal): create pCode operand from and mark the according
380             symbol as being `extern'
381           (popGetAddr): added sanity check on immediate's offset, provide
382             GPOINTER tag on demand
383           (aopPut): fixed for immediates,
384           (mov2w_op): move operand's address or contents to WREG (depending on
385             operand type), safer variant of mov2w,
386           (movwf,call_libraryfunc): NEW, handy abbreviations,
387           (get_argument_pcop,get_return_val_pcop,pass_argument,
388           get_returnvalue): interface for accessing function parameters and
389             return values,
390           (assignResultValuei,genRet): use new parameter/return value interface
391           (pic14_getDataSize): back to old version handling generic pointers,
392           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
393             provided implementation and/or fixed old one,
394           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
395             calls, removed legacy 8051 reference code
396           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
397           (loadSignToC): NEW, move the operands sign bit to CARRY,
398           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
399             genRightShiftSigned, accepts negative shift counts,
400           (setup_fsr): load FSR and adjust IRP (indirect memory access),
401           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
402             generic pointers, __data pointers and __code pointers,
403           (genUnpackBits,genPackBits): rewritten to work with generic pointers
404             and signed bitfields, limit bitfields to 8 bit,
405           (genDataPointerGet): fixed number of bytes read,
406           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
407           (genPointerGet,genPointerSet): fixed handling of __code pointers,
408             pointers to constant data are no longer assumed to point to __code
409             space, removed invalid pointer types,
410           (bitpatternFromVal): retrieve the PICs representation of an integer
411             or float literal,
412           (genDataPointerSet): fixed assigning to po_immediate operands,
413           (genGenPointerSet): implemented as library call,
414           (genIfx): fixed incorrect condition,
415           (genAddrOf): limit generic pointers' addresses to 2 bytes,
416             provide GPOINTER tag according to destination's storage class,
417           (genCast): added code to handle casting to generic pointers, added
418             sign-/zero extension of the result
419           (aop_isLitLike,op_isLitLike): fixed handling of immediates
420         * src/pic/gen.h: added macros to access IRP bit in STATUS register
421         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
422           extend the result
423         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
424           address/register resides in the shared banks
425           (emitSymbolToFile): improved to handle global and `pinned' symbols,
426             put all variables into separate sections (have the linker arrange
427             them)
428           (picglue): put init code and interrupt handlers in separate sections
429         * src/pic/main.c: added port specific options table, modified to PORT
430           structure to make GPOINTERs 3 byte, added pic14_options
431           (_pic14_do_link): private linking routine (update paths to libraries,
432             add libsdcc.lib by default)
433         * src/pic/main.h: declare pic14_options
434         * src/pic/pcode.c: fixed instructions i/o relations,
435           (RegCond): reverted to correct version,
436           (newpCodeOpLit): truncate literals to 8 bit,
437           (genericPrint): added debug output,
438           (getRegFromInstruction): fixed for various operand types, simplified
439           (BuildFlow): fixed broken handling of isntructions with labels
440           (LinkFlow): start at last instruction in flow (skip trailing comments),
441             pass the flow on to the next instruction after CALL
442           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
443           (insertPCodeInstruction): fixed inserting after a skip instruction,
444           (DoBankSelect): fixed for labeled instructions
445           (OptimizepBlock): honor --nopeep switch
446           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
447         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
448         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
449           (pCodeOptime2pCodes): allow disabling this optimization via
450             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
451             but is still buggy), started implementation of a dataflow based
452             pCode optimization (CSE + dead code elimination)
453           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
454         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
455           names are independant of the stack location and therefore portable across
456           devices
457
458 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
459
460         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
461           (selectSpil): fixed bug 1337835 by not spilling bit variables
462         * support/regression/tests/bug1337835.c: added test for this bug
463         * src/mcs51/peeph.def: restart after rule 3.c,
464           addded rules 263.x to optimize loading constants
465
466 2005-10-26 Raphael Neider <rneider AT web.de>
467
468         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
469         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
470           (genAssign): emit warning when casting literals to generic pointer
471             type, also applies when taking the address of a fixed variable,
472           (genCast): improved casting to generic pointers
473         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
474           extern variables, added verbose error message
475         * device/include/pic16/{string.h,errno.h}: added #pragma library c
476
477 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
478
479         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
480         carry must be complemented too
481         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
482         could be emitted by genMinus
483         * src/SDCCval.c (constVal): fixed bug 1305065
484
485 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
486
487         * src/SDCCast.c (addCast): added promotion for bit variables
488         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
489         promotion casts + optimisation
490         (optimizeGetWord): fix warning 'i' might be used uninitialized
491         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
492         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
493
494 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
495
496         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
497         all chars are promoted to int; promotion should be handled in SDCCast.c
498
499 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
500
501         * device/lib/_strcmp.c: Fixed bug 1326457
502
503 2005-10-11 Raphael Neider <rneider AT web.de>
504
505         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
506         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
507
508 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
511         * support/regression/tests/sfr16.c: added test for the sfr32 bug
512
513 2005-10-04 Raphael Neider <rneider AT web.de>
514
515         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
516           device/lib/pic16/pics.all: added pic18f1320
517         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
518
519 2005-09-30 Raphael Neider <rneider AT web.de>
520
521         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
522         * src/pic16/devices.inc: NEW, provides device descriptions
523         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
524
525 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
526
527         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
528           GETHBIT
529
530 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
531
532         * doc/sdccman.lyx: updated Highest Order Bit documentation,
533           documented Any Order Bit, Higher Order Byte and Higher Order Word
534         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
535         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
536           (optimizeGetAbit): new, to get any bit, not only the high bit,
537           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
538           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
539           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
540           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
541             RIGHT_OP: also try GETBYTE, GETWORD optimization,
542             GETABIT, GETBYTE, GETWORD: decorate them,
543           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
544           (ast_print): added GETABIT, GETBYTE, GETWORD
545         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
546         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
547           (geniCodeBinary): new generic binary icode,
548           (ast2iCode): added GETABIT, GETBYTE, GETWORD
549         * src/port.h: updated comment for PORT.hasExtBitOp
550         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
551           (genGetByte): new, to get a single byte,
552           (genGetWord): new, to get a word from a long,
553           (gen51Code): added GETABIT, GETBYTE, GETWORD
554         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
555
556 2005-09-23 Raphael Neider <rneider AT web.de>
557
558         * configure.in, configure: have device/lib/pic configured
559         * device/lib/Makefile.in: added model-pic14
560         * device/lib/clean.mk: added pic/ to clean rule
561         * device/lib/pic: added rudimentary pic14 library providing support
562           functions for multiplication/division/generic pointer access
563         * src/SDCCopt.c (convilong): mark support functions as extern
564           for pic14 port as well
565         * src/pic/gen.c (genMult): added assertions,
566           (genpic14Code): emit warning on unhandled iCodes
567         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
568         * src/pic/pcode.c (pCodeOpCopy),
569         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
570           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
571           SFR_REGISTER}), made safe for future extensions
572         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
573           instructions even if preceeded by SKIP instructions (also remove
574           them); removed unused code
575         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
576           prevents leaving parts of the structure uninitialized after copying
577
578 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
579
580         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
581           ago by me
582         * support/regression/tests/addsub.c: added test for the bug
583
584 2005-09-21 Raphael Neider <rneider AT web.de>
585
586         * device/include/pic16/pic18f1220.h,
587           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
588         * device/lib/pic16/Makefile.rules: added missing opening paren
589         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
590           are provided in genutils.c,
591           (genUminusFloat,genUminus,genCmpEq): added asserts on different
592           operand/result sizes,
593           (genCmp): assert on NULL pointers first, then check deref'ed values
594         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
595           result size
596
597 2005-09-18 Raphael Neider <rneider AT web.de>
598
599         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
600           as these are now unused,
601           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
602         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
603           local, avoids uninitialized pointer dereference on r->name
604         * src/pic16/ralloc.c (newReg): fixed indentation
605
606 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
607
608         * src/SDCCval.c (constVal): fixed bug 730366
609         * support/Util/SDCCerr.c,
610         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
611
612 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
613
614         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
615
616 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
619
620 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
623           (hex2dec): made hex_digit unsigned char, removed ascii dependance
624         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
625           (hex2dec): made hex_digit unsigned char, removed ascii dependance
626         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
627         * packihx/packihx.c (hexDigit): made c unsigned char
628         * as/mcs51/lklibr.c (fndsym),
629         * link/z80/lkgb.c (gb),
630         * link/z80/lklibr.c (fndsym),
631         * link/z80/lkrloc.c (relr),
632         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
633         * src/SDCC.lex (checkCurrFile, process_pragma),
634         * src/SDCCglue.c (spacesToUnderscores),
635         * src/SDCCmain.c (setParseWithComma, processFile),
636         * src/asm.c (tvsprintf, printCLine),
637         * src/avr/gen.c (emitcode, aopPut),
638         * src/ds390/gen.c (emitcode),
639         * src/hc08/gen.c (emitcode, emitinline),
640         * src/mcs51/gen.c (emitcode, genInline),
641         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
642           tokenizeLineNode),
643         * src/pic/ralloc.c (debugLog),
644         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
645           tokenizeLineNode),
646         * src/pic16/ralloc.c (debugLog),
647         * src/z80/main.c (_process_pragma):
648            made all ctype.h function calls safe
649         * src/SDCCopt.c: include math.h for fabs
650         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
651           and used them throughout the code to make ctype.h function calls safe
652         * src/ds390/main.c (asmLineNodeFromLineNode),
653         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
654         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
655            unsigned char*
656         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
657           (newpCodeAsmDir): made ctype.h function calls safe
658         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
659           pic16_emitcode):  made lbp unsigned char*
660         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
661           (pic16_newpCodeAsmDir): made ctype.h function calls safe
662         * src/xa51/gen.c (emitcode),
663         * src/z80/gen.c (_emit2): made lbp unsigned char*
664         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
665            char*
666
667 2005-09-05 Raphael Neider <rneider AT web.de>
668
669         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
670           access bank splitpoint
671
672 2005-09-05 Raphael Neider <rneider AT web.de>
673
674         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
675
676 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
677
678         * .version: changed to version 2.5.3
679         * doc/sdccman.lyx: changed version to 2.5.3,
680           documented --codeseg and --constseg and pragma codeseg and constseg,
681           documented bit parameters (reentrant) and bit returning
682         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
683            currFunc->recvSize, but is this ok for all ports?
684           (ast2iCode): result of ~ on unsigned char must be cast to int for
685            bool to work
686         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
687           function pointers in bit space
688         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
689           (processFuncArgs): call port.reg_parm() with reentrancy info
690         * src/port.h,
691         * src/avr/main.c,
692         * src/ds390/main.c,
693         * src/hc08/main.c,
694         * src/pic/main.c,
695         * src/pic16/main.c,
696         * src/xa51/main.c,
697         * src/z80/main.c: port.reg_parm prototype extended with
698           "bool reentrant" parameter
699         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
700           options.stackAuto for allocating bit register parameters
701         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
702           (genSend): set BitBankUsed if it is,
703           (selectRegBank): factored out of genCall for use in genPcall,
704           (genCall): removed redundant dtype assignmen, use selectRegBank,
705           (genPcall): handle returning in Carry properly, save in F0 if needed,
706           (genReceive): handle bit register parameters
707         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
708           (mcs51_assignRegisters): enable bit registers for all reentrant
709            functions and don't set BitBankUsed unconditionally
710         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
711         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
712         * support/regression/tests/funptrs.c: added tests for BOOL and for return
713
714 2005-08-27 Borut Razem <borut.razem AT siol.net>
715
716         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
717         ppc-osx (Darwin) does not support -u option. It seems that it is
718         supported only on Linux - GNU cp
719
720 2005-08-25 Borut Razem <borut.razem AT siol.net>
721
722         * sim/ucsim/gui.src/serio.src/Makefile.in,
723           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
724           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
725           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
726           install and strip, since the strip at /usr/ccs/bin should be used
727           on solaris
728
729 2005-08-24 Borut Razem <borut.razem AT siol.net>
730
731         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
732
733 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
734
735         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
736         ffffffffu
737
738 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
739
740         * as/mcs51/aslink.h: completed lkrloc.c prototypes
741         * as/mcs51/lkmain.c (link_main): fixed warning
742         * device/include/stdbool.h: ds390 has no advanced bit support yet
743         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
744         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
745         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
746           and updated their macros
747         * src/SDCCval.c (constVal): updated comment for renamed b_long
748
749 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
750
751         * as/mcs51/asdata.c: changed ctype['['] to BINOP
752         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
753           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
754           (oprio): set priority for '['
755         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
756            and adb_24_bit
757         * as/mcs51/asm.h: added defines R_BIT and S_BIT
758         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
759         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
760         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
761           added overlayable BIT_BANK area
762         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
763           (summary2): explain 'T' in legenda
764         * as/mcs51/lkrloc.c: replaced old K&R style,
765           (relr): added R_BIT processing,
766           (errmsg): added "Bit-addressable relocation error",
767           (adb_bit): added for converting from byte- to bit-addressable space,
768           (adb_24_bit): added for converting from byte- to bit-addressable space
769         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
770            used in reentrant functions now even as return value
771         * device/lib/_gptrput.c (_gptrput): removed obsolete code
772         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
773           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
774         * src/SDCCglobl.h: added indicator BitBankUsed
775         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
776            the bit registers b0-b7
777         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
778           (geniCodeCast): fixed bug 1263853,
779           (geniCodeLogicAndOr): put result in bool or char,
780           (geniCodeReceive): added parameter func for accessing the return type,
781           (geniCodeFunctionBody): pass func to geniCodeReceive
782         * src/SDCCmain.c: added indicator BitBankUsed
783         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
784         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
785           (checkSClass): don't put automatic bool/bit on stack,
786           (checkFunction): removed check on function cannot return bit
787         * src/SDCCsymt.h: added newBoolLink prototype
788         * src/mcs51/gen.c (rb1regs): added bit registers,
789           (movc): created for assigning to carry,
790           (pushReg, popReg): created for pushing registers,
791           (sameRegs): check both AOP_REG and AOP_CRY types,
792           (aopOp): handle bit registers,
793           (aopPut): optimization no self-assign,
794           (saveRegisters): push reg->base (bits) only once for bit registers,
795            and use pushReg,
796           (unsaveRegisters): pop reg->base only once and use popReg,
797           (assignResultValue): added parameter func and return in carry for bits,
798           (genIpush): optimization no reload in A if not changed,
799           (genSend): bit parameters in reentrant functions are passed in bit
800            registers by first assigning to bits in B, then save registers and
801            copy B to bits,
802           (genCall): handle returning in Carry properly, save it in F0 if needed,
803           (genPcall): updated assignResultValue call, this is not safe yet for bit
804            returning function !!!
805           (genFunction): don't generate equ's for bit registers and use pushReg,
806           (genEndFunction): take care of bit returning functions and use popReg,
807           (genRet): return bit in Carry,
808           (genIfx): optimize bit registers and other directly addressable bits,
809           (genReceive): updated assignResultValue call
810         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
811           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
812            registers when using stack-auto
813         * src/mcs51/ralloc.c (_G): added allBitregs,
814           (regs8051): added the bit registers,
815           (createStackSpil): use macro IS_BIT,
816           (getRegBit): added to allocate a bit register, else spill,
817           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
818           (updateRegUsage): factored out to ease stepping while debugging,
819           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
820            also allocate bit registers,
821           (fillGaps): handle bit registers,
822           (findAllBitregs): added to create bit vector with all bit registers,
823           (mcs51_allBitregs): returns this bit vector,
824           (mcs51_assignRegisters): when using stack-auto use bit registers for
825            passing parameters and creating local variables
826         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
827
828 2005-08-22 Borut Razem <borut.razem AT siol.net>
829
830         * device/lib/Makefile.in: replaced find option -or with -o
831           to make it run on solaris
832
833 2005-08-22 Raphael Neider <rneider AT web.de>
834
835         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
836           fixes #1265442 (crash on Solaris)
837
838 2005-08-20 Borut Razem <borut.razem AT siol.net>
839
840         * configure, configure.in: added tests for libsocket and libnsl libraries,
841           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
842           from support/regression/Makefile.in
843         * support/regression/Makefile.in: added
844         * device/lib/pic16/Makefile.common.in: force make to use bash shell
845         * sim/ucsim/libtool: regenerated on sparc-solaris
846         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
847           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
848           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
849           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
850           sparc-solaris, which doesn't use GNU ld linker
851         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
852         * as/Makefile: find on sparc-solaris does not support -maxdepth option
853
854 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
855
856         * src/mcs51/peeph.def: updated comments
857
858 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
859
860         * device/lib/_gptrget.c,
861         * device/lib/_gptrput.c: slightly shorter
862         * doc/sdccman.lyx: incremented version
863         * src/mcs51/peeph.def: moved peephole comments to the line of first
864           change to better keep line correlation, reanimated 186.e
865         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
866
867 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
868
869         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
870           David Saxton with quotes around file name.
871
872 2005-08-15 Borut Razem <borut.razem AT siol.net>
873
874         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
875           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
876           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
877           make tests run on x86_64 platform
878
879 2005-08-13 Raphael Neider <rneider AT web.de>
880
881         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
882           as it might be executed DURING a build (parallel make is wonderful)
883
884 2005-08-13 Raphael Neider <rneider AT web.de>
885
886         * device/lib/Makefile.in (port-specific-objects-pic16):
887           revert to cp $(PORT)/bin/*.* $(PORTDIR)
888         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
889           dependency
890         * device/lib/pic16/Makefile.rules: build subdirs before creating
891           the library, removed builddir rule, create $(builddir) early in
892           recurse rule, use empty recurse rule for leaf directories
893         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
894           mkdir errors (race condition), removed duplicate suffix "hex"
895           from clean rules
896         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
897         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
898           prevents mkdir -p from aborting on Alpha
899
900 2005-08-12 Raphael Neider <rneider AT web.de>
901
902         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
903           db-statements in order to allow for arrays of pointers in code
904           sections to be placed without interspersed 0-padding, fixes
905           bug #1256215
906         * (emitStatistics): fixed division by zero for pic18f1220
907         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
908           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
909         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
910         * (pic16_pCodeConstString): keep track of already emitted string
911           literals to prevent "duplicate definitions of symbol _str_NR"
912         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
913           debug message
914         * device/lib/Makefile.in: ignore failing PIC16 library builds
915         * device/lib/pic16/Makefile: do not build if gputils are missing
916         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
917
918 2005-08-10 Raphael Neider <rneider AT web.de>
919
920         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
921           my last commit)
922
923 2005-08-10 Raphael Neider <rneider AT web.de>
924
925         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
926           Rokas' patch to add the new fixed point type "__fixed16x16"
927         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
928           functions for __fixed16x16 arithmetics
929         * device/lib/pic16: reimplemented the build system to support
930           a separate build directory, better handling of libio (create
931           the library in a separate subdir for each architecture) and
932           easier configuration (centralized in Makefile.common)
933
934 2005-08-07 Raphael Neider <rneider AT web.de>
935
936         * src/pic16/gen.c (genrshTwo): fixed sign extension
937         * src/pic16/device.c: added pic18f2320, 4220 and 4320
938         * device/include/pic16/pic18f2220.h: changed some bit definitions,
939           added T0CONbits
940         * device/include/pic16/pic18f4220.h: NEW, header for
941           pic18f4220 and pic18f4320
942         * device/include/pic16/pic18fregs.h: added new devices,
943           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
944         * device/include/pic16/signal.h: resolved name clashes
945           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
946           to also allow testing for interrupt enable bits, added
947           comments on how to use the macros
948         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
949         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
950           register definitions for the devices
951         * device/lib/pic16/pics.all: added new devices
952         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
953           allocated memory
954         * device/lib/pic16/libc/stdlib/memfree: do not count
955           the block header as free memory
956         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
957           simplified and added missing end-of-blocklist-marker
958           (reported by Peter Onion, fixes #1252814)
959         * (_mergeHeapBlock): fixed loop condition
960         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
961           len==0, restructured code
962         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
963           up a bit, reduced bitfield accesses, prevent endless loops
964           in case of heap corruption
965         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
966           "unreferenced arguments/must return a value" warnings
967         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
968           replaced BAUDREG with SPBRG
969         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
970           device/lib/pic16/debug/gstack/gstack.c: replaced
971           _naked, _asm, _endasm with __naked, __asm, __endasm
972
973 2005-08-05 Raphael Neider <rneider AT web.de>
974
975         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
976           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
977
978 2005-08-05 Borut Razem <borut.razem AT siol.net>
979
980         * device/lib/Makefile.in: added missing ';'
981         * configure: removed ^M characters
982
983 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
984
985         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
986           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
987           License
988
989 2005-08-04 Borut Razem <borut.razem AT siol.net>
990
991         * configure.in: pic16 libraries build 2nd try - enable running
992           configure in device/lib/pic16
993         * configure: regenerated from configure.in
994         * device/lib/Makefile.in: create $(PORT)/bin directory
995
996 2005-08-03 Raphael Neider <rneider AT web.de>
997
998         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
999           to get/set values via pointers
1000         * (genUnpackBits,genPackBits): changed detection of
1001           ptr->bitfield vs. sym.bitfield, fixed access via generic
1002           pointers, removed dead (wrong) code for multibyte bitfields
1003         * (genNearPointerGet, genGenPointerGet): removed useless code,
1004           fixed bitfield detection, fixes #1250594
1005         * (genNearPointerSet): removed useless code
1006         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1007           and introduced macro pic16_emitpcode that conditionally emits
1008           the origin of the following pCode (useful for debugging SDCC)
1009         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1010         * (createDefmap): fixed handling of LFSR for --optimize-df
1011
1012 2005-08-02 Borut Razem <borut.razem AT siol.net>
1013
1014         * device/lib/Makefile.in: pic16 libraries build enabled since
1015           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1016
1017 2005-08-02 Raphael Neider <rneider AT web.de>
1018
1019         * src/pic16/gen.c (genPackBits): removed deprecated warning
1020         * (genGenPointerSet): fixed bitfield detection
1021
1022 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1023
1024         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1025
1026 2005-07-31 Raphael Neider <rneider AT web.de>
1027
1028         * device/lib/pic16/libdev/pic18f458.c,
1029           device/include/pic16/pic18f458.h: added missing T0CONbits
1030
1031 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1032
1033         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1034
1035 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1036
1037         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1038
1039 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1040
1041         * device/include/mcs51/at89c51ed2.h: added.
1042
1043 2005-07-23 Raphael Neider <rneider AT web.de>
1044
1045         * src/pic/gen.h: added emitpcode macro for debugging
1046         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1047           and replace by macro adding debug information on demand
1048         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1049         * (gencjne): tried to fix; replaced with correct (slower) code
1050         * (gen{Unp,P}ackBits): fixed single bit access
1051         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1052         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1053           previous instruction
1054         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1055           register has to be handled with care (forbidding movement
1056           of assignments/uses, removing assignments completely, ...)
1057         * (pCodeOptime2pCodes): make use of regIsSpecial
1058         * added lots of debugging output (commented out)
1059         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1060           from being reused as result UNLESS it is known to work
1061
1062 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1063
1064         * support/Util/dbuf.h: include <stddef.h> for size_t
1065         * .version: changed to version 2.5.2
1066
1067 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1068
1069         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1070
1071 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1072
1073         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1074           (genModOneByte): removed needless psha/pula
1075
1076 2005-07-22 Raphael Neider <rneider AT web.de>
1077
1078         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1079           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1080         * src/pic/gen.c (resolveIfx): do not "invent" labels
1081         * (genSkipc): changed to positive logic
1082         * (genSkipCond): removed as no longer needed
1083         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1084           backport from PIC16
1085         * (genLeftShift): check operands are in different registers
1086         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1087           INCF does not update CARRY...
1088         * src/pic/main.c: fixed _linkCmd
1089         * src/pic/pcode.c (unlinkpCode): added inactive code
1090         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1091           alive (do not assign result and operand overlapping registers)
1092
1093 2005-07-22 Raphael Neider <rneider AT web.de>
1094
1095         * src/pic/device.c (dump_sfr): replaced register declaration with
1096           call to emitSymbolToFile() to avoid duplicate symbols
1097         * (assignRelocatableRegisters): do not declare external symbols
1098         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1099           right (take size of type, not etype)
1100         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1101         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1102         * (packRegsForAccUse): disabled assignment of WREG as
1103           the result reg to prevent occurence of just fixed #1235003,
1104           fixes #1242954
1105         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1106           symbols (avoids duplicate symbols in .asm file)
1107         * (pic14emitRegularMap): use emitSymbolToFile()
1108         * src/pic/gen.c (aopOp): fixed spillLocation handling
1109         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1110         * (genDataPointerSet): removed unneccessary variables/output
1111
1112 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1113
1114         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1115         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1116
1117 2005-07-21 Raphael Neider <rneider AT web.de>
1118
1119         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1120           architecture cannot handle them efficiently, fixes bug #1235003
1121         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1122           check for empty sets before using them (fixes bug #1232190)
1123
1124 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1125
1126         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1127           (lnksect2): generate warnings for memory overlap
1128         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1129           constseg to set the name of these segments so you can instruct the linker
1130           to place them in banks
1131         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1132         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1133           added code_seg and const_seg to options
1134         * src/SDCCglue.c (emitMaps): use options.const_seg,
1135           (createInterruptVect): put interrupt vectors in segment HOME,
1136           (glue): put HOME before static segment and put the main glue in HOME,
1137           (glue): use options.code_seg
1138         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1139         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1140           these segments so you can instruct the linker to place them in banks
1141           (linkEdit): use code_loc for HOME segment which should be the first
1142           segment in code memory now
1143         * src/SDCCmem.c: fixed more stuff like bug 1238386
1144         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1145           (changePointer): don't change function pointers to code pointers for
1146           banked functions,
1147           (compareType): added exceptional check for banked function pointers
1148         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1149         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1150           after static in code memory
1151         * src/mcs51/gen.c: added aopLiteralLong prototype,
1152           (aopForSym): use getSize for functions,
1153           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1154           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1155           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1156           the segment,
1157           (genPcall): use call for literal function pointers and generate banked
1158           calls over the one trampoline so there's only one place for the user to
1159           modify according to his/hers hardware,
1160           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1161           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1162         * src/mcs51/main.c: added keyword banked,
1163           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1164         * support/Util/SDCCerr.c,
1165         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1166           needed for passing the bank and address to the trampoline
1167         * device/lib/mcs51/crtbank.asm: added for bankswitching
1168         * device/lib/mcs51/Makefile: added crtbank
1169
1170 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1171
1172         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1173           for fields at offset 0 of a struct or union as reported
1174           on 2005-07-07 in the developer mailing list.
1175
1176 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * src/SDCCmem.c: fixed bug 1238386
1179
1180 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1181
1182         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1183           (patch #1144962), added peephole 300, enabled 259.x
1184         * doc/sdccman.lyx: removed screenshot and provided link instead
1185
1186 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1187
1188         * doc/sdccman.lyx: added section about debugging with ddd
1189         * doc/figures/ddd_example.eps: screenshot of debugging session
1190
1191 2005-07-04 Raphael Neider <rneider AT web.de>
1192
1193         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1194           like CODE pointers, fixes #1115683
1195         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1196           call, fixes bugs #1232211, #1228110,
1197           fixed wrong casts to pCodeFlow from pCodeInstructions
1198
1199 2005-07-04 Raphael Neider <rneider AT web.de>
1200
1201         * src/pic/gen.c (popGet): changed assert to allow for
1202           bit operands
1203         * (popGetAddr): changed signature to provide
1204           an additional index, patched all call sites
1205         * (genCmpEq): handle literal-like operands correctly
1206         * (genAddrOf): added sanity checks on __code/__data pointers
1207         * (genAssign): added handling of symbols from __code section
1208         * (gencjne): do not generate code for comparisons whose result
1209           is neither stored nor used, fixes bug #1171114
1210         * (AccLsh, AccRsh): operate on operand instead of WREG
1211         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1212           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1213           by known count
1214         * rewrote complete shift-by-literal logic, commented unused
1215           functions out
1216         * (genConstPointerGet): get multiple bytes (if result size > 1),
1217           fixed handling of non-immediate addresses
1218         * (genPointerGet): handle CODE pointers like CONST pointers
1219         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1220         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1221           operand is to be treated as a literal or not
1222         * (mov2w,genPcall,genCmpEq),
1223           src/pic/genarith.c: use aop_isLitLike() to decide between
1224           literal/register contents
1225         * (addSign): added missing offset
1226         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1227           only emit comment in debug-mode,
1228           use {aop,op}_isLitLike throughout the file
1229         * src/pic/glue.c: fix initializers for pointers (work in progress)
1230         * src/pic/pcode.c (get_op): honor index on _const symbols
1231         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1232         * (dumppBlock): added pCode size estimation
1233         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1234           check for IS_SYMOP before OP_SYMBOL'ing
1235         * fixed indentation, compacted switch-statements
1236         * (allocReg): find free register and allocate it instead of
1237           allocating new registers all the time
1238         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1239           registers as its operands (necessary only for multibyte GETs)
1240
1241 2005-07-01 Raphael Neider <rneider AT web.de>
1242
1243         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1244           debugging .asm-output macros FENTRY + FEXIT
1245         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1246           way... I wonder...
1247         * (emitpComment): NEW, printf to pCode
1248         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1249           offset handling
1250         * (popGetAddr): NEW, variant of popGet to access an immediates
1251           high(er) bytes instead of the n'th byte of memory they reference,
1252           replaced popGet with popGetAddr where neccessary
1253         * (genDataPointerGet): reactivated and fixed implementation
1254         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1255           accesses
1256         * (genDataPointerSet): fixed multibyte assignments
1257         * (genpic14Code): fixed --i-code-in-asm handling
1258         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1259         * (genPlus): fixed index-out-of-bounds error
1260         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1261         * src/pic/ralloc.c: added debugging output macro FENTRY2
1262         * (spillThis): fixed indentation, enbraced for-body for clarity
1263         * (rematStr): commented out as now unused
1264         * (regTypeNum): commented out special spill case (overwrites
1265           arbitrary values)
1266         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1267
1268 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1269
1270         * doc/sdccman.lyx: documented sfr16/sfr32,
1271           added example for using storage class with function pointers
1272         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1273
1274 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1275
1276         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1277         * device/lib/_itoa.c,
1278         * device/lib/_ltoa.c: optimized codesize
1279         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1280           but don't know how to suppress the double warning.
1281         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1282         * support/Util/SDCCerr.c,
1283         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1284
1285 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1286
1287         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1288           fixed old K&R prototypes
1289         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1290         * device/lib/_gptrget.c,
1291         * device/lib/_gptrgetc.c,
1292         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1293           also new versions for small generic pointers and banked generic pointers
1294         * src/port.h: added const_name
1295         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1296         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1297         * src/SDCCcse.c (findPrevIc): check all associative operators
1298         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1299         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1300         * src/SDCCmem.c: updated comments,
1301           set far-space to 0 for pdata, results in optimized code
1302         * src/SDCCmem.h: added macro CONST_NAME
1303         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1304           moving the info into the highest bits, see also gptrget/gptrput
1305         * src/src.dsp: added sdcc.ico to project files
1306         * src/avr/gen.c (genCast): fixed bug 0x%d
1307         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1308         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1309           relation between ptr_type and DCL_TYPE,
1310           (genCast): fixed bug 0x%d
1311         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1312           (CODE)" for const_name
1313         * src/hc08/gen.c (genCast): fixed bug 0x%d
1314         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1315           (hc08_port): added "CONST (CODE)" for const_name
1316         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1317           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1318           between ptr_type and DCL_TYPE,
1319           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1320           operand* and took AOP() inside function so sfr-ness can be checked,
1321           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1322           new prototype,
1323           (genFunction, genEndFunction): optimized stack setup,
1324           (genMinus): optimized for literals with ending zeroes (in bytes),
1325           (genCast): fixed bug 0x%d
1326         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1327           (mcs51_port): added "CONST (CODE)" for const_name
1328         * src/mcs51/peeph.def: made rule 226 more generic
1329         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1330         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1331         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1332         * src/z80/main.c (z80_port): added NULL for const_name,
1333           (gbz80_port): added NULL for const_name
1334         * support/regression/tests/bug663539.c,
1335         * support/regression/tests/sfr16.c: new tests
1336
1337 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1338
1339         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1340
1341 2005-06-24 Raphael Neider <rneider AT web.de>
1342
1343         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1344           corrected typos...
1345         * device/include/pic16/signal.h: added USBIF
1346           and SIG_USB
1347
1348 2005-06-24 Raphael Neider <rneider AT web.de>
1349
1350         * device/lib/pic16/libdev/pic18f2455.c,
1351           device/include/pic16/pic18f2455.h: NEW
1352         * device/include/pic16/pic18fregs.h,
1353           device/lib/pic16/pics.all,
1354           src/pic16/device.c: added 18f2455
1355         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1356           device/include/pic16/{pic18f[68][567].h,usart.h}:
1357           replaced MULTIPLE_USARTS define with more relaible
1358           compatibility sfrs (for USART access)
1359
1360 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1361
1362         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1363           and the output asm file line is printed on two lines.
1364
1365 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1366
1367         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1368           BGT, BLE, BHI, and BLS instructions
1369         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1370           genCmpEq): removed
1371         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1372           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1373           fixes bug #1216342
1374         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1375
1376 2005-06-15 Raphael Neider <rneider AT web.de>
1377
1378         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1379         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1380         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1381           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1382           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1383
1384 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1385
1386         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1387           Marcel Telka in bug #1215704
1388
1389 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1390
1391         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1392           located in shared memory bank.
1393
1394 2005-05-31 Raphael Neider <rneider AT web.de>
1395
1396         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1397           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1398           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1399
1400 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1401
1402         * device/lib/_strncpy.c: fixed the fix
1403
1404 2005-05-26 Raphael Neider <rneider AT web.de>
1405
1406         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1407           initializers with \0, bug #1208187
1408         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1409           intializers with \0, bug #1208187
1410
1411 2005-05-26 Raphael Neider <rneider AT web.de>
1412
1413         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1414           initializers with \0, bug #1208187
1415         * src/pic16/main.c (_process_pragma): added sanity checks
1416           for stack position and size, emit warnings when appropriate
1417
1418 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1419
1420         * device/lib/_strncpy.c: fixed not filling with \0
1421
1422 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1423
1424         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1425           createFunction),
1426         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1427           compound_statement),
1428         * src/SDCCsymt.h,
1429         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1430
1431 2005-05-24 Raphael Neider <rneider AT web.de>
1432
1433         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1434
1435 2005-05-24 Raphael Neider <rneider AT web.de>
1436
1437         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1438           TRISE definitions, closes bug #1162453
1439
1440 2005-05-22 Raphael Neider <rneider AT web.de>
1441
1442         * src/pic16/main.c (_process_pragma): check for missing
1443           arguments to pragmas code and udata
1444         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1445           consistency fixes to match other headers (thanks to Jim Paris)
1446         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1447
1448 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1449
1450         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1451
1452 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1453
1454         * support/regression/tests/bug1198642.c: new test
1455         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1456         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1457         * support/scripts/resource.h,
1458         * support/scripts/resource.rc,
1459         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1460         * support/scripts/sdcc.ico: added 32x32 icon
1461
1462 2005-05-18 Raphael Neider <rneider AT web.de>
1463
1464         * device/lib/pic16/libdev/pic18f*.c,
1465         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1466           keywords to "__sfr" and "__at (X)"
1467         * device/include/pic16/pic18fregs.h: added pic18f4520
1468         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1469           #1203088 (MPLAB compatibility)
1470
1471 2005-05-17 Raphael Neider <rneider AT web.de>
1472
1473         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1474         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1475         * device/lib/pic16/pics.all: added new devices
1476         * src/pic16/device.c: added support for pic18f4520
1477
1478 2005-05-16 Raphael Neider <rneider AT web.de>
1479         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1480         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1481         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1482           convenience function for bit access
1483
1484 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * device/lib/printf_large.c: fixed bug 1193299
1487         * support/regression/tests/bug1057979.c: added test %3.3s
1488
1489 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1490
1491         * device/include/mcs51/8051.h,
1492         * device/include/mcs51/8052.h: made parseable with lint
1493         * device/include/mcs51/lint.h: added include file for (sp)lint
1494         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1495         * doc/cdbfileformat.lyx,
1496         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1497
1498 2005-05-14 Raphael Neider <rneider AT web.de>
1499
1500         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1501         * device/lib/pic16/libc/stdlib/itoa.c (new)
1502         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1503         * device/lib/pic16/libio/Makefile: exclude subdir according to
1504           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1505         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1506         * src/pic16/gen.c (genFunction): prevent annoying warning
1507         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1508           nameclashes on BeOS
1509         * support/cpp2/cppmain.c (cpp_output_string): new
1510         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1511           fixes bug 1116802
1512
1513 2005-05-13 Borut Razem <borut.razem AT siol.net>
1514
1515         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1516
1517 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1518
1519         * .version: changed to version 2.5.1; back to bleeding edge development
1520
1521 2005-05-11 Borut Razem <borut.razem AT siol.net>
1522
1523         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1524           generate PDF version 1.3 documents
1525
1526 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1527
1528         * .version: changed to version 2.5.0
1529
1530 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1531
1532         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1533
1534 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1535
1536         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1537         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1538         well as many smaller updates.
1539         * .version: changed to version 2.5.0-pre1
1540
1541 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1542
1543         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1544
1545 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1546
1547         * support/regression/tests/bug1185672.c: added
1548         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1549           bug 1185672
1550         * src/mcs51/gen.c (genCall): added comments, made it look safer
1551         * src/mcs51/gen.c (genEndFunction): simplified
1552
1553 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1554
1555         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1556
1557 2005-04-14 Borut Razem <borut.razem AT siol.net>
1558
1559         * fixed bug 1045046 - SIGSEGV with really simple code?:
1560           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1561           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1562
1563 2005-04-14 Borut Razem <borut.razem AT siol.net>
1564
1565         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1566           src/pic16/device.h: temporarily disabled experimental #inline pragma
1567           for 2.5.0 release
1568
1569 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1570
1571         * device/include/z80/stdio.h,
1572         * device/include/z80/string.h: removed these highly incomplete files so
1573           SDCC can use the default ones in device/include/
1574
1575 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1576
1577         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1578         gcc warning.
1579         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1580         fix sdcpp warnings.
1581
1582 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1583
1584         * device/include/malloc.h: removed redundant __reentrant prototypes
1585         * device/lib/_mullong.c: added working xstack variant in asm (C version
1586           doesn't pass regression tests)
1587         * device/lib/bpx.c: used __data and made bpx char for mcs51
1588         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1589           (createFunction): fixed bug with xstackPtr
1590         * src/SDCCcse.c: corrected comments
1591         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1592           (killDeadCode, eBBlockFromiCode): removed unused code
1593         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1594           corrected comments
1595         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1596           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1597           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1598           (genModOneByte): fixed warning in MSVC
1599         * src/mcs51/main.c (): added comments
1600         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1601
1602 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1603
1604         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1605
1606 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1607
1608         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1609
1610 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1611
1612         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1613         characters arrays of larger size than the declared one.
1614
1615 2005-04-10 Borut Razem <borut.razem AT siol.net>
1616
1617         * src/pic/gen.c (genInline),
1618           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1619           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1620           (findNextInstruction), (findPrevInstruction),
1621           (findInstructionUsingLabel),
1622           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1623         * src/pic/pcode.c (findLabel): added missing '\n'
1624         * src/src.dsp: added SDCCdwarf2.c to the project
1625
1626 2005-04-09 Borut Razem <borut.razem AT siol.net>
1627
1628         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1629
1630 2005-04-08 Raphael Neider <rneider AT web.de>
1631
1632         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1633           into the chain after a given one) and mergeDefmapSymbols (combine
1634           defmap entries for each symbol per pcode)
1635         * (createDefmap): have defmap entries merged in the end
1636         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1637           a symbol before replacing one access type's symbol, merge symbols in
1638           the end (replacement symbol might already have an entry)
1639         * (assignValnums): keep reference to written WREG intact
1640
1641 2005-04-08 Raphael Neider <rneider AT web.de>
1642
1643         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1644           Alpha)
1645
1646 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1647
1648         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1649         bytes
1650
1651 2005-04-07 Raphael Neider <rneider AT web.de>
1652
1653         * device/include/pic16/usart.h: added compatibility defines for
1654           devices with more than one USART
1655         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1656
1657 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1658
1659         * device/lib/Makefile.in: updated for port specific include
1660
1661 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1662
1663         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1664
1665 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1666
1667         * device/include/8051.h,
1668         * device/include/8052.h,
1669         * device/include/at89S8252.h,
1670         * device/include/at89c55.h,
1671         * device/include/at89x051.h,
1672         * device/include/at89x51.h,
1673         * device/include/at89x52.h,
1674         * device/include/mcs51reg.h,
1675         * device/include/reg51.h,
1676         * device/include/reg764.h,
1677         * device/include/regc515c.h,
1678         * device/include/sab80515.h: (re)moved these 12 files
1679         * device/include/mcs51/8051.h,
1680         * device/include/mcs51/8052.h,
1681         * device/include/mcs51/at89S8252.h,
1682         * device/include/mcs51/at89c55.h,
1683         * device/include/mcs51/at89x051.h,
1684         * device/include/mcs51/at89x51.h,
1685         * device/include/mcs51/at89x52.h,
1686         * device/include/mcs51/mcs51reg.h,
1687         * device/include/mcs51/reg51.h,
1688         * device/include/mcs51/reg764.h,
1689         * device/include/mcs51/regc515c.h,
1690         * device/include/mcs51/sab80515.h: and added them here
1691
1692 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1693
1694         * device/include/stdarg.h: changed SDCC specific keywords to double
1695           underlined form.
1696         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1697           mcs51 and ds390.
1698         * device/include/hc08/mc68hc908gp32.h,
1699         * device/include/hc08/mc68hc908jb8.h,
1700         * device/include/hc08/mc68hc908jkjl.h,
1701         * device/include/hc08/mc68hc908qy.h: fixed comments
1702         * device/include/mcs51/README: updated
1703         * device/include/mcs51/c8051f120.h: added PINRSF
1704         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1705         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1706           amidst code. Also inline is not supported.
1707
1708 2005-04-06 Raphael Neider <rneider AT web.de>
1709
1710         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1711         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1712           callers stack/frame pointers
1713
1714 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1715
1716         * device/include/pic16/usart.h: added, missing in previous commit,
1717         * device/include/pic16/adc.h: fixed typo,
1718         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1719         commit,
1720         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1721         <p18fxxx.inc>
1722         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1723         uninitialized because a bug appears with gplink
1724         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1725         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1726         complains for unrecognised option
1727
1728 2005-04-05 Raphael Neider <rneider AT web.de>
1729
1730         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1731           structs as well (using memcpy)
1732         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1733           on ISRs (GOTO has no label)
1734         * src/pic16/device.h: added OF_OPTIMIZE_DF
1735         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1736           new data flow analysis/optimization
1737         * src/pic16/pcode.c: added (prototypes for and implementation of)
1738           dataflow analysis functions, fixed pCodeInstructions' inCond and
1739           outCond values, made RCALL a branch instruction
1740         * (pic16_unlinkpCode): keep C line if possible
1741         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1742           C line moved if possible
1743         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1744         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1745           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1746         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1747           new flow)
1748         * (pic16_getJumptabpCode): NEW, needed in...
1749         * (LinkFlow): fixed handling of jumptables, calls and conditional
1750           branches
1751         * (pic16_InsertCommentAfter): NEW
1752         * (pic16_pCodeReplace): made verbose and flow preserving
1753         * (AnalyzeFlow): added call to data flow analysis
1754         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1755         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1756         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1757
1758 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1759
1760         * src/SDCCast.c (decorateType): fixed bug #1105626
1761
1762 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1763
1764         * device/include/asm/pic16/features.h,
1765         * pic18f*.h headers,
1766         * device/include/pic16/adc.h,
1767         * device/include/pic16/delay.h,
1768         * device/include/pic16/i2c.h,
1769         * device/include/pic16/malloc.h,
1770         * device/include/pic16/stdio.h,
1771         * device/include/pic16/stdlib.h,
1772         * device/include/pic16/string.h,
1773         * device/lib/pic16/libc/stdio/printf_tiny.c,
1774         * device/lib/pic16/libc/stdio/printf_small.c,
1775         * device/lib/pic16/libc/stdio/strmgpsim.c,
1776         * device/lib/pic16/libc/stdio/strmmssp.c,
1777         * device/lib/pic16/libc/stdio/strmusart.c,
1778         * device/lib/pic16/libc/stdio/vfprintf.c,
1779         * device/lib/pic16/libc/stdlib/ltoa.c,
1780         * device/lib/pic16/libc/stdlib/putchar.c,
1781         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1782         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1783         * device/lib/pic16/libc/stdlib/memchrram.c,
1784         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1785         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1786         * device/lib/pic16/libio/adc/adcbusy.c,
1787         * device/lib/pic16/libio/adc/adcread.c,
1788         * device/lib/pic16/libio/adc/adcsetch.c,
1789         * device/lib/pic16/libio/usart/ubaud.c,
1790         * device/lib/pic16/libio/usart/ubusy.c,
1791         * device/lib/pic16/libio/usart/udrdy.c,
1792         * device/lib/pic16/libio/usart/uopen.c,
1793         * device/lib/pic16/libio/usart/uputc.c,
1794         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1795         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1796         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1797         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1798         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1799         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1800         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1801         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1802         specific keywords to double underlined form,
1803         * device/lib/pic16/libc/Makefile.rules,
1804         * device/lib/pic16/libsdcc/Makefile.rules,
1805         * device/lib/pic16/libm/Makefile,
1806         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1807         to compile with C standard set in Makefile.common
1808         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1809         rand.c and crc.c in compilation process,
1810         * device/lib/pic16/libsdcc/int/divuint.c,
1811         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1812         `c' from signed to unsigned,
1813         * device/lib/pic16/startup/crt0.c,
1814         * device/lib/pic16/startup/crt0i.c,
1815         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1816         keywords to double underlined form, bug fixes in _do_cinit function
1817         which prevented the correct initialization of the .idata segment,
1818         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1819         core to enter a infinite loop
1820         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1821
1822 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1823
1824         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1825
1826 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1827
1828         * device/include/Makefile.in: add support for hc08 subdirectory
1829         * device/include/hc08/: new subdirectory
1830         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1831         Lucas Loizaga, thanks!
1832         * device/include/hc08/mc68hc908qy.h,
1833         * device/include/hc08/mc68hc908gp32.h,
1834         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1835         their own directory. Changed internal macro names to use the compiler
1836         reserved namespace. Changed SDCC specific keywords to double
1837         underlined form.
1838         * device/include/math.h,
1839         * device/include/malloc.h,
1840         * device/include/stdarg.h,
1841         * device/include/stdbool.h
1842         * device/include/string.h,
1843         * device/include/tinibios.h,
1844         * device/include/ds400rom.h,
1845         * device/include/8051.h,
1846         * device/include/8052.h,
1847         * device/include/80c51xa.h,
1848         * device/include/at89c55.h,
1849         * device/include/at89S8252.h,
1850         * device/include/at89x51.h,
1851         * device/include/at89x52.h,
1852         * device/include/ds80c390.h,
1853         * device/include/reg764.h,
1854         * device/include/regc515c.h,
1855         * device/include/sab80515.h,
1856         * device/include/mcs51/c8051f000.h,
1857         * device/include/mcs51/c8051f018.h,
1858         * device/include/mcs51/c8051f020.h,
1859         * device/include/mcs51/c8051f040.h,
1860         * device/include/mcs51/c8051f060.h,
1861         * device/include/mcs51/c8051f120.h,
1862         * device/include/mcs51/c8051f300.h,
1863         * device/include/mcs51/c8051f310.h,
1864         * device/include/mcs51/c8051f320.h,
1865         * device/include/mcs51/c8051f330.h,
1866         * device/include/mcs51/c8051f350.h,
1867         * device/include/z180.h: Changed SDCC specific keywords to double
1868         underlined form.
1869
1870 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1871
1872         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1873         18F4455,
1874         * (pic16_assignConfigWordValue): disable testing of configuration
1875         register value with config mask,
1876         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1877         function with port->fun_prefix,
1878         * (genFunction): when generating a naked interrupt function never
1879         create an absolute segment placed in interrupt vector address, place
1880         the actual interrupt function at IVA instead, when an interrupt
1881         function is generated with unspecified interrupt then do not create
1882         the absolute section,
1883         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1884         code for generating a call to generic pointer get/put function with
1885         a call to function pic16_callGenericPointer(),
1886         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1887         the call to the generic pointer get/put functions with prefixing the
1888         function name with port->fun_prefix,
1889         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1890         * src/pic16/main.c (_process_pragma): prefix function with
1891         port->fun_prefix,
1892         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1893         calling assembler, old 18Fxxxx macro is deprecated,
1894         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1895         PC_ASMDIR in while condition,
1896         * (findInstruction): add PC_ASMDIR in while condition,
1897         * (buildCallTree): prefix main with port->fun_prefix,
1898         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1899         identifier for variable with banked access in instructions BTFSS,
1900         BTFSC, BCF, BSF, BTG
1901         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1902         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1903         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1904         perform optimization when enviroment variable NO_REG_OPT is set,
1905         * (insideLRBlock): NEW, return 1 if register is inside an
1906         INF_LOCALREGS block,
1907         * (RemoveRegFromLRBlock): remove a register that is completely
1908         eliminated by register optimization, but it is still left in local
1909         register store/restore in/from stack block,
1910         * (Remove2pcodes): after removing register, check to see if it
1911         should be removed from local register store/restore in/from stack
1912         block,
1913         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1914         DUMMY_READ_VOLATILE,
1915
1916         * device/include/pic16/adc.h: minor prototype modifications and
1917         update,
1918         * device/include/pic16/malloc.h: added GPL notice various
1919         modifications,
1920         * device/include/pic16/stdint.h: NEW, standard header for ints
1921         * device/include/pic16/delay.h: NEW, header for delay functions,
1922         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1923         delay1mtcy,
1924         * device/include/pic16/signal.h: NEW, header providing helper macros
1925         for implementing signal handlers,
1926         * device/include/pic16/stdio.h: added prototypes for functions,
1927         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1928         prototypes for stdin and stdout, added macro PUTCHAR to
1929         automatically implement putchar function prototype,
1930         * device/include/pic16/usart.h: modified and updated USART library,
1931         * device/lib/pic16/libio/adc/,
1932         * device/lib/pic16/libio/i2c: some modifications to improve library
1933         performance,
1934         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1935         family of functions,
1936         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1937         family of functions and other sources,
1938         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1939         of the PIC18Fxx[28] devices,
1940         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1941         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1942         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1943         _do_cinit function, because the previous failed when local variables
1944         where not placed in the same memory bank,
1945         * device/lib/pic16/libsdcc/char/: various modifications to improve
1946         library performance,
1947         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1948         information on the new functions of the c library and more...
1949
1950 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1951
1952         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1953
1954 2005-03-26 Raphael Neider <rneider AT web.de>
1955
1956         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1957           if condition == CARRY)
1958         * (genCmp): adapted to new genSkipc semantics
1959         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1960           on rIfx (genCmp was broken)
1961
1962 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1963
1964         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1965         * src/z80/main.c (_keywords[]),
1966         * src/SDCCglobal.h (struct options),
1967         * src/SDCC.y,
1968         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1969         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1970         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1971         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1972         always available in leading double underscore form. The C99 support is
1973         mostly missing, but it's a start.
1974         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1975         reserved identifier "__data".
1976
1977 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1978
1979         * src/mcs51/peeph.def: fixed bug 1170013
1980
1981 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1982
1983         * device/include/mcs51reg.h: fixed bug 842007
1984
1985 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1986
1987         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1988         last time.
1989
1990 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1991
1992         * src/port.h (struct PORT),
1993         * src/avr/ralloc.c (avr_assignRegisters),
1994         * src/avr/main.c,
1995         * src/ds390/ralloc.c (ds390_assignRegisters),
1996         * src/ds390/main.c,
1997         * src/hc08/ralloc.c (hc08_assignRegisters),
1998         * src/hc08/main.c,
1999         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2000         * src/mcs51/main.c,
2001         * src/pic/ralloc.c (pic14_assignRegisters),
2002         * src/pic/main.c,
2003         * src/pic16/ralloc.c (pic16_assignRegisters),
2004         * src/pic16/main.c,
2005         * src/xa51/ralloc.c (xa51_assignRegisters),
2006         * src/xa51/main.c,
2007         * src/z80/ralloc.c (z80_assignRegisters),
2008         * src/z80/ralloc.h,
2009         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2010         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2011         * src/SDCCcse.h,
2012         * src/SDCCdflow.c (computeDataFlow),
2013         * src/SDCCdflow.h,
2014         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2015         * src/SDCCloop.h,
2016         * src/SDCCcflow.c (*),
2017         * src/SDCCcflow.h,
2018         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2019         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2020         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2021         immedDom() returning wrong block; probably fixes bug #1160833)
2022
2023 2005-03-20 Borut Razem <borut.razem AT siol.net>
2024
2025         * support/scripts/inc2h.pl: WIN32 port
2026
2027 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2028
2029         * device/lib/makefile.in: added abs.c and labs.c
2030
2031 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2032
2033         * device/include/stdint.h: added
2034         * device/lib/abs.c: added
2035         * device/lib/labs.c: added
2036         * device/include/stdlib.h: added abs() and labs() prototypes
2037         * device/lib/libsdcc.lib: added abs and labs
2038         * device/include/float.h,
2039         * device/lib/_fsmul.c,
2040         * device/lib/printf_fast.c,
2041         * device/lib/printf_tiny.c: updated comments
2042
2043 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2044
2045         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2046         bug #1164313
2047
2048 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2049
2050         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2051         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2052
2053 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2054
2055         * device/lib/printf_large.c: removed inline assembly for portability and
2056           readability. Use printf_fast if speed or size are more important.
2057         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2058         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2059
2060 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2061
2062         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2063         prevent compiler warning
2064
2065 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2066
2067         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2068         moved to level 0 and declared as static. Also they are explicit
2069         placed in access bank. This was necessery because some times they
2070         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2071         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2072         optimizations. Currently only compare to unsigned char is implemented,
2073         * src/pic16/gen.c: added fReturnIdx array,
2074         * (struct resolvedIfx) is moved to gen.h and made public,
2075         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2076         * (aopForSym): added an optimization to directly store in stack of
2077         the operand of a SEND iCode,
2078         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2079         but as registers instead (AOP_REG) using the fReturnIdx array,
2080         * (pic16_freeAsmop): remove the freed register from the
2081         _G.sregsAlloc field,
2082         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2083         a compare of 'WREG',
2084         * (pic16_popGetTempRegCond): changed function prototype, now
2085         function takes also a bitVector argument v which holds the current
2086         set of registers that are allocated for stack access by aopForSym,
2087         registers allocated in aopForSym for accessing stack symbols are not
2088         any more part of the functions usedRegs field,
2089         * (genCall): some times aopOp is called for a stack variable to be
2090         send, aopForSym might perform the push, if this is true make sure
2091         that genCall doesn't push the variable twice by testing _G.resDirect,
2092         * (genFunction): changed testing for unspecified interrupt number
2093         from 256 to INTNO_UNSPEC,
2094         * modified selection scheme of frame pointer generation. Previously
2095         if function did use local registers a frame pointer was generated,
2096         now a frame pointer is generated only if function has arguments
2097         (that need PLUSW2 register access), or has stack arguments, or the
2098         compiler is not instructed to omit the frame pointer,
2099         * (genEndFunction): before restoring local registers that were saved
2100         in the function preamble, also restore the registers that *might*
2101         have been allocated for stack access,
2102         * (genRet): removed some old comments,
2103         * (genCmp, the active (RN's) version): added a call to the
2104         pic16_genCmp_special function to perform the compare with a more
2105         robust and optimized way,
2106         * (genInline): a feature has been added in inline code generation,
2107         which allows a wildcard variable substitution when writing inline
2108         assembly. Code is incomplete and experimental therefore undocumented,
2109         * (genCast): changed order of aopOp for result and right to allow
2110         aopForSym to directly load the result if possible,
2111         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2112         perform an optimized compare on some selected special occasions,
2113         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2114         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2115         generate an IVT any more,
2116         * src/pic16/main.c (pic16_optionsTable): added command line option
2117         --optimize-cmp,
2118         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2119         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2120         macros,
2121         * src/pic16/NOTES: Raphael Neider added in list of active developers
2122         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2123         jumptable_end to prevent bug #,
2124         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2125         inCond and outCond fields,
2126         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2127         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2128         turn off register spilling,
2129         * (packRegsForOneUse): synced with other ports' versions although it
2130         is not used currently,
2131         * (pic16_packRegisters): added an optimization while reading
2132         structure bitfields, some registers may be saved (malloc code is
2133         decreased by 80 bytes)
2134
2135 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2136
2137         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2138         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2139         this can be optimized more?
2140
2141 2005-03-10 Raphael Neider <rneider AT web.de>
2142
2143         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2144           genNearPointerGet): (hopefully) fixed access to bitfields via
2145           pointers (p->bitN = x; and x = p->bitN; failed)
2146
2147 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2148
2149         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2150
2151 2005-03-09 Raphael Neider <rneider AT web.de>
2152
2153         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2154
2155 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2156
2157         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2158         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2159           (regTypeNum): set REG_BIT type if necessary
2160         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2161         * support/regression/tests/critical.c: check bug 1144613
2162
2163 2005-03-02 Raphael Neider <rneider AT web.de>
2164
2165         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2166
2167 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2168
2169         * src/avr/ralloc.c (serialRegAssign),
2170         * src/ds390/ralloc.c (serialRegAssign),
2171         * src/hc08/ralloc.c (serialRegAssign),
2172         * src/mcs51/ralloc.c (serialRegAssign),
2173         * src/pic/ralloc.c (serialRegAssign),
2174         * src/pic16/ralloc.c (serialRegAssign),
2175         * src/xa51/ralloc.c (serialRegAssign),
2176         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2177
2178 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2179
2180         * src/SDCCast.c (decorateType): fixed bug 1124787
2181
2182 2005-02-20 Hubert Sack <sack AT digiplan.de>
2183         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2184
2185         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2186         patch #1121755
2187
2188 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2189
2190         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2191         to keep the correct label reference count when adding/removing references
2192         to labels. A peephole file using this is appended to patch #1144962.
2193
2194 2005-02-14 Raphael Neider <rneider AT web.de>
2195
2196         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2197         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2198         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2199           retrievals of result operand's value on assignment
2200
2201 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2202
2203         * device/include/pic16/string.h: modified prototype for memccpy()
2204         to memccpy(void *, void *, char, size_t)
2205         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2206         check whether to omit frame pointer or not,
2207         * (genInline): convert all occurences of "\n" to LF in inline
2208         assembler blocks, this helps formatting the inline text,
2209         * (pic16_loadFSR0): modified prototype,
2210         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2211         removed some 8051 legacy code,
2212         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2213         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2214         before allocating temporary registers in functions,
2215
2216 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2217
2218         * support/regression/tests/bitvars.c: corrected the "fix"
2219
2220 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2221
2222         * support/regression/tests/bitvars.c,
2223         * support/regression/tests/bitwise.c,
2224         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2225
2226 2005-02-10 Raphael Neider <rneider AT web.de>
2227
2228         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2229           different size for Alpha
2230         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2231
2232 2005-02-09 Raphael Neider <rneider AT web.de>
2233
2234         * src/SDCC.lex(doPragma) : save and restore warning options as well
2235           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2236         * have #pragma less_pedantic set the errorlevel to WARNING
2237           (fixes #1117001)
2238         * (cloneOptimize) : fixed wrong malloc's size
2239         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2240           facilitate correct handling of #pragma (save|restore)
2241
2242 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2243
2244         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2245
2246 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2247
2248         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2249
2250 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2253
2254 2005-02-02 Raphael Neider <rneider AT web.de>
2255
2256         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2257         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2258         * (pic16_storeForReturn): fixed to allow returning function pointers
2259         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2260         * device/include/pic16/{stddef.h,stdbool.h}: added
2261
2262 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2263
2264         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2265
2266 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2267
2268         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2269         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2270          appeared to be required
2271
2272 2005-01-31 Borut Razem <borut.razem AT siol.net>
2273
2274         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2275           include/mcs51 and include/z80 directories to the package
2276
2277 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2278
2279         * src/hc08/gen.c (genFunction): fixed bug #1112752
2280
2281 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2282
2283         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2284
2285 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2286
2287         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2288
2289 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2290
2291         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2292
2293 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2294
2295         * device/include/c8051fxxx.h: removed these 6 files
2296         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2297
2298 2005-01-26 Raphael Neider <rneider AT web.de>
2299
2300         * src/pic16/gen.c (genAssign): fixed assignment from longs
2301           in codespace (were cut to three bytes)
2302         * (genDummyRead): implemented (except for CODESPACE...),
2303           fixed bug #1108575
2304         * src/pic16/glue.c (emitStatistics): beautified
2305         * device/lib/pic16/libm/Makefile: added include path
2306
2307 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2308
2309         * src/z80/gen.c (aopPut): fixed bug #1103902
2310
2311 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2312
2313         * device/lib/expf.c: fixed bug #1095792
2314
2315 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2316
2317         * device/lib/pic16/libm: added Math library sources
2318
2319 2005-01-24 Raphael Neider <rneider AT web.de>
2320
2321         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2322           to enable upcast to pCodeOpReg2 (there is no type tag to
2323           differenciate the two and pic16_popGet2p cast into PCOR2)
2324         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2325           (sizeof(sectNames) changed to sizeof(sectName))
2326           Both patches fix segfaults under MinGW.
2327
2328 2005-01-23 Raphael Neider <rneider AT web.de>
2329
2330         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2331           Safe_[mc]?alloc()'ed variables
2332         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2333           of (byte sized) temporaries (assign them to WREG for now)
2334         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2335           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2336           this might fix SIGSEGVs on MinGW...
2337         * src/SDCCopt.c (killDeadCode): restored original behaviour
2338           (volatile operands might get thrown away though)
2339
2340 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2341
2342         * src/pic16/gen.c: fixed bug #1106975,
2343         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2344         pointer update, INTCON is saved, global interrupts are disabled and
2345         restored after updateing TOS.
2346         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2347         * added function attribute 'shadowregs' to take advantage of shadow
2348         registers,
2349         * added function attribute 'wparam' as an alternative to the wparam
2350         pragma,
2351         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2352         user declares a non-ISR function as 'shadowregs',
2353         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2354
2355 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2356
2357         * .version: bumped version number to 2.4.8
2358         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2359         pic16 port,
2360         * device/lib/pic16/libio/i2c/: I2C module support library,
2361         * device/include/pic16/i2c.h: I2C support library header,
2362         * device/lib/pic16/libc/stdio/: standard IO support sources,
2363         * (printf_small.c): printf_small() source, supports float print,
2364         * (printf_tiny.c): printf_tiny() source, does not support floats,
2365         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2366         enable global optimizations for entire library source, other
2367         Makefiles in the source tree are also modified to reflect this,
2368         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2369         function,
2370         * doc/sdccman.lyx: updated to reflect new changes,
2371         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2372         sym->onStack if-case,
2373         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2374         sbit, idata, _idata, xdata, _xdata,
2375         * added pragma library, to link an external library, (see doc),
2376         * removed command line options, --pomit-config-words, --pomit-ivt,
2377         --pleave-reset-vector,
2378         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2379         when calling assembler to reflect memory model used, also define
2380         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2381         reflect stack model used,
2382         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2383         on stack return NULL,
2384
2385 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2386
2387         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2388           of the operands is volatile. Fixes #1020220
2389
2390 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2391
2392         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2393         * (OptimizeRegUsage): make sure that there is really no other flow where
2394           the first pCode is used
2395
2396 2005-01-22 Raphael Neider <rneider AT web.de>
2397
2398         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2399           to fix #1106967 (pCode->seq are not set up correctly)
2400
2401 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2402
2403         * src/SDCCglue.c (glue): make sure code area is declared before the
2404         static initialization area.
2405
2406 2005-01-21 Raphael Neider <rneider AT web.de>
2407
2408         * device/lib/Makefile.in: fixed test for pic16 install dir
2409         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2410           optimizations
2411         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2412           added --optimize-goto compiler switch and pragma wparam documentation
2413         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2414         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2415           and PRODH closing bug #1071770 (peephole optimizer)
2416
2417 2005-01-19 Raphael Neider <rneider AT web.de>
2418
2419         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2420           cmdLine buffers (used when calling sdcpp...) are large enough
2421           (MAX_PATH=256 truncates arguments leading to system halts when
2422           used in MinGW...)
2423         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2424         * (genUminus): rewritten to for efficiency
2425         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2426           used uninitialized in some cases)
2427         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2428           copy the third byte from the int -- now assumes 0x80 (data memory)
2429         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2430           operands (genAddLit expects the iCode's operands to swapped as
2431           well), fixed leftover bytes (crashed for short left operands)
2432         * (pic16_genMinusDec): performance improvements, removed false
2433           PIC14 emitSKPNCs
2434         * (pic16_genMinus): fixed to cope with differently sized operands
2435         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2436           for --obanksel > 1
2437         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2438         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2439           new banksel optimization
2440         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2441           analysis for temporary registers (segfaults...)
2442         * src/pic16/peeph.def: added rule
2443
2444 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2445
2446         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2447         which converts a float number to its ASCII representation
2448         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2449         functions to convert the fractional and integer part of a float to ASCII,
2450         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2451         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2452         ram
2453         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2454         _STATMEM macros,
2455         * device/include/pic16/adc.h: added GPL info,
2456         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2457         a pCodeOp as tested operand,
2458         * (genNearPointerGet): optimized bit testing, does not use
2459         intermediate register for bit value, test directly instead with
2460         BTFSS, BTFSC, works only for single bits,
2461         * (genpic16Code): dump the name of the iCode in the asm,
2462         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2463         renamed to pic16_decodeOp,
2464         * (serialRegAssign): do not allocate a temporary register for iCode
2465         sequences that test a single bit for 1/0
2466
2467 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2468
2469         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2470         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2471         access stack and frame pointers. They are initially assigned to
2472         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2473         accessing SFRs. Updated all occurences of modification of stack or
2474         frame pointer in gen.c and pcode.c,
2475         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2476         assigning of a literal value to pointers,
2477         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2478         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2479         selected
2480
2481 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2482
2483         * doc/sdccman.lyx: update documentation about stack pragma, added
2484         some info for stack memory models
2485
2486 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2487
2488         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2489
2490 2005-01-08 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2493           udata sections to fix bug #1097823
2494
2495 2005-01-05 Raphael Neider <rneider AT web.de>
2496
2497         * src/pic16/gen.c (genGenericShift): added handling of differently
2498           sized left operand and result
2499
2500 2005-01-04 Raphael Neider <rneider AT web.de>
2501
2502         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2503         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2504           to hold the condition bit)
2505         * added new version of genCmp (old code available via #define)
2506         * added new version of genShiftLeft/genShiftRight in a generic
2507           way, now supports shifting by negative values
2508         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2509           shiftCount (expected by genGenericShift)
2510         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2511         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2512           dump
2513         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2514           is an invalid literal too...)
2515
2516 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2517
2518         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2519         from Raphael Neider,
2520         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2521         for 8-bit literals. This fixes some literal operands which are sign
2522         extended to 16-bits ints when instruction needs only 8-bits.
2523
2524 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2525
2526         * device/lib/logf.c: added mcs51 assembly version
2527         * device/lib/expf.c: added mcs51 assembly version
2528         * device/lib/_logexpf.c: new shared asm code for expf and logf
2529         * device/include/math.h: add defines for assembly math library
2530         * device/lib/Makefile.in: build new _logexpf.c
2531         * device/lib/libfloat.lib: use new _logexpf.c
2532
2533 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2534
2535         * src/pic/device.c
2536         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2537           device types which have less than 0x7f registers.
2538
2539 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2540
2541         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2542
2543 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2544
2545         * device/lib/printf_fast.c: only build on supported arch.
2546         * device/lib/printf_tiny.c: only build on supported arch.
2547         * device/lib/printf_fast_f.c: only build if asm float lib
2548         * device/lib/_fsget1arg.c: only build if asm float lib
2549         * device/lib/_fsget2args.c: only build if asm float lib
2550         * device/lib/_fsnormalize.c: only build if asm float lib
2551         * device/lib/_fsreturnval.c: only build if asm float lib
2552         * device/lib/_fsrshift.c: only build if asm float lib
2553         * device/lib/_fsswapargs.c: only build if asm float lib
2554         * device/include/stdio.h: don't provide print_fast,
2555           print_fast_f, print_tiny prototypes if --xstack used
2556
2557 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2558
2559         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2560         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2561           to the SOURCES
2562
2563 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2564
2565         * device/lib/printf_fast_f.c: same as printf_fast, but
2566           with floating point enabled
2567         * device/lib/printf_fast.c: minor tweaks
2568         * device/include/stdio.h: add printf_fast_f
2569
2570 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2571
2572         * src/SDCCmain.c: make --float-reent default for mcs51
2573         * device/lib/_fsadd.c: added mcs51 assembly version
2574         * device/lib/_fssub.c: added mcs51 assembly version
2575         * device/lib/_fsmul.c: added mcs51 assembly version
2576         * device/lib/_fsdiv.c: added mcs51 assembly version
2577         * device/lib/_fseq.c: added mcs51 assembly version
2578         * device/lib/_fsneq.c: added mcs51 assembly version
2579         * device/lib/_fsgt.c: added mcs51 assembly version
2580         * device/lib/_fslt.c: added mcs51 assembly version
2581         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2582         * device/lib/Makefile.in: add _fscmp to build
2583         * device/lib/libfloat.lib: add _fscmp to build
2584
2585 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2586
2587         * device/lib/_fs2slong.c: added mcs51 assembly version
2588         * device/lib/_fs2sint.c: added mcs51 assembly version
2589         * device/lib/_fs2schar.c: added mcs51 assembly version
2590         * device/lib/_fs2ulong.c: added mcs51 assembly version
2591         * device/lib/_fs2uint.c: added mcs51 assembly version
2592         * device/lib/_fs2uchar.c: added mcs51 assembly version
2593         * device/lib/_slong2fs.c: added mcs51 assembly version
2594         * device/lib/_sint2fs.c: added mcs51 assembly version
2595         * device/lib/_schar2fs.c: added mcs51 assembly version
2596         * device/lib/_ulong2fs.c: added mcs51 assembly version
2597         * device/lib/_uint2fs.c: added mcs51 assembly version
2598         * device/lib/_uchar2fs.c: added mcs51 assembly version
2599         * device/include/float.h: added #define to select asm vs c
2600
2601 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2602
2603         * device/lib/printf_fast.c: improvements to float output
2604         * device/include/float.h: add defines for assembly float library
2605         * device/lib/_fsget1arg.c: receive 1 float arg
2606         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2607         * device/lib/_fsnormalize.c: normalize a float
2608         * device/lib/_fsreturnval.c: return float, various helper routines
2609         * device/lib/_fsrshift.c: right shift a float's mantissa
2610         * device/lib/_fsswapargs.c: swap 2 floats
2611         * device/lib/Makefile.in: build these 6 new files for mcs51
2612         * device/lib/libfloat.lib: add these 6 files to the library
2613
2614 2004-12-26 Borut Razem <borut.razem AT siol.net>
2615
2616         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2617           built by gcc 3.4.2
2618
2619 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2620
2621         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2622           and fully reentrant and register bank neutral.
2623         * device/lib/printf_fast.c: added float (not enabled by default),
2624           added compact/slower integer (also not enabled by default),
2625           improved size/speed of fast integer code, other minor changes
2626         * device/include/stdio.h, device/lib/Makefile.in,
2627           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2628
2629 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2630
2631         * src/pic16/pcode.c: declaring variables other than at the start of a
2632           block is not supported in C by VC6.
2633
2634 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2635
2636         * applied a previous patch from Raphael Neider that wasn't included
2637         in the previous commits, which fixes infinite loops within jumptable
2638         improvements,
2639         * made some fixes that previous patches introduced
2640
2641 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2642
2643         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2644         that fixes an issue with AOP_PCODE asmop's offset,
2645         * (pic16_popCopyReg): update instance field too,
2646         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2647         function of pic port,
2648         * (genCmp, genAnd, genAssign),
2649         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2650
2651 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2652
2653         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2654         variables initial values to idata section,
2655         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2656         variables in some functions. This utilizes parmBytes field of iCode
2657         structure to hold the offset of the variable in stack. (might be
2658         able to use the stack field too?)
2659         * applied patch from Raphael Neider # ### , # ###
2660         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2661         variable initial values in idata section,
2662         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2663         for static variables with initial value
2664         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2665         applied fix in while loop from Raphael Neider.
2666
2667 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2668
2669         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2670         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2671         * src/ds390/ralloc.c (serialRegAssign): spill bits
2672         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2673         * support/Util/SDCCerr.c,
2674         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2675         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2676         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2677
2678 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2679
2680         * device/include/sdcc-lib.h: inserted LGPL, added includes
2681           asm/ds390/features.h and asm/mcs51/features.h
2682         * device/include/asm/default/features.h,
2683         * device/include/asm/gbz80/features.h,
2684         * device/include/asm/z80/features.h: added empty _AUTOMEM
2685           and _STATMEM
2686         * device/include/asm/ds390/features.h,
2687         * device/include/asm/mcs51/features.h: added files with defines for
2688           _AUTOMEM and _STATMEM indicating automatic and static storage class
2689         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2690         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2691         * src/SDCCicode.c (geniCodeCast),
2692         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2693         * src/SDCCloop.c (loopInduction): removed unused variable lr
2694         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2695           to convertToFcall to include char modulo (RFE 1065037), added check
2696           if left operand is unsigned and use abs of literal value
2697         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2698           as it doesn't work after conversion from peephole.def to peephole.rul
2699         * src/mcs51/gen.c (toBoolean): added check for size,
2700           (genModOneByte): optimized code for signed char modulo a literal
2701           power of 2 (thanks to Hubert Sack),
2702           (genRRC): removed unnecessary "clr c",
2703           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2704         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2705           jump optimization,
2706           swapped rules 256.c and 256.d,
2707           extended 256.d by using new multiple checks (thanks Erik),
2708           added rules 256.e and 256.f,
2709           updated rule 261.a and 261.b to new generated code
2710         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2711
2712 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2713
2714         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2715           induction related bugs, including first part of bug #1074377
2716
2717 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2718
2719         * applied patch from bug-report #1076292,
2720         * applied patches for genAnd and Goto-optimizations for Raphael
2721         Neider,
2722         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2723         dump a less iCode information,
2724         * src/pic16/device.h (pic16_options_t): added field debgen,
2725         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2726         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2727         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2728         puclic,
2729         * (various functions): added macros FENTRY and FENTRY2 to functions,
2730         to emit function prologue,
2731         * (various functions): fixed indentation,
2732         * (genNearPointerGet): fixed loading of FSR0,
2733         * (genPackBits): applied patch from Raphael Neider to fix updating
2734         of FSR0 and touching only the modified bits,
2735         * src/pic16/genarith.c (various functions): added macros FENTRY to
2736         emit function prologue in comments,
2737         * src/pic16/pcode.h: added functions debugf2, debugf3,
2738         * src/pic16/ralloc.c: partial fix for packForPush caused
2739         segmentation fault,
2740
2741 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2742
2743         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2744           <stsp AT users.sourceforge.net> with reversed byte order
2745         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2746
2747 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2748
2749         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2750           bug #1074377
2751         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2752         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2753
2754 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2755
2756         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2757
2758 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2759
2760         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2761           conditions,
2762           (setFromConditionArgs): friendly operand parser for peephole rules,
2763           (operandBaseName, operandsNotRelated): new peephole condition
2764           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2765           architecture specific register naming into account, handles n-way
2766           comparisons, and supports quoted literals
2767         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2768
2769 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2770
2771         * src/mcs51/peeph.def: fixed bug #1076940
2772
2773 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2774
2775         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2776
2777 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2778
2779         Adding support for replacing ljmps with sjmps in jumptables
2780         generated for switch statements. For now you need to set the
2781         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2782         Now 4 algorithms for mcs51 jumptable generation are used:
2783         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2784         addresses loaded pc-relative for up to 112 cases and stack-pushing
2785         target addresses loaded with offset from dptr for up to 256 cases.
2786
2787         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2788         * src/mcs51/main.c: adapted constants for switch table generation
2789         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2790
2791 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2792
2793         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2794         * support/regression/tests/bug1057979.c: added test for bug 1073386
2795
2796 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2797
2798         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2799         compilers
2800
2801 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2802
2803         * src/pic16/device.h,
2804         * src/pic16/genarith.c,
2805         * src/pic16/glue.c,
2806         * src/pic16/main.c,
2807         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2808
2809 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2810
2811         Large cummulative patch for pic16 port.
2812         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2813         to call when a stack overflow occurs,
2814         * (malloc.h): added CVS Id tag,
2815         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2816         variable,
2817         * added libc directory. The current version of LibC contains string
2818         functions, ctype functions and macros and some functions of the
2819         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2820         be extensively tested in the future. Standard disclaimer here.
2821         Library is not automatically build yet. But one can build it by
2822         invoking 'make' inside the libc directory.
2823         * added ADC library under libio. Preliminary version yet.
2824
2825         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2826         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2827         aopForRemat() now and not by pic16_aopOp(),
2828         * (pic16_popGetTempReg): removed warning messgae when allocating
2829         temporary registers, its a buggy feature and will be removed,
2830         * (pic16_popGet): set register instance field in AOP_CRY,
2831         * (pic16_outBitC): fixed for results in size greater than 1,
2832         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2833         * (pic16_storeForReturn): optimized return of 0,
2834         * (genCmp): experimental code for new genCmp which uses PIC18's
2835         special compare&skip instructions. Initial tests fail some times
2836         with variables grater than 1 byte in size, so new code is disabled,
2837         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2838         a single bit,
2839         * (genCast): began a fix to optimize the casting of a bit to another
2840         bit, now assigning a bitfield to another bitfield will fail, sorry,
2841         * src/pic16/main.c: disabled the use of lr-support feature,
2842         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2843         * added some function prototypes, added function _debugf prototype,
2844         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2845         bits with offset (case PO_GPR_BIT),
2846         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2847         command line,
2848         * (isBankInstruction): modified to return 0 for no banking instruction,
2849         and 1 for banking instruction,
2850         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2851         caused stop processing pCodes after a inline assembly block,
2852         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2853         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2854         registers when it shouldn't,
2855         * src/pic16/ralloc.c (allocReg): add preliminary support for
2856         supporting a limited set of temporary registers,
2857
2858 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2859
2860         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2861           genDataPointerSet): ensure assignments always copy in MSB to LSB
2862           order,
2863           (loadRegFromAop): recognize CLRH optimization,
2864           (genFunction): optimize RECEIVE iCodes in reentrant functions
2865
2866 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2867
2868         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2869           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2870           selected.
2871         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2872         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2873           contiguous with data
2874
2875 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2876
2877         * device/lib/_gptrget.c (_gptrget),
2878         * device/lib/_gptrgetc.c (_gptrgetc),
2879         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2880           instead of sjmp to ret
2881         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2882           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2883
2884 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2885
2886         * .version: bumped version to 2.4.7
2887         * device/lib/_gptrget.c (_gptrget): is now _naked
2888         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2889         * device/lib/_gptrput.c (_gptrput): is now _naked
2890         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2891           (createFunction): fixed xstack
2892         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2893         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2894           or bit either,
2895           (geniCodeCritical): store original interrupt state in an iTemp bit
2896           var unless stack-auto
2897         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2898         * src/SDCCmain.c (setIncludePath): added include/target to search path
2899         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2900         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2901           prototype,
2902           (processFuncArgs): put bit vars in bit area
2903         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2904           unsaveRBank): fixed xstack,
2905           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2906           (genFunction, genEndFunction): fixed xstack,
2907           (genAssign): optimization don't walk backwards through mem
2908         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2909         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2910         * support/regression/Makefile: also make library (for stack-auto) when
2911           making "all" and added "test-mcs51-xstack-auto"
2912         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2913         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2914         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2915         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2916         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2917           make-library by MAKE_LIBRARY
2918         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2919           regression tests for xstack
2920         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2921         * support/regression/tests/critical.c: test for critical on mcs51
2922
2923 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2924
2925         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2926           built version of sdcc instead of installed version
2927
2928 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2929
2930         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2931         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2932           vprintf.c now
2933         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2934         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2935           WARNING: remove device/lib/build/z80/printf.o by hand when
2936           updating from previous build!
2937         * device/lib/z80/printf.c: updated comment
2938         * support/regression/tests/bug1057979.c: test all ports now
2939         * support/regression/tests/bug1065458.c: file added
2940
2941 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2942
2943         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2944           *_start and *_end symbols for static functions
2945
2946 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2947
2948         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2949           and search crt0.o in all library paths,
2950           (setIncludePath): proper handling of --nostdinc,
2951           (setLibPath): proper handling of --nostdlib
2952         * support/regression/Makefile,
2953         * support/regression/ports/ds390/spec.mk,
2954         * support/regression/ports/gbz80/spec.mk,
2955         * support/regression/ports/hc08/spec.mk,
2956         * support/regression/ports/mcs51/spec.mk,
2957         * support/regression/ports/mcs51-large/spec.mk,
2958         * support/regression/ports/mcs51-stack-auto/spec.mk,
2959         * support/regression/ports/z80/spec.mk: use include and lib files from
2960           built version of sdcc instead of installed version
2961         * doc/sdccman.lyx: fixed typo in --nostdinc
2962
2963 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2964
2965         * src/pic/pcode.c,
2966         * src/pic/device.c,
2967         * src/pic/ralloc.c,
2968         * src/pic/gen.c : added support to generate code for struct bit fields.
2969
2970 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2971
2972         * as/xa51/xa_version.h,
2973         * device/include/errno.h,
2974         * device/include/regc515c.h,
2975         * device/lib/_itoa.c,
2976         * device/lib/_ltoa.c,
2977         * device/lib/ser_ir_cts_rts.c,
2978         * sim/ucsim/xa.src/glob.cc,
2979         * sim/ucsim/xa.src/inst_gen.cc,
2980         * sim/ucsim/xa.src/xa_bit.cc,
2981         * sim/ucsim/xa.src/xa_sfr.cc,
2982         * sim/ucsim/z80.src/inst_dd.cc,
2983         * sim/ucsim/z80.src/inst_fdcb.cc,
2984         * support/scripts/keil2sdcc.pl,
2985         * src/pic16/pic16.dsp,
2986         * src/pic16/pic16a.dsp: corrected cvs line endings
2987         * device/lib/printf_large.c: fixed bug 1057979
2988         * src/pic16/gen.c: fixed non-C standard code
2989         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2990         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2991         * support/regression/ports/mcs51/support.c: reload T1 asap
2992         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2993           pdata use and clear idata startup behaviour
2994         * support/regression/tests/bug1057979.c: added
2995
2996 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2997
2998         * device/examples/ds390/ow390/ad26.h,
2999         * device/examples/ds390/ow390/cnt1d.h,
3000         * device/examples/ds390/ow390/crcutil.c,
3001         * device/examples/ds390/ow390/ownet.h,
3002         * device/examples/ds390/ow390/owsesu.c,
3003         * device/examples/ds390/ow390/swt12.h,
3004         * device/examples/ds390/ow390/swtoper.c,
3005         * device/examples/ds390/ow390/temp10.h,
3006         * device/examples/ds390/ow390/thermodl.c,
3007         * device/examples/ds390/tinitalk/tinitalk.dsp,
3008         * device/examples/ds390/tinitalk/tinitalk.dsw,
3009         * device/examples/mcs51/clock/hw.h,
3010         * device/examples/mcs51/simple2/go.bat,
3011         * device/examples/serialcomm/windows/serial.h,
3012         * device/examples/xa51/dummy.c,
3013         * device/examples/xa51/hello.c,
3014         * device/include/80c51xa.h,
3015         * device/include/at89x051.h: corrected cvs line endings
3016
3017 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3018
3019         * src/pic16/main.c (options): added command line --gstack, to trace
3020         stack over/under flows,
3021         * added pragma 'wparam' to allow passing first byte of function
3022         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3023         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3024         call to __gstack_test function and sets up the symbol as extern,
3025         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3026         * popaop): added call to pic16_testStackOverflow,
3027         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3028         wparamList list,
3029         * (genCall, genPcall): now all parameters are passed via stack
3030         except in functions that are pass to wparam pragma in which WREG is
3031         used too,
3032         * (genPcall): REENTRANT flag is checked to see if variable prototype
3033         contains reentrant keyword, don't call a non-reentrant function, via
3034         a reentrant function pointer or vice versa, functions are never
3035         passed via WREG,
3036         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3037         D.Winkler,
3038         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3039         SIGSEGV when accessing a NULL register stucture,
3040         * (pic16_printGPointerType): modified to handle UPPER modifier for
3041         function initializers, changed prototype of function to simpler one,
3042         * (pic16_printIvalFuncPtr): check to see if function is already
3043         added in externs list,
3044         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3045         optimized a move from W to SFR with a move to the same register
3046         later after a CALL,
3047         * device/lib/pic16/debug: NEW directory, contains debug features
3048         which are enabled when linking with libdebug.lib, currently command
3049         line option --gstack enables stack pointer tracing for over/under
3050         flow, corresponding sources are in debug/gstack
3051
3052 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3053
3054         * doc/sdccman.lyx: updated SDCC version,
3055         * (PIC16 port): update list of command line options,
3056         * src/pic16/device.h (structure pic16_options_t): added field gstack
3057         to enable stack overflow tracing on push/pops,
3058         * src/pic16/device.c (statistics structure): added statistics
3059         structure,
3060         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3061         pic16_dump_int_registers): increase statistics counters for each
3062         * variable which is encountered
3063         * (pic16_dump_usection): emit each .udata variable to its own udata
3064         section,
3065         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3066         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3067         parameters via stack, otherwise use old scheme,
3068         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3069         assembler output file,
3070         * src/pic16/main.c: added command line options --gstack to enable
3071         push/pop tracing for stack overflow,
3072         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3073         instructions): added size of each instruction,
3074         * (pic16_countInstruction): estimate size of instructions in
3075         the_pFile list, inline assembly blocks are not counted,
3076         * (pic16_FixRegisterBanking): trace previous register usage, when
3077         banksel optimizations is greater than 0, don't emit a redudant
3078         banksel directive,
3079
3080 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3081
3082         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3083         * src/pic16/ralloc.c : applied same fix for pic16.
3084         * src/pic/gen.c : tidied it up a little.
3085
3086 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3087
3088         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3089         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3090
3091 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3092
3093         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3094
3095 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3096
3097         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3098         non-reentrant function __modsint in the interrupt function (thus
3099         corrupting math operations during serial I/O)
3100         * device/lib/ser_ir.c: as above, changed buffersize
3101         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3102         256.c,d for zeroing
3103         * doc/Makefile: added option -t for rsync
3104
3105 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3106
3107         * src/SDCCast.h (struct ast),
3108         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3109
3110 2004-10-20 Borut Razem <borut.razem AT siol.net>
3111
3112         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3113         package
3114
3115 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3116
3117         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3118         makefile targets,
3119         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3120         support functions to replace long sequences of MOVFF's from access
3121         bank registers to stack and vice versa,
3122         * src/pic16/device.h: added new field opt_flags, where optimization
3123         flags can be set to enable certain features,
3124         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3125         * pBlock, (genFunction, genEndFunction): surroung loop for
3126         saving/loading used registers in stack with PC_INFO pCodes,
3127         INF_LREGS. Code in between can then be optimized by pCode optimizer
3128         to support function calls,
3129         * (genDataPointerSet): fixed bug which loaded float fields in
3130         structures with corrupt data,
3131         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3132         in a standard way debug info on stderr. Feature used for developing
3133         and debugging only,
3134         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3135         obsolete chunks of code,
3136         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3137         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3138         * pic16/src/pcode.c (pic16_newpCodeInfo,
3139         * (pic16_newpCodeOpLocalRegs),
3140         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3141         feature,
3142         * (pic16_pCodeConstString): printing of the initial value of a
3143         symbol as a comment is inhibited since parsing was already done by
3144         copyStr and output is corrupt,
3145         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3146
3147 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3148
3149         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3150
3151 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3152
3153         * as/mcs51/lkarea.c: removed old K&R style,
3154           (lnksect): changed check on boundary error,
3155           (lnksect2): changed check on boundary error,
3156           (lnksect2): extend XSTK to end of page if size = 1
3157         * as/mcs51/lkmain.c: removed old K&R style,
3158           (Areas51): create l_IRAM symbol
3159         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3160         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3161           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3162         * device/lib/_mullong.c: added version to be compiled with xstack
3163         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3164         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3165         * device/lib/mcs51/crtxstack.asm: fixed comment
3166         * src/SDCCglue.c: maxInterrupts defaults to 0,
3167           (emitMaps): added pdata,
3168           (createInterruptVect): (re)moved default,
3169           (glue): added pdata,
3170           (glue): moved __start__xstack to XSTK with default size 1
3171         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3172           and options.float_rent when options.stackAuto is set,
3173           (linkEdit): only write XDATA_NAME if provided on command line
3174         * src/SDCCmem.h,
3175         * src/SDCCmem.c: added pdata
3176         * src/port.h: added pdata_name to PORT
3177         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3178           (saveRegisters, unsaveRegisters): removed usage of B,
3179           (genMinus): fixed accumulator clash,
3180           (genJumpTab): added comment, this needs another look
3181         * src/mcs51/gen.c: added check for "B in use" paranoia,
3182           added pushB() and popB()
3183         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3184           chance
3185         * src/avr/main.c,
3186         * src/ds390/main.c,
3187         * src/hc08/main.c,
3188         * src/mcs51/main.c,
3189         * src/pic/main.c,
3190         * src/pic16/main.c,
3191         * src/xa51/main.c,
3192         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3193           added PSEG (PAG,XDATA) or NULL to port specifier
3194         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3195         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3196           (_mcs51_genInitStartup): removed __start__xstack equ,
3197           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3198         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3199         * src/z80/gen.c (_rleAppend): fixed warnings
3200         * support/regression/tests/zeropad.c: added pdata test
3201         * .version: bumped to 2.4.6
3202
3203 2004-10-17 Borut Razem <borut.razem AT siol.net>
3204
3205         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3206         as a part of nightly build
3207
3208 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3209
3210         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3211         WREG holds the first byte function parameters,
3212         * (aopForSym): take special case for symbols which are in FARSPACE
3213         but in CODESPACE too,
3214         * (assignResultValue): modified to take into account _G.useWreg,
3215         * (genCall): don't use wreg for parameter passing when function is
3216         declared as reentrant, too, added optimization INCF to stack
3217         pointer when stack parameter count is 1,
3218         * (genFunction, genEndFunction): refurnished and fixed to not using
3219         wreg for passing parameters when function has varargs or is
3220         reentrant, fixed bug with symbol name compare for generating
3221         functions in absolute address,
3222         * (pic16_storeForReturn): refurnished,
3223         * (genCmp): began writing a new version of the function, not ready
3224         yet, therefore it is disabled,
3225         * (genAssign): do not read code memory when assigning a function to
3226         a pointer function,
3227         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3228         array of characters, not pointer,
3229         * (pic16initialComments): in debug mode emit an .ident directive for
3230         the assembler,
3231         * (_process_pragma): emit a new warning type (internal to pic16)
3232         when setting stack to default length, emit a similar warning when
3233         placing a function at absolute address and address is not word aligned
3234         * (_pic16_parseOptions): added 'return TRUE' statement,
3235         * (_pic16_linkEdit): if compiling a source, then add the source's
3236         file object, first in the list of objects to link,
3237
3238 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3239
3240         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3241         * src/pic/main.c : removed VC warning.
3242         * src/pic/gen.c : changed comment.
3243
3244 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3245
3246         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3247         reference to a deprecated symbol _GPTRREG was causing failure to
3248         link. Thanks G. M. Gallant for the info.
3249
3250 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3251
3252         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3253         comments for Bugs item #954788.
3254
3255 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3256
3257         * src/pic16/device.c (pic16_dump_gsection,
3258         * pic16_groupRegistersInSection): handle symbols declared to be in
3259         access bank differently,
3260         * src/pic16/gen.c (struct _G): added field resDirect,
3261         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3262         send values read from stack directly to result and don't allocate
3263         temporary values,
3264         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3265         same registers,
3266         * (pic16_sameRegsOfs): NEW,
3267         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3268         free because they were not allocated from temporary pool,
3269         * pic16_popRegFromString): workaround to fix a problem with
3270         allocating variables twice or never,
3271         * (genGenPointerGet): using PRODL instead of FSR0H,
3272         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3273         instead of FSR0H,
3274         * (genAssign): take advantage of the _G.resDirect flag,
3275         * (genCast): around line 11844, use mov2f instead of directly
3276         MOVFF'ing between operands to account for literal values,
3277         * src/pic16/genutils.c: some new debug functions for gpsim have been
3278         added,
3279         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3280         float with integer part only,
3281         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3282         place variables in access bank
3283         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3284         updated sources to reflect recent changes in gen.c
3285
3286 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3287
3288         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3289         sources that searched for headers in installation path, now the
3290         device/include/pic16 is used,
3291         * src/pic16/glue.c (pic16glue),
3292         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3293         .line directives if not in debug mode, this suppresses assembler's
3294         warnings for ignored directives
3295
3296 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3297
3298         * src/port.h: made reset_regparms prototype void parameter explicit.
3299         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3300         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3301         * doc/sdccman.lyx: documented warning disabling and how to use
3302           printf_large to make it print floats.
3303         * device/include/stdbool.h: NEW
3304         * device/lib/_atof.c,
3305         * device/lib/_divuint.c,
3306         * device/lib/_divulong.c,
3307         * device/lib/expf.c,
3308         * device/lib/printf_large.c,
3309         * device/lib/sincosf.c,
3310         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3311         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3312           a completely reentrant lib.
3313
3314 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3315
3316         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3317         * device/include/pic16/stdio.h: fixed bug with colon
3318
3319 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3320
3321         * device/include/pic16/stdio.h,
3322         * device/include/pic16/stdlib.h,
3323         * device/include/pic16/math.h: NEW
3324         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3325         declared as _naked to reduce overhead
3326         * device/lib/Makefile.in (target port-specific-objects-pic16):
3327         changed * to *.* so to ignore the CVS directory,
3328         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3329         stacked variables back in stack,
3330         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3331         corruption
3332
3333 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3334
3335         * .version: bumped version number to 2.4.5
3336         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3337         * support/Util/SDCCerr.c (messages structure): added entry for
3338         W_POSSBUG2
3339
3340         Large cumulative patch for pic16 port and libraries.
3341         * device/include/pic16/sdcc-lib.h,
3342         * device/include/pic16/stdarg.h,
3343         * device/include/asm/pic16/features.h,
3344         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3345         * device/include/pic16/float.h: changes reentrant keyword with
3346         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3347         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3348         updated target build-libraries to include objects from gptr,
3349         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3350         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3351         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3352         all function headings,
3353         * src/SDCCmain.c: added global parameter userIncDirsSet,
3354         * (parseCmdLine): when option -I is encountered add directory to
3355         userIncDirsSet too,
3356         * src/version.awk: added space between control and long,
3357         * src/pic16/NOTES: added some notes for the port,
3358         * src/pic16/gen.c: added prototype for mov2fp function,
3359         * (fReturnpic16[]): properly named return value registers,
3360         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3361         * (aopForSym): added code to handle symbols with onStack flag set,
3362         symbols onStack are allocated PTRSIZE bytes,
3363         * (aopFreeAsmop): handles special case where asmops are stack objects,
3364         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3365         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3366         added argument lock to trace flaws in allocating temporary registers
3367         when developing port,
3368         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3369         * (pic16_popRegFromString): reenabled allocating a direct register
3370         from string,
3371         * (assignResultValue): various beautifications,
3372         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3373         referenced function argument,
3374         * (genIpush): reenabled to allow stacked arguments, handles only
3375         ic->parmPush iCodes,
3376         * (genCall, genPcall): major changes to allow for variable argument
3377         functions, fixed a bug with falsely restoring stack pointer after
3378         returning from call,
3379         * (genFunction): pending code for critical function,
3380         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3381         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3382         * (genNearPointerGet): fixed bug with indirect reading, was always
3383         reading from INDF0
3384         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3385         pointers,
3386         * (genAddrOf): rewrote code to take address of a stacked function parameter
3387         * (genCast): fixed casting to generic pointer type,
3388         * src/pic16/gen.h: added AOP_STA,
3389         * (struct asmop): added field stk,
3390         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3391         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3392         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3393         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3394         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3395         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3396         generic pointers,
3397         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3398         and library paths,
3399         * (pic16_port structure): generic pointer size is set to 3,
3400         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3401         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3402         compiler warning,
3403         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3404         operand is an iTemp,
3405
3406 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3407
3408         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3409         * debugger/mcs51/simi.c: addapt new syntax of s51
3410
3411 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3412
3413         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3414         * src/pic16/pcode.c: commented out some calls to free() in order to
3415         fix bug #989576,
3416
3417 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3418
3419         * src/SDCCicode.h,
3420         * src/SDCCicode.c (isiCodeInFunctionCall),
3421         * src/avr/ralloc.c (selectSpil),
3422         * src/pic/ralloc.c (selectSpil),
3423         * src/pic16/ralloc.c (selectSpil),
3424         * src/ds390/ralloc.c (selectSpil),
3425         * src/hc08/ralloc.c (selectSpil),
3426         * src/xa51/ralloc.c (selectSpil),
3427         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3428         stack in the middle of a function call sequence (fixes bug #1020268)
3429         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3430         costs associated with the minimum switch case.
3431
3432 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3433
3434         * src/SDCC.lex: fixed bug #1030549
3435
3436 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3437
3438         * src/SDCCcse.h (struct cseDef),
3439         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3440         over a function call if the CSE is derived from a symbol whose
3441         address has been taken (fixes bug #1029883)
3442         * support/regression/tests/bug-1029883: a new regression test for
3443         this bug
3444
3445 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3446
3447         * src/hc08/gen.c (emitinline): fixed bug #1029778
3448         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3449         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3450         and starts toward RFE #905167)
3451
3452 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3453
3454         * src/pic16/gen.c (mov2f): New function to move an operand to
3455         another without considering if it is a literal or a register,
3456         * (pic16_sameRegs): don't check if they are both AOP_REG,
3457         * (AccRsh): removed andmask=0 lines,
3458         * (genLeftShift): duplicated to be improved in future versions,
3459         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3460         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3461         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3462         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3463         * (insertBankSwitch): fixed inserting banksel directives algorithm
3464         for instructions that follow a skip instruction, this fixes a report
3465         for broken subtraction code generation,
3466         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3467         iCode is a left op, just in case result and right share the same
3468         registers
3469
3470 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3471
3472         * src/hc08/main.c,
3473         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3474         preservation of HX
3475         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3476         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3477         on 2004-09-12; it was buggy
3478
3479 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3480
3481         * src/SDCCsymt.h: removed RESULT_CHECK
3482         * src/SDCCast.c,
3483         * src/SDCCglue.c,
3484         * src/SDCCval.c,
3485         * src/pic/glue.c,
3486         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3487
3488 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3489
3490         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3491         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3492         configuration values no more rejected by compiler, they are assigned
3493         to configuration registers with a warning message instead,
3494         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3495         the for-loop so last conf register is emitted too,
3496         * (_pic16_initPaths): link library libsdcc.lib by default,
3497         * (_hasNativeMulFor): modified test for multiplication according to
3498         Raphael Neider's remarks. Integer multiplication is also done with
3499         support functions,
3500         * device/include/pic16/pic18fregs.h: corrected type error in while
3501         testing and including 18f6720 header file
3502
3503 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3504
3505         * src/pic16/device.h (pic16_options): removed field use_crt,
3506         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3507         until an optimization to handle single bits is added,
3508         * (pic16_loadFSR0): moved before genUnpackBits,
3509         * (genAnd): some white lines removed,
3510         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3511         leave_reset flags in pic16_options when using crt modules,
3512
3513 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3514
3515         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3516           for bugs 898889 & 979599. Also used some safer print instructions.
3517
3518 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3519
3520         * src/pic16/device.h (pic16_options_t): added field use_crt,
3521         crt_name, no_crt,
3522         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3523         catch a probable future bug,
3524         * src/pic16/gen.c: aopIdx function commented out,
3525         * (genAssign): commented out old code which used aopIdx,
3526         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3527         code, added if conditionals to take into account the --use-crt
3528         command line options,
3529         * src/pic16/main.c (pic16_optionsTable): added new command line
3530         options, --use-crt= and --no-crt,
3531         * (_pic16_linkEdit): now the proper crt object is added in the
3532         linker command line except than when --no-crt is specified,
3533         * src/pic16/pcode.c,
3534         * src/pic16/pcode.h: added some structures and functions for a new
3535         optimization scheme to compansate for instruction overhead between
3536         same iCodes, this scheme is currently under development and is not
3537         working in any way,
3538         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3539         to && operator,
3540         * device/lib/pic16/startup/crt0i.c,
3541         * device/lib/pic16/startup/crt0iz.c: added global char variable
3542         __uflags to force the generation of an idata section
3543
3544 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3545
3546         * doc/Makefile,
3547         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3548         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3549
3550 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3551
3552         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3553         Frieder) and clarified the default code optimization mode
3554
3555 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3556
3557         * src/SDCC.lex (doPragma, process_pragma),
3558         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3559         "opt_code_size", and "opt_code_balanced"
3560         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3561         regrouped options by category, added support for category headers
3562         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3563         and "--opt-code-size"
3564         * doc/sdccman.lyx: documented these new options and pragmas
3565         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3566         preference into account
3567
3568 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3569
3570         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3571           geniCodePreDec): Fixed bug 904237 by generating a warning
3572         * src/SDCCerr.h,
3573         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3574
3575 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3576
3577         * src/pic/device.c : When no max ram set validate full memory range.
3578         * src/pic/pcode.c,
3579         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3580
3581 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3582
3583         * device/lib/_gptrget.c,
3584         * device/lib/_gptrput.c: updated comment
3585         * device/lib/calloc.c,
3586         * device/lib/free.c,
3587         * device/lib/malloc.c,
3588         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3589         * src/SDCCcse.c (cseBBlock),
3590         * src/SDCCicode.c (printOperand, geniCodeArray),
3591         * src/SDCCicode.h (struct operand): fixed bug 868103
3592         * support/regression/tests/bug-868103.c: added
3593         * src/SDCCast.c (searchLitOp),
3594         * src/SDCCcse.h (struct cseDef),
3595         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3596         * src/SDCCicode.h (struct operand),
3597         * src/SDCCsymt.h (struct sym_link),
3598         * src/avr/gen.c (hasInc),
3599         * src/ds390/gen.c (hasInc),
3600         * src/hc08/gen.c (genPlusIncr, hasInc),
3601         * src/mcs51/gen.c (hasInc),
3602         * src/pic16/glue.c (pic16_printIvalChar),
3603         * src/pic16/ralloc.c (regWithIdx),
3604         * src/xa51/gen.c (hasInc) : removed warnings
3605         * src/SDCCast.c (createBlock): added comment ???
3606         * src/hc08/ralloc.c: updated comments
3607
3608 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3609
3610         * doc/sdccman.lyx: updated section on switch statements, added
3611         section about semaphore locking
3612         * doc/Makefile: added option -info for latex2html
3613         * device/lib/_gptrget.c,
3614         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3615
3616 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3617
3618         * src/pic/device.h,
3619         * src/pic/device.c,
3620         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3621          maxram is less than 0x100.
3622
3623 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3624
3625         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3626
3627 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3628
3629         * src/port.h,
3630         * src/mcs51/main.c,
3631         * src/ds390/main.c,
3632         * src/z80/main.c,
3633         * src/hc08/main.c,
3634         * src/pic/main.c,
3635         * src/pic16/main.c,
3636         * src/avr/main.c,
3637         * src/xa51/main.c
3638         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3639         a jump table is the best form for a switch statement, including
3640         automatic insertion of missing cases to make the case range
3641         continuous. Developed in collaboration with Frieder Ferlemann.
3642
3643 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3644
3645         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3646         accumulator result if it needs sign extension
3647
3648 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3649
3650         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3651
3652 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3653
3654         * device/lib/gbz80/printf.c,
3655         * device/lib/z80/printf.c: removed define for NULL
3656
3657 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3658
3659         * as/xa51/xa_link.c,
3660         * device/examples/ds390/ow390/ad26.c,
3661         * device/examples/ds390/ow390/cnt1d.c,
3662         * device/examples/ds390/ow390/counter.c,
3663         * device/examples/ds390/ow390/ds2480.h,
3664         * device/examples/ds390/ow390/ds2480ut.c,
3665         * device/examples/ds390/ow390/findtype.c,
3666         * device/examples/ds390/ow390/gethumd.c,
3667         * device/examples/ds390/ow390/owllu.c,
3668         * device/examples/ds390/ow390/ownetu.c,
3669         * device/examples/ds390/ow390/swt12.c,
3670         * device/examples/ds390/ow390/swtloop.c,
3671         * device/examples/ds390/ow390/temp.c,
3672         * device/examples/ds390/ow390/temp10.c,
3673         * device/examples/ds390/ow390/thermo21.c,
3674         * device/examples/ds390/ow390/tinilnk.c,
3675         * device/examples/ds390/ow390/tstfind.c,
3676         * device/examples/serialcomm/windows/serial.cpp,
3677         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3678         * device/include/reg51.h: fixed line endings for cvs
3679
3680 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3681
3682         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3683         packRegsForAccUse, packRegisters): new accumulator register
3684         packing algorithm
3685         * support/regression/ports/hc08/support.c (_putchar): suppress
3686         warning of unused variable
3687         * src/SDCCicode.c: added SWAP entry to codeTable
3688
3689 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3690
3691         * device/lib/sprintf.c: forgot to add this file before previous commit
3692
3693 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3694
3695         * src/pic16/gen.c (genPackBits): added operand right in function
3696         parameters, load result directly if p_type is POINTER (that is
3697         called by genNearPointerSet)
3698         * (genUnPackBits): added operand left in function parameters,
3699         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3700         FSR0 if accessing bitfields,
3701
3702 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3703
3704         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3705           _print_format; updated printf, sprintf, vsprintf
3706         * device/include/asm/default/features.h: corrected comment/define
3707         * device/lib/Makefile.in: added sprintf.c
3708         * device/lib/libsdcc.lib: added sprintf module
3709         * device/lib/printf_large.c,
3710         * device/lib/vprintf.c,
3711         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3712           into these 3 files
3713         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3714         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3715         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3716           hc08 test
3717         * support/regression/tests/zeropad.c: define idata as data for hc08
3718
3719 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3720
3721         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3722         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3723         labels are referenced at least once (even if a reference is not found)
3724         * src/hc08/gen.c (emitcode): set isComment flag for comments
3725         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3726         loads), rules 6a..6b (optimize jumps to return)
3727
3728 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3729
3730         * device/lib/acosf.c (acosf),
3731         * device/lib/asinf.c (asinf),
3732         * device/lib/atanf.c (atanf),
3733         * device/lib/ceilf.c (ceilf),
3734         * device/lib/cosf.c (cosf),
3735         * device/lib/coshf.c (coshf),
3736         * device/lib/cotf.c (cotf),
3737         * device/lib/fabsf.c (fabsf),
3738         * device/lib/floorf.c (floorf),
3739         * device/lib/log10f.c (log10f),
3740         * device/lib/logf.c (logf),
3741         * device/lib/sinf.c (sinf),
3742         * device/lib/sinhf.c (sinhf),
3743         * device/lib/sqrtf.c (sqrtf),
3744         * device/lib/tanf.c (tanf),
3745         * device/lib/tanhf.c (tanhf),
3746         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3747         replaced all instances of "reentrant" in the library functions
3748         defined in math.h with this macro.
3749         * support/regression/tests/float_trans.c: reenabled test for hc08
3750
3751 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3752
3753         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3754         erroneously deleted
3755
3756 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3757
3758         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3759         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3760         multi-byte volatile operands are used
3761         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3762         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3763         initialization to area GSINIT0 so that it would always precede
3764         any static initializers in GSINIT
3765         * support/regression/tests/zeropad.c: fixed idata define for hc08
3766         * support/regression/tests/bug-927659.c,
3767         * support/regression/tests/float_trans.c: disabled tests for hc08
3768         pending missing library routines
3769         * .version: increased version number to 2.4.4 - hc08 port now passes
3770         regression tests
3771
3772
3773 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3774
3775         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3776         * Makefile.common.in,
3777         * as/Makefile,
3778         * as/hc08/Makefile.in,
3779         * as/mcs51/Makefile.in,
3780         * as/z80/Makefile.in,
3781         * debugger/mcs51/Makefile.in,
3782         * device/include/Makefile.in,
3783         * device/lib/Makefile.in,
3784         * doc/Makefile,
3785         * link/Makefile,
3786         * link/z80/Makefile.in,
3787         * packihx/Makefile.in,
3788         * sim/ucsim/main_in.mk,
3789         * sim/ucsim/avr.src/Makefile.in,
3790         * sim/ucsim/doc/Makefile.in,
3791         * sim/ucsim/gui.src/serio.src/Makefile.in,
3792         * sim/ucsim/hc08.src/Makefile.in,
3793         * sim/ucsim/s51.src/Makefile.in,
3794         * sim/ucsim/xa.src/Makefile.in,
3795         * sim/ucsim/z80.src/Makefile.in,
3796         * src/Makefile.in,
3797         * support/cpp2/Makefile.in,
3798         * support/librarian/Makefile,
3799         * support/makebin/Makefile: added DESTDIR to the install path proposed
3800         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3801         * doc/sdccman.lyx: added DESTDIR documentation
3802
3803 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3804
3805         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3806         instruction for interrupt handlers, use fast returns when returning
3807         from high priority interrupts
3808
3809 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3810
3811         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3812         code generation
3813         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3814         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3815         bugs, ported much of Bernhard's code from mcs51
3816         * src/mcs51/gen.c (genSend),
3817         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3818         than one when calling a reentrant function
3819         * device/lib/_mullong.c: defined an alternate struct layout for big
3820         endian ports (hc08)
3821
3822 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3823
3824         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3825         test
3826
3827 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3828
3829         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3830         are sane and complete before asking the port its prefered parameter
3831         passing method (fixes bug #1017633)
3832         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3833         and _ret3
3834
3835 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3836
3837         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3838         problem in bitfields >= 8 bits.
3839
3840 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3841
3842         * src/SDCCsymt.c: undid changes that were not meant to be committed
3843
3844 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3845
3846         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3847
3848 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3849
3850         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3851           copied and wrong bit got inverted
3852
3853 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3854
3855         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3856         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3857         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3858         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3859         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3860         assignments to bitfields at known addresses
3861         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3862         reads from bitfields at known addresses
3863         * src/hc08/ralloc.c (packRegisters),
3864         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3865         genhc08Code): optimize pointer get values used as conditionals
3866         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3867         and branch
3868
3869 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3870
3871         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3872         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3873         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3874         as conditionals
3875
3876 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3877
3878         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3879
3880 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3881
3882         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3883         related problems
3884
3885 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3886
3887         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3888
3889 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3890
3891         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3892         mcs51 port
3893
3894 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3895
3896         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3897
3898 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3899
3900         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3901         cases use more compact code.
3902
3903 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3904
3905         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3906
3907 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3908
3909         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3910
3911 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3912
3913         * src/SDCCsymt.h,
3914         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3915         parameter of changePointer() from symbol* to sym_link*
3916         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3917         * src/SDCCsymt.c (compareType): void* type is castable to other
3918         pointers, but not necesarily an exact match.
3919         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3920         is no longer blindly treated as an exact match.
3921         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3922
3923 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3924
3925         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3926
3927 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3928
3929         * src/pic/gen.c,
3930         * src/pic/pcode.c,
3931         * src/pic/ralloc.h,
3932         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3933
3934 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3935
3936         * src/pic/device.c,
3937         * src/pic/device.h,
3938         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3939
3940 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3941
3942         * src/mcs51/gen.c (emitcode): fixed bug #992819
3943
3944 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3945
3946         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3947           there's no need to make it worse
3948
3949 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3950
3951         * src/mcs51/ralloc.c (deassignLR),
3952         * src/ds390/ralloc.c (deassignLR),
3953         * src/hc08/ralloc.c (deassignLR),
3954         * src/z80/ralloc.c (deassignLR),
3955         * src/pic/ralloc.c (deassignLR),
3956         * src/pic16/ralloc.c (deassignLR),
3957         * src/avr/ralloc.c (deassignLR),
3958         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3959         rlivePoint): fixed another part of bug #971834
3960
3961 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3962
3963         * src/z80/main.c: enabled "critical" keyword
3964         * src/z80/mappings.i,
3965         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3966         functions (fixes bug #979646)
3967         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3968
3969 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3970
3971         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3972           such as c:\mydir.
3973
3974 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3975
3976         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3977           doesn't disable too much optimizations
3978
3979 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3980
3981         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3982
3983 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3984
3985         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3986
3987 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3988
3989         * src/pic/gen.c tidied up tabs
3990         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3991         * src/pic/main.c tidied up tabs
3992         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3993         * src/pic/pcoderegs.c tidied up tabs
3994         * src/pic/ralloc.c tidied up tabs
3995
3996 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3997
3998         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3999         to S_FIXED for pic16 port and when symbol is not in level 0,
4000         allocate for S_REGISTER storage class and pic16 port, too,
4001         * src/pic16/device.h: prototype for checkSym,
4002         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4003         * (pic16_assignConfigWordValue): test the value and the mask to
4004         validate that the value is suitable for the configuration word,
4005         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4006         collect extern declared symbols, don't emit symbol twice, check
4007         first if symbol is in publics set first,
4008         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4009         * added command line '--fstack' which enables an experimental
4010         feature for stack access, too buggy to be used yet...
4011         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4012         * (pic16_allocDirReg): when register has storage class S_REGISTER
4013         allocate in pic16_dynAccessRegs,
4014         * device/include/pic16/pic18f????.h: modified configuration word
4015         naming convention, words started as CONFIG0H but should be CONFIG1H
4016
4017 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4018
4019         * device/include/mcs51reg.h: fixed bug 970993
4020
4021 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4022
4023         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4024         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4025         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4026         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4027         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4028         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4029           error/warning numbers,
4030           added function setWarningDisabled()
4031         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4032         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4033           _memcmp.c _memmove.c calloc.c realloc.c free.c
4034         * support/regression/tests/malloc.c: added tests for new functionality
4035         * support/regression/tests/zeropad.c: added tests for truncated initializers
4036           and initialized char arrays starting with '\x0'
4037         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4038
4039 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4040
4041         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4042
4043 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4044
4045         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4046         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4047         peephole 177.e. Thanks to anonymous
4048
4049 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4050
4051         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4052         function isn't used in the source but referenced as a
4053         variable initializer then declare it as extern in .asm file
4054
4055 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4056
4057         * .version: increased version number to 2.4.3
4058
4059         Adding version extension according to ChangeLog CVS revision
4060         * src/Makefile.in (target all): added dependency 'version.h'
4061         * (rule version.h): added rule to create version.h from ChangeLog,
4062         * (rule dep): added dependency version.h,
4063         * src/version.awk: AWK script to create version.h
4064         * src/SDCCdwarf2.c (dwWriteModule),
4065         * src/SDCCglue.c (initialComments),
4066         * src/SDCCmain.c (printVersionInfo): modified to write after
4067         version string the version extension number,
4068         * src/SDCCutil.c: included "version.h"
4069         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4070         number,
4071         * src/SDCCutil.h: added prototype for getBuildNumber
4072
4073         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4074         includeDirsSet, too,
4075         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4076         const char [] is found in function prototype...
4077
4078         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4079         moving to WREG with source is already in WREG,
4080         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4081         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4082         * (aopForSym): stack'ed symbols are partially supported, added
4083         if-clause to support symbols in FARSPACE,
4084         * (sameRegs): added test for AOP_ACC to see if registers are same,
4085         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4086         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4087         * (pic16_popRegFromString): will not allocate a new register if it
4088         doesn't find one by name, bug may have introduced...
4089         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4090         * (genIpush): revived to use pic16 port's stack,
4091         * (genAddrOf): added incomplete case for stack'ed operand,
4092         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4093         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4094         can handle multibyte operands,
4095         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4096         * (pic16initialComments): added message for MPLAB compatibility
4097         mode enabled,
4098         * src/pic16/main.h: prototype for pic16_mplab_comp,
4099         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4100         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4101         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4102         because of increased complexity of procedure,
4103         * (_process_pragma): stack pragma changed to format 'stack pos len',
4104         emit symbol '_stack_end' to conform with gplink,
4105         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4106         to search for register,
4107         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4108         PO_GPR_REGISTER,
4109         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4110         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4111         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4112         case for PO_GPR_REGISTER,
4113         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4114         dies, the new era is ahead !...
4115         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4116         pic16_dynInternalRegs,
4117         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4118         * (pic16_allocDirReg): minor optimizations and bug fixes,
4119         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4120
4121         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4122         load stack and frame pointer with address of 'stack_end' symbol
4123
4124 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4125
4126         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4127         without source code but only variable initializers
4128
4129 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4130
4131         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4132         external are not declared as extern to reduce overhead while linking
4133
4134 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4135
4136         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4137
4138 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4139
4140         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4141           Yee Keat for the patch
4142         * src/SDCCast.c (decorateType): fixed bug #979599
4143         * src/ds390/gen.h: removed local fReturnSizeDS390
4144         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4145         * src/ds390/gen.c (genAnd, genOr, genXor),
4146         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4147
4148 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4149
4150         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4151         add relFilesSet to $3, manipulate $2 to handle linking of object
4152         files without source files in command line,
4153         * device/include/pic16 (all headers): added ID location macros,
4154         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4155         entries for ID location bytes,
4156         * (pic16_assignIdByteValue): NEW,
4157         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4158         added field dumpcalltree to pic16_options_t,
4159         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4160         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4161         emitting rFalseIfx label after check_carry label,
4162         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4163         pic16_emitDIRegs), NEW
4164         * (pic16glue): dump .calltree file when option --calltree found,
4165         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4166         * (_pic16_genAssemblerPreamble): emit ID locations after
4167         configuration registers,
4168         * (pic16_linkCmd): modifications of the link command,
4169         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4170         * (pic16_pCodeInitRegisters): don't init stack registers,
4171         * (pic16_findPrevInstruction): fixed bug,
4172         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4173         bug with immediate registers,
4174         * (buildCallTree): traces stack push and pop,
4175         * (pct2): dump also stack usage for each function,
4176         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4177         * (pic16_allocDirReg): various modifications,
4178         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4179         fixed to 1,
4180
4181 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4182
4183         * src/pic16/pcode.c: removed buggy double colon
4184
4185 2004-07-01 Borut Razem <borut.razem AT siol.net>
4186
4187         * support/scripts/sdcc.nsi: added include/pic16 to setup
4188
4189 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4190
4191         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4192         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4193         target 'clean',
4194         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4195         specific command line arguments. Also added sample lkr script
4196         for placing a variable at a specific memory bank.
4197         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4198         at a specific memory bank,
4199         * (pic16_dump_isection): fixed bug which caused string literals to
4200         be omitted when dumping idata section,
4201         * (pic16_groupRegistersInSection): added code to handle registers
4202         in specific memory banks,
4203         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4204         public, all references are renamed too,
4205         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4206         AOP_DPTR2,
4207         * (pic16_storeForReturn): added case to handle when dest is WREG,
4208         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4209         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4210         pic16_rel_udata, check to see if that register is marked as being
4211         a member of a specific memory bank,
4212         * (pic16_printIvalCharPtr): added code to add string literals either
4213         to code or the idata sections,
4214         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4215         also accept the 'udata' pragma,
4216         * src/pic16/main.h: new structure types sectName and sectSym
4217         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4218         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4219         * (pic16_findPrevInstruction): fixed, it returned nothing,
4220         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4221         instruction combinations,
4222         * (pic16_FixRegisterBanking): heavily reorganised,
4223         * (pic16_AnalyzeBanking): if generating banksel directives is
4224         disabled, then don't call FixRegisterBanking at all,
4225         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4226         completely removed,
4227         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4228
4229 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4230
4231         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4232         Phuah Yee Keat <yk.phuah AT nestac.com>
4233
4234 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4235
4236         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4237         correctly the IVT even if it is relocated to some other location
4238
4239 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4240
4241         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4242         * device/include/pic16/pic18f2220.h: NEW,
4243         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4244         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4245         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4246         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4247         nodefaultlibs, ivt_loc is the location of the interrupt vector
4248         table, and nodefaultlibs signs that default libraries should not be
4249         linked in link stage,
4250         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4251         according to --ivt-loc argument,
4252         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4253         when pragma stack is found,
4254
4255 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4256
4257         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4258         256 (range check), 257 (do while), 258.a-f (bit banging
4259         f.e. on 3-wire SPI bus)
4260
4261 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4262
4263         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4264         variables used exclusively within a loop
4265
4266 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4267
4268         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4269
4270 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4271
4272         * src/SDCClrange.c (computeClash): fixed bug #971834
4273
4274 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4275
4276         * src/mcs51/gen.c (genCmp): fixed bug #975903
4277         * src/hc08/gen.c (operandsEqu),
4278         * src/ds390/gen.c (operandsEqu),
4279         * src/z80/gen.c (operandsEqu),
4280         * src/pic/gen.c (operandsEqu),
4281         * src/pic16/gen.c (operandsEqu),
4282         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4283         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4284
4285 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4286
4287         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4288
4289 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4290
4291         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4292         default case in switch statement,
4293         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4294         to eliminate problem with initialisation of pointers, but problem
4295         still exists,
4296         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4297         * (emitStaticSegment): removed various lines emitting debug info,
4298         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4299         added processor registers for utilizing EEPROM,
4300         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4301         configurable and set 8
4302
4303 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4304
4305         * .version: increased version number to 2.4.2,
4306
4307         Cumulative patch for pic16 port
4308         * src/pic16/device.c: changed scheme to dump initial values for
4309         variables in idata segment, all print_idata* functions were removed,
4310         now the pic16_printIval* will be called,
4311         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4312         * _pic16_printPointerType, pic16_printPointerType,
4313         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4314         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4315         NEW, similar to the respective functions in SDCCglue.c,
4316         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4317         way, emitting hex bytes,
4318         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4319
4320 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4321
4322         * src/avr/ralloc.c (serialRegAssign),
4323         * src/xa51/ralloc.c (serialRegAssign),
4324         * src/pic/ralloc.c (serialRegAssign),
4325         * src/pic16/ralloc.c (serialRegAssign),
4326         * src/hc08/ralloc.c (serialRegAssign),
4327         * src/z80/ralloc.c (serialRegAssign),
4328         * src/ds390/ralloc.c (serialRegAssign),
4329         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4330
4331 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4332
4333         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4334         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4335
4336 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4337
4338         Cumulative patch for pic16 port:
4339         * src/pic16/device.h (typedef PIC16_device) modified fields for
4340         defining microcontrollers,
4341         * src/pic16/device.c: added new info for all devices in Pics16 array,
4342         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4343         to be optimised out by the pCode optimiser,
4344         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4345         specially, bug reported by G.M. Gallant,
4346         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4347         as force'd so that cannot be optimised out by pCode optimiser,
4348         * src/pic16/pcode.c,
4349         * src/pic16/pcodepeeph.c,
4350         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4351         they are disabled by default, but can be enabled explicit with
4352         command argument --denable-peeps, for testing,
4353         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4354         --pomit-ivt in COMPILE_FLAGS
4355
4356 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4357
4358         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4359           compilation on MSVC
4360
4361 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4362
4363         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4364
4365 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4366
4367         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4368         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4369
4370 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4371
4372         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4373         would only assign 0x300001 register.
4374
4375 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4376
4377         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4378         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4379
4380 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4381
4382         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4383         for ds80c400
4384         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4385         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4386         added peephole 254 (left shift), 255 (jump table)
4387
4388 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4389
4390         * device/lib/Makefile.in: removed comment line with model-pic16,
4391         * (target port-specific-objects-pic16): the libraries and objects
4392         are copied to the build directory form the device/lib/pic16/bin
4393         directory
4394
4395         Cumulative patch concerning pic16 port:
4396         * library directory has been re-organized,
4397         * added support for PIC18F1220,
4398         * added headers and library sources for chips 18f1220,18f6520,
4399         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4400
4401         * configuration registers setting has changed, now each supported
4402         device has a complete description of the registers it uses,
4403         * all initialisations are moved to idata sections, these section
4404         can be absolute or relocatable,
4405         * fixed initialisation of codespace variables,
4406         * fixed warning about PCLATU and gpsim,
4407         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4408         * (genAssign): use table reads when assigning from variables in codespace,
4409         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4410         char/int variables placed in codespace,
4411         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4412         registers set in .asm file, no need for --pomit-config-words anymore,
4413         * (pic16glue): some 8051 legacy segments are commented out
4414         (to be removed completely),
4415         * added support for alternative assembler and linker with --asm=
4416         and --link= command line arguments,
4417         * peepholes are disabled automatically in the port, no need to
4418         specify on command line,
4419         * port supports natively char/int/long multiplication, but converts
4420         all divisions to support functions,
4421         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4422         to the file set in variable $2,
4423         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4424         strings in ASCII format and not in hex,
4425         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4426         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4427         allocate proper register if iCodes aren't temporary,
4428
4429 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4430
4431         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4432
4433 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4434
4435         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4436         is commented out
4437
4438 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4439
4440         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4441         computed address is reused
4442         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4443         multi-byte bitfields
4444
4445 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4446
4447         * src/z80/gen.c: (genArrayInit): must check for pointers too
4448
4449 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4450
4451         * support/regression/tests/zeropad.c: never meant to commit the
4452           nestedstruct test: removed, added check for GCC version
4453
4454 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4455
4456         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4457         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4458         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4459           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4460           bugs 928906 and 954082 half-empty initializers
4461         * src/SDCCsymt.h,
4462         * src/SDCCsymt.c (getAllocSize): added for above fix
4463         * src/z80/gen.c (genArrayInit): fixed bug 741044
4464         * support/regression/tests/zeropad.c: added tests
4465
4466 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4467
4468         * src/pic16/device.c (pic16_dump_section): corrected bug which
4469         caused some symbols of the libraries to be misplaced
4470
4471 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4472
4473         * src/pic16/glue.c,
4474         * src/pic16/ralloc.h,
4475         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4476         to fix conflict with pic port
4477
4478 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4479
4480         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4481         externs configuration variables,
4482         * src/pic16/ralloc.h,
4483         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4484         prototype in header, commented out some debug messages
4485
4486 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4487
4488         * src/pic16/glue.c,
4489         * src/pic16/main.c,
4490         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4491         for gpasm COFF object generation. Thanks to D. Hawkins for
4492         his patch info
4493
4494 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4495
4496         * src/ds390/main.c,
4497         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4498         Brock for spotting this)
4499         * src/ds390/gen.c (genEndFunction),
4500         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4501         interrupt handler and critical. Disable push/pop optimizations when
4502         peephole optimizations disabled.
4503
4504 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4505
4506         Updated pic16 library sources and headers.
4507         * device/lib/pic16/pic18f*/ ,
4508         * device/include/pic16/*.h: modified to handle structured SFR
4509         definitions
4510
4511 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4512
4513         * src/port.h (PORT structure): added hook initPaths, now each
4514         port can declare its own default search paths,
4515         which can been seen with the --print-search-dirs option,
4516         see pic16 port for example,
4517         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4518         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4519         * (doPrintSearchDirs): NEW, replaces in a central manner the
4520         printing of search dirs which was split in set*Paths functions,
4521         * (main): added call to port->initPaths and doPrintSearchDirs,
4522         * src/avr/main.c,
4523         * src/ds390/main.c,
4524         * src/hc08/main.c,
4525         * src/izt/i186.c,
4526         * src/izt/tlcs900h.c,
4527         * src/mcs51/main.c,
4528         * src/pic/main.c,
4529         * src/pic16/main.c: modified port structures to reflect addition of
4530         initPaths hook,
4531
4532         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4533         * (pic16_dump_section): for registers in same address reserve memory once,
4534         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4535         to no_banksel,
4536         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4537         result is greater in size than right or left,
4538         * (pic16_genUMult8X8_8): there are some cases where the result can
4539         be 16 bits size, so handle these,
4540         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4541         * (pic16_outBitC): modified to emit pcodes,
4542         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4543         or not,
4544         * (genDivOneByte): implemented algorithm to divide 8-bits,
4545         * (genCmp): uncommented goto, but issues still exist,
4546         * (genAnd): fixed a bug with variables >8bits,
4547         * (genPackBits): optimization added that uses BCF/BSF to change a
4548         single bit,
4549         * (genAssign): fixed bug when assigning floating point literals,
4550         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4551         __sdcc_gsinit_startup label,
4552         * src/pic16/main.c (_pic16_init): removed search directory
4553         initialisations,
4554         * (_pic16_initPaths): NEW, used to initialise search directories,
4555         * (_hasNativeMulFor): support functions for all except char/int
4556         multiplication, and char division,
4557         * (PIC16_port struct): modified entry for native mul support,
4558         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4559         no_banksel option,
4560         * (buildCallTree): call to register_usage is ifdef'ed out,
4561
4562 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4563
4564         * device/include/string.h: applied Stas Sergeev's patch to make this
4565         header file compatible with the preprocessor -Wundef option
4566         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4567         failure (fixes bug #941458)
4568
4569 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4570
4571         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4572         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4573         that the variable, not the function, should be static
4574         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4575         to be consistent with non-literal case
4576
4577 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4578
4579         * src/SDCCast.c (isConformingBody): fixed bug #949967
4580         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4581         convilong): fixed bug #952086
4582
4583 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4584
4585         * src/SDCCmem.c (allocVariables): fixed bug #955321
4586
4587 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4588
4589         * src/hc08/main.c (_hc08_genAssemblerEnd),
4590         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4591         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4592         completely eliminated the use of a temporary file
4593         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4594         when more than one file linked
4595         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4596
4597 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4598
4599         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4600         which fixes bug #543481
4601         * support/regression/tests/bug-751703.c: fixed comments left from a
4602         cut and paste error
4603         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4604         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4605         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4606         scopes
4607         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4608         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4609         are now changed to underscores in moduleName
4610
4611 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4612
4613         * as/mcs51/lkmem.c: better fix for bug #954173
4614
4615 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4616         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4617
4618         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4619         * device/include/c8051f000.h,
4620         * device/include/c8051f120.h,
4621         * device/include/c8051f300.h,
4622         * device/include/c8051f310.h,
4623         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4624         PWM16) and detab'ed
4625
4626 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4627
4628         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4629         and mailing lists, doc'ed --no-peep-comments, removed reference
4630         to knoppix (newest version has no LyX/LaTeX), other minor changes
4631         * src/SDCCglue.c (glue): save 2 bytes stack space with
4632         option --main-return. The ljmp could probably be avoided too
4633
4634 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4635
4636         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4637
4638 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4639
4640         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4641         * src/SDCCopt.c (isLocalWithoutDef),
4642         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4643         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4644         (credit to Maarten Brock for patch #949363, on which this is based)
4645         * support/regression/tests/bug-751703.c: some test cases of extern used
4646         within inner scopes.
4647
4648 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4651         SPEC_STRUCT
4652         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4653         struct definitions
4654         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4655         dwWriteLabel): fix to create valid debugger symbols even when
4656         the module name has non-alphanumeric symbols in it
4657         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4658         when a variable's allocation has been optimized away
4659
4660
4661 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4664         * src/hc08/main.c,
4665         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4666         * src/mcs51/main.c,
4667         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4668         * src/ds390/main.c,
4669         * src/z80/gen.c (z80_emitDebuggerSymbol),
4670         * src/z80/main.c,
4671         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4672         * src/pic/main.c,
4673         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4674         * src/pic16/main.c,
4675         * src/avr/gen.c (avr_emitDebuggerSymbol),
4676         * src/avr/main.c,
4677         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4678         * src/xa51/main.c,
4679         * src/SDCCdebug.c (emitDebuggerSymbol),
4680         * src/SDCCdebug.h,
4681         * src/port.h: added a debugger struct to the port struct. Added a
4682         callback for defining debugger symbols
4683
4684         * src/SDCCast.c (createLabel),
4685         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4686         with isitmp = 1
4687         * src/SDCCicode.h,
4688         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4689         iCode back to the ast for the function
4690
4691         * src/hc08/ralloc.c (hc08_assignRegisters),
4692         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4693         unneeded fields from the regs struct.
4694         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4695         pushReg() & pullReg() functions instead of emitcode()
4696
4697         * src/hc08/gen.c (genLabel, genhc08Code),
4698         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4699
4700         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4701         debugger hooks
4702
4703         * src/hc08/gen.c (genEndFunction, genhc08Code),
4704         * src/hc08/gen.h,
4705         * src/mcs51/gen.c (genEndFunction, gen51Code),
4706         * src/mcs51/gen.h,
4707         * src/ds390/gen.c (genEndFunction, gen390Code),
4708         * src/ds390/gen.h,
4709         * src/z80/gen.c (genEndFunction, genZ80Code),
4710         * src/z80/gen.h,
4711         * src/z80/z80.h,
4712         * src/pic/gen.c (genEndFunction, genpic14Code),
4713         * src/pic/gen.h,
4714         * src/pic16/gen.c (genEndFunction, genpic16Code),
4715         * src/pic16/gen.h,
4716         * src/avr/gen.c (genEndFunction, genAVRCode),
4717         * src/avr/gen.h,
4718         * src/xa51/gen.c (genEndFunction, genXA51Code),
4719         * src/xa51/gen.h,
4720         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4721         specific code to cdbFile.c and out of the backend code generators
4722
4723         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4724         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4725         starting address is now 0
4726
4727         * as/hc08/asm.h,
4728         * as/hc08/m08pst.c,
4729         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4730         assembler directive for DWARF support
4731         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4732
4733         * src/src.dsp,
4734         * src/Makefile.in,
4735         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4736
4737 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4738
4739         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4740         and inappropriate peephole optimization in jump tables
4741
4742 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4743
4744         * as/hc08/m08pst.c,
4745         * src/SDCCglue.c: sdccopt works for the hc08 port now
4746
4747 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4748
4749         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4750
4751 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4752
4753         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4754
4755 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4756
4757         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4758         rules
4759         * src/SDCCmain.c,
4760         * src/SDCCglobl.h,
4761         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4762         comments from the peephole optimizer replacement rules
4763         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4764         symbols
4765         * src/SDCCcse.c (updateSpillLocation),
4766         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4767         equivalents
4768         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4769         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4770         objects far pointers
4771
4772 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4773
4774         * src/SDCCsymt.h: a missing part of my last change
4775         * src/pic/ralloc.c (regTypeNum),
4776         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4777
4778 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4779
4780         * src/SDCCicode.h,
4781         * src/SDCCicode.c (aggrToPtrDclType),
4782         * src/SDCCptropt.h,
4783         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4784         ptrPseudoSymConvert),
4785         * src/pic/ralloc.c (regTypeNum),
4786         * src/pic16/ralloc.c (regTypeNum),
4787         * src/hc08/ralloc.c (regTypeNum),
4788         * src/ds390/ralloc.c (regTypeNum),
4789         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4790         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4791
4792 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4793
4794         * link/z80/lkmain.c (afile),
4795         * as/hc08/lkmain.c (afile),
4796         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4797         prevent a pointer problem when a filename has no directory and
4798         no extension specified.
4799
4800 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4801
4802         * link/z80/lkmain.c (afile): allow periods in directory names
4803         * link/z80/lkmain.c (afile),
4804         * as/mcs51/lkmain.c (afile),
4805         * as/hc08/lkmain.c (afile): allow linker script file to have an
4806         extension other than ".lnk"
4807         * link/z80/lklex.c (getfid),
4808         * link/z80/lkmain.c (parse),
4809         * as/mcs51/lklex.c (getfid),
4810         * as/mcs51/lkmain.c (parse),
4811         * as/hc08/lklex.c (getfid),
4812         * as/hc08/lkmain.c (parse): Support comments in the linker script
4813         file on lines by themselves and after filenames
4814
4815 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4816
4817         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4818
4819 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4820
4821         * src/z80/peeph-z80.def: removed some peephole rules that don't
4822         work with multibyte arithmetic (fixed bug #937126)
4823         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4824         to registers and not global variables
4825         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4826         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4827         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4828         checking for assignments not internally generated (fixed bug #931895)
4829         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4830         structure member (fixed bug #930072)
4831
4832 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4833
4834         * src/SDCCmain.c (linkEdit),
4835         * src/hc08/main.c (_hc08_parseOptions),
4836         * as/hc08/Makefile.in,
4837         * as/hc08/aslink.h,
4838         * as/hc08/asm.h,
4839         * as/hc08/m08pst.c,
4840         * as/hc08/lkrloc.c (relr, rele),
4841         * as/hc08/lkarea.c (lnkarea)
4842         * as/hc08/lkmain.c (afile, parse),
4843         * as/hc08/lkelf.c: support for ELF output
4844         * as/hc08/lks19.c (s19),
4845         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4846
4847 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4848
4849         * as/mcs51/lkihx.c: Fixed bug #899105.
4850
4851 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4852
4853         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4854         .dsp files from Unix to DOS.
4855
4856 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4857
4858         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4859         function pointers; we have been compliant for several months now.
4860         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4861         change that was accidently commented out
4862         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4863         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4864         bug #922319
4865
4866 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4867
4868         * src/hc08/gen.c: output of all of the internal debugging information
4869         is now controlled by the D() macro; it is disabled by default
4870
4871 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4872
4873         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4874         harder to keep the same registers during a CAST iCode
4875         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4876         long via int can be done in a single cast, if the signedness is
4877         correct.
4878         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4879         putchar() in tinibios.c in ds390's library
4880
4881 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4882
4883         * src/SDCCast.c (decorateType): fixed bug #898889,
4884         cast result of a literal complement too
4885         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4886         fixed check for bitfields
4887
4888 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4889
4890         * src/SDCCicode.c (geniCodeLogic): made it static,
4891         (geniCodeLogicAndOr): added in order to fix bug #905492,
4892         (ast2iCode): fixed bug #905492
4893         * support/regression/tests/bug-905492.c: added
4894         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4895         (processParms): fixed bug #927659: don't copy parms, this will clear
4896         decorated flag
4897         * support/regression/tests/bug-927659.c: added
4898
4899 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4900
4901         * src/SDCCast.c (addCast): don't cast float to char
4902         * device/lib/libsdcc.lib: added _memmove
4903
4904 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4905
4906         * device/lib/large/Makefile: fixed parallel execution by
4907         replacing `make` by `$(MAKE)`
4908
4909 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4910
4911         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4912         offsets (fixes bug #923936)
4913
4914 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4915
4916         * device/lib/small/Makefile: fixed parallel execution by
4917         replacing `make` by `$(MAKE)`
4918
4919 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4920
4921         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4922
4923 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4924
4925         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4926         * src/regression/Makefile: Regression test was not running.
4927
4928 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4929
4930         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4931         complement if possible
4932         * src/SDCCval.c (valComplement),
4933         * src/SDCCicode.c (operandOperation): fixed complement of literal
4934         * support/regression/tests/onebyte.c (testComplement): added
4935
4936 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4937
4938         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4939         return an optimized tree; actually replace actParm with the new tree
4940         * src/SDCCast.h: added some parantheses to remove side effects
4941         * support/regression/tests/bug-920866.c
4942
4943 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4944         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4945         Bit operands were not being handled properly in the pic14 port.
4946         (now src/regression/add.c passes again).
4947
4948 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * src/SDCC.y (labeled_statement): case and default no longer require
4951         a following statement (RFE #893037)
4952
4953 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4954
4955         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4956         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4957         disabled (fixes bug #916294)
4958         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4959         "mov a,acc"; patch provided by Lenny Story
4960         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4961
4962 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4963
4964         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4965         functions
4966         * src/ds390/gen.c (genFunction, genEndFunction),
4967         * src/ds390/ralloc.c (ds390_assignRegisters),
4968         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4969         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4970         pushed if there are parameters passed on the stack. Also, a cleaner
4971         way to decide if r0/r1 should be pushed/popped. (Together they fix
4972         bug #918693)
4973
4974 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4975
4976         * doc/sdccman.lyx,
4977         * device/lib/mcs51/crtpagesfr.asm,
4978         * device/lib/mcs51/crtxinit.asm,
4979         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4980         to avoid confusion with Si Lab's SFRPAGE register.
4981
4982 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4983
4984         * src/SDCCglue.c (emitMaps): allow public sfr variables
4985         * src/SDCCglue.c (initialComments): include compiler build date
4986         with compiler version and put the timestamp of the generated
4987         assembly file on a serperate line to be less confusing.
4988         * src/port.h: added genInitStartup hook
4989         * src/avr/main.c,
4990         * src/ds390/main.c,
4991         * src/hc08/main.c,
4992         * src/pic/main.c,
4993         * src/pic16/main.c,
4994         * src/xa51/main.c,
4995         * src/z80/main.c: genInitStartup initialize as NULL (default to
4996         historical behaviour)
4997         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4998         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4999         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5000         library instead of hard coding it into the compiler.
5001         * support/regression/ports/mcs51-stack-auto/spec.mk,
5002         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5003         * device/lib/mcs51/Makefile,
5004         * device/lib/small/Makefile,
5005         * device/lib/large/Makefile,
5006         * device/lib/mcs51/crtpagesfr.asm,
5007         * device/lib/mcs51/crtstart.asm,
5008         * device/lib/mcs51/crtxclear.asm,
5009         * device/lib/mcs51/crtxinit.asm,
5010         * device/lib/mcs51/crtclear.asm,
5011         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5012         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5013         and into user configurable files.
5014         * device/lib/clean.mk: clean mcs51 directory too
5015         * support/regression/tests/longlit.c: added static to T1 declaration
5016         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5017         accesses in the initialization code
5018
5019 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5022         OSCTRIMVAL as noted in bug #916008
5023
5024 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5025
5026         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5027         in loops with multiple exits (reported as incorrect registers
5028         used by Martin Helmling in Sdcc-user list)
5029
5030 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5031
5032         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5033         made ds390 register extensions look less like error messages
5034
5035 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5036
5037         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5038         reported by Adam Wozniak in Sdcc-user list
5039
5040 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5041
5042         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5043         arithmetic optimizations, added debug output
5044
5045 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5046
5047         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5048         * sdcc.spec: updated and split sdcc into 3 rpms
5049         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5050         needed for literals of LEFT_OP and '+'
5051         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5052         introduced RESULT_TYPE_NOPROM
5053         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5054         left shift
5055         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5056         limited promotion to int only for '*'
5057         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5058
5059 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5060
5061         * src/pic16/gen.c (genSkip),
5062         (genc16bit2lit), (gencjneshort): commented out
5063         (is_LitOp): new helper function, checks operand type
5064         (genCmpEq): rewritten
5065
5066 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5067
5068         * support/regression/tests/bug-908454.c: added
5069
5070 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5071
5072         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5073         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5074         (geniCodeCast): cosmetic, don't preserve bit storage class
5075         (geniCodeLeftShift): added promotion
5076         (geniCodeLogic): fixed regression
5077         * src/SDCCsymt.c (computeTypeOr): accept bits too
5078         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5079
5080 2004-03-07  Borut Razem <borut.razem AT siol.net>
5081
5082         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5083
5084 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5085
5086         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5087         version of pic16_genPackRegisters which does not check if ic is a
5088         CAST operator,
5089         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5090         function cause string1.c regression test fails
5091
5092 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5093
5094         * sim/ucsim/configure.in,
5095         * sim/ucsim/configure,
5096         * sim/ucsim/doc/Makefile.in: use docdir
5097         * src/SDCC.y: fixed sbit atrributes
5098         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5099         * src/SDCCast.c (decorateType): |^& need special promotion handling
5100         * src/SDCCast.h,
5101         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5102         * src/SDCCsymt.h (computeType),
5103         * src/SDCCicode.c: computeType() needs op
5104         * src/SDCCsymt.c (checkTypeSanity),
5105         * doc/sddman.lyx: "plain" bitfields are unsigned
5106         * src/SDCCsymt.c (computeTypeOr): added
5107         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5108         |^& ops
5109         * src/SDCCval.c (val*): computeType() needs op
5110         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5111         * support/regression/tests/onebyte.c: added tests for |^&
5112
5113 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5114
5115         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5116         for writing icode into asm output.
5117
5118 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5119
5120         * src/pic16/device.c: added some debug lines enabled
5121         with macro DEBUG_CHECK,
5122         * src/pic16/genarith.c: more debug in genPlus,
5123         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5124         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5125         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5126         * (aopForSym): onStack symbols are re-placed in data memspace,
5127         and onStack flag is cleared,
5128         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5129         copy temporary pcodeop,
5130         * (genPcall): added warning for not updating PCLATU,
5131         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5132         always true for pic16 port,
5133         * (genMultOneWord): NEW, supports integer multiplication,
5134         * (genMult): modified to call genMultOneWord,
5135         * (ifxForOp): added warning when return NULL,
5136         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5137         flag is set before call to operandFromSymbol for implicit
5138         added structures,
5139         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5140         options.intlong_rent are set by default,
5141         * (_hasNativeMulFor): modified to allow port generation of integer
5142         multiplication,
5143         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5144         set regtype to REG_SFR for all registers, restricting seting the
5145         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5146
5147 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5148
5149         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5150         more than 500 times in the regression tests
5151
5152 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5153
5154         * support/Util/SDCCerr.h,
5155         * support/Util/SDCCerr.c,
5156         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5157         enumerator_list),
5158         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5159         for symbol conflicts.
5160         * support/valdiags/tests/enum.c,
5161         * support/valdiags/tests/tentdecl.c,
5162         * support/valdiags/tests/struct.c: expect possible error messages
5163         referring to original symbol definitions.
5164         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5165         * src/SDCCsymt.h,
5166         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5167
5168 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5169
5170         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5171
5172 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5173
5174         * src/pic16/ralloc.c (newReg): fixed bug #908929
5175
5176 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5177
5178         * src/ds390/gen.c: added missing #include "main.h"
5179
5180 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5181
5182         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5183         checking if symbol is already in set,
5184         * src/pic16/device.h: prototype for checkAddSym,
5185         * src/pic16/gen.c: (_G): added entry interruptvector,
5186         * (assignResultValue): removed some commented out lines,
5187         * (genFunction): check for ISR via sym->type, absolute section for
5188         interrupt code is created via a new pBlock, the goto instruction is
5189         placed now correctly at the interrupt vector position, changed all
5190         references from ivec to _G.interruptvector,
5191         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5192         is the interrupt is a high priority one, same for return from ISR,
5193         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5194         externs to calls of checkAddSym,
5195         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5196         pic16_pcode_verbose flag is set,
5197         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5198         * src/pic16/pcoderegs.c: message about how many registers are saved
5199         will only be emitted if pic16_pcode_verbose flag is set,
5200
5201 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5202
5203         * src/ds390/ralloc.h,
5204         * src/ds390/ralloc.c (ds390_regWithIdx),
5205         * src/ds390/gen.c (emitcode),
5206         * src/ds390/main.h,
5207         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5208         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5209         ds390operandCompare, getRegsRead, getRegsWritten,
5210         initializeAsmLineNode): customized instruction size calculation for
5211         ds390, started basis for some register optimizations
5212         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5213         corresponding assembly output
5214         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5215         missing push/pop of r0/r1. Optimized push/pops
5216
5217 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5218
5219         * src/mcs51/main.c (instructionSize): fixed ACALL size
5220         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5221
5222 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5223
5224         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5225         the sorting of rlist with NULL elements
5226         * (print_idataType, print_idata): NEW to create idata sections
5227         * src/pic16/device.h: idataSymSet new variable
5228         * src/pic16/gen.c (genFunction): fixed some bugs in string
5229         comparing, improved the absolute section creation for ISRs,
5230         added FSR0L/FSR0H in registers that are saved in an ISR,
5231         * (genInline): fixed the processing of inline snippets,
5232         now they undergo no process by the peephole optimizer
5233         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5234         are placed in idataSymSet,
5235         * (pic16emitStaticSeg): extern symbols are added in externs,
5236         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5237         switching when aboslute variables are placed in access bank memory
5238         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5239         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5240         commented out with #if,
5241         * (pic16_packRegisters): reintroduce the check for CAST because some
5242         symbols are not correctly handled,
5243         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5244         pCodeInstruction instead of pCode,
5245         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5246         pCodeAsmDir definition,
5247         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5248         directive, then the argument directive is emitted without the leading
5249         tab, hack for inline labels which must be in the first column,
5250         * (compareLabel,pic16_findNextInstruction),
5251         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5252         * (insertBankSwitch): modified for the new pCodeAsmDir,
5253
5254 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5255         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5256
5257         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5258         instance,
5259         * (pushSide): commented out with #if,
5260         * (assignResultValue): fixed some typos in saving
5261         registers,
5262         * (genPcall): FIXED and sync'ed with genCall,
5263         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5264         * (genNearPointerGet): fixed to handle some more cases,
5265         implementation scheme via table reads,
5266         * (genConstPointerGet): modified to access code memory correct,
5267         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5268         and improved to handle some cases
5269         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5270         instead of "RETLW" for init data
5271         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5272         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5273         variables are placed in access bank memory (<0x80 and >=0xf80),
5274         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5275         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5276         TBLWT_POSTDEC,TBLWT_PREINC
5277         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5278         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5279         directives
5280         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5281         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5282         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5283         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5284
5285 2004-02-29  Borut Razem <borut.razem AT siol.net>
5286
5287         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5288         support/Util/findme.h, support/Util/system.h: enhance binary relative
5289         search for lib and include by using findProgramPath()
5290
5291 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5292
5293         * src/SDCCpeeph.h,
5294         * src/SDCCpeeph.c (pcDistance),
5295         * src/port.h,
5296         * src/mcs51/ralloc.h,
5297         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5298         * src/mcs51/main.h,
5299         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5300         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5301         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5302         size calculation port specific, started basis for some register
5303         optimizations
5304         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5305         missing push/pop of r0/r1. Optimized push/pops
5306         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5307         * device/lib/_modsint.c (_modsint),
5308         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5309         and stack version so regression tests pass
5310
5311 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5312
5313         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5314         * src/SDCCast.c (decorateType): catch another small optimization
5315         with '?' operator
5316         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5317         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5318         modified to finally use computeType() all over SDCC,
5319         see Feature Request #877103
5320         * src/SDCCval.h: cosmetic
5321         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5322         valCompare(); regression tested in muldiv.c
5323         * support/regression/tests/muldiv.c (testMod): mod sign follows
5324         dividend only
5325
5326 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5327
5328         * src/SDCCast.c (decorateType): fixed bug #902362
5329         * doc/INSTALL.txt: fixed install instructions for win32
5330
5331 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5332
5333         * device/include/Makefile.in (install): fixed by replacing spaces
5334         by tabs
5335         * doc/README.txt,
5336         * doc/INSTALL.txt: updated for release
5337         * doc/sdccman.lyx: added warning for --xstack being buggy
5338
5339 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5340
5341         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5342         to eliminate build warnings.
5343         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5344
5345 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5346            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5347
5348         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5349         removed -penable-stack, added comment for stack pragma, added
5350         warning for not initializing the stack/frame registers, removed
5351         comment at interrupts section
5352
5353         Stack is made permanent, there is no ability to disable stack usage.
5354         * src/pic16/device.h,
5355         * src/pic16/device.c: removed all references to USE_STACK macro,
5356         * src/pic16/device.c (pic16_dump_section): when no elements in
5357         rlist, free rlist before return,
5358         * (pic16_dump_int_registers): NEW, internal registers are a new set
5359         of general purpose registers reused by each function,
5360         * (checkAddReg): returns 1 if registers is added to set,
5361         * (pic16_groupRegistersInSection): when a registers is of type
5362         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5363         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5364         SRCASECMP macro is moved here from device.c
5365         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5366         PO_PCLATU, PO_PRODL, PO_PRODH,
5367         * (pic16_pCodeOpType, genMinus,
5368         changed compares to "a" register, with AOP_ACC,
5369         * (pic16_genPlus): fixed some bugs and indented properly,
5370         * (pic16_addSign): changed size to size+offset in the MOVWF
5371         instruction,
5372         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5373         multiply 8-bit operand by literal, result is 8-bit,
5374         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5375         multiply 2 8-bit operand, result is 8-bit,
5376         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5377         genUMult8X*_16,
5378         * src/pic16/gen.c: changed accUse to contain WREG only,
5379         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5380         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5381         true, do not use immediate addressing any more unless sym is a
5382         pointer in codespace,
5383         * (aopForRemat): do not use immediate addressing when symbol not in
5384         codespace and when symbol's address is requested,
5385         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5386         accUse size (= 1),
5387         * (aopGet): added case for AOP_ACC and don't return "accumulator
5388         bug" but WREG instead,
5389         * (popGetTempReg): pushes contents of temporary register in stack,
5390         * (popReleaseTempReg): pops contents of temporary register from
5391         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5392         * (pic16_popGet): separated case AOP_ACC to return register WREG
5393         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5394         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5395         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5396         the use of immediate pointers to certain cases only.
5397
5398         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5399         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5400         * (assignResultValue, genCall, genRet): modified to use the new
5401         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5402         genPcall is still broken,
5403         * (genFunction): added code to create 'A' type pBlocks when
5404         interrupt functions are generated, code not extensively tested yet,
5405         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5406         * (genEndFunction): modified so ISRs pop stored registers from stack,
5407         * (genMultOneByte): cleanup,
5408         * (AccRsh): added flag andmask, to and result with appropriate mask,
5409         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5410         * (genDataPointerGet): fixed and reenabled its use,
5411         * (genNearDataPointerGet): bugs fixed,
5412         * (genDataPointerSet): bugs fixed,
5413         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5414         pic16_DumpSymbol, pic16_DumpOp,
5415         * src/pic16/genutils.h: function prototypes for the above functions,
5416         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5417         pointers,
5418         * (pic16emitRegularMap): many many many improvements, but needs a
5419         major cleanup,
5420         * src/pic16/main.c: enable_stack in pic16_options is removed,
5421         * (_pic16_parseOptions): removed command line options -penable-stack,
5422         * (_process_pragma): emit stack symbol only when stack pragma is
5423         processed,
5424         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5425         redirected to FSR0L/FSR0H pair,
5426         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5427         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5428         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5429         for immediates,
5430         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5431         * (dumpPicOptype): NEW,
5432         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5433         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5434         with movff instruction,
5435         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5436         added pic16_int_regs, some packRegsFor* functions are commented out,
5437         because produce errors,
5438         * src/pic16/NOTES: minor modifications
5439
5440 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5441
5442         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5443         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5444         --pack-iram.
5445         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5446         * as/mcs51/lkaomf51.c: fixed bug #895763
5447
5448 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5449
5450         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5451
5452 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5453
5454         * doc/sdccman.lyx: added details about the HC08 storage classes and
5455         interrupts, fixed the register usage info for z80 & gbz80
5456
5457 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5458
5459         * doc/sdccman.lyx: added more pic16 port documentation
5460         * device/include/pic16/: added header pic18fregs.h
5461
5462 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5463
5464         * doc/sdccman.lyx: added Vangelis' contribution
5465
5466 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5469         extend to the next CALL or PCALL, not just to the next CALL.
5470
5471 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5472
5473         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5474
5475 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5476
5477         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5478         bug #895752 and a better fix for bug #716790
5479
5480 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5481
5482         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5483
5484 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5485
5486         * doc/sdccman.lyx: minor changes, minor changed
5487
5488 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5489
5490         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5491         which can't handle SDCC_NEWONEBYTEOPS,
5492         (geniCodeMultiply): removed conversion from mult to shift for pic14
5493         and pic16
5494
5495 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5496
5497         * src/hc08/gen.h,
5498         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5499         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5500         thus fixing bug #895406
5501
5502 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5503
5504         * device/lib/_modsint.c,
5505         * device/lib/_modslong.c: sign follows divisor only
5506         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5507         signs or signedness can be ignored
5508         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5509         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5510         added optimization for IFX,
5511         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5512         arguments;
5513         reenabled optimization for IFX, which was removed on 2004-01-11
5514         * src/SDCCast.h: added return type IFX
5515         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5516         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5517         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5518         SDCC_OLDONEBYTEOPS selects the old behaviour
5519         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5520         changed again and commented promotion rule
5521         * src/SDCCval.c (valDiv): promotion no longer necessary
5522         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5523         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5524         rewritten
5525         * support/regression/tests/onebyte.c: added
5526
5527 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5528
5529         * gen.c (genInline): reverted to old code for assemnling inline
5530         code because of bug reported James Chadd
5531
5532 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5533
5534         * ralloc.h: missing declarations from previous patch,
5535         seems that patch for ralloc.h was never applied, fixed
5536
5537 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5538            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5539
5540         * pcode.c,
5541         * pcode.h,
5542         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5543         indirect addressing. Marked FSR0 as deprecated
5544         * gen.c (pointerCode): commented out, not needed now
5545         (pic16_popGet2p): new MOVFF helper function
5546         (genGenPointerGet),
5547         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5548         (shiftRLong): removed duplicate debugging info
5549
5550 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5551
5552         * src/ds390/gen.c (genNearPointerGet),
5553         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5554         optimization with bits, but not bitfields.
5555         * src/ds390/ralloc.c (packRegisters),
5556         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5557
5558 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5559
5560         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5561
5562 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5563
5564         * src/SDCCsymt.h,
5565         * src/SDCCicode.c (operandFromSymbol),
5566         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5567         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5568         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5569         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5570         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5571         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5572         bug #892038
5573         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5574         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5575         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5576         * src/SDCCsymt.c (newSymbol),
5577         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5578         enumerator_list),
5579         * src/SDCCval.h,
5580         * src/SDCCval.c (newiList): fixed bug #885705
5581
5582 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5583
5584         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5585         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5586
5587 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5588
5589         * device/include/c8051f120.h,
5590         * device/include/c8051f300.h,
5591         * device/include/c8051f310.h: added/updated header files for Silicon
5592         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5593         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5594         in new section Submitting patches
5595
5596 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5597
5598         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5599         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5600         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5601         genGenPointerSet),
5602         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5603         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5604         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5605         genGenPointerSet),
5606         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5607         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5608         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5609         genGenPointerSet),
5610         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5611         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5612         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5613         genGenPointerSet): fixed bug #892400
5614         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5615         to eliminate build warnings.
5616         * src/SDCCast.c (processParms),
5617         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5618         fixed bug 751859
5619         * support/valdiag/valdiag.py: added GCC to the list of defines active
5620         when compiling with gcc
5621
5622 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5623
5624         * support/Util/SDCCerr.h,
5625         * support/Util/SDCCerr.c,
5626         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5627         with an incomplete type (fixed bug #883734)
5628         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5629
5630 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5631
5632         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5633
5634 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5635
5636         * src/SDCCast.c (decorateType),
5637         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5638         function pointer implementation
5639         * support/regression/tests/funptrs.c: added tests to verify both forms
5640         of function pointers work correctly. Added tests to verify parameters
5641         are passed in the correct order.
5642
5643 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5644
5645         * device.c (regCompare): registers are sorted by ascending
5646         address and increasing size,
5647         * main.c (_pic16_finaliseOptions): removed the declaration
5648         of compiler macro MCU. Now a macro of the format pic18fxxxx
5649         will be defined from the command line
5650
5651 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5652             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5653
5654         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5655         PCOP_RLCF was overwritten!
5656         * gen.c (genSkip): commented out calls to pic16_emitcode,
5657         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5658         * (genlshTwo),
5659         * (genRRC): added debugging info,
5660         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5661         overwritten while shifting,
5662         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5663         overwritten while shifting,
5664         * (AccLsh),
5665         * (AccRsh),
5666         * (shiftLLeftOrResult),
5667         * (shiftRLeftOrResult),
5668         * (shiftRLong),
5669         * (shiftLLong): Implemented with pic16_emitpcode
5670         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5671         * (genLeftShift): Fixed bug, operand for shift by variable always
5672         was "and"ed with 0x0f,
5673         * (genLeftShiftLiteral),
5674         * (genrshTwo),
5675         * (genRightShiftLiteral): added debugging info,
5676         * (genrshFour): added comment,
5677         * (genRightShift): determined signedness from operand "left"
5678         instead of "result"
5679
5680 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5681
5682         * src/SDCCicode.c (geniCodeParms),
5683         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5684         function pointers, fixed function pointer bugs #861242 and #861896
5685
5686 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5687
5688         * device/include/c8051f000.h,
5689         * device/include/c8051f120.h,
5690         * device/include/c8051f300.h: added header files for Silicon
5691         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5692
5693 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5694
5695         * src/SDCCast.c (processParams): added new type flow and restructured
5696         (gatherAutoInit): added new type flow
5697         (addCast): cosmetic changes
5698         (getLeftResultType): added new type flow for array indices, patch
5699         provided by Stas, see FR #877103
5700         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5701         array index patch by Stas
5702         * src/SDCCast.h: added prototype getResultTypeFromType()
5703         * src/SDCCval.h,
5704         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5705         * src/pic/glue.c (pic14emitStaticSeg),
5706         * src/pic16/glue.c (pic16emitStaticSeg),
5707         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5708         for initialization of symbols
5709         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5710         * support/Util/SDCCerr.h:
5711         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5712         * .version: bumped version number to 2.3.8
5713         * device/include/Makefile.in (install),
5714         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5715         avoid warnings
5716
5717 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5718
5719         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5720         Slade Rich fixed an optimization bug
5721         * src/pic/pcodepeep.c,
5722         * src/pic/pcoderegs.c
5723         * doc/Makefile (install): added test for directory
5724
5725 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5726
5727         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5728         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5729         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5730         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5731         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5732         * as/mcs51/asexpr.c (term),
5733         * as/hc08/asexpr.c (term): fixed bug #887146
5734
5735 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/z80/gen.c (genMult): handle single byte result product
5738         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5739         DUMMY_READ_VOLATILE (fixed bug #886367)
5740
5741 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5742
5743         * support/regression/tests/libmullong.c: fixed logic, on little endian
5744         hosts we ended without a mullong_wrapper()
5745
5746 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5747
5748         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5749         virus/worm forged address usage.
5750
5751 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5752
5753         Fixed promotion, it should be done on AST level:
5754         * src/SDCCast.c (addCast): added promotion to int
5755         (decorateType): updated call to upCast()
5756         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5757         usualUnaryConversions()
5758
5759 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5760
5761         * support/regression/tests/literalop.c (mulWrapper): Added a
5762         wrapper to remove integer overflow warnings.
5763
5764         * support/regression/tests/float_trans.c: Made work on host.
5765
5766         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5767         location of sz80.
5768
5769         * support/regression/generate-cases.py (main): Changed from inline
5770         to a main method.
5771
5772         * doc/Makefile (install): Changed to depth first to get rid of
5773         missing directory install warning.
5774
5775         * as/Makefile (install-doc): Made work on Mac.
5776
5777 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5778
5779         * src/SDCCast.c: added an additional type flow in decorateType() of
5780         opposite direction, see feature request #860006; it's enabled at runtime
5781         by setting the environment variable SDCC_NEWTYPEFLOW
5782         * src/SDCCast.h: changed prototype of decorateType()
5783         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5784         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5785         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5786         see feature request #877103
5787         * src/SDCCval.c: updated call of decorateType()
5788         (valBitwise): fixed bug #882876
5789         (valMinus): added promotion
5790         (valLogicAndOr): result is unsigned
5791         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5792         * src/SDCCsymt.c (computeType),
5793         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5794         must not cause an unsigned operation
5795         * src/pic/glue (pic14emitRegularMap),
5796         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5797
5798 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5799
5800         * src/pic/pcode.c (PCodeID): commented out left over debug code
5801
5802 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5803
5804         * support/valdiag/tests/overflow.c: added shift tests
5805         * src/pic/device.c,
5806         * src/pic/gen.c,
5807         * src/pic/gen.h,
5808         * src/pic/glue.c,
5809         * src/pic/main.c,
5810         * src/pic/pcode.c,
5811         * src/pic/pcode.h,
5812         * src/pic/pcodepeep.c,
5813         * src/pic/pcoderegs.c,
5814         * src/pic/ralloc.c,
5815         * src/pic/ralloc.h: applied patch from Slade Rich;
5816         added support for multiple code pages and multiple RAM banks on the
5817         PIC 14 port. The ASM files now no longer simply assume all the
5818         code / RAM are in the same page / bank. This means the linker can
5819         safely allocate code/RAM of separate ASM files to different pages/banks.
5820         * doc/sdccman.lyx: added Slade's tips
5821         * src/mcs51/peeph.def: fixed bug #880768
5822
5823 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5824
5825         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5826         * src/SDCCast.c (decorateType): fixed bug #880197
5827
5828 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5829
5830         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5831         getopt.h.
5832
5833         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5834         strtof is not part of C89 and isn't included with Mac OS X.
5835
5836 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5837
5838         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5839         shiftL2Left2Result): fixed bug #879326
5840         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5841         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5842         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5843         address fetch for clr instruction
5844         * device/lib/hc08/_mulint.c: created optimized assembly version
5845         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5846
5847 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5848
5849         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5850         proposed in FR #877103
5851
5852 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5853
5854         * src/SDCCval.c (cheapestVal): added missing checks
5855         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5856         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5857
5858 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5859
5860         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5861         equal operands
5862
5863 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5864
5865         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5866         loaded with the linker search paths (-L arguments) and the libraries
5867         to be linked with the current source (-l arguments). Changes
5868         currently will affect only the pic16 port.
5869         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5870         include path the port specific paths and port specific libraries,
5871         * gplink command now contains the $3 argument,
5872         * src/pic16/device.h,
5873         * src/pic16/device.c,: structure PIC_device is made public and
5874         renamed to PIC16_device, the same for variable Pics which is renamed
5875         to Pics16. Updated all references to them.
5876         * src/pic16/glue.c (pic16glue): corrected bug with code
5877         initialization which bypassed the variable initializations block.
5878
5879         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5880         COMPILE_FLAGS and added the --nostdinc option
5881
5882 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5883
5884         * device/include/mc68hc908jb8.h: Register defs for another member
5885         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5886
5887 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5888
5889         Documenting changes from previous commits.
5890         * configure.in (version 1.56),
5891         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5892         when generating output files to configure the pic16 library,
5893         but now I've commented it out, since gputils aren't installed in the
5894         SF compile farm, so library won't compile
5895
5896         * device/lib/Makefile.in (version 1.56): initially I've added in
5897         target 'all' the prerequestive 'model-pic16' so it compiled the
5898         pic16 library, but now I've commented it out for the same reasons
5899         above,
5900         * added targets 'model-pic16' and 'objects-pic16' to compile the
5901         library
5902         * added target 'port-specific-objects-pic16' to handle the
5903         generated libraries and copy them into the build/ directory
5904         * added target 'clean-intermediate-pic16' to clean intermediate
5905         files into pic16 directory
5906         * in target 'installdirs' added line to create directory pic16 in
5907         the installation path
5908
5909         * device/include/Makefile.in (version 1.11): in target 'install'
5910         added lines to copy all header files to installation path,
5911         * in target 'installdirs' added line create directory for pic16
5912         headers in the installation path
5913
5914 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5915
5916         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5917          a function call
5918
5919 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5920
5921         * configure,
5922         * device/lib/configure.in,
5923         * device/lib/configure: fixed for autoconf 2.57
5924
5925 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5926
5927         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5928         option so that it actually works. Made it specific to the z80, since
5929         the gbz80 doesn't have these kinds of I/O ports.
5930
5931 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5932
5933         * device/include/z180.h,
5934         * device/lib/_memcpy.c,
5935         * device/lib/_memmove.c,
5936         * device/lib/_mulint.c,
5937         * device/lib/ser_ir.c,
5938         * device/lib/ser_ir_cts_rts.c,
5939         * device/lib/_strcmp.c,
5940         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5941         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5942         portmode; added deprecation warning for bank= and protmode= forms.
5943         Also, guard against buffer overflow.
5944         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5945
5946 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5947
5948         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5949         changed interrupt vector table generation to only emit declared vectors.
5950         * device/include/Makefile.in: added missing backslash
5951         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5952
5953 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5954
5955         Mainly changes to support compilation of the device libraries
5956         * src/pic16/device.c: stack is allocated via symbol and not
5957         via literal number. The symbol is placed in the corresponding
5958         position of the data ram
5959         * (pic16_dump_section): relocatable and absolute uninitialized
5960         data are now emitted in sorted order to reduce section naming,
5961         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5962         weren't marked as being in the access bank,
5963
5964 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5965
5966         Added portion of GNU PIC Library under the directory
5967         device/include/pic16 and device/lib/pic16. These files
5968         contain the declarations of SFRs for the PIC18Fxx2 devices.
5969         The directory is initialized via configure from toplevel.
5970
5971 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5972
5973         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5974         the spilllocations to be compared correctly
5975
5976 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5977
5978         * src/SDCCast.c (decorateType): fixed bug introduced today
5979
5980 2004-01-12  Borut Razem <borut.razem AT siol.net>
5981
5982         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5983         doc/sdccman.lyx: upper case pragmas are deprecated
5984
5985 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5986
5987         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5988         in simpler and even better code
5989
5990 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5991
5992         * src/SDCCicode.c (operandOperation): fixed bug #874819
5993         * src/SDCCast.c (decorateType): fixed
5994         char foo (unsigned long ul) { return ul > 0; }
5995
5996 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5997
5998         * doc/sdccman.lyx: Moved and added some sections, small changes
5999         all over. Telling LaTeX to be less strict with word spacing
6000         to better keep the right margin. Changed some notes about
6001         maintainance of the ports in section 3.2.1 - is it OK like this?
6002
6003 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6004
6005         SDCC source changes:
6006         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6007         convilong): modified to inform the pic16 port that builtin functions
6008         are external
6009
6010         PIC16 PORT specific changes:
6011         * src/pic16/device.c pic16_dump_equates() added,
6012         processor registers declared internally by the port are emitted in
6013         the translation as equates,
6014         * src/pic16/gen.c: inline code is passed unprocessed to the
6015         translation,
6016         * (pic16_popGetLit2): fnuction modified to take second operand as
6017         pCodeOp pointer and not as literal,
6018         * (popRegFromIdx): prefixed with pic16_,
6019         * (pic16_popCombine2): modified to receive already allocated pCode
6020         operands,
6021         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6022         * (genFunction): initializes local stack frame and pushes on stack
6023         all the registers used by this function,
6024         * (genEndFunction): restores all registers from stack and restores
6025         stack frame,
6026         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6027         improvements,
6028         * (pic16glue): changed the program startup sequence,
6029         * added new dbName code 'A' for functions placed in absolute section
6030         * src/pic16/main.c: added function attribute _naked,
6031         * added pragma 'code' to place a fnuction at an absolute address,
6032         * added command line arguments --debug-ralloc and --pcode-verbose,
6033         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6034         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6035         * (pic16_newpCodeOpLit2): modified to take the second operand as
6036         pCodeOp pointer,
6037         * (pic16_printpBlock): modified to emit each function in a separate
6038         section,
6039         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6040         UPPER for immediate operands,
6041         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6042         instruction,
6043         * src/pic16/peeph.def: all peepholes with movff are commented out,
6044         because there is a problem in the pcode peep optimizer,
6045         * src/pic16/ralloc.c: the register allocator can now reuse local
6046         function symbols for another function. This saves register usage.
6047         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6048
6049         Added file src/pic16/NOTES with information about program writing on
6050         the current port version.
6051
6052 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6053
6054         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6055         and peephole 252 (array access)
6056
6057 2004-01-09  Borut Razem <borut.razem AT siol.net>
6058
6059         * src/SDCCmain.c : fixed #872250: -l command line defined library
6060           files are scanned before standard library files
6061
6062 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6063
6064         * src/SDCCast.c (decorateType): fixed bug #874046
6065
6066 2004-01-09  Borut Razem <borut.razem AT siol.net>
6067
6068         * support/scripts/sdcc.nsi: remove previous installation
6069
6070 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6071
6072         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6073         bytes for last interrupt vector (mcs51)
6074         * sdcc.spec: fixed typo
6075
6076 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6077
6078         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6079         gen51Code): more efficient parameter receive for --model-large
6080         ("bug" #845294)
6081
6082 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * src/ds390/main.c,
6085         * src/z80/main.c: added missed needLinkerScript flags (more than
6086         one port structure defined in these file)
6087         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6088         bug #795325
6089
6090 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6091
6092         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6093         * src/port.h: added flag needLinkerScript in port->linker
6094         structure to inform whether to create a .lnk file or not,
6095         * src/avr/main.c,
6096         * src/ds390/main.c,
6097         * src/hc08/main.c,
6098         * src/mcs51/main.c,
6099         * src/pic/main.c,
6100         * src/pic16/main.c,
6101         * src/xa51/main.c,
6102         * src/z80/main.c: changed appropriately to configure
6103         needLinkerScript flag
6104         * src/pic/gen.c,
6105         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6106         * src/pic/glue.c: added variable udata_section_name to
6107         override default uninitialized data segment definition for
6108         devices only with SHAREBANK memory (reported from Erik Epetrich)
6109         * (pic14emitOverlay): modified to emit a commented overlay segment
6110         directive when no overlay data exist
6111         * (picglue): modified to emit uninitialized data segment
6112         according to udata_section_name
6113         * src/pic/main.c (_pic14_parseOptions): added command line
6114         options --udata-section-name=[name] to override default
6115         udata definition name
6116         * modified _linkCmd and _asmCmd to include compiler passed
6117         arguments via -W option
6118         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6119         object file from '.rel' to '.o' in port->linker structure,
6120         changed size of fptr from 2 to 3 in port structure
6121
6122 2004-01-07  Borut Razem <borut.razem AT siol.net>
6123
6124         * support/scripts/sdcc.nsi: update PATH
6125         * support/scripts/sdcc.ico: craeted
6126
6127 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6128
6129         * device/include/Makefile.in: fix install
6130         * doc/Makefile: fix install
6131
6132 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6133
6134         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6135         in bug #860505
6136         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6137         how the function variable allocation summary is displayed; also
6138         include information about variables allocated to the overlay
6139         segment
6140
6141 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6142
6143         * as/mcs51/lkmain.c: Help about -Y option
6144         * as/mcs51/lkarea.c: Fixed gcc warnings
6145
6146 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6147
6148         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6149         fixed warning
6150         * support/valdiag/tests/overflow.c: added
6151         * src/SDCCast.c (decorateType),
6152         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6153         LEFT_OP (left shift)
6154
6155 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6156
6157         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6158         (default behaviour).
6159
6160 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6161
6162         A python script to validate compiler diagnostic messages. It can be
6163         used to verify that sdcc complains about bad c source code and
6164         gives a good location of the error.
6165         * support/valdiag/Makefile,
6166         * support/valdiag/valdiag.py,
6167         * support/valdiag/tests/*
6168
6169 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6170
6171         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6172         * src/SDCCsymt.c (newEnumType),
6173         * src/SDCCsymt.h
6174         * support/Util/SDCCerr.c,
6175         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6176         enum related bugs.
6177         * support/regression/tests/enum.c: added test for enum values that
6178         require at least 2 bytes of storage.
6179
6180 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6181
6182         * src/common.h: added ifndef/define/endif macros
6183         around the header file.
6184         Bug reported from Jesus Calvino-Fraga
6185
6186 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6187
6188         * sdcc.spec: updated
6189         * device/include/Makefile.in: don't install CVS directories
6190         * device/lib/Makefile.in: added removal of CVS directories after install
6191         * doc/Makefile: fixed install, added local_icons
6192         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6193         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6194         * src/ds390/gen.c (genRightShift): fixed bug #870788
6195         * src/SDCCast.c (decorateType): fixed bug #870781
6196
6197 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6198
6199         PIC16 port related changes:
6200         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6201         added variable stackPos,
6202
6203         * gen.c: genCall, assignResultValue: added support for
6204         pushing/retrieving function parameters to/from stack,
6205         genFunction,genEndFunction: setup stack frame for the
6206         generated function,
6207         genAddrOf: will be changed according to bug 863624
6208
6209         * added files genutils.c and genutils.h which contain gen*
6210         debugged and optimised functions extracted from gen.c
6211
6212         * glue.c: added variable 'externs' which holds extern symbols,
6213         pic16emitRegularMap: is modified to properly handle relocatable
6214          symbols under the new scheme,
6215         pic16createInterruptVect: is modified
6216         pic16printPublics: is modified to emit 'global' assembler directives,
6217         added pic16_printExterns to print extern symbols,
6218         pic16glue: initializes stack/frame pointer in the beginning of
6219         the assembly output. Temporary hack, will be corrected later,
6220         because gplink yet does not support stack and SDCC does not
6221         yet support a type of crt0.o object to create the final binary.
6222
6223         * Removed many lines that contain 8051 legacy code.
6224         * The code is finally placed under a 'code' directive.
6225         * Added port specific options.
6226
6227         * _process_pragma: simplified since now we do not need *special*
6228         include file to define SFR registers. But a separate header
6229         will be needed. This will be developed later.
6230         * _pic16_parseOptions: added, parses port specific options:
6231         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6232         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6233         --preplace-udata-with=
6234
6235         * _pic16_setDefaultOptions: modified to initialize section names,
6236         but hack is temporarly out of order since it needs improvement.
6237         * _pic16_genAssemblerPreamble: configuration words are emitted by
6238         their address instead of their name. This part is incomplete and
6239         supports only the 18Fxx2 devices. Other devices will emit an error
6240         during assembly since they do not contain the same set of config
6241         registers
6242         * _pic16_genIVT: is modified,
6243
6244         * pcode.c: added definitions for some hardware registers that are needed
6245         for stack support
6246         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6247         All PCI entries are updated. Now LFSR is supported.
6248         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6249         * added pic16_newpCodeOpLit2 to support instructions with
6250         two literal arguments
6251         * pic16_pCode2str: corrected code that emits assembler instructions
6252         with two literal operands and those that have an access bit modifier
6253         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6254         this fixes a bug which caused some labels to be lost, when an
6255         assembler directive was added, i.e. banksel,
6256         * pic16_FixRegisterBanking: improved logic that causes the insertion
6257         of bank switching,
6258         * InlineFunction: functions that are called once, are not any more
6259         inlined. This can be a port option in the future,
6260
6261         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6262
6263         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6264         hold the corresponding uninitialized symbols,
6265         * pic16_allocProcessorRegister: registers have explicit marked the
6266         accessBank field,
6267         * pic16_allocInternalRegister: registers are explicit marked as
6268         not used,
6269         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6270         processing list, so bit registers were lost,
6271         *
6272
6273         * ralloc.h: added field 'accessBank' and original symbol operand
6274         in register definition,
6275         * removed the field isMapped from register definition,
6276
6277         ** Several functions have been removed from various sources:
6278         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6279         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6280         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6281         pic16_assignRelocatableRegisters
6282
6283         ** others have been introduced:
6284         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6285         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6286
6287 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6288
6289         * support/scripts/inc2h.pl: changed definition of BIT_AT
6290         to emit 'sbit at' instead of 'bit at'. This was a request.
6291
6292         PIC16 port related preliminary changes:
6293         * gen.c: prefixed function popRegFromString with
6294         pic16_ and all references to it corrected
6295         * pcode.c: all pic16_pc_* hardware registers prefixed
6296         with underscore (_),
6297         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6298         * ralloc.c: newReg(): when register is REG_SFR then
6299         set address to rIdx,
6300         pic16_allocProcessorRegister(): marks register wasUsed=0
6301         pic16_writeUsedRegs(): added a call to assign processor
6302         registers via pic16_assignFixedRegisters
6303
6304 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6305
6306         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6307         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6308         variables in unused register banks.  Also the SSEG is placed
6309         wherever there is enough space for it, and IDATA can be anywhere
6310         in internal RAM.  For now compile using -Wl-Y[stack_size].
6311         The mem file is different for this option as well, since it
6312         makes no sense of talking about DSEG lenght.
6313
6314 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6315
6316         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6317         in certain cases, e.g. when ROM assignment, patch provided
6318         from Albert den Haan.
6319
6320 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6321
6322         Many signedness and type propagation fixes:
6323         * src/SDCCicode.c: made geniCodeCast() static
6324         replaced SPEC_ by IS_ (cosmetic)
6325         (operandOperation): fixed div and mod operation
6326         (usualBinaryConversions): added support for promotion of char
6327         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6328         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6329         (geniCodeAdd): an array index will stay unsigned, even if promoted
6330         from char to int
6331         (geniCodeArray): ditto
6332         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6333         * src/SDCCsymt.c (computeType): added more support for char;
6334         promotion of char is selectable by promoteCharToInt, fixed signedness
6335         for all cases
6336         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6337         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6338         * src/SDCCval (val*): replaced signedness calculation by
6339         computeType()
6340         rearranged if-branches (cosmetic)
6341         (valShift): added warning W_SHIFT_CHANGED
6342         (valCompare): fixed problem with different types
6343         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6344         * support/regression/tests/literalop.c: added many cases
6345         * support/regression/tests/ast_constant_folding.c: changed finally to
6346         'unsigned int'
6347         * .version: new year, new version: 2.3.7
6348         * src/SDCCmain.c (main): applied patch #866468
6349         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6350         provided by Scott Bronson
6351         * doc/sdccman.lyx: updated documentation for sdcdb
6352         updated and added chapter tips
6353
6354 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * src/SDCCsymt.h: missing from yesterday's commits
6357
6358 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * src/SDCC.y (struct_or_union_specifier),
6361         * support/Util/SDCCerr.c,
6362         * support/Util/SDCCerr.h: verify that struct & union tags are used
6363         as declared.
6364
6365 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6366
6367         * src/SDCCglobl.h: missing from yesterday's commits
6368
6369 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6372         sft_attributes, struct_declaration, parameter_declaration,
6373         type_name, start_block, declaration_list),
6374         * src/SDCC.lex (check_type): support redefinition of typedef names
6375
6376 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6377
6378         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6379         aligned xdata arrays. Erik helped me with the if clause.
6380
6381 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6384         warning
6385
6386 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/SDCCast.h,
6389         * src/SDCCast.c (newAst_),
6390         * src/SDCCicode.h,
6391         * src/SDCCicode.c (ast2iCode, newiCode),
6392         * src/SDCCglobl.h,
6393         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6394         expr, statement, expression_statement, selection_statement,
6395         iteration_statement, expr_opt, jump_statement): foundation for tracking
6396         sequence points
6397         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6398         point code too)
6399
6400 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * support/Util/SDCCerr.c,
6403         * src/SDCCast.h,
6404         * src/SDCCast.c (createCase, createDefault, decorateType),
6405         * src/SDCClabel.c (labelUnreach),
6406         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6407         to error messages.
6408         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6409         (with thanks to Stas Sergeev)
6410         * device/include/time.h,
6411         * device/lib/time.c (CheckTime): suppress unreachable code warning
6412
6413 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/SDCCast.c (createIvalCharPtr),
6416         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6417         bug #753752)
6418         * support/regression/tests/nullstring.c: tests for these two bugs
6419
6420 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6421
6422         * support/Util/SDCCerr.h,
6423         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6424         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6425         about storage class and 'at' used inside struct or union
6426         * src/SDCCBBlock.c (iCodeFromeBBlock),
6427         * src/SDCCcse.c (ifxOptimize),
6428         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6429         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6430         printIval, emitStaticSeg, emitOverlay),
6431         * src/SDCClabel.c (deleteIfx),
6432         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6433         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6434         gatherAutoInit, processParms),
6435         * support/Util/SDCCerr.h,
6436         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6437         reporting for post-parse errors.
6438
6439 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6442         implicit casts via union; they don't work on big endian systems
6443         (possible fix for bug #861138)
6444
6445 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6446
6447         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6448         * src/mcs51/main.c: fixed the fix for bug #737001
6449
6450 2003-12-15  Borut Razem <borut.razem AT siol.net>
6451
6452         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6453
6454 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6455
6456         * support/makebin/makebin.c: put output in binary mode
6457
6458 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6459
6460         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6461         xdata and data memory on startup. Set the environment variable
6462         SDCC_NOGENRAMCLEAR to disable this.
6463         * src/mcs51/peephole.def,
6464         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6465         (allows non-interrupt and interrupt code to safely compete for a resource
6466         without the non-interrupt code having to disable interrupts)
6467
6468 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6469
6470         * src/SDCCicode.c (geniCodeAdd),
6471         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6472         with valFromType if type might be a pointer and host is big endian).
6473         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6474         types, not just integer types.
6475         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6476         multiply defined with mismatching "at" address.
6477
6478 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6479
6480         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6481         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6482         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6483         with embedded nulls (fixed bug #753752)
6484
6485 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6486
6487         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6488         Apparently this did not see much testing (endless loop)
6489
6490 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6491
6492         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6493
6494 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6497         gracefully handle NULL memmap pointers
6498
6499 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6502         instead of deleting the iCode when an operand is volatile
6503         * src/z80/gen.c (genDummyRead),
6504         * src/mcs51/gen.c (genDummyRead),
6505         * src/ds390/gen.c (genDummyRead),
6506         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6507         not just IC_RIGHT
6508         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6509         * src/SDCC.y: fixed bug #850420
6510
6511 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6512
6513         Applied z80 i/o port patch from Peter Townson and fixed some operators
6514         to better handle operands in A register.
6515         * device/include/z180.h
6516         * src/SDCC.y
6517         * src/SDCCglue.c
6518         * src/z80/gen.c
6519         * src/z80/gen.h
6520         * src/z80/main.c
6521         * src/z80/peeph-z80.def
6522         * src/z80/peeph.def
6523         * src/z80/z80.h
6524
6525 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6526
6527         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6528
6529 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6530
6531         * device/lib/hc08/_mullong.c: Removed extra #endif
6532
6533 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6534
6535         * sim/ucsim/hc08.src/inst.cc,
6536         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6537         carries from x to h
6538         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6539         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6540         * device/include/stdarg.h: fixed varargs for hc08
6541         * device/lib/Makefile.in,
6542         * device/lib/hc08/Makefile,
6543         * device/lib/hc08/_mulint.c,
6544         * device/lib/hc08/_mullong.c: fixed some endian problems
6545
6546 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6547
6548         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6549         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6550         * device/lib/_gptrget.c,
6551         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6552
6553 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6556         * src/SDCCast.c (astErrors): fixed bug #846007
6557         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6558
6559 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/SDCCast.c (decorateType): disabled a transformation I added in
6562         revision 1.188 (access to fields of a structure at an absolute address);
6563         it breaks with bitfields, extern declarations, and gcse analysis.
6564         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6565         could be assigned through a pointer, so don't complain.
6566         * src/SDCCast.c (astErrors),
6567         * src/SDCCast.h,
6568         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6569
6570 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6571
6572         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6573         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6574         output of __config directives, since gpasm now supports them
6575         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6576         pre-processor macro, i.e. -DMCU=p18f452
6577         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6578         and modified to handle 'cast' icode similarly to '=' icode
6579         * src/pic16/device.h (typedef struct PIC_device): added field
6580         'extMIface' to indicate that chip has external memory interface
6581         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6582         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6583         18F8720
6584
6585 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * src/SDCC.y (pointer): fixed bug #846006
6588         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6589         * src/SDCCast.c (decorateType): fixed bug #846009
6590         * src/ds390/peeph.def,
6591         * src/ds390/gen.c (genAnd, genOr),
6592         * src/mcs51/peeph.def,
6593         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6594
6595 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6596
6597         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6598         * src/SDCCdflow.c
6599         * src/SDCCcse.c
6600         * src/SDCCcse.h
6601         * src/SDCCBBlock.h
6602         * src/SDCCBBlock.c
6603
6604 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6605
6606         fixed bug #845089
6607         * src/SDCCbitv.h,
6608         * src/SDCCbitv.c: added function to free a bitvector
6609         * src/SDCClrange.h,
6610         * src/SDCClrange.c: added function to recompute the liveranges
6611         * src/avr/ralloc.c,
6612         * src/ds390/ralloc.c,
6613         * src/hc08/ralloc.c,
6614         * src/mcs51/ralloc.c,
6615         * src/pic/ralloc.c,
6616         * src/pic16/ralloc.c,
6617         * src/xa51/ralloc.c,
6618         * src/z80/ralloc.c: recompute the liveranges after register packing
6619
6620 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6621
6622         * src/SDCCloop.c (newInduction): fixed bug #845630
6623
6624 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6627         inadvertantly left behind from my 2003-11-12 change
6628
6629 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         Updated headers I neglected to commit yesterday.
6632         * src/SDCClrange.h,
6633         * src/SDCCicode.h
6634
6635 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6636
6637         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6638         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6639         * src/SDCCopt.c (eBBlockFromiCode),
6640         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6641         the creation of the key hash table from the sequencing so it can be used
6642         earlier (for some GCSE bug fixes still pending)
6643
6644 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6645
6646         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6647         * support/regression/tests/addsub.c: testing genPlus shortcut
6648
6649 2003-11-15  Borut Razem <borut.razem AT siol.net>
6650
6651         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6652
6653 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6654
6655         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6656         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6657         ordering is immaterial.
6658         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6659
6660 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6661
6662         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6663         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6664         (SIGSEV) of bug #840381
6665         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6666         unlink new file before rename if new and old filenames are the same)
6667
6668 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6669
6670         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6671         uninitialized variables) for the mcs51. Set environment variable
6672         SDCC_GENRAMCLEAR to test.
6673         xdata initialization slightly shorter
6674
6675 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6676
6677         * src/SDCCsymt.h,
6678         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6679         #838241 & 780691 (basicly the same bug)
6680         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6681         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6682
6683 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6684
6685         * src/SDCCmain.c (linkEdit): "fix" #834252
6686
6687 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6690         * src/SDCCast.h,
6691         * src/SDCC.y: fixed bug #819403
6692
6693 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6694
6695         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6696         the reentrant attribute.
6697         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6698         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6699         simulation
6700         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6701         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6702         erroneously reduced to a literal.
6703         * src/hc08/ralloc.c (packRegisters, rematStr),
6704         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6705         some cases
6706
6707 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6708
6709         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6710         * doc/sdccman.lyx: changed from 'article' to 'book'
6711         * doc/Makefile: readded test_suite_spec and cdbfileformat
6712
6713 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6714
6715         * device/include/stdlib.h: include malloc.h to comply with ANSI
6716         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6717
6718 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6719
6720         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6721         * doc/clean.mk: also remove *.out files
6722         * doc/sdccman.lyx: some additions, larger top/bottom margins
6723
6724 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6725
6726         * src/SDCC.y: fixed bug #837365
6727         * support/regression/tests/bitopcse.c
6728         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6729         a symbol (might be valop instead)
6730         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6731         * device/lib/clean.mk: added hc08 to the cleaning list
6732
6733 2003-11-04  Borut Razem <borut.razem AT siol.net>
6734
6735         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6736           made 2003-11-04
6737         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6738           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6739           malloc is declared in standard stdlib.h
6740
6741 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6742
6743         * device/lib/hc08/Makefile: need to clean .rel not .o files
6744         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6745
6746 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6747
6748         * src/port.h,
6749         * src/hc08/main.c,
6750         * src/mcs51/main.c,
6751         * src/ds390/main.c,
6752         * src/z80/main.c,
6753         * src/avr/main.c,
6754         * src/pic/main.c,
6755         * src/pic16/main.c,
6756         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6757         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6758         tests (which uses the port's oclsExpense function)
6759         * src/SDCC.y,
6760         * src/SDCCast.c,
6761         * src/SDCCicode.c,
6762         * src/hc08/gen.c,
6763         * src/ds390/gen.c,
6764         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6765
6766 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6767
6768         * src/SDCCcse.c (ifxOptimize),
6769         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6770         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6771         deleting the IFX iCode.
6772         * src/hc08/ralloc.c: reduced unneeded slocs
6773         * src/hc08/gen.c: fixed bug in asmopToBoolean
6774
6775 2003-11-04  Borut Razem <borut.razem AT siol.net>
6776
6777         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6778           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6779           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6780           transferred to configure
6781
6782 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6783
6784         Use headers defined in the C[++] standards:
6785         * sim/ucsim/gui.src/serio.src/fileio.cc
6786         * sim/ucsim/gui.src/serio.src/frontend.cc
6787         * sim/ucsim/gui.src/serio.src/main.cc
6788         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6789         * support/Util/NewAlloc.c
6790         * as/hc08/lklibr.c
6791         * as/mcs51/lklibr.c
6792         * as/z80/aslist.c
6793         * as/z80/assym.c
6794
6795 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6796
6797         * Added MSVC projects for hc08 assembler and linker:
6798         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6799         /as/hc08/link_hc08.dsp
6800
6801 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6802
6803         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6804
6805 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6806
6807         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6808
6809 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6810
6811         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6812
6813 2003-10-31  Borut Razem <borut.razem AT siol.net>
6814
6815         * support/cpp2/cpplib.h,
6816           support/cpp2/cpplib.c,
6817           support/cpp2/cpplex.c,
6818           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6819           to switch _asm block preprocessing on / off. Default is
6820           #pragma preproc_asm +
6821
6822 2003-10-31  Borut Razem <borut.razem AT siol.net>
6823
6824         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6825           when outputting comment blocks (when executed with -C option) and
6826           _asm (SDCPP specific) blocks
6827
6828 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6829
6830         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6831
6832 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6833
6834         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6835
6836 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6837
6838         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6839         * src/SDCCast.c (decorateType): fixed bug #832664
6840
6841 2003-10-31  Borut Razem <borut.razem AT siol.net>
6842
6843         * support\cpp2\cpplex.c: fixed for SDCPP:
6844           comments(when executed with -C option) and _asm blocks
6845           were included even if they where in skipped #if block.
6846           Applied solution from GCC cpp 3.3.2
6847
6848 2003-10-31  Borut Razem <borut.razem AT siol.net>
6849
6850         * src/SDCC.lex: sdcc now understands both formats:
6851           '# <line_number> <file_name>' and
6852           '#line <line_number> <file_name>'
6853         * support/cpp2/cppmain.c: sdcpp now generates the standard
6854           '# <line_number> <file_name>' instead of former
6855           '#line <line_number> <file_name>'
6856
6857 2003-10-30  Borut Razem <borut.razem AT siol.net>
6858
6859         * support/cpp2/cpphash.h,
6860         * support/cpp2/cpplib.h
6861         * support/cpp2/cpplex.c,
6862         * support/cpp2/cppmain.c,
6863         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6864
6865 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         Fixed a number of problems revealed by bug #827883.
6868         * src/SDCCloop.c (loopInvariants): Spill location of the
6869         result operand should be recomputed if extracted from
6870         a loop. Also, don't extract assignments of an iTemp
6871         from a literal.
6872         * src/SDCCast.c (isConformingBody): loop reversal should
6873         not occur if the control variable is involved with a
6874         relational operator.
6875
6876 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6877
6878         * .version: bumped to 2.3.6 to reflect the big improvements
6879         made by Erik and Klaus. Thanks!
6880
6881 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6882
6883         Replaced the livrange code.
6884         * src/SDCClrange.c: added new LR code
6885         * src/SDCCloop.c,
6886         * src/SDCCBBlock.h: removed remainig parts from old LR code
6887         * src/ds390/ralloc.c,
6888         * src/ds390/gen.c: minor fixes to make it work with new code
6889
6890 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6891
6892         * as/hc08/asm.h,
6893         * as/hc08/lkrloc.c,
6894         * src/hc08/gen.c,
6895         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6896         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6897         (tweaked fix for bug #818696)
6898
6899 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6900
6901         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6902
6903 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6904
6905         * src/SDCCmain.c,
6906         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6907         * src/mcs51/gen.c (gencjneshort),
6908         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6909         more efficient (per Scott Bronson's suggestion)
6910
6911 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6912
6913         Extended the semantics of the critical keyword to include
6914         individual statements. See RFE #827755 and #799831
6915         * src/SDCC.y
6916         * src/SDCCicode.c
6917         * src/SDCCopt.c
6918         * src/SDCCast.c
6919         * support/Util/SDCCerr.c
6920         * support/Util/SDCCerr.h
6921         * src/mcs51/gen.c
6922         * src/ds390/gen.c
6923         * src/hc08/gen.c
6924
6925 2003-10-19  Borut Razem <borut.razem AT siol.net>
6926
6927         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6928
6929 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6930
6931         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6932         Fixed bug #818696
6933         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6934         and predecrement operand is displayed
6935
6936 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6937
6938         * src/SDCCval.c (valMinus): fixed bug #826041
6939
6940 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         Some hc08 related updates that I missed earlier
6943         * sim/ucsim/stypes.h
6944         * support/regression/ports/hc08/spec.mk
6945
6946 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6947
6948         New target "hc08" for the Motorola 68hc08 family of micros
6949
6950         * configure
6951         * configure.in
6952         * Makefile
6953         * src/hc08/*
6954         * src/SDCCmain.c
6955         * src/port.h
6956         * sim/ucsim/hc08.src/*
6957         * sim/ucsim/configure.in
6958         * src/ucsim/configure
6959         * sim/ucsim/packages_in.mk
6960         * as/hc08/*
6961         * as/Makefile
6962         * device/include/mc68hc908qy.h
6963         * device/lib/hc08/*
6964         * device/lib/Makefile.in
6965         * support/regression/ports/hc08/*
6966         * support/regression/Makefile
6967
6968 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6971         regression test
6972         * src/ds390/gen.c (genCast): fixed bug #821957
6973
6974 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6975
6976         * device/lib/logf.c: "fixed" overlay bug
6977         * support/regression/ports/host/spec.mk: added m library
6978         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6979         * support/regression/tests/float_trans: added (for Eric)
6980
6981 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6982
6983         * src/mcs51/gen.c (genCpl): fixed bug
6984         http://sf.net/mailarchive/message.php?msg_id=6263915
6985
6986 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6987
6988         * src/SDCCast.c (decorateType): added extended constant folding
6989         * src/SDCCsymt.c (computeType): cleanup
6990         * src/SDCCval.c (valShift): minor optimization
6991         * support/regression/tests/ast_constant_folding.c: added
6992
6993 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6994
6995         * src/SDCCmain.c: removed some unintended changes
6996
6997 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6998
6999         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7000         * src/z80/gen.c: fixed part of bug #817589
7001         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7002
7003 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7004
7005         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7006         * src/SDCCcflow.c
7007         * src/SDCCcse.c
7008         * src/SDCCdflow.c
7009         * src/SDCClabel.c
7010         * src/SDCClrange.c
7011         * src/SDCCmem.c
7012         * src/SDCCopt.c
7013         * src/SDCCpeeph.c
7014         * src/SDCCset.c
7015         * src/avr/ralloc.c
7016         * src/ds390/ralloc.c
7017         * src/izt/ralloc.c
7018         * src/mcs51/ralloc.c
7019         * src/pic/ralloc.c
7020         * src/pic16/ralloc.c
7021         * src/xa51/ralloc.c
7022         * src/z80/ralloc.c
7023         * src/z80/gen.c: removed unused label "release:"
7024
7025 2003-10-06  Borut Razem <borut.razem AT siol.net>
7026
7027         * src/SDCC.lex: removed definition of unused variables
7028           save_optimize and save_options
7029
7030 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7031
7032         * clean.mk: removed '=' in "-maxdepth=1"
7033         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7034         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7035
7036 2003-10-06  Borut Razem <borut.razem AT siol.net>
7037
7038         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7039           my_unput() replaced by unput()
7040
7041 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7042
7043         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7044         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7045         type-punned pointer will break strict-aliasing rules"
7046         Old LR behaviour is again default; Klaus' LR can be choosen by
7047         defining the environment variable LRKLAUS
7048         * src/SDCCBBlock.h
7049         * src/SDCCloop.c
7050         * src/SDCClrange.c
7051         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7052         * clean.mk: fixed removal of files in bin/CVS/
7053         * device/lib/clean.mk: fixed removal of directories small and large
7054         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7055         * src/SDCCicode.c,
7056         * src/SDCCval.c: removed superflous test for pedantic
7057
7058 2003-10-05  Borut Razem <borut.razem AT siol.net>
7059
7060         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7061           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7062           message "unmatched #pragma SAVE and #pragma RESTORE"
7063
7064 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7065
7066         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7067           assembly, critical functions, atomic, nojtbound)
7068
7069 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7070
7071         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7072         * src/SDCCBBlock.h
7073         * src/SDCCloop.c
7074         * src/SDCCloop.h
7075         * src/SDCClrange.c
7076
7077 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7078
7079         * src/z80/gen.h,
7080         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7081         * src/mcs51/gen.h
7082         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7083         * src/ds390/gen.h
7084         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7085         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7086         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7087
7088 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7089
7090         * src/z80/gen.c (genRet): fixed bug #524753
7091         * src/z80/gen.c (genCast): fixed internal error on cast from
7092         pointer to long
7093         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7094         fix for bug #477835 to the z80
7095         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7096         for tracking iCodes in the peephole optimizer for z80
7097
7098 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7099
7100         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7101         the other part of bug #814548
7102         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7103
7104 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7105
7106         * src/SDCCcse.c: fixed part of bug #814548
7107
7108 2003-09-28  Borut Razem <borut.razem AT siol.net>
7109
7110         * src/asm.c: rewrite of printILine() to use temporary file instead
7111           a pipe
7112         * src/xa51/main.c: commented out declaration of int rewinds
7113
7114 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7117
7118 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7121         * src/asm.c (printILine): Fixed bug #811015
7122
7123 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7124
7125         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7126         freeing.
7127
7128 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7129
7130         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7131         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7132         to correctly handle general case of AOP_PAIRPTR
7133         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7134
7135 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/mcs51/ralloc.c (fillGaps),
7138         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7139         register positioning bug)
7140
7141 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7142
7143         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7144
7145 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7146
7147         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7148         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7149         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7150         (ralloc doesn't intentionally do this now, but perhaps later)
7151         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7152         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7153         register positioning bugs (Fixed bug #762602 and #795325)
7154         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7155         (Fixed bug #808779)
7156         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7157         lines that --i-code-in-asm generates
7158
7159 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7160
7161         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7162         trying to fclose a FILE* that was already closed.
7163
7164 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7165
7166         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7167         of const struct should be treated as if const themselves)
7168
7169 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7170
7171         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7172
7173 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7174
7175         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7176         Unix (/n) and DOS (/r/n) line terminations.
7177
7178 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7181         bug #613775
7182
7183 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7184
7185         * src/mcs51/gen.c (genFunction, genEndFunction),
7186         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7187         and restore of EA so that stack offsets to parameters are
7188         correct when using both critical and reentrant/stack-auto.
7189         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7190         size (can be triggered in error if sloc is shared between
7191         different sized objects)
7192         * device/include/float.h: fixed macros to explicitly use
7193         unsigned long where needed
7194
7195 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7196
7197         Feature req. 799831: added code to allow nesting of critical functions
7198         * src/mcs51/gen.c (genFunction, genEndFunction)
7199         * src/ds390/gen.c (genFunction, genEndFunction)
7200
7201 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         * src/SDCCsymt.c (sclsFromPtr),
7204         * src/SDCCsymt.h,
7205         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7206         support for standard C idiom of memory mapped variables; for
7207         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7208         to xdata int at 0x1234 tempvar = 1.
7209         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7210         provided by Akiya ISHIDA
7211
7212 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7213
7214         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7215         * src/SDCCval.c (constVal): added reduction from int to char
7216         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7217         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7218         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7219         to ignore the sign
7220         * support/regression/tests/shifts.c: fixed
7221
7222 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7223
7224         * src/z80/gen.c (genXor): Fixed bug #805445
7225
7226 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7227
7228         Fixed bug #621531 (const & volatile confusion in the type chain).
7229         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7230         refer to the const or volatile state of the pointer itself.
7231
7232         * src/SDCCast.c
7233         * src/SDCCglue.c
7234         * src/SDCCicode.c
7235         * src/SDCCsymt.c
7236         * src/SDCCval.c
7237         * src/SDCC.y
7238         * src/SDCCsymt.h
7239         * src/pic/gen.c
7240         * src/pic/ralloc.c
7241         * src/pic16/gen.c
7242         * src/pic16/ralloc.c
7243         * support/regression/tests/const.c
7244
7245 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7246
7247         When checking for duplicated modules, use absolute paths
7248         instead of relative paths.  Files changed:
7249
7250         * as/mcs51/lklib.c
7251         * link/z80/lklib.c
7252
7253 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7254
7255         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7256
7257 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         * device/include/string.h: added size_t typedef, changed
7260         prototypes to use size_t, eliminated separate reentrant and
7261         non-reentrant declarations, added _memmove declaration
7262         * device/lib/_memcpy.c: changed to use size_t instead of int,
7263         changed /4 to >>2 to avoid division library call
7264         * device/lib/_memcmp.c,
7265         * device/lib/_memset.c,
7266         * device/lib/_strncat.c,
7267         * device/lib/_strncpy.c,
7268         * device/lib/_strncmp.c: changed to use size_t instead of int
7269         * device/lib/_memmove.c: new file (fixed bug #772294)
7270         * device/lib/Makefile.in: added _memmove.c
7271         * device/lib/z80/asm_strings.s: fixed bug #772290
7272         * support/regression/tests/bitfields.c: attempt to fix host assertion
7273         failure on amd64-unknown-linux2.2
7274
7275 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7276
7277         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7278         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7279         * as/z80/asmain.c (main): fixed bug #801766
7280
7281 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7282
7283         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7284         compilers
7285
7286 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7287
7288         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7289         reported in bug #800609
7290
7291 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7292
7293         * Top header beautifications in src/pic16 directory:
7294           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7295           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7296           pcoderegs.h, ralloc.c, ralloc.h
7297         * main.c: added top header and GPL license notice
7298         * pcode.c: fixed the if-conditional warning
7299
7300 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7301
7302         * device/lib/_mullong.c: replaced int by short for gcc
7303
7304 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7305
7306         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7307         and JUMPTABLE iCodes properly now (worked by accident before)
7308         * src/mcs51/gen.c (leftRightUseAcc),
7309         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7310         iCode properly now. Use getSize instead of nRegs since a & b
7311         aren't part of the nRegs tally.
7312
7313 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7314
7315         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7316         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7317           before instructions that use the _STATUS register
7318
7319 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7320
7321         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7322         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7323         fetching of the pointer
7324         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7325         copied from genNearPointerSet()
7326         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7327         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7328         If they pop r0/r1 they must be called in the opposite order than aopOp().
7329         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7330         (resp. --stack-auto), prepared for --xstack
7331
7332 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7333
7334         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7335
7336 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7337
7338         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7339         these ports have their own __sdcc_external_start()
7340
7341 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7342
7343         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7344         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7345         type for bits was changed. It resulted in bit variables becoming
7346         global, which is not permitted in PIC 14 assembly output.
7347
7348 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7349
7350         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7351
7352 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7353
7354         Z80 and MCS51 linkers complaint if a public symbol is defined
7355         in more than one library module:
7356
7357         * as/mcs51/lklib.c
7358         * link/z80/lklib.c
7359         * as/mcs51/Makefile.in
7360
7361 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7362
7363         A few small changes that speed up the peephole optimizer.
7364
7365         * src/SDCCpeeph.c
7366
7367 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         Try to make the peephole optimizer smarter by maintaining
7370         an association between the assembly source code and the
7371         iCodes that originated them. Put this information to use
7372         with a new peephole rule condition "notVolatile" so that
7373         the rules can be aggressive yet still safe.
7374
7375         * src/SDCCpeeph.c
7376         * src/SDCCpeeph.h
7377         * src/mcs51/gen.c
7378         * src/mcs51/peeph.def
7379
7380 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7381
7382         Fixed bug #741761
7383
7384         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7385         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7386         if the left or right operand symbols have the accuse flag set.
7387
7388 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7389
7390         Changed the type of the result of the ! (NOT) operator to char;
7391         previously it returned the same type as the source. This allows
7392         us to eliminate all the genFloatNot functions (all of its target
7393         implementations were very buggy) since !float can use the same
7394         code as !long now.
7395
7396         * src/SDCCicode.c (ast2iCode): ! returns char
7397         * src/mcs51/gen.c (genNot, genNotFloat),
7398         * src/ds390/gen.c (genNot, genNotFloat),
7399         * src/z80/gen.c (genNot, genNotFloat),
7400         * src/pic/gen.c (genNot, genNotFloat),
7401         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7402
7403 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7404
7405         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7406         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7407            during interrupts. Ensure WSAVE is located at a shared bank address.
7408         2. Fixed page selection in some places
7409         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7410            the registers name strings.
7411         4. Fixed "signed / unsigned compare" compiler warnings.
7412         5. The PIC port manages its own allocation of the general purpose
7413            registers, but makes no attempt to reuse them. As a result when
7414            compiling it soon runs out of general purpose registers. Some
7415            additional code was added to the files pcode.c and device.c to walk
7416            through the function call tree and rename the registers so that they
7417            get reused.
7418
7419         * src/pic/device.c
7420         * src/pic/gen.c
7421         * src/pic/glue.c
7422         * src/pic/pcode.c
7423         * src/pic/pcode.h
7424         * src/pic/ralloc.c
7425         * src/pic/ralloc.h
7426         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7427         genPlus() & genMinus() when the result is the same as left or right
7428
7429 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7430
7431         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7432
7433 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7434
7435         Made bitfield a distinct type from bit so that bitfields
7436         convert as per ANSI C and bits retain their traditional
7437         boolean style behaviour. Implemented bitfield support in
7438         the z80 port.
7439
7440         * src/SDCCsymt.h,
7441         * src/SDCCsymt.c,
7442         * src/SDCCast.c,
7443         * src/cdbFile.c,
7444         * src/mcs51/gen.c,
7445         * src/ds390/gen.c: bit v bitfield split
7446         * src/z80/gen.c: New support for bitfields
7447         * support/regression/tests/bitfields.c: reenabled z80,
7448         added more tests
7449
7450 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7451
7452         Rules 246.x, 247.x relate to bitfields, the others speed up
7453         access to xdata mapped I/O devices.
7454
7455         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7456
7457 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7458
7459         Cleaned up genPackBits and genUnpackBits and added two helper
7460         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7461         for literal assignments in genPackBits (thanks to Frieder for
7462         reminding me).
7463
7464         * src/mcs51/gen.c
7465         * src/ds390/gen.c
7466
7467 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7468
7469         Fixed bug #748310 (pointer to function type mishandled when the
7470         function name is omitted). Also fixed a SIGSEGV when a function
7471         attribute (reentrant, etc) is used on a non-function or on a
7472         function but misplaced before the parameter list.
7473
7474         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7475         bug #748310
7476         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7477         * support/Util/SDCCerr.h,
7478         * support/Util/SDCCerr.c: Added func attr misuse error msg
7479
7480 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7481
7482         Fixed bug #787649 by anonymous
7483         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7484         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7485
7486 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7487
7488         Fixed numerous bitfield problems.
7489
7490         * src/SDCC.y: More bitfield related error checking
7491         * src/SDCCsymt.h,
7492         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7493         * support/Util/SDCCerr.h,
7494         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7495         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7496         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7497         * support/regression/tests/bitfields.c: tests added
7498
7499 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7500
7501         Made the constant following the "interrupt" keyword optional. If
7502         omitted, the function will not automatically be given an entry
7503         in the interrupt vector table (similar to #pragma NOIV, but
7504         less syntacticly kludgy). The interrupt number is also now
7505         range checked. Also fixed a bug in the high order bit example
7506         in the manual.
7507
7508         * src/SDCC.y
7509         * src/SDCCmem.c
7510         * src/SDCCglue.c
7511         * src/SDCCsymt.h
7512         * support/Util/SDCCerr.c
7513         * support/Util/SDCCerr.h
7514         * doc/sdccman.lyx
7515
7516 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7517
7518         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7519         * src/SDCCicode.c (operandOperation): rewritten some ops
7520         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7521         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7522         other type
7523         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7524         be re-activated by defining REDUCE_LITERALS)
7525         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7526         unsigned, but are signed by default
7527         * src/SDCCval.c (constVal): rearranged
7528         * src/SDCCval.c (valMod): preliminary fix
7529         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7530         * support/regression/literalop.c: added, work in progress
7531
7532 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         Generate warnings for useless declarations like "char data;"
7535         that don't do what new users expect.
7536
7537         * src/SDCC.y
7538         * support/Util/SDCCerr.h
7539         * support/Util/SDCCerr.c
7540
7541 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7542
7543         * src/SDCCval.c (valMult): fix overflow detection of negative int
7544
7545 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7546
7547         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7548
7549         Changes to support big endian targets:
7550
7551         * src/ports.h
7552         * src/SDCCglue.c
7553         * src/avr/main.c
7554         * src/ds390/main.c
7555         * src/izt/i186.c
7556         * src/mcs51/main.c
7557         * src/pic/main.c
7558         * src/pic16/main.c
7559         * src/xa51/main.c
7560         * src/z80/main.c
7561
7562 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7563
7564         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7565         * device/lib/time.c: fixed warning "integer overflow in expression"
7566
7567 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7568
7569         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7570         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7571         constants are unsigned; added recognition of "u" flag for unsigned
7572         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7573         * src/SDCCval.c (valDiv, valMod): fixed signdness
7574         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7575         signedness of modulo, left and right shift
7576         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7577         * support/Util/SDCCerr.h: added warning W_INT_OVL
7578         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7579         * src/SDCCast.c (ast_print): improved output of constants
7580
7581 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7582
7583         Fixed some warnings when building with MSVC:
7584
7585         * as\mcs51\asdata.c
7586         * as\z80\asdata.c
7587         * as\mcs51\asm.h
7588         * as\z80\asm.h
7589         * link\z80\aslink.h
7590         * link\z80\lkdata.c
7591         * link\z80\lkeval.c
7592         * link\z80\lkgb.c
7593         * link\z80\lkihx.c
7594         * link\z80\lks19.c
7595         * link\z80\lksym.c
7596         * support\cpp2\cpplib.c
7597         * src\ds390\gen.c
7598         * src\mcs51\gen.c
7599
7600 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7601
7602         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7603
7604 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7605
7606         * support\librarian\clean.mk: Do not remove Makefile.
7607         * support\librarian\Makefile: added.
7608
7609 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7610
7611         Added librarian to MSVC build:
7612         * all.dsp
7613         * sdcc.dsw
7614         * support\librarian\librarian.dsp
7615
7616         'configure' not needed for librarian, removed:
7617         * support\librarian\configure
7618         * support\librarian\configure.in
7619         * support\librarian\config_in.h
7620         * support\librarian\Makefile.in
7621
7622         Hopefully these ones built the librarian and the rest of sdcc properly:
7623         * Makefile
7624         * Makefile.common.in
7625
7626         Messed up 'configure', so revert to previous version:
7627         * configure
7628         * configure.in
7629
7630 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7631
7632         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7633         there, while the mantissa of a double is "only" 53 bits wide.
7634
7635 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7636
7637         Adding sdcclib to the build.  MSVC project coming soon.
7638         Files added/changed:
7639
7640         * support\librarian\clean.mk
7641         * support\librarian\configure
7642         * support\librarian\configure.in
7643         * support\librarian\config_in.h
7644         * support\librarian\Makefile.bcc
7645         * support\librarian\Makefile.in
7646         * support\librarian\sdcclib.c
7647         * Makefile.bcc
7648         * Makefile
7649         * Makefile.common.in
7650         * configure
7651         * configure.in
7652
7653 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7654
7655         Linker now complaints if linked modules have conflicting options, for
7656         example, one compiled using --model-large and another one compiled with
7657         --model-small.  The following files were modified:
7658
7659         * as\mcs51\asdata.c
7660         * as\mcs51\aslink.h
7661         * as\mcs51\asm.h
7662         * as\mcs51\asmain.c
7663         * as\mcs51\asout.c
7664         * as\mcs51\i51pst.c
7665         * as\mcs51\lkdata.c
7666         * as\mcs51\lklibr.c
7667         * as\mcs51\lkmain.c
7668         * as\z80\asdata.c
7669         * as\z80\asm.h
7670         * as\z80\asmain.c
7671         * as\z80\asout.c
7672         * as\z80\z80pst.c
7673         * link\z80\aslink.h
7674         * link\z80\lkdata.c
7675         * link\z80\lklibr.c
7676         * link\z80\lkmain.c
7677         * src\SDCCglue.c
7678
7679 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7680
7681         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7682         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7683
7684 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7685
7686         * src/z80/mappings.i: fix _mul[us][int,long] entries
7687
7688 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7689
7690         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7691
7692 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7693
7694         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7695         * support/regression/tests/bitopcse.c: added
7696         fixed warning:
7697         * src/avr/gen.c:
7698         * src/pic/gen.c:
7699         * src/pic16/gen.c:
7700         * src/z80/gen.c:
7701         * src/xa51/gen.c:
7702
7703 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7704
7705         added support for new library format to z80, gbz80 linkers:
7706         *link/z80/aslink.h
7707         *link/z80/lklex.c
7708         *link/z80/lklib.c
7709         *link/z80/lklist.c
7710
7711 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7714         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7715
7716 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7717
7718         added DUMMY_READ_VOLATILE:
7719         * src/SDCC.y:
7720         * src/avr/gen.c:
7721         * src/xa51/gen.c:
7722         * src/z80/gen.c:
7723         * src/pic/gen.c:
7724         * src/pic16/gen.c:
7725         * src/mcs51/gen.c:
7726         * src/ds390/gen.c:
7727         * src/SDCCcse.c (algebraicOpts): many improvements
7728         * src/SDCCcse.h: removed algebraicOpts()
7729         * src/SDCCicode.c (picDummyRead): added
7730
7731 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7732
7733         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7734         "Insufficient space in data memory".
7735
7736 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7737
7738         * src/mcs51/gen.c: fixed bug #771358
7739         * src/z80/gen.c: fixed bug #759087
7740
7741 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7742
7743         * src/pic16/glue.c: minor cleanup by Vangelis
7744
7745 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7746
7747         * device/include/regc515c.h: fixed #758477
7748         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7749         * device/lib/_gptrput.c: saved a few bytes
7750         * my tab spacing is 8, yours too?)
7751         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7752         * device/lib/serial.c: process RX bytes earlier than TX bytes
7753         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7754
7755 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7756
7757         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7758
7759 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7760
7761     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7762
7763 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7764
7765         * device/lib/Makefile.in: bad fix, reverted to 1.43
7766
7767 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7768
7769         * device/lib/Makefile.in: added missing z80 object files
7770
7771 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7772
7773         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7774         pic16 progress by Vangelis:
7775         * src/SDCCglobl.h:
7776         * src/SDCCmain.c:
7777         * src/pic/Makefile:
7778         * src/pic:
7779         * pic/Makefile:
7780         * pic16/device.c:
7781         * pic16/device.h:
7782         * pic16/gen.c:
7783         * pic16/gen.h:
7784         * pic16/genarith.c:
7785         * pic16/glue.c:
7786         * pic16/main.c:
7787         * pic16/pcode.c:
7788         * pic16/pcode.h:
7789         * pic16/pcodepeep.c:
7790         * pic16/peeph.def:
7791
7792 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7793
7794     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7795
7796 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7797
7798     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7799     added gbz80 build to MSVC project.
7800     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7801     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7802     from 8051 stuff and setup so it links using a .lnk file.
7803
7804 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7805
7806     * support/librarian/sdcclib.c: sdcc librarian.
7807     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7808     with sdcclib.
7809
7810 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7811
7812     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7813
7814 2003-07-02  Borut Razem <borut.razem AT siol.net>
7815
7816         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7817         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7818         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7819         src/xa51/main.c, src/z80/main.c:
7820         virtualization of glue() function: each port has it's own glue function,
7821         which is accessed by do_glue function pointer in PORT.general structure
7822
7823 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7824
7825         * DS800C400 fun, improved ROM interface and tinibios.
7826
7827 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7828
7829         * More support for DS80C400. Now includes beginning of interface to ROM.
7830
7831 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7834
7835 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7836
7837         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7838
7839 2003-06-19  Borut Razem <borut.razem AT siol.net>
7840
7841         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7842
7843 2003-06-19  Borut Razem <borut.razem AT siol.net>
7844
7845         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7846         fixed Z80 port - crt0.o: cannot open.
7847
7848 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7849
7850         * support/Util/MySystem.c (merge_command): revert bad fix
7851
7852 2003-06-18  Borut Razem <borut.razem AT siol.net>
7853
7854         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7855
7856 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7857
7858         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7859         option --use-stdout sends errors to stdout instead of stderr.
7860
7861 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7862
7863         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7864
7865 2003-06-15  Borut Razem <borut.razem AT siol.net>
7866
7867         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7868         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7869         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7870         fixed width array of pointers replaced with sets;
7871         multiple include and lib paths ared transferred to preprocessor and linker
7872         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7873         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7874         fixed width array of pointers
7875         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7876         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7877         fixupPath(), getPathDifference()
7878         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7879         fixed width array of pointers
7880
7881 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7882
7883         * src/pic16/ralloc.c: fix warnings
7884         * src/pic16/pcode.c: fix warning
7885
7886 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7887
7888          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7889         know all the details, but essentially this set of changes enable
7890         the pic16 port to generate movff instructions and generate assembler
7891         directives,
7892         * src/SDCCmain.c:
7893         * src/pic16/gen.c:
7894         * src/pic16/glue.c:
7895         * src/pic16/pcode.c:
7896         * src/pic16/device.c:
7897         * src/pic16/main.c:
7898         * src/pic16/pcode.h:
7899         * src/pic16/pcoderegs.c:
7900         * src/pic16/ralloc.c:
7901         * src/pic16/ralloc.h:
7902
7903 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7904
7905         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7906         added option --vc, so sdcc errors and warnings are compatible with
7907         Microsoft Visual Studio.
7908
7909 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7910
7911         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7912           device/lib/libfloat.lib: added atof function.
7913
7914 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7915
7916         * doc/sdccman.lyx: updated to Lyx 1.3
7917         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7918         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7919         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7920
7921 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7922
7923         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7924
7925 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7926
7927         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7928           additions to the "related tools/documentation" section
7929
7930 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7931
7932         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7933
7934 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7935
7936         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7937         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7938
7939 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7940
7941         * doc/sdccman.lyx: fix double dash and other minor things
7942         * doc/Makefile: fix double dash
7943
7944 2003-05-28  Karl Bongers(patches from Martin Helmling)
7945         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7946           condition and ignore commands.
7947
7948 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7949
7950         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7951           is in parts still quite out of date, I did changes as far as I felt makes sense
7952           for a non-native english speaker.
7953           Please feel free to add to the manual or to correct my changes.
7954         * doc/Makefile: undid touching the date of intermediate tex files.
7955
7956 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7957
7958         * doc/sdccman.lyx: Manual has an index now
7959
7960 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7961
7962         Finalize muluint/mulsint and mululong/mulslong merging:
7963         * device/lib/_mulint.c
7964         * device/lib/_mullong.c
7965         * device/lib/gbz80/mul.s
7966         * device/lib/gbz80/stubs.s
7967         * device/lib/z80/mul.s
7968         * device/lib/z80/stubs.s
7969         * src/SDCCsymt.c (initCSupport)
7970
7971 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7972
7973         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7974         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7975           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7976           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7977           instead of /Zm500.
7978
7979 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7980
7981         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7982           the regression tests I'm not brave enough to enable 245.b, 245.c
7983         * doc/sdccman.lyx: added latex preamble for hyperref package.
7984           Using pdflatex this will give you a hyperlinked pdf file with
7985           bookmarks. (prepend '%' before /usepackage if this breaks something)
7986
7987 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7988
7989          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7990
7991 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7992
7993         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7994
7995 2003-05-21    <johan AT balder>
7996
7997         * src/SDCCglue.c (printIval): fixed bug #739934
7998
7999 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8000
8001         Applied patch from bug 737905 (renamed yylineo to mylineno):
8002         * src/altlex.c
8003         * src/SDCCast.c
8004         * src/SDCglobl.h
8005         * src/SDCC.lex
8006         * src/SDCCsymt.c
8007         * src/SDCCval.c
8008         * src/pic16/pcode.c: Cleaned warnings
8009         * src/pic16/pcodeflow.c: Cleaned warnings
8010         * src/pic16/pcoderegs.c: Cleaned warnings
8011
8012 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8013
8014         * src/pic16/pcode.c: Cleaned warnings
8015         * src/pic16/pcodepeep.c: Cleaned warnings
8016         * src/pic16/ralloc.c: Cleaned warnings
8017
8018 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8019
8020         * doc/sdccman.lyx: fixed bug 739745
8021         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8022
8023 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8024
8025         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8026         it can be defined with CFLAGS when running configure
8027         * src/SDCCmain.c: fixed compiling + linking with object files
8028
8029 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8030
8031         * configure.in: configure for pic16 port,
8032             added --disable-pic16-port
8033         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8034         * src/SDCCmain.c: linkOptions is changed to set *,
8035             added if/endif conditional macros to remove options help
8036             messages from optionsTable when a port is not configured, added
8037             support for the PIc16 port in the ports table, when executing
8038             the compiler with no port specified on command line, a default
8039             port is selected with the new macro DEFAULT_PORT which is
8040             defined in port.h, in setDefaultOptions() linkOptions is removed
8041             from initialization assignment, since now it is a set,
8042             parseCmdLine uses setParseWithComma for linkOptions, in
8043             linkEdit() linkOptions are accessed with new function indexSet()
8044             which returns the i'th item of a set variable. See SDCCset.c, in
8045             linkEdit() when calling buildCmdLine(), added linkOptions as
8046             last argument. Now users can pass arguments to gplink via the
8047             -Wl option, main() uses pic16glue() to glue up pic16 programs
8048         * src/SDCCpeeph.c: various changes to support pic16
8049         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8050             return the i'th item of the set
8051         * src/SDCCset.h: added function prototype for indexSet()
8052         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8053         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8054         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8055             added macro DEFAULT_PORT
8056         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8057         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8058             generated
8059         * src/pic16/glue.c: commented out some error producing lines
8060         * src/pic16/main.c: __config directives are commented out to stop
8061             gpasm complaining and test the linkage with gplink, _linkCmd and
8062             _asmCmd changed to be more gplink and gpasm friendly
8063         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8064             produced an error when parsed, peep rule 12 is added to utilize
8065             movff, but it is commented out since the pCode does not support
8066             yet a command with 2 address arguments
8067
8068 2003-05-18    <johan AT balder>
8069
8070         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8071         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8072 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8073
8074         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8075   Added feature to script commands from file.
8076
8077 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8080         * src/SDCCutil.c: include ctype.h for win32
8081
8082 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8083
8084         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8085
8086 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8087
8088         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8089   Fixed so you can set breakpoints prior to run, run does not stop
8090   on entry now.  Add tbreak.  Other enhancements and fixes for use
8091   with ddd.
8092
8093 2003-05-12  Borut Razem <borut.razem AT siol.net>
8094
8095         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8096
8097 2003-05-11  Borut Razem <borut.razem AT siol.net>
8098
8099         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8100         the path of bin directory, so that PATH is the only env. variable, which has to be set
8101         in case of standard installation.
8102         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8103         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8104         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8105
8106 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8107
8108         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8109         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8110         temp files are in the port dir; clean the gen/test directory when
8111         generating new test.c
8112         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8113         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8114         * support/regression/tests/zeropad.c: added
8115
8116 2003-05-09    <johan AT balder>
8117
8118         * src/SDCCglue.c: fixed bug #597940
8119
8120 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8121
8122         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8123   cache sfr, optimize next,step, fix off by one sourceline,
8124   support ddd list function.
8125         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8126
8127 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8128
8129         * support/regression/HTMLgen.py: added compare_s2f()
8130         * support/regression/Makefile: redo 1.27
8131         * support/regression/generate-cases.py: redo 1.5
8132
8133 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8134
8135         * support/regression/tests/float.c: workaround 33 bit hex constant
8136         * support/regression/tests/simplefloat.c: fix division for host
8137
8138 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8139
8140         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8141         that tame's the PIC's over-aggressive optimizer.
8142
8143 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8144
8145          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8146          support for MSVC.
8147
8148 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8149
8150         Initial support for DS80C400. "Hello world" runs on TINIm400
8151         (with polled I/O).
8152
8153 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8154
8155          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8156          * Some notes on ddd usage added in debugger/README
8157          Martin Helmling adding more features and fixes for ddd GUI debugger.
8158          Code added for nexti, stepi, up, down, and other adjustments.
8159
8160 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8161
8162         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8163         * src/pic/peeph.def Added two rules to optimize carry manipulation
8164         * src/pic/* removed debug printfs
8165
8166 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8167
8168         * debugger/mcs51/cmd.c: added header newalloc.h
8169
8170 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * as/Makefile: new EXEEXT
8173         * as/z80/Makefile: remove trailing slash of BUILDIR
8174         * as/z80/clean.mk: new EXEEXT
8175         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8176         * support/cpp2/Makefile.in: new EXEEXT
8177         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8178
8179 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8182         EXEEXT was introduced to fix all related problems with targets
8183         "clean", "install" and "uninstall"; a couple of further flaws
8184         especially with "clean" have been fixed too
8185         * as/mcs51/Makefile.in
8186         * as/mcs51/clean.mk
8187         * as/z80/Makefile
8188         * Makefile
8189         * clean.mk
8190         * debugger/mcs51/Makefile.in
8191         * debugger/mcs51/clean.mk
8192         * link/z80/Makefile
8193         * link/z80/Makefile.in
8194         * link/z80/clean.mk
8195         * link/Makefile
8196         * packihx/Makefile.in
8197         * packihx/clean.mk
8198         * sim/ucsim/Makefile
8199         * sim/ucsim/clean.mk
8200         * sim/ucsim/avr.src/Makefile.in
8201         * sim/ucsim/avr.src/clean.mk
8202         * sim/ucsim/s51.src/Makefile.in
8203         * sim/ucsim/s51.src/clean.mk
8204         * sim/ucsim/xa.src/Makefile.in
8205         * sim/ucsim/xa.src/clean.mk
8206         * sim/ucsim/z80.src/Makefile.in
8207         * sim/ucsim/z80.src/clean.mk
8208         * sim/ucsim/main_in.mk
8209         * sim/ucsim/packages_in.mk
8210         * sim/ucsim/gui.src/Makefile.in
8211         * sim/ucsim/gui.src/serio.src/Makefile.in
8212         * sim/ucsim/gui.src/serio.src/clean.mk
8213         * src/Makefile.in
8214         * src/clean.mk
8215         * support/cpp2/Makefile.in
8216         * support/cpp2/clean.mk
8217         * support/makebin/Makefile
8218         * support/makebin/clean.mk
8219         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8220         * doc/sdccman.lyx: --program-suffix no longer needed
8221
8222 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8223
8224          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8225          Martin Helmling added support for ddd GUI debugger.
8226          Code added to display assembly, set variables, and other commands
8227          to interface to ddd.
8228
8229 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8230
8231         * as/Makefile: fix target clean
8232         * as/clean.mk: fix target clean
8233         * as/z80/clean.mk: fix target clean
8234
8235 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8236
8237         * Makefile.common.in: added  AT EXEEXT AT
8238         * configure.in: removed all mingw32 stuff
8239         * configure: rebuilt from configure.in
8240         * doc/sdccman.lyx: updated section "installation"
8241         * support/scripts/sdcc_mingw32: adapted to configure
8242         * support/scripts/sdcc_cygwin_mingw32: added
8243
8244 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8245
8246         * src/pic Added object file support for the PIC port
8247         * src/pic Applied patch from Craig Franklin (this started the object file support)
8248         * src/regression Updated the PIC regression tests for object files
8249
8250 2003-04-20  Borut Razem <borut.razem AT siol.net>
8251
8252         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8253           lklex.c: In function `getfid':
8254           lklex.c:203: warning: array subscript has type `char'
8255         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8256           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8257         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8258           stack handling macros
8259
8260 2003-04-19  Borut Razem <borut.razem AT siol.net>
8261
8262         * "handling space characters in file path" task:
8263         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8264         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8265         * support/Util/MySystem.h: make it self-sufficient
8266         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8267           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8268           handling space characters in file path
8269         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8270           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8271         * support/Util/MySystem.c: handling space characters in executable's path
8272
8273 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8274
8275         * as/z80/Makefile: fix permanent rebuild of z80
8276         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8277         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8278
8279 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8280
8281         * src/SDCCopt.c: add special case optimization to replace modulo by
8282           a power of two with a bitwise AND.
8283
8284 2003-04-18    <johan AT balder>
8285
8286         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8287
8288 2003-04-17    <johan AT balder>
8289
8290         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8291         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8292
8293 2003-04-13  Borut Razem <borut.razem AT siol.net>
8294
8295         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8296         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8297           fixed mingw problem in adl_NORMALIZE_PATH
8298
8299 2003-04-12  Borut Razem <borut.razem AT siol.net>
8300
8301         * fixed "#pragma SAVE/RESTORE can not be nested":
8302         * src/SDCC.lex: reworked pragma handling functions
8303         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8304         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8305
8306 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8307
8308         * src/SDCCutil.c (pathEquivalent): defined but not used
8309         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8310         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8311         * configure: rebuilt from configure.in
8312         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8313         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8314         * device/include/Makefile.in: replace sdcc_datadir
8315         * device/lib/Makefile.in: replace sdcc_datadir
8316         * Makefile.common.in: add LDFLAGS from configure
8317         * packihx/Makefile.in: use LDFLAGS
8318         * src/Makefile.in: use LDFLAGS
8319         * support/cpp2/Makefile.in: add LDFLAGS from configure
8320         * support/makebin/Makefile: use LDFLAGS
8321         * .version: bumped version number to 2.3.5
8322
8323 2003-04-12  Borut Razem <borut.razem AT siol.net>
8324
8325         * completed "different paths" task:
8326         * src/SDCCmacro.c: fixed bug in handling quotes
8327         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8328         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8329
8330 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8331
8332         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8333
8334 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8335
8336         * ds390/gen.c ds390/peeph.def: fix bug 706781
8337
8338 2003-04-11  Borut Razem <borut.razem AT siol.net>
8339
8340         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8341
8342 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8343
8344         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8345         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8346          set - this bit used to not be set...).
8347         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8348           bad code in PIC Port
8349         * src/regression/and2.c added to test bug 609268
8350         * src/regression/Makefile added and2.c to regression test
8351
8352
8353 2003-04-08    <johan AT CP255758-A>
8354
8355         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8356         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8357         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8358
8359 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8360
8361         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8362         fix bug #487815
8363         * support/cpp2/Makefile.in: fix bug #487815
8364         * configure: rebuilt from configure.in
8365         * Makefile.common.in: docdir changed, new path suffixes
8366         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8367         * sdcc_vc_in.h: reflect changes from sdccconf.h
8368         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8369         * src/SDCCutil.h: remove BINDIR hack
8370         * doc/sdccman.lyx: update new path hierarchy
8371
8372 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8373
8374         * src/SDCCpeeph.c: added okToRemoveSLOC test
8375
8376 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8377
8378         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8379
8380 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8381
8382         * src/SDCCpeeph.c: added labelIsReturnOnly test
8383         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8384
8385 2003-04-05    <johan AT balder>
8386
8387         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8388         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8389         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8390         * src/SDCCast.c: fixed a warning
8391         * src/SDCCast.h: fixed a warning
8392         * src/SDCCicode.c (operandFromAst): fixed a warning
8393
8394 2003-04-04    <johan AT balder>
8395
8396         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8397         * src/SDCCast.c (decorateType): fixed bug #715076
8398         * src/SDCC.y: fixed bug #702907
8399
8400 2003-04-03    <johan AT balder>
8401
8402         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8403         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8404         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8405         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8406         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8407
8408 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8409
8410         * _decdptr.c: fix return values
8411         * _gptrget.c: fix return values
8412         * _gptrgetc.c: fix return values
8413         * _gptrput.c: fix return values
8414         * _mulint.c: fix return values
8415         * as/z80/Makefile: fix 'make -j' problem
8416
8417 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8418
8419         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8420         * configure.in: big cleanup, updated to autoconf 2.5x
8421         * configure: rebuilt from configure.in
8422         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8423         * sdcc_vc_in.h: reflect changes from sdccconf.h
8424         * doc/Makefile: fixed a flaw in "make install"
8425
8426 2003-04-02    <johan AT balder>
8427
8428         * src/ds390/gen.c (genCmp): no comments
8429         * src/mcs51/gen.c (genCmp): no comments
8430         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8431         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8432
8433 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8434
8435         * support/regression/generate-cases.py: place generated file in given sub directory
8436         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8437         * support/regression/Makefile: improvements for 'make -j';
8438         side effect: it's simpler and faster now
8439
8440 2003-03-31  Borut Razem <borut.razem AT siol.net>
8441
8442         * src/z80/main.c: link-{port} and as-{port} defined without path
8443         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8444
8445 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8448
8449 2003-03-30  Borut Razem <borut.razem AT siol.net>
8450
8451         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8452           changed type of list parameter to set
8453         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8454         * src/port.h: changed type of do_assemble() parameter to set
8455         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8456           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8457           definition of "cppoutfilename" macro with NULL value in preProcess()
8458         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8459         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8460         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8461           replaced with set *binPathSet
8462         * shash_add() deallocates the item, if allready exsists, before adding the new one
8463         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8464
8465 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8466
8467         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8468           a nested for loop bug in the PIC port
8469         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8470           for loops
8471
8472 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8473
8474         * support/Util/dbuf.h: remove C++ stuff to make it portable
8475
8476 2003-03-28  Borut Razem <borut.razem AT siol.net>
8477
8478         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8479           literal strings in stringLiteral()
8480         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8481         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8482           to the project
8483
8484 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8485
8486         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8487
8488 2003-03-26    <johan AT balder>
8489
8490         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8491         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8492         * src/SDCCast.c (decorateType): fixed " -v < 3"
8493
8494 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8497         Added Lenny Story's debug infrastructure changes:
8498         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8499         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8500         * src/cdbFile.c: added
8501         * src/SDCCdebug.c: added
8502         * src/SDCCdebug.h: added
8503         * src/SDCCast.c (createFunction)
8504         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8505         * src/SDCCmain.c (parseCmdLine, main)
8506         * src/SDCCmem.c (redoStackOffsets)
8507         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8508         * src/SDCCsymt.h
8509         * src/common.h
8510         * src/avr/gen.c (genAVRCode)
8511         * src/ds390/gen.c (gen390Code)
8512         * src/mcs51/gen.c (gen51Code)
8513         * src/pic/gen.c (genpic14Code)
8514         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8515         * src/xa51/gen.c (genXA51Code)
8516         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8517
8518 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8519
8520         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8521         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8522
8523 2003-03-22    <johan AT balder>
8524
8525         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8526
8527 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8528
8529         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8530         * doc/cdbfileformat.lyx: added, written by Lenny Story
8531         * doc/Makefile: added cdbfileformat.lyx
8532         * doc/clean.mk: added cdbfileformat.lyx
8533
8534 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8535
8536         * src/mcs51/peeph.def: fix bug #705773
8537
8538 2003-03-20    <johan AT balder>
8539
8540         An sfr/sbit can have an "at #" AND an initializer
8541         * src/SDCCsymt.c (checkSClass):
8542         * src/SDCCmem.c (allocGlobal):
8543         * src/SDCCmem.c (allocLocal):
8544         * src/SDCCast.c (createBlock):
8545
8546 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8547
8548         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8549
8550 2003-03-16    <johan AT balder>
8551
8552         Undid the hackup of const and volatile, the problem is much bigger
8553         * src/SDCC.y:1.65
8554         * src/SDCCast.c:1.171
8555         * src/SDCCglue.c:1.138
8556         * src/SDCCicode.c:1.146
8557         * src/SDCCsymt.c:1.150
8558         * src/SDCCval.c:1.65
8559
8560 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8561
8562         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8563         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8564
8565 2003-03-13    <johan AT balder>
8566
8567         Hackup const and volatile modifiers in type chains a bit:
8568         * src/SDCC.y:1.63
8569         * src/SDCCast.c:1.169
8570         * src/SDCCglue.c:1.136
8571         * src/SDCCicode.c:1.143
8572         * src/SDCCsymt.c1.146
8573         * src/SDCCsymt.h1.59
8574         * src/SDCCval.c:1.63
8575
8576 2003-03-12    <johan AT balder>
8577
8578         * src/SDCCBBlock.h: more LRH debugging junk
8579         * src/SDCCcflow.h: more LRH debugging junk
8580         * src/SDCCloop.c: more LRH debugging junk
8581         * src/SDCC.y (struct_declaration): fixed bug #697590
8582         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8583         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8584         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8585
8586 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8587         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8588         test function names must now match exactly).
8589         * src/SDCCcse.c: added special case in findCheaperOp to allow
8590         extending a short integer. Makes less awful code for bug 700121 test case.
8591
8592 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8593
8594         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8595         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8596
8597 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8598
8599         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8600         actually called (operandsNotEqual() was called for all
8601         operandsNotEqualX tests).
8602
8603 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8604
8605         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8606         with shorter literals. Fixes bug 700121.
8607
8608 2003-03-11    <johan AT balder>
8609
8610         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8611
8612 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8613
8614         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8615         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8616
8617 2003-03-10  Borut Razem <borut.razem AT siol.net>
8618
8619         * src/SDCCmain.c: pipe preprocessor's output
8620         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8621         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8622         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8623         which closes all pipes in pipeSet set
8624         * src/SDCCset.c: free deleted item in function deleteSetItem()
8625         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8626         moved from z80 to src subproject
8627         * .version: increased version number to 2.3.4
8628
8629 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8630
8631         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8632         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8633         * support/regression/ports/xa51/spec.mk: fix typo
8634
8635 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8636
8637         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8638
8639 2003-03-09  Borut Razem <borut.razem AT siol.net>
8640
8641         * src/SDCCmain.c: pipe preprocessor's output
8642         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8643         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8644         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8645         which closes all pipes in pipeSet set
8646         * src/SDCCset.c: free deleted item in function deleteSetItem()
8647         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8648         moved from z80 to src subproject
8649
8650 2003-03-09  Borut Razem <borut.razem AT siol.net>
8651
8652         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8653         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8654         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8655         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8656         * src/SDCCglobl.h: unification of WIN32 native definitions
8657
8658 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8659
8660         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8661
8662 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8663
8664         * src/configure.in:   check for endianess (even while cross-compiling)
8665         * src/configure:      check for endianess (even while cross-compiling)
8666         * src/configure_in.h: check for endianess (even while cross-compiling)
8667         * src/avr/gen.c:        remove old endianess stuff
8668         * src/mcs51/gen.c:      remove old endianess stuff
8669         * src/ds390/gen.c:      remove old endianess stuff
8670         * src/pic/gen.c:        remove old endianess stuff
8671         * src/pic/genarith.c:   remove old endianess stuff
8672         * src/pic/glue.c:       fix endianess check
8673         * src/pic16/gen.c:      remove old endianess stuff
8674         * src/pic16/genarith.c: remove old endianess stuff
8675         * src/pic16/glue.c:     fix endianess check
8676         * src/xa51/gen.c:       remove old endianess stuff
8677         * src/z80/gen.c:        fix endianess check
8678         * src/SDCCglue.c:       fix endianess check
8679         * src/ds390/peeph.def: fix bug 700036
8680
8681 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8682
8683         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8684         * src/configure: find appropriate data-types on host for SDCC's int and long
8685         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8686         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8687         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8688
8689 2003-03-07    <johan AT balder>
8690
8691         Just a big NOOP:
8692                 some minor cleanups before the big shot
8693                 OP_DEFS and OP_USES now use Kevin's protection
8694                 new option --nolabelopt
8695
8696         * src/SDCCBBlock.c:
8697         * src/SDCCast.c,:
8698         * src/SDCCcflow.c:
8699         * src/SDCCcse.c:
8700         * src/SDCCicode.c:
8701         * src/SDCCicode.h:
8702         * src/SDCClabel.c:
8703         * src/SDCCloop.c:
8704         * src/SDCCmain.c:
8705         * src/ds390/ralloc.c:
8706         * src/mcs51/ralloc.c:
8707         * src/pic/ralloc.c:
8708         * src/xa51/ralloc.c:
8709         * src/z80/ralloc.c:
8710
8711 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8712
8713         * src/pic/pcode.c (get_op): fix 64 bit warnings
8714         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8715         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8716         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8717         * support/regression/tests/malloc.c: fix 64 bit warnings
8718
8719 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8720
8721         * src/mcs51/gen.c (genMinus): fixed bug 696436
8722
8723 2003-03-02  Borut Razem <borut.razem AT siol.net>
8724
8725         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8726
8727 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * configure.in: test for mkstemp
8730         * sdccconf_in.h: add HAVE_MKSTEMP
8731
8732 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8733
8734         * device/include/ctype.h: removed warning while using --stack-auto
8735         * device/include/malloc.h: removed warning while using --stack-auto
8736         * device/include/string.h: removed warning while using --stack-auto
8737
8738 2003-02-23  Borut Razem <borut.razem AT siol.net>
8739
8740         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8741         because NDEBUG is defined (see man assert)
8742         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8743
8744 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8745
8746         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8747         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8748
8749 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8750
8751         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8752         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8753
8754 2003-02-18    <johan AT balder>
8755
8756         * as/mcs51/asmain.c (asmbl): module can start with a digit
8757         * as/z80/asmain.c (asmbl): module can start with a digit
8758
8759 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8760
8761         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8762         * src/asm.c: fix pipe() for Mingw32
8763
8764 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8765
8766         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8767         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8768         make -V work again; --c1mode reads now from stdin
8769         * doc/sdccman.lyx: added --c1mode
8770         * support/Util/SDCCerr.c: new messages for c1 mode
8771         * support/Util/SDCCerr.h: new messages for c1 mode
8772         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8773
8774 2003-02-15    <johan AT balder>
8775
8776         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8777
8778 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8779
8780         * doc/sdccman.lyx: Environment variables, -o and other minor things
8781
8782 2003-02-14    <johan AT balder>
8783
8784         * src/xa51/main.c: before anyone really tries to use it :)
8785
8786         * Install doc's in share/sdcc/doc
8787         * removed some obsolete files
8788         * Do a proper make distclean and uninstall
8789         M Makefile.common.in
8790         R sdccbuild.sh
8791         M as/Makefile
8792         M device/include/Makefile.in
8793         M device/lib/Makefile.in
8794         M doc/sdccman.lyx
8795         M link/Makefile
8796         M sim/ucsim/doc/Makefile.in
8797         M src/clean.mk
8798         R src/avr/peeph.rul
8799         R src/xa51/peeph.rul
8800         M support/cpp2/Makefile.in
8801         M support/makebin/Makefile
8802
8803
8804 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8805
8806         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8807
8808 2003-02-10  Borut Razem <borut.razem AT siol.net>
8809
8810         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8811         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8812         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8813         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8814         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8815         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8816         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8817         src/z80/Makefile.bcc: Borland Makefile cleanup
8818         * as/z80/Makefile.bcc: Added Borland Makefile
8819         * support/cpp2/borland.h: Removed
8820
8821 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8822
8823         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8824         * src/SDCC.lex: new pragma NOIV
8825         * src/SDCCglobl.h: new pragma NOIV
8826         * src/SDCCmem.c: new pragma NOIV
8827
8828 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8829
8830         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8831
8832 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8833
8834         * src/SDCCmain.c: signal handling is switched off by --debug
8835         * doc/Makefile: small fix for install; use clean.mk again
8836         * doc/clean.mk: clean *.pdf and *.html too
8837
8838 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8839
8840         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8841         * device/lib/printfl.c: fix a ds390 bug by making it portable
8842         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8843         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8844         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8845         * debugger/mcs51/cmd.c: converted multi-line string literals
8846         * sim/ucsim/globals.cc: converted multi-line string literals
8847         * src/SDCCmain.c: introduced signal handler to remove temp files
8848         * doc/Makefile: small tweaks, implement clean
8849         * doc: removed generated files
8850
8851 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8852
8853         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8854         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8855         Address Record is not correctly generated for DS390."
8856
8857 2003-02-02  Borut Razem <borut.razem AT siol.net>
8858
8859         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8860         * as/mcs51/asm.h: fixed compilation with Borland C
8861         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8862         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8863         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8864         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8865         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8866         src/z80/Makefile.bcc: delete $(LIB) only if exist
8867         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8868
8869 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8870
8871         * device/include/malloc.h: introduced NULL
8872         * device/include/string.h: introduced NULL
8873         * device/include/stdlib.h: introduced NULL
8874         * device/lib/_memcpy.c: removed NULL
8875         * device/lib/_strcat.c: removed NULL
8876         * device/lib/_strchr.c: removed NULL
8877         * device/lib/_strcmp.c: removed NULL
8878         * device/lib/_strcpy.c: removed NULL
8879         * device/lib/_strcspn.c: removed NULL
8880         * device/lib/_strlen.c: removed NULL
8881         * device/lib/_strncat.c: removed NULL
8882         * device/lib/_strncmp.c: removed NULL
8883         * device/lib/_strncpy.c: removed NULL
8884         * device/lib/_strpbrk.c: removed NULL
8885         * device/lib/_strrchr.c: removed NULL
8886         * device/lib/_strspn.c: removed NULL
8887         * device/lib/_strstr.c: removed NULL
8888         * device/lib/_strtok.c: removed NULL
8889         * device/lib/malloc.c: removed NULL, include own header
8890
8891 2003-02-02    <johan AT balder>
8892
8893         * 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
8894         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8895         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8896         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8897         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8898         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8899
8900 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8901
8902         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8903         area 'DATA'"
8904
8905 2003-02-01    <johan AT balder>
8906
8907         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8908
8909 2003-01-31    <johan AT CP255758-A>
8910
8911         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8912
8913 2003-01-30    <johan AT balder>
8914
8915         * src/SDCCBBlock.c: automatic bug detection
8916         * src/SDCCicode.c: automatic bug detection
8917
8918 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8919
8920         * src/SDCCglobl.h:   now --xram-size 0 works
8921         * src/SDCCmain.c:    now --xram-size 0 works
8922
8923 2003-01-29    <johan AT balder>
8924
8925         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8926
8927 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8928
8929         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8930         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8931         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8932         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8933         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8934         * src/SDCCmain.c:    Added options --xram-size and --code-size
8935
8936 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8937
8938         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8939         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8940
8941 2003-01-27    <johan AT balder>
8942
8943         * src/SDCC.y: fixed bug #613764
8944
8945 2003-01-26    <johan AT balder>
8946
8947         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8948         * src/SDCCsymt.h: fixed bug #673374
8949         * src/SDCCglue.c: fixed bug #661910
8950         * src/SDCCast.c: fixed bug #458099 and 673374
8951
8952 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8955         * as/mcs51/strcmpi.h: added
8956         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8957         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8958         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8959         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8960         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8961         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8962         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8963         * as/mcs51/Makefile.aslink: new module strcmpi
8964         * as/mcs51/Makefile.asx8051: new module strcmpi
8965         * as/mcs51/Makefil.bcc: new module strcmpi
8966         * as/mcs51/Makefile.in: new module strcmpi
8967         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8968
8969 2003-01-26    <johan AT balder>
8970
8971         * src/SDCCglue.c: reverted back to 1.124
8972         * src/SDCCast.c: reverted back to 1.156
8973         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8974
8975 2003-01-25    <johan AT balder>
8976
8977         * src/SDCCglue.c: A better fix for bug #661910
8978         * src/SDCCast.c: A better fix for bug #661910
8979         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8980
8981 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8982
8983         * src/Makefile.in: remove spawn.o
8984         * src/SDCCmain.c: remove spawn.h
8985         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8986         * src/spawn.c: removed
8987         * src/spawn.h: removed
8988         * support/regression/ports/ds390/spec.mk: link with -r
8989
8990 2003-01-24    <johan AT CP255758-A>
8991
8992         * src/ds390/gen.c (aopOp): fixed bug #667458
8993         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8994         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8995         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8996
8997 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8998
8999         * src/mcs51/peeph.def: better assembler identation by Frieder
9000         * src/mcs51/gen.c: better assembler identation by Frieder
9001
9002 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9003
9004         * as/z80/string.h: removed for gcc 3.2
9005         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9006         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9007
9008 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9009
9010         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9011         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9012         * support/regression/Makefile: separate temp files for ports
9013         * support/regression/generate-cases.py: separate temp files for ports
9014         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9015         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9016
9017 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9018
9019         * moved tinitalk to device/examples/ds390
9020
9021 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9022
9023         * as/mcs51/lkmem.c: rflag is for DS390
9024         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9025         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9026                          (linkEdit): move mem- and map-files the same way as ihx-files
9027         * src/z80/main.c (_setDefaultOptions): removed --generic
9028         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9029         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9030         * src/pic/glue.c (picglue): --c1mode works again
9031         * src/pic16/glue.c (pic16glue): --c1mode works again
9032         * src/asm.c (printCLine): fix #660034
9033
9034 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9035
9036         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9037         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9038         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9039         * as/mcs51/lkmem (summary): better fix for sp problem
9040         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9041         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9042         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9043                                               remove --stack-after-data
9044
9045 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9046
9047         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9048         * src/SDCCutil.c (join): ugly bug: missing '\0'
9049         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9050
9051 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9052
9053         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9054         * src/port.h: typo
9055         * src/pic/main.c (_asmCmd): gpasm supports -o
9056         * src/z80/main.c: more general macros
9057         * device/lib/Makefile.in: remove intermediate files
9058
9059 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9060
9061         * .version: Bumped version number to 2.3.3
9062         * src/SDCCBBlock.c: new option -o
9063         * src/SDCCglobl.h: new option -o
9064         * src/SDCCglue.c: new option -o
9065         * src/SDCCmain.c: new option -o
9066         * src/asm.c: new option -o
9067         * src/ds390/main.c: new option -o
9068         * src/pic/glue.c: new option -o
9069         * src/pic/pcode.c: new option -o
9070         * src/pic/ralloc.c: new option -o
9071         * src/pic16/glue.c: new option -o
9072         * src/pic16/pcode.c: new option -o
9073         * src/pic16/ralloc.c: new option -o
9074         * src/z80/main.c: new option -o
9075         * device/lib/Makefile.in: use -o
9076         * support/regression/ports/ds390/spec.mk: use -o
9077         * support/regression/ports/gbz80/spec.mk: use -o
9078         * support/regression/ports/mcs51/spec.mk: use -o
9079         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9080         * support/regression/ports/z80/spec.mk: use -o
9081         * support/regression/ports/ucz80/spec.mk: use -o
9082         * support/regression/ports/xa51/spec.mk: use -o
9083         * support/regression/fwk/lib/timeout.c: fix usage string
9084
9085 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9086         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9087
9088 2003-01-07    <johan AT balder>
9089
9090         * src/SDCCast.c (decorateType): fixed bug #600035
9091
9092 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9093         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9094         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9095         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9096         * src/pic/pcode.c: outcommented unused variable to remove warnings
9097         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9098
9099 2003-01-06    <karl AT turbobit.com>
9100         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9101    regression tests.
9102
9103 2003-01-06    <johan AT balder>
9104
9105         * src/SDCCicode.c: fixed array add
9106
9107 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9108         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9109         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9110
9111 2003-01-04    <johan AT balder>
9112
9113         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9114
9115 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9116         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9117
9118 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9119         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9120         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9121
9122 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9123         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9124
9125 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9126         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9127
9128 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9129         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9130
9131 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9132
9133     * in \sdcc\as\mcs51\ changed these files in order to create an
9134     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9135     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9136     following files to include the previous two files: aslink.dsp,
9137     Makefile.aslink, Makefile.bcc, and Makefile.in.
9138
9139     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9140     .adb instead of .cdb
9141
9142 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9143
9144         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9145         value from option --iram-size.
9146
9147 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9148
9149         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9150         dram[] array.
9151
9152 2002-09-18    <wiml AT hhhh.org>
9153
9154         * SDCClrange.h: exposed setFromRange() and setToRange()
9155         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9156           packRegsForAccUse() (bug 542397)
9157         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9158           multiple times and emitting the fetch operations more than once
9159           added aopGetUsesAcc() function to allow binary operators to
9160           fetch their operands in the correct order; made genMinus() emit
9161           compact code for X = LITERAL - Y
9162
9163 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9164         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9165         sprintf() in line 1267.
9166
9167 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9168         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9169         like ports.
9170
9171 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9172         Changes to aslink (All the changes are marked with 'JCF'):
9173
9174         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9175         summary().
9176
9177         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9178         area BSEG.  Also moves, if possible, the DATA area down into the internal
9179         ram so more space is available.
9180
9181         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9182         sflag.
9183
9184         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9185         not bytes.  Function summary() which creates a memory usage summary
9186         file with extension .mem.  Reports of overlaping stack and small stack
9187         size.  If the space for the stack is less than 16 bytes aslink trows a
9188         warning.
9189
9190         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9191         the 8051.  Option 'y' for memory summary output file.
9192
9193         Changes to sdcc (All the changes are marked with 'JCF'):
9194
9195         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9196
9197         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9198         overlaying area for it (uses RegBankUsed[4]).
9199
9200         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9201         bank zero as used by default.  By default aslink locates the stack
9202         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9203         the creation of the .mem file.  Delegates the allocation of data area
9204         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9205         the begining of the stack area to aslink.
9206
9207         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9208         glue() in SDCCglue.c creates an area for it.
9209
9210 2002-09-03  Borut Razem <borut.razem AT siol.net>
9211         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9212         sdcc/src/pic/glue.c:
9213         introduced atexit() handler for teporay files removal in case of
9214         errors, assertions, ...
9215
9216 2002-08-29  Borut Razem <borut.razem AT siol.net>
9217         * sdcc/support/cpp2/auto-host_vc_in.h:
9218         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9219         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9220         Maybe there is a similar problem with BORLANDC? It should be checked!
9221
9222         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9223         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9224         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9225         was not executed, and the compiler (cl) launched a warning:
9226         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9227
9228 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9229         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9230
9231 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9232         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9233
9234         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9235           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9236           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9237           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9238           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9239           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9240           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9241         - added Release configuration in VS projects
9242         - review of compiler an linker options
9243         - VC .exe files are generated in bin_vc directory, not to interfere
9244           with binaries generated from other projects (cygwin, mingw, bcc ...)
9245
9246         * sdcc/src/yacc.dsp: added
9247
9248         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9249         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9250         and insert the version number definitions from .version
9251
9252         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9253
9254         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9255         added - genarate auto-host.h using auto-host_vc_in.h as template
9256
9257         * sdcc/sdcc_vc.h,
9258         removed from CVS, generated automatically
9259
9260 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9261         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9262
9263 2002-08-11  Borut Razem <borut.razem AT siol.net>
9264         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9265
9266 2002-08-10  Borut Razem <borut.razem AT siol.net>
9267         * src/SDCCmain.c (main):
9268         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9269         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9270         The consequence was that some temporary files were not removed.
9271
9272         * src/SDCCglue.c:
9273         unification of code in functions tempfilename() and tempfile():
9274         function tempnam() is defined in Visual Studio 6.0 and .NET
9275
9276         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9277
9278         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9279           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9280         - removed compiler command line option /WX: Treats all warnings as errors
9281         - update a list of source files, included into the project
9282
9283         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9284           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9285         changed project type to Generic Project so that can be correcly converted to VS.NET project
9286
9287         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9288
9289         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9290
9291         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9292
9293         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9294         added return 0 statements after assert() to make compiler happy
9295
9296         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9297         added newline in the def file to keep MSC compiler satisfied
9298
9299         * sdcc/src/z80/gen.c:
9300         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9301           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9302         - solved MSC error in function aopDump()
9303
9304         * sdcc_vc.h: define PREFIX as "\\sdcc"
9305
9306 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9307         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9308
9309 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9310         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9311         - Rewrote the register banking algorithm.
9312         - Added pCode live-range analysis to registers (for now, only non-used and
9313         singly-used registers optimized away)
9314
9315         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9316
9317         * 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.
9318
9319 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9320         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9321
9322 2002-04-22  Michael Hope  <michaelh AT vroom>
9323
9324         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9325
9326         * configure.in (DD_COPT): Added include support required for gbdk.
9327
9328         * .version: Bumped version number just to increase it.
9329
9330         * src/SDCCmain.c: Added -nostdinc to the default options.
9331
9332 2002-04-15  Michael Hope  <michaelh AT vroom>
9333
9334         * device/lib/z80/printf.c (sprintf): Added.
9335
9336         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9337
9338         * src/z80/peeph.def: Added transpose redundent load rule.
9339
9340         * src/z80/main.c: Added force callee saves for jaune.
9341
9342         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9343
9344         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9345
9346 2002-03-28  Johan Knol  <johan AT balder>
9347
9348         * src/SDCCval.c: fixed bug #532436
9349
9350 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9351         * /src/port.h:
9352         Added "char *Processor" field to the port structure.
9353
9354         * /src/SDCCmain.c:
9355         Added -p option. Allows port dependent processor to be specified.
9356
9357         * all ports:
9358         Initialized the new field char *Processor field to NULL in all ports
9359
9360         * /src/pic/*:
9361         Compiler generated registers for interrupt context saving
9362         were not getting allocated.
9363
9364 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9365
9366         * /src/SDCCast.c:
9367         Fixed left shift. Will promote the left side of a left shift
9368         if a) left shifting more than size of operand or b) when assigned
9369         to something size > size of left side
9370
9371 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9372         * src/pic/*
9373         tons of changes. Register allocation has been
9374         rewritten. Added customization for the various PICs. Flow
9375         analysis is restructured. ...
9376
9377         * src/pic/device.h:
9378         Added
9379
9380         * src/pic/device.c:
9381         Added. device.c is a PIC port hack to accomodate variations
9382         in PIC devices.
9383
9384 2002-03-13  Michael Hope  <michaelh AT vroom>
9385
9386         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9387
9388 2002-03-04  johanknol  <johanknol AT manik>
9389
9390         * /src/SDCCval.c: fixed
9391
9392         const unsigned char arr[][2] = { { 0, 1 } };
9393         t18.c:1: error: Initializer element is not constant
9394
9395 2002-03-04  bela  <bela AT manik>
9396
9397         * /device/include/mcs51reg.h:
9398         ds89c420 register definition update
9399
9400 2002-03-03    <johan AT FRIJA>
9401
9402         * support/Util/SDCCerr.c: did something, but don't no why anymore
9403
9404         * support/regression/tests/bug-524691.c: made it a little less shy
9405
9406         * src/SDCCast.c (decorateType): fixed bug #524697
9407
9408         * src/SDCCast.c: made some lineno improvements
9409
9410         * src/SDCCval.c (getNelements): changed warning to error
9411
9412         * src/SDCCglue.c (printIvalArray): changed warning to error
9413
9414         * src/SDCCicode.c: fixed a warning for mingw
9415
9416         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9417
9418         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9419
9420 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9421
9422         * src/ds390/peeph.def:
9423         Added some more peephole rules
9424
9425         * src/ds390/gen.c: Various fixes & enhancements
9426
9427         * src/SDCClrange.c, src/SDCClrange.h:
9428         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9429
9430         * src/ds390/ralloc.c:
9431         various fixes & enhancements (ds390) specific
9432
9433         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9434         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9435         from rallocs.
9436
9437         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9438
9439 2002-03-02    <johan AT FRIJA>
9440
9441         * src/SDCCast.c (decorateType): fixed bug #524708
9442
9443         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9444
9445         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9446
9447 2002-03-01  Michael Hope  <michaelh AT vroom>
9448
9449         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9450
9451         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9452
9453 2002-03-01    <johan AT FRIJA>
9454
9455         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9456
9457         * src/SDCCast.c (decorateType): fixed bug #524209
9458
9459         * src/SDCCval.c (valNot): fixed bug #524195
9460
9461 2002-02-26    <johan AT balder>
9462
9463         * src/xa51/gen.c: fixed a warning
9464
9465         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9466
9467         * src/SDCCast.c (decorateType): fixed bug #522534
9468
9469 2002-02-23    <johan AT balder>
9470
9471         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9472
9473 2002-02-22    <johan AT balder>
9474
9475         * src/SDCCast.c: fixed bug #514865
9476
9477         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9478
9479 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9480
9481         * sdcc/src/SDCCloop.c:
9482         Previous fix was not good. basic blocks that have "break" or "return" are
9483         not really partof a loop , but live ranges used in these blocks should
9484         be live thru the entire loop, so set partOfLoop but don't add them to
9485         loop region
9486
9487 2002-02-21    <johan AT FRIJA>
9488
9489         * src/SDCCcse.c: fixed bug #514308
9490
9491 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9492
9493         * src/SDCCloop.c:
9494         Fixed BUG #519583. If a conditional block ended in a return/break
9495         statement inside a loop, it was not being considered part of the loop.
9496
9497         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9498
9499 2002-02-10  Karl Bongers <karl AT turbobit.com>
9500
9501         * debugger/*:
9502         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9503         with lots of comments and notes.
9504
9505         * device/examples/test2.c:
9506         Fix bug, "red" variable not being initialized(compiler complained).
9507
9508         * device/examples/Makefile, examples/test3.c:
9509         Add Makefile in device/examples folder, compiles test3.c
9510         for use as a multiple module SDCDB test case.
9511
9512         * sim/ucsim/cmd.src/cmdset.cc:
9513         Took out debug printfs in ucsim "next" command.
9514
9515         * sim/ucsim/xa.src:
9516         Karl and Johan start ucsim XA support.  Most dissassembly working,
9517         about 75% emulation done(plenty of work remaining).
9518
9519         * sim/ucsim/z80.src:
9520         Add Z80 support to ucsim, add test-ucz80 regression test,
9521         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9522         Notice z80 compiler fails on examples/test3.c/crc code.
9523
9524 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9525
9526         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9527         Added support for --parms-in-bank1
9528
9529         * src/ds390/peeph.def:
9530         added a few more peephole optimzations
9531
9532         * src/ds390/main.c:
9533         1) added __builtin_inp & __builtin_outp used to read in data of given length
9534            from a memory mapped port
9535         2) added __builtin_memcmp
9536         3) added __builtin_swapw swap bytes of a short
9537
9538         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9539         1) handle multiple send & receives from register bank1
9540         2) ralloc can now allocate DPTR1 to some liveRanges
9541
9542         * src/SDCCsymt.c, src/SDCCsymt.h:
9543         changes to handle multiple sends & receives
9544
9545         * src/SDCCptropt.h:
9546         added some pointer arithmetic optimization
9547
9548         * src/SDCCptropt.c:
9549         added some pointer arithmetic optimizations but not stable yet so not
9550         called from anywhere (will get this working shortly)
9551
9552         * src/SDCCopt.c: fixed for multiple sends & receives
9553
9554         * src/SDCCmain.c:
9555         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9556         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9557            set preprocessor defines (depending on options)
9558
9559         * src/SDCCicode.c, src/SDCCicode.h:
9560         changes made to handle multiple sends & receives
9561
9562         * src/SDCCglobl.h:
9563         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9564
9565         * src/SDCCcse.c, src/SDCCcse.h:
9566         added function findbackward def (to be used in upcoming optimization)
9567
9568         * src/SDCCcflow.c, src/SDCCcflow.h:
9569         added function returnAtEnd - to determine if a basic block terminates with
9570         a RETURN iCode
9571
9572         * src/SDCCast.c, src/SDCCast.h:
9573         added option parms-in-bank1
9574
9575         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9576         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9577         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9578         adjusted for --parms-in-bank1 option
9579
9580         * device/include/string.h:
9581         donot redefine "reentrant" keyword
9582
9583         * device/include/ds80c390.h: Added some more SFRs
9584
9585 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9586
9587         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9588
9589 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9590
9591         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9592
9593 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9594
9595         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9596
9597 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9598
9599         * Added --xram-movc option
9600
9601 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9602
9603         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9604
9605 2002-01-11  Johan Knol
9606
9607         * Added math lib of Jesus Calvino-Fraga
9608
9609 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9610
9611         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9612         * support/regression/Makefile: new target test-mcs51-stack-auto
9613         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9614
9615 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9616
9617         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9618
9619 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9620
9621         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9622
9623 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9624
9625         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9626
9627         * src/SDCCglue.h: add definition for printIvalChar()
9628
9629 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9630
9631         * src/SDCCast.c: fix #498138 by Johan
9632
9633         * src/SDCCglue.c: fix #498138 by Johan
9634
9635 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9636
9637         * support/regression/Makefile: fix clean
9638
9639         * support/regression/ports/ds390/support.c: fix transmission of last character
9640
9641 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9642
9643         * /sdcc/src/ds390/gen.c:
9644         a) improved computing address of stack variable
9645         b) took out some #if 0 code
9646         c) improved parmBytes adjustment
9647         d) improved genPlusIncr & genMinusIncr
9648         e) genCmp could generate bad code (when left assigned to DPTR)
9649         f) Fixed bug in hasInc
9650
9651         * /sdcc/src/ds390/ralloc.c:
9652         a) packRegsForSupport could mess up live information (Fixed)
9653         b) packRegsDPTRuse could be incorrect for left & right shift
9654
9655         * /sdcc/src/mcs51/ralloc.c:
9656         packRegsForSupport could mess up the live information (Fixed)
9657
9658         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9659
9660         * /sdcc/src/SDCCast.c:
9661         can reverse a loop even if function call is present as long
9662         as the loop control variable is local & is not passed as parameter
9663
9664 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9665
9666         * /sdcc/ChangeLog: *** empty log message ***
9667
9668         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9669         More builtin function additions for TININative
9670
9671         * /sdcc/src/ds390/ralloc.c:
9672         Had broken the regression testsuite
9673
9674         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9675
9676         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9677         Added funcattr hasStackParms will be set for reentrant functions when there
9678         are paramteres on the stack, this helps in minimizing frame pointer generation
9679         typeFromStr can handle function pointers now
9680
9681         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9682         *** empty log message ***
9683
9684 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9685
9686         * /src/ds390/gen.c, /src/ds390/main.c:
9687         More builtin function additions for TININative
9688
9689         * /src/ds390/ralloc.c:
9690         Had broken the regression testsuite
9691
9692         * /src/SDCCast.c: Fixed a bug in dumptree
9693
9694         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9695         Added funcattr hasStackParms will be set for reentrant functions when there
9696         are paramteres on the stack, this helps in minimizing frame pointer generation
9697         typeFromStr can handle function pointers now
9698
9699         * /doc/builtins.txt, /doc/TININative.txt:
9700         *** empty log message ***
9701
9702
9703 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9704
9705         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9706         ALPHA version for -mTININative
9707
9708         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9709         updated to reflect changes in the port structure
9710
9711         * /src/port.h:
9712         added function do_assemble (similar to do_link) if non-null this function
9713         will be called to do assembly (-mTININative) requires a multi command
9714         assembly
9715         added function genAssemblerEnd will be called to generate assembler Epilogue
9716
9717         * /src/SDCCsymt.c:
9718         added _JavaNative to debug info printing
9719
9720         * /src/SDCCmain.c: added option --tini-libid
9721         added port->do_assemble function (-mTININative) has a multi command assemble
9722
9723         * /src/SDCCglue.c: Disabled "constExpr" check
9724         added port->genAssemblerEnd function
9725
9726         * /src/SDCCglobl.h: Added option --tini-libid value
9727
9728         * /src/SDCCast.h:
9729         tookout optimizeCompare from the header (has no external references)
9730
9731         * /src/SDCCast.c: made one more function "static"
9732
9733 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9734
9735         * src/z80/mappings.i: Added z80asm support.
9736
9737         * src/z80/main.c: Added z80asm support on --asm=z80asm
9738
9739         * src/z80/gen.c: Fixed asm portability issues.
9740
9741         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9742
9743         * src/SDCCglue.c (printExterns): Added global/extern split.
9744
9745 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9746
9747         * support/regression/Makefile: added test for mcs51 model large
9748
9749         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9750
9751         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9752
9753 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9754
9755         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9756
9757 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9758
9759         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9760
9761         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9762
9763 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9764
9765         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9766
9767         * support/regression/tests/simplefloat.c: Port to mcs51.
9768
9769 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9770         * support/regression/tests/bug-485362.c: Added.
9771
9772         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9773
9774         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9775
9776         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9777
9778         * src/z80/gen.c (aopDump): Added a dump function.
9779
9780 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9781         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9782
9783         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9784
9785         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9786
9787         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9788
9789         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9790
9791         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9792
9793         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9794
9795         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9796
9797         * support/regression/ports/ds390/support.c: Use tinibios.
9798
9799         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9800
9801 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9802
9803         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9804         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9805
9806         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9807
9808         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9809
9810 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9811
9812         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9813
9814         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9815         (packRegsForIYUse): Created and optimised.
9816
9817 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9818
9819         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9820 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9821
9822         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9823
9824         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9825
9826         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9827
9828 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9829
9830         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9831
9832         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9833
9834 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9835
9836         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9837
9838         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9839
9840         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9841
9842 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9843
9844         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9845         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9846         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9847
9848         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9849
9850         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9851         (genNotFloat): Added.
9852         (genUminusFloat): Added.
9853
9854         * device/lib/z80/Makefile: Added floating pt stubs.
9855
9856         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9857
9858         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9859
9860         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9861
9862 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9863
9864         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9865
9866         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9867
9868         * sdcc/support/regression/Makefile: Add port ds390.
9869
9870         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9871
9872         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9873
9874         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9875
9876         * sdcc/support/regression/ports/ds390/support.c: Added.
9877
9878         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9879
9880         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9881
9882         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9883
9884 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9885
9886         * device/include/malloc.h: Added z80 and gbz80 support.
9887
9888         * device/lib/gbz80/heap.s: Added.
9889
9890         * device/lib/z80/heap.s: Added.
9891
9892         * device/lib/malloc.c: Added z80 and gbz80 support.
9893
9894         * support/regression/tests/malloc.c (testMalloc): Added.
9895
9896         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9897
9898         * support/regression/tests/bug-478094.c: Added.
9899
9900         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9901
9902 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9903
9904         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9905
9906         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9907
9908         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9909
9910         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9911
9912         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9913
9914 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9915
9916         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9917
9918 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9919
9920         * support/regression/tests/bug-477927.c: Added.
9921
9922         * src/z80/peeph.def: Added minor rules.
9923
9924         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9925
9926         * src/z80/peeph.def: Added jump optimisation modification.
9927
9928 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9929
9930         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9931
9932 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9933
9934         * support/regression/tests/funptrs.c: Added.
9935
9936 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9937
9938         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9939
9940 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9941
9942         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9943
9944         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9945
9946         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9947         (movLeft2ResultLong): Created.
9948
9949         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9950         (joinPushes): Added.  Joins two char pushes into a word push.
9951
9952 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9953
9954         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9955
9956         * support/makebin/Makefile (install): Added creation of dest dir.
9957
9958 2001-10-24 Karl Bongers <karl AT turbobit.com>
9959
9960         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9961
9962 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9963
9964         * src/z80/ralloc.c: Turned off faulty pack for one use.
9965
9966         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9967
9968         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9969
9970 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9971
9972         * support/regression/Makefile: Improved clean
9973
9974         * support/regression/ports/gbz80/spec.mk: Added clean
9975
9976         * support/regression/ports/host/spec.mk: Added clean
9977
9978         * support/regression/ports/z80/spec.mk: Added clean
9979
9980         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9981
9982         * support/regression/ports/mcs51/timeout.c: little improvements
9983
9984 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9985
9986         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9987
9988         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9989
9990         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9991
9992 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9993
9994         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9995
9996         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9997
9998 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9999         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10000
10001         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10002
10003         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10004
10005         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10006
10007         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10008
10009         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10010
10011         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10012
10013         * support/regression/tests/longor.c: Added.
10014
10015 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10016
10017         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10018
10019         * as/mcs51/aslink.h: define PATH_MAX
10020
10021         * as/mcs51/asm.h: define PATH_MAX
10022
10023         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10024
10025         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10026
10027         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10028
10029         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10030
10031         * src/SDCCglobl.h: define PATH_MAX
10032
10033         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10034
10035         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10036
10037 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10038
10039         * src/z80/gen.c (gencjneshort): Fixed
10040
10041         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10042
10043 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10044
10045         * support/regression/tests/bug-469671.c: Added.
10046
10047         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10048
10049 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10050
10051         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10052
10053         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10054
10055 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10056
10057         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10058
10059         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10060
10061         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10062
10063         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10064
10065         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10066
10067         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10068
10069         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10070
10071 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10072
10073         * 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.
10074
10075         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10076
10077         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10078
10079 2001-10-07    <johan AT FRIJA>
10080
10081         * device/lib/gets.c (gets): fixed the return value.
10082
10083 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10084         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10085
10086         * 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.
10087
10088         * 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.
10089
10090         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10091
10092         * src/pic/gen.c: Removed Safe_strdup.
10093
10094         * configure.in: Added option to enable libgc support.
10095
10096         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10097         (bitVectUnion): Optimised.
10098         (bitVectIntersect): Optimised.
10099         (bitVectBitsInCommon): Optimised.
10100         (bitVectCplAnd): Optimised.
10101
10102         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10103
10104 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10105
10106         * src/SDCCmain.c: distinguish between assembler debug and plain options
10107
10108         * src/avr/main.c:   remove standard assembler options
10109
10110         * src/ds390/main.c: remove standard assembler options
10111
10112         * src/mcs51/main.c: remove standard assembler options
10113
10114         * src/port.h: removed "PENDING" comment
10115
10116 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10117
10118         * src/device/lib/_mulint.c  : new, with assember functions
10119
10120         * src/device/lib/_mullong.c : new, with assember functions
10121
10122         * src/device/lib/_divuint.c : with assember functions
10123
10124         * src/device/lib/_divsint.c : with assember functions
10125
10126         * src/device/lib/_divulong.c: with assember functions
10127
10128         * src/device/lib/_divslong.c: with assember functions
10129
10130         * src/device/lib/_moduint.c : with assember functions
10131
10132         * src/device/lib/_modsint.c : with assember functions
10133
10134         * src/device/lib/_modulong.c: with assember functions
10135
10136         * src/device/lib/_modslong.c: with assember functions
10137
10138         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10139
10140         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10141
10142         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10143                                       replaced _mululong.c and _mulslong.c by _mullong.c
10144
10145 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10146
10147         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10148
10149 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10150
10151         * src/SDCCglue.c: test, if win32api is available for MINGW
10152
10153 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10154
10155         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10156         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10157         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10158         * support/regression/ports/host/spec.mk: removed GENERIC
10159         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10160         * support/regression/ports/z80/spec.mk: removed GENERIC
10161
10162 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10163
10164         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10165
10166         * support/regression/tests/bug-467035.c: Created.
10167
10168 2001-10-01    <johan AT FRIJA>
10169
10170         * src/SDCC.y: fixed bug #466586 part 1
10171
10172 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10173
10174         * SDCCicode.c: z80 has no generic pointers
10175         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10176
10177 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10178
10179         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10180
10181 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10182
10183         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10184
10185         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10186
10187 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10188
10189         * configure.in: Fixed up so that ucsim is only configured once.
10190
10191         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10192
10193         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10194         (getPathDifference): As above.
10195
10196         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10197
10198         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10199
10200 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10201         * .version: Updated to 2.3.1
10202
10203         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10204         Added copyright header.
10205
10206         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10207         (assemble): Added support for macro based assembler commands.
10208         (linkEdit): Added support for macro based linker commands.
10209         (preProcess): Changed the pre-processor to use macros.
10210         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10211         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10212
10213         * device/lib/z80/crt0.s: Added module name for debugging.
10214
10215 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10216
10217         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10218
10219         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10220
10221         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10222
10223         * src/Makefile.in: Added SDCCmacro and SDCCutil
10224
10225 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10226
10227         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10228
10229 2001-09-16    <johan AT FRIJA>
10230
10231         * 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.
10232
10233 2001-09-15    <johan AT FRIJA>
10234
10235         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10236         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10237
10238 2001-09-11    <johan AT FRIJA>
10239
10240         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10241
10242 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10243
10244         * support/regression/tests/bug-460444.c: Added test case.
10245
10246         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10247         (genCast): Added justification for all of the asserts.
10248
10249 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10250
10251         * support/regression/support.c: _xdata replaced by xdata
10252
10253         * support/regression/spec.mk: removed _generic
10254
10255 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10256
10257         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10258
10259         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10260         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10261
10262         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10263
10264         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10265
10266         * support/regression/tests/bug-460010.c: Added test case.
10267
10268         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10269
10270 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10271
10272         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10273
10274         * support/regression/testfwk.c: removed workaround for bug #436344
10275
10276         * support/regression/tests/bp.c: use less memory with mcs51
10277
10278         * support/regression/tests/bug-441448.c: use less memory
10279
10280         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10281
10282         * support/regression/collate-results.py: typo
10283
10284 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10285
10286         * support/regression/tests/fetchoverlap.c: Added new test case.
10287
10288         * support/regression/tests/bp.c: Added new test case.
10289
10290         * support/regression/tests/bug-448984.c: Added new test case.
10291
10292         * support/regression/tests/pow2shifts.c: Added new test case.
10293
10294         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10295         (genlshTwo): Fixed right shift for count > 8.
10296
10297         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10298
10299 2001-09-08    <johan AT FRIJA>
10300
10301         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10302
10303 2001-09-07    <johan AT FRIJA>
10304
10305         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10306
10307         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10308
10309 2001-09-06    <johan AT FRIJA>
10310
10311         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10312         * bernhard noted me at this: "() equals to (void)" (1.38)
10313
10314 2001-09-05    <johan AT FRIJA>
10315
10316         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10317
10318 2001-09-04    <johan AT FRIJA>
10319
10320         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10321
10322
10323 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10324
10325         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10326
10327 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10328
10329         * link/z80/aslink.h: Fixed path for PATH_MAX
10330
10331 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10332
10333         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10334
10335         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10336
10337         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10338
10339         * 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.
10340
10341 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10342
10343         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10344         (genCmp): Fixed up genCmp for the GB with longs.
10345
10346         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10347
10348         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10349
10350         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10351
10352         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10353
10354 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10355
10356         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10357
10358 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10359
10360         * 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.
10361
10362         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10363
10364 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10365
10366         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10367
10368         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10369
10370 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10371
10372   * sim/ucsim/configure:    little improvement of Cygwin-detection
10373   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10374   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10375   * support/regression/tests/bug-221100.c: small changes for mcs51
10376   * support/regression/tests/bug-221168.c: small changes for mcs51
10377   * support/regression/tests/bug-227710.c: small changes for mcs51
10378   * support/regression/tests/staticinit.c: small changes for mcs51
10379   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10380   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10381   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10382
10383 $Revision$