* support/scripts/sdcc.nsi: added small-stack-auto libraries,
[fw/sdcc] / ChangeLog
1 2005-11-26 Borut Razem <borut.razem AT siol.net>
2
3         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
4           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
5           added pic and pic16 libraries
6
7 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8
9         * device/include/float.h: Corrected typo in prototype of __fsgt
10
11 2005-11-25 Borut Razem <borut.razem AT siol.net>
12
13         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
14           added creation of model-mcs51-stack-auto libraries
15
16 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
17
18         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
19         and fields-list too
20         * src/SDCCast.c (createIvalArray): removed obsolete comment
21
22 2005-11-24 Borut Razem <borut.razem AT siol.net>
23
24         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
25           added missing device/lib/mcs51/crt*.asm sources
26
27 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
28
29         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
30
31 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
32
33         * device/lib/_fs2schar.c,
34         * device/lib/_fs2sint.c,
35         * device/lib/_fs2slong.c: optimized inline asm
36
37 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
38
39         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
40           Better handling of floats between -1.0 and 0.0.
41
42 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
43
44         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
45           (the missing "if"s prohibited removal of redundant labels)
46
47 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
48
49         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
50           Properly convert floats between -1.0 and 0.0 to long, int, and char
51           types (max integer value of negative floats tends to zero).
52         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
53           Removed changes made so to work properly with floats between
54           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
55           and _fs2char.c
56
57 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
58
59         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
60         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
61         (genCast) cosmetic change
62         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
63         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
64         from mcs51
65         * support/regression/tests/bitfields (testSignedBitfields): added
66
67 2005-11-18 Borut Razem <borut.razem AT siol.net>
68
69         * sdcc/device/lib/Makefile.in: remove all unnecessary files
70         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
71           introduced SILENT option to make building of pic16 libraries less
72
73 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
74
75         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
76           Now they work properly with floats between -1.0 and 0.0
77         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
78
79 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
80
81         * src/SDCCicode.c (printOperand): added missing else
82
83 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
84
85         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
86         reformatted for better readability
87         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
88         signed bitfields
89
90 2005-11-17 Borut Razem <borut.razem AT siol.net>
91
92         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
93           introduced SILENT option to make building of pic16 libraries less
94           verbose - used for nightly snapshot build
95         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
96           available on Win32 platforms.
97         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
98           medium, large, pic and pic16
99
100 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
101
102         * device/lib/printf_large.c: Temporary patch for bug 1358192:
103           printf("%f"...) sets fraction to zero.
104
105 2005-11-16 Raphael Neider <rneider AT web.de>
106
107         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
108           fixes #1357221
109         * src/pic/gen.c (genIfx): implemented for CARRY bit
110         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
111           to generic pointers, fixes #1357332,
112           (pic16_movLit2f): NEW,
113           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
114
115 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
116
117         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
118
119 2005-11-11 Raphael Neider <rneider AT web.de>
120
121         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
122         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
123           compute pointer's type from operand,
124           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
125           improved single bit reads, fixes bug #1353379
126
127 2005-11-09 Borut Razem <borut.razem AT siol.net>
128
129         * support/scripts/sdcc.nsi: added lib/pic to the package
130
131 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
132
133         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
134
135 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
136
137         * support/regression/tests/bug1348008.c: added
138         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
139         * support/regression/tests/bug1337835.c: updated comment
140
141 2005-11-06 Borut Razem <borut.razem AT siol.net>
142
143         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
144           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
145           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
146           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
147           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
148           dynamic construction of cl_error_class and derivates - 2.nd try
149
150 2005-11-05 Borut Razem <borut.razem AT siol.net>
151
152         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
153           bug, which caused Bus Errors on sparc solaris
154
155 2005-11-04 Borut Razem <borut.razem AT siol.net>
156
157         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
158           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
159           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
160           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
161           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
162           and derivates to resolve the initialization problem on OSX
163
164 2005-11-02 Borut Razem <borut.razem AT siol.net>
165
166         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
167           corrected typo - #include <winsock2.h>
168
169 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
170
171         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
172           (_asxxxx_mapping): added org directive for future enhancements
173
174 2005-11-01 Borut Razem <borut.razem AT siol.net>
175
176         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
177           enabled sockets on WIN32
178         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
179
180 2005-10-31 Borut Razem <borut.razem AT siol.net>
181
182         * support/regression/generate-cases.py: escape backslashes in {testcase}:
183           WIN32 backslash path delimiters should be escaped when used in C strings
184         * support/regression/tests/bitfields.c: exclude failing assertions for
185           __CYGWIN32__ and __MINGW32__ hosts
186
187 2005-10-30 Borut Razem <borut.razem AT siol.net>
188
189         * src/SDCCutil.c: corrected double comparison typo
190
191 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
192
193         * device/lib/medium/Makefile: added for new memory model medium
194         * device/include/asm/mcs51/features.h: updated for medium/pdata
195         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
196           added Multiply & Accumulate sbit's and MAC0_PAGE define
197         * device/include/mcs51/c8051f300.h: added sfr16 definitions
198         * device/include/mcs51/c8051f310.h: added sfr16 definitions
199         * device/lib/_mullong.c: update for medium model
200         * device/lib/incl.mk: added medium model
201         * doc/sdccman.lyx: documented medium model
202         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
203         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
204         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
205         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
206           (allocParms): set SCLS and OCLS to pdata for medium model
207         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
208           for pdata,
209           (powof2): return <0 if not power of 2
210         * src/avr/gen.c (genBitWise): use updated powof2
211         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
212           (shiftR2Left2Result): small optimization in setup, save acc when storing,
213           (shiftLLeftOrResult): use B if necessary
214         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
215         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
216         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
217         * support/regression/Makefile.in: added test-mcs51-medium
218         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
219
220 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
221
222         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
223         specifier unsigned
224         * device/lib/time.c (mktime): fixed bug 1334315
225
226 2005-10-28 Raphael Neider <rneider AT web.de>
227
228         * device/include/pic/p16f_common.inc: added common declarations
229         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
230
231 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
232
233         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
234           (aopPutUsesAcc): added to predict accumulator use,
235           (assignResultValue): save acc if necessary,
236           (genMinusDec): store result if indirectly addressed,
237           (genDivOneByte):  save acc if necessary,
238           (movLeft2Result): bugfix if left already in acc,
239           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
240             attention to accumulator use (esp. pdata),
241           (genReceive): receive pdata correctly
242         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
243         * src/SDCCicode.h: added isOperandInPagedSpace prototype
244
245 2005-10-27 Raphael Neider <rneider AT web.de>
246
247         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
248
249 2005-10-27 Raphael Neider <rneider AT web.de>
250
251         * .version: changed version to 2.5.4
252         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
253         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
254           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
255             arithmetics support routines
256         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
257         * device/lib/Makefile.in: also create installdir for pic
258
259         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
260           pic14 port as well
261         * src/pic/device.c (dump_sfr): rewritten to delegate register
262           placement to the linker (use `extern sym' rather than sym EQU addr),
263           (validAddress): fixed to check last specified address
264         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
265           (popGetLit): truncate literal value to 8 bit,
266           (popGet): moved assert to more appropriate place
267           (popGetExternal): create pCode operand from and mark the according
268             symbol as being `extern'
269           (popGetAddr): added sanity check on immediate's offset, provide
270             GPOINTER tag on demand
271           (aopPut): fixed for immediates,
272           (mov2w_op): move operand's address or contents to WREG (depending on
273             operand type), safer variant of mov2w,
274           (movwf,call_libraryfunc): NEW, handy abbreviations,
275           (get_argument_pcop,get_return_val_pcop,pass_argument,
276           get_returnvalue): interface for accessing function parameters and
277             return values,
278           (assignResultValuei,genRet): use new parameter/return value interface
279           (pic14_getDataSize): back to old version handling generic pointers,
280           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
281             provided implementation and/or fixed old one,
282           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
283             calls, removed legacy 8051 reference code
284           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
285           (loadSignToC): NEW, move the operands sign bit to CARRY,
286           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
287             genRightShiftSigned, accepts negative shift counts,
288           (setup_fsr): load FSR and adjust IRP (indirect memory access),
289           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
290             generic pointers, __data pointers and __code pointers,
291           (genUnpackBits,genPackBits): rewritten to work with generic pointers
292             and signed bitfields, limit bitfields to 8 bit,
293           (genDataPointerGet): fixed number of bytes read,
294           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
295           (genPointerGet,genPointerSet): fixed handling of __code pointers,
296             pointers to constant data are no longer assumed to point to __code
297             space, removed invalid pointer types,
298           (bitpatternFromVal): retrieve the PICs representation of an integer
299             or float literal,
300           (genDataPointerSet): fixed assigning to po_immediate operands,
301           (genGenPointerSet): implemented as library call,
302           (genIfx): fixed incorrect condition,
303           (genAddrOf): limit generic pointers' addresses to 2 bytes,
304             provide GPOINTER tag according to destination's storage class,
305           (genCast): added code to handle casting to generic pointers, added
306             sign-/zero extension of the result
307           (aop_isLitLike,op_isLitLike): fixed handling of immediates
308         * src/pic/gen.h: added macros to access IRP bit in STATUS register
309         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
310           extend the result
311         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
312           address/register resides in the shared banks
313           (emitSymbolToFile): improved to handle global and `pinned' symbols,
314             put all variables into separate sections (have the linker arrange
315             them)
316           (picglue): put init code and interrupt handlers in separate sections
317         * src/pic/main.c: added port specific options table, modified to PORT
318           structure to make GPOINTERs 3 byte, added pic14_options
319           (_pic14_do_link): private linking routine (update paths to libraries,
320             add libsdcc.lib by default)
321         * src/pic/main.h: declare pic14_options
322         * src/pic/pcode.c: fixed instructions i/o relations,
323           (RegCond): reverted to correct version,
324           (newpCodeOpLit): truncate literals to 8 bit,
325           (genericPrint): added debug output,
326           (getRegFromInstruction): fixed for various operand types, simplified
327           (BuildFlow): fixed broken handling of isntructions with labels
328           (LinkFlow): start at last instruction in flow (skip trailing comments),
329             pass the flow on to the next instruction after CALL
330           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
331           (insertPCodeInstruction): fixed inserting after a skip instruction,
332           (DoBankSelect): fixed for labeled instructions
333           (OptimizepBlock): honor --nopeep switch
334           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
335         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
336         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
337           (pCodeOptime2pCodes): allow disabling this optimization via
338             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
339             but is still buggy), started implementation of a dataflow based
340             pCode optimization (CSE + dead code elimination)
341           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
342         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
343           names are independant of the stack location and therefore portable across
344           devices
345
346 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
347
348         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
349           (selectSpil): fixed bug 1337835 by not spilling bit variables
350         * support/regression/tests/bug1337835.c: added test for this bug
351         * src/mcs51/peeph.def: restart after rule 3.c,
352           addded rules 263.x to optimize loading constants
353
354 2005-10-26 Raphael Neider <rneider AT web.de>
355
356         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
357         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
358           (genAssign): emit warning when casting literals to generic pointer
359             type, also applies when taking the address of a fixed variable,
360           (genCast): improved casting to generic pointers
361         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
362           extern variables, added verbose error message
363         * device/include/pic16/{string.h,errno.h}: added #pragma library c
364
365 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
366
367         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
368         carry must be complemented too
369         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
370         could be emitted by genMinus
371         * src/SDCCval.c (constVal): fixed bug 1305065
372
373 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
374
375         * src/SDCCast.c (addCast): added promotion for bit variables
376         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
377         promotion casts + optimisation
378         (optimizeGetWord): fix warning 'i' might be used uninitialized
379         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
380         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
381
382 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
383
384         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
385         all chars are promoted to int; promotion should be handled in SDCCast.c
386
387 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
388
389         * device/lib/_strcmp.c: Fixed bug 1326457
390
391 2005-10-11 Raphael Neider <rneider AT web.de>
392
393         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
394         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
395
396 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
397
398         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
399         * support/regression/tests/sfr16.c: added test for the sfr32 bug
400
401 2005-10-04 Raphael Neider <rneider AT web.de>
402
403         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
404           device/lib/pic16/pics.all: added pic18f1320
405         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
406
407 2005-09-30 Raphael Neider <rneider AT web.de>
408
409         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
410         * src/pic16/devices.inc: NEW, provides device descriptions
411         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
412
413 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
414
415         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
416           GETHBIT
417
418 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * doc/sdccman.lyx: updated Highest Order Bit documentation,
421           documented Any Order Bit, Higher Order Byte and Higher Order Word
422         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
423         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
424           (optimizeGetAbit): new, to get any bit, not only the high bit,
425           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
426           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
427           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
428           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
429             RIGHT_OP: also try GETBYTE, GETWORD optimization,
430             GETABIT, GETBYTE, GETWORD: decorate them,
431           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
432           (ast_print): added GETABIT, GETBYTE, GETWORD
433         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
434         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
435           (geniCodeBinary): new generic binary icode,
436           (ast2iCode): added GETABIT, GETBYTE, GETWORD
437         * src/port.h: updated comment for PORT.hasExtBitOp
438         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
439           (genGetByte): new, to get a single byte,
440           (genGetWord): new, to get a word from a long,
441           (gen51Code): added GETABIT, GETBYTE, GETWORD
442         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
443
444 2005-09-23 Raphael Neider <rneider AT web.de>
445
446         * configure.in, configure: have device/lib/pic configured
447         * device/lib/Makefile.in: added model-pic14
448         * device/lib/clean.mk: added pic/ to clean rule
449         * device/lib/pic: added rudimentary pic14 library providing support
450           functions for multiplication/division/generic pointer access
451         * src/SDCCopt.c (convilong): mark support functions as extern
452           for pic14 port as well
453         * src/pic/gen.c (genMult): added assertions,
454           (genpic14Code): emit warning on unhandled iCodes
455         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
456         * src/pic/pcode.c (pCodeOpCopy),
457         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
458           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
459           SFR_REGISTER}), made safe for future extensions
460         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
461           instructions even if preceeded by SKIP instructions (also remove
462           them); removed unused code
463         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
464           prevents leaving parts of the structure uninitialized after copying
465
466 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
467
468         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
469           ago by me
470         * support/regression/tests/addsub.c: added test for the bug
471
472 2005-09-21 Raphael Neider <rneider AT web.de>
473
474         * device/include/pic16/pic18f1220.h,
475           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
476         * device/lib/pic16/Makefile.rules: added missing opening paren
477         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
478           are provided in genutils.c,
479           (genUminusFloat,genUminus,genCmpEq): added asserts on different
480           operand/result sizes,
481           (genCmp): assert on NULL pointers first, then check deref'ed values
482         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
483           result size
484
485 2005-09-18 Raphael Neider <rneider AT web.de>
486
487         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
488           as these are now unused,
489           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
490         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
491           local, avoids uninitialized pointer dereference on r->name
492         * src/pic16/ralloc.c (newReg): fixed indentation
493
494 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
495
496         * src/SDCCval.c (constVal): fixed bug 730366
497         * support/Util/SDCCerr.c,
498         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
499
500 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
501
502         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
503
504 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
505
506         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
507
508 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
511           (hex2dec): made hex_digit unsigned char, removed ascii dependance
512         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
513           (hex2dec): made hex_digit unsigned char, removed ascii dependance
514         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
515         * packihx/packihx.c (hexDigit): made c unsigned char
516         * as/mcs51/lklibr.c (fndsym),
517         * link/z80/lkgb.c (gb),
518         * link/z80/lklibr.c (fndsym),
519         * link/z80/lkrloc.c (relr),
520         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
521         * src/SDCC.lex (checkCurrFile, process_pragma),
522         * src/SDCCglue.c (spacesToUnderscores),
523         * src/SDCCmain.c (setParseWithComma, processFile),
524         * src/asm.c (tvsprintf, printCLine),
525         * src/avr/gen.c (emitcode, aopPut),
526         * src/ds390/gen.c (emitcode),
527         * src/hc08/gen.c (emitcode, emitinline),
528         * src/mcs51/gen.c (emitcode, genInline),
529         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
530           tokenizeLineNode),
531         * src/pic/ralloc.c (debugLog),
532         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
533           tokenizeLineNode),
534         * src/pic16/ralloc.c (debugLog),
535         * src/z80/main.c (_process_pragma):
536            made all ctype.h function calls safe
537         * src/SDCCopt.c: include math.h for fabs
538         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
539           and used them throughout the code to make ctype.h function calls safe
540         * src/ds390/main.c (asmLineNodeFromLineNode),
541         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
542         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
543            unsigned char*
544         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
545           (newpCodeAsmDir): made ctype.h function calls safe
546         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
547           pic16_emitcode):  made lbp unsigned char*
548         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
549           (pic16_newpCodeAsmDir): made ctype.h function calls safe
550         * src/xa51/gen.c (emitcode),
551         * src/z80/gen.c (_emit2): made lbp unsigned char*
552         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
553            char*
554
555 2005-09-05 Raphael Neider <rneider AT web.de>
556
557         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
558           access bank splitpoint
559
560 2005-09-05 Raphael Neider <rneider AT web.de>
561
562         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
563
564 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
565
566         * .version: changed to version 2.5.3
567         * doc/sdccman.lyx: changed version to 2.5.3,
568           documented --codeseg and --constseg and pragma codeseg and constseg,
569           documented bit parameters (reentrant) and bit returning
570         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
571            currFunc->recvSize, but is this ok for all ports?
572           (ast2iCode): result of ~ on unsigned char must be cast to int for
573            bool to work
574         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
575           function pointers in bit space
576         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
577           (processFuncArgs): call port.reg_parm() with reentrancy info
578         * src/port.h,
579         * src/avr/main.c,
580         * src/ds390/main.c,
581         * src/hc08/main.c,
582         * src/pic/main.c,
583         * src/pic16/main.c,
584         * src/xa51/main.c,
585         * src/z80/main.c: port.reg_parm prototype extended with
586           "bool reentrant" parameter
587         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
588           options.stackAuto for allocating bit register parameters
589         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
590           (genSend): set BitBankUsed if it is,
591           (selectRegBank): factored out of genCall for use in genPcall,
592           (genCall): removed redundant dtype assignmen, use selectRegBank,
593           (genPcall): handle returning in Carry properly, save in F0 if needed,
594           (genReceive): handle bit register parameters
595         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
596           (mcs51_assignRegisters): enable bit registers for all reentrant
597            functions and don't set BitBankUsed unconditionally
598         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
599         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
600         * support/regression/tests/funptrs.c: added tests for BOOL and for return
601
602 2005-08-27 Borut Razem <borut.razem AT siol.net>
603
604         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
605         ppc-osx (Darwin) does not support -u option. It seems that it is
606         supported only on Linux - GNU cp
607
608 2005-08-25 Borut Razem <borut.razem AT siol.net>
609
610         * sim/ucsim/gui.src/serio.src/Makefile.in,
611           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
612           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
613           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
614           install and strip, since the strip at /usr/ccs/bin should be used
615           on solaris
616
617 2005-08-24 Borut Razem <borut.razem AT siol.net>
618
619         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
620
621 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
622
623         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
624         ffffffffu
625
626 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
627
628         * as/mcs51/aslink.h: completed lkrloc.c prototypes
629         * as/mcs51/lkmain.c (link_main): fixed warning
630         * device/include/stdbool.h: ds390 has no advanced bit support yet
631         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
632         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
633         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
634           and updated their macros
635         * src/SDCCval.c (constVal): updated comment for renamed b_long
636
637 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
638
639         * as/mcs51/asdata.c: changed ctype['['] to BINOP
640         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
641           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
642           (oprio): set priority for '['
643         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
644            and adb_24_bit
645         * as/mcs51/asm.h: added defines R_BIT and S_BIT
646         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
647         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
648         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
649           added overlayable BIT_BANK area
650         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
651           (summary2): explain 'T' in legenda
652         * as/mcs51/lkrloc.c: replaced old K&R style,
653           (relr): added R_BIT processing,
654           (errmsg): added "Bit-addressable relocation error",
655           (adb_bit): added for converting from byte- to bit-addressable space,
656           (adb_24_bit): added for converting from byte- to bit-addressable space
657         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
658            used in reentrant functions now even as return value
659         * device/lib/_gptrput.c (_gptrput): removed obsolete code
660         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
661           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
662         * src/SDCCglobl.h: added indicator BitBankUsed
663         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
664            the bit registers b0-b7
665         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
666           (geniCodeCast): fixed bug 1263853,
667           (geniCodeLogicAndOr): put result in bool or char,
668           (geniCodeReceive): added parameter func for accessing the return type,
669           (geniCodeFunctionBody): pass func to geniCodeReceive
670         * src/SDCCmain.c: added indicator BitBankUsed
671         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
672         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
673           (checkSClass): don't put automatic bool/bit on stack,
674           (checkFunction): removed check on function cannot return bit
675         * src/SDCCsymt.h: added newBoolLink prototype
676         * src/mcs51/gen.c (rb1regs): added bit registers,
677           (movc): created for assigning to carry,
678           (pushReg, popReg): created for pushing registers,
679           (sameRegs): check both AOP_REG and AOP_CRY types,
680           (aopOp): handle bit registers,
681           (aopPut): optimization no self-assign,
682           (saveRegisters): push reg->base (bits) only once for bit registers,
683            and use pushReg,
684           (unsaveRegisters): pop reg->base only once and use popReg,
685           (assignResultValue): added parameter func and return in carry for bits,
686           (genIpush): optimization no reload in A if not changed,
687           (genSend): bit parameters in reentrant functions are passed in bit
688            registers by first assigning to bits in B, then save registers and
689            copy B to bits,
690           (genCall): handle returning in Carry properly, save it in F0 if needed,
691           (genPcall): updated assignResultValue call, this is not safe yet for bit
692            returning function !!!
693           (genFunction): don't generate equ's for bit registers and use pushReg,
694           (genEndFunction): take care of bit returning functions and use popReg,
695           (genRet): return bit in Carry,
696           (genIfx): optimize bit registers and other directly addressable bits,
697           (genReceive): updated assignResultValue call
698         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
699           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
700            registers when using stack-auto
701         * src/mcs51/ralloc.c (_G): added allBitregs,
702           (regs8051): added the bit registers,
703           (createStackSpil): use macro IS_BIT,
704           (getRegBit): added to allocate a bit register, else spill,
705           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
706           (updateRegUsage): factored out to ease stepping while debugging,
707           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
708            also allocate bit registers,
709           (fillGaps): handle bit registers,
710           (findAllBitregs): added to create bit vector with all bit registers,
711           (mcs51_allBitregs): returns this bit vector,
712           (mcs51_assignRegisters): when using stack-auto use bit registers for
713            passing parameters and creating local variables
714         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
715
716 2005-08-22 Borut Razem <borut.razem AT siol.net>
717
718         * device/lib/Makefile.in: replaced find option -or with -o
719           to make it run on solaris
720
721 2005-08-22 Raphael Neider <rneider AT web.de>
722
723         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
724           fixes #1265442 (crash on Solaris)
725
726 2005-08-20 Borut Razem <borut.razem AT siol.net>
727
728         * configure, configure.in: added tests for libsocket and libnsl libraries,
729           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
730           from support/regression/Makefile.in
731         * support/regression/Makefile.in: added
732         * device/lib/pic16/Makefile.common.in: force make to use bash shell
733         * sim/ucsim/libtool: regenerated on sparc-solaris
734         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
735           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
736           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
737           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
738           sparc-solaris, which doesn't use GNU ld linker
739         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
740         * as/Makefile: find on sparc-solaris does not support -maxdepth option
741
742 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
743
744         * src/mcs51/peeph.def: updated comments
745
746 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
747
748         * device/lib/_gptrget.c,
749         * device/lib/_gptrput.c: slightly shorter
750         * doc/sdccman.lyx: incremented version
751         * src/mcs51/peeph.def: moved peephole comments to the line of first
752           change to better keep line correlation, reanimated 186.e
753         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
754
755 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
756
757         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
758           David Saxton with quotes around file name.
759
760 2005-08-15 Borut Razem <borut.razem AT siol.net>
761
762         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
763           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
764           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
765           make tests run on x86_64 platform
766
767 2005-08-13 Raphael Neider <rneider AT web.de>
768
769         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
770           as it might be executed DURING a build (parallel make is wonderful)
771
772 2005-08-13 Raphael Neider <rneider AT web.de>
773
774         * device/lib/Makefile.in (port-specific-objects-pic16):
775           revert to cp $(PORT)/bin/*.* $(PORTDIR)
776         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
777           dependency
778         * device/lib/pic16/Makefile.rules: build subdirs before creating
779           the library, removed builddir rule, create $(builddir) early in
780           recurse rule, use empty recurse rule for leaf directories
781         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
782           mkdir errors (race condition), removed duplicate suffix "hex"
783           from clean rules
784         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
785         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
786           prevents mkdir -p from aborting on Alpha
787
788 2005-08-12 Raphael Neider <rneider AT web.de>
789
790         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
791           db-statements in order to allow for arrays of pointers in code
792           sections to be placed without interspersed 0-padding, fixes
793           bug #1256215
794         * (emitStatistics): fixed division by zero for pic18f1220
795         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
796           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
797         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
798         * (pic16_pCodeConstString): keep track of already emitted string
799           literals to prevent "duplicate definitions of symbol _str_NR"
800         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
801           debug message
802         * device/lib/Makefile.in: ignore failing PIC16 library builds
803         * device/lib/pic16/Makefile: do not build if gputils are missing
804         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
805
806 2005-08-10 Raphael Neider <rneider AT web.de>
807
808         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
809           my last commit)
810
811 2005-08-10 Raphael Neider <rneider AT web.de>
812
813         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
814           Rokas' patch to add the new fixed point type "__fixed16x16"
815         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
816           functions for __fixed16x16 arithmetics
817         * device/lib/pic16: reimplemented the build system to support
818           a separate build directory, better handling of libio (create
819           the library in a separate subdir for each architecture) and
820           easier configuration (centralized in Makefile.common)
821
822 2005-08-07 Raphael Neider <rneider AT web.de>
823
824         * src/pic16/gen.c (genrshTwo): fixed sign extension
825         * src/pic16/device.c: added pic18f2320, 4220 and 4320
826         * device/include/pic16/pic18f2220.h: changed some bit definitions,
827           added T0CONbits
828         * device/include/pic16/pic18f4220.h: NEW, header for
829           pic18f4220 and pic18f4320
830         * device/include/pic16/pic18fregs.h: added new devices,
831           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
832         * device/include/pic16/signal.h: resolved name clashes
833           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
834           to also allow testing for interrupt enable bits, added
835           comments on how to use the macros
836         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
837         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
838           register definitions for the devices
839         * device/lib/pic16/pics.all: added new devices
840         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
841           allocated memory
842         * device/lib/pic16/libc/stdlib/memfree: do not count
843           the block header as free memory
844         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
845           simplified and added missing end-of-blocklist-marker
846           (reported by Peter Onion, fixes #1252814)
847         * (_mergeHeapBlock): fixed loop condition
848         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
849           len==0, restructured code
850         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
851           up a bit, reduced bitfield accesses, prevent endless loops
852           in case of heap corruption
853         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
854           "unreferenced arguments/must return a value" warnings
855         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
856           replaced BAUDREG with SPBRG
857         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
858           device/lib/pic16/debug/gstack/gstack.c: replaced
859           _naked, _asm, _endasm with __naked, __asm, __endasm
860
861 2005-08-05 Raphael Neider <rneider AT web.de>
862
863         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
864           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
865
866 2005-08-05 Borut Razem <borut.razem AT siol.net>
867
868         * device/lib/Makefile.in: added missing ';'
869         * configure: removed ^M characters
870
871 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
872
873         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
874           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
875           License
876
877 2005-08-04 Borut Razem <borut.razem AT siol.net>
878
879         * configure.in: pic16 libraries build 2nd try - enable running
880           configure in device/lib/pic16
881         * configure: regenerated from configure.in
882         * device/lib/Makefile.in: create $(PORT)/bin directory
883
884 2005-08-03 Raphael Neider <rneider AT web.de>
885
886         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
887           to get/set values via pointers
888         * (genUnpackBits,genPackBits): changed detection of
889           ptr->bitfield vs. sym.bitfield, fixed access via generic
890           pointers, removed dead (wrong) code for multibyte bitfields
891         * (genNearPointerGet, genGenPointerGet): removed useless code,
892           fixed bitfield detection, fixes #1250594
893         * (genNearPointerSet): removed useless code
894         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
895           and introduced macro pic16_emitpcode that conditionally emits
896           the origin of the following pCode (useful for debugging SDCC)
897         * src/pic16/pcode.c: changed (and disabled) some debug outputs
898         * (createDefmap): fixed handling of LFSR for --optimize-df
899
900 2005-08-02 Borut Razem <borut.razem AT siol.net>
901
902         * device/lib/Makefile.in: pic16 libraries build enabled since
903           gputils-0.13.2 are now localy installed at sourceforge's compile farm
904
905 2005-08-02 Raphael Neider <rneider AT web.de>
906
907         * src/pic16/gen.c (genPackBits): removed deprecated warning
908         * (genGenPointerSet): fixed bitfield detection
909
910 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
911
912         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
913
914 2005-07-31 Raphael Neider <rneider AT web.de>
915
916         * device/lib/pic16/libdev/pic18f458.c,
917           device/include/pic16/pic18f458.h: added missing T0CONbits
918
919 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
920
921         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
922
923 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
924
925         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
926
927 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
928
929         * device/include/mcs51/at89c51ed2.h: added.
930
931 2005-07-23 Raphael Neider <rneider AT web.de>
932
933         * src/pic/gen.h: added emitpcode macro for debugging
934         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
935           and replace by macro adding debug information on demand
936         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
937         * (gencjne): tried to fix; replaced with correct (slower) code
938         * (gen{Unp,P}ackBits): fixed single bit access
939         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
940         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
941           previous instruction
942         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
943           register has to be handled with care (forbidding movement
944           of assignments/uses, removing assignments completely, ...)
945         * (pCodeOptime2pCodes): make use of regIsSpecial
946         * added lots of debugging output (commented out)
947         * src/pic/rallloc.c (deassignLRs): prevent operand registers
948           from being reused as result UNLESS it is known to work
949
950 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
951
952         * support/Util/dbuf.h: include <stddef.h> for size_t
953         * .version: changed to version 2.5.2
954
955 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
956
957         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
958
959 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
960
961         * src/hc08/gen.c (genMinus): fixed bug #1241835,
962           (genModOneByte): removed needless psha/pula
963
964 2005-07-22 Raphael Neider <rneider AT web.de>
965
966         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
967           have PIC14 handled like PIC16, fixes broken pic14 linker calls
968         * src/pic/gen.c (resolveIfx): do not "invent" labels
969         * (genSkipc): changed to positive logic
970         * (genSkipCond): removed as no longer needed
971         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
972           backport from PIC16
973         * (genLeftShift): check operands are in different registers
974         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
975           INCF does not update CARRY...
976         * src/pic/main.c: fixed _linkCmd
977         * src/pic/pcode.c (unlinkpCode): added inactive code
978         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
979           alive (do not assign result and operand overlapping registers)
980
981 2005-07-22 Raphael Neider <rneider AT web.de>
982
983         * src/pic/device.c (dump_sfr): replaced register declaration with
984           call to emitSymbolToFile() to avoid duplicate symbols
985         * (assignRelocatableRegisters): do not declare external symbols
986         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
987           right (take size of type, not etype)
988         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
989         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
990         * (packRegsForAccUse): disabled assignment of WREG as
991           the result reg to prevent occurence of just fixed #1235003,
992           fixes #1242954
993         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
994           symbols (avoids duplicate symbols in .asm file)
995         * (pic14emitRegularMap): use emitSymbolToFile()
996         * src/pic/gen.c (aopOp): fixed spillLocation handling
997         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
998         * (genDataPointerSet): removed unneccessary variables/output
999
1000 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1001
1002         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1003         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1004
1005 2005-07-21 Raphael Neider <rneider AT web.de>
1006
1007         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1008           architecture cannot handle them efficiently, fixes bug #1235003
1009         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1010           check for empty sets before using them (fixes bug #1232190)
1011
1012 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1013
1014         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1015           (lnksect2): generate warnings for memory overlap
1016         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1017           constseg to set the name of these segments so you can instruct the linker
1018           to place them in banks
1019         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1020         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1021           added code_seg and const_seg to options
1022         * src/SDCCglue.c (emitMaps): use options.const_seg,
1023           (createInterruptVect): put interrupt vectors in segment HOME,
1024           (glue): put HOME before static segment and put the main glue in HOME,
1025           (glue): use options.code_seg
1026         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1027         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1028           these segments so you can instruct the linker to place them in banks
1029           (linkEdit): use code_loc for HOME segment which should be the first
1030           segment in code memory now
1031         * src/SDCCmem.c: fixed more stuff like bug 1238386
1032         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1033           (changePointer): don't change function pointers to code pointers for
1034           banked functions,
1035           (compareType): added exceptional check for banked function pointers
1036         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1037         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1038           after static in code memory
1039         * src/mcs51/gen.c: added aopLiteralLong prototype,
1040           (aopForSym): use getSize for functions,
1041           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1042           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1043           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1044           the segment,
1045           (genPcall): use call for literal function pointers and generate banked
1046           calls over the one trampoline so there's only one place for the user to
1047           modify according to his/hers hardware,
1048           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1049           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1050         * src/mcs51/main.c: added keyword banked,
1051           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1052         * support/Util/SDCCerr.c,
1053         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1054           needed for passing the bank and address to the trampoline
1055         * device/lib/mcs51/crtbank.asm: added for bankswitching
1056         * device/lib/mcs51/Makefile: added crtbank
1057
1058 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1059
1060         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1061           for fields at offset 0 of a struct or union as reported
1062           on 2005-07-07 in the developer mailing list.
1063
1064 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1065
1066         * src/SDCCmem.c: fixed bug 1238386
1067
1068 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1069
1070         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1071           (patch #1144962), added peephole 300, enabled 259.x
1072         * doc/sdccman.lyx: removed screenshot and provided link instead
1073
1074 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1075
1076         * doc/sdccman.lyx: added section about debugging with ddd
1077         * doc/figures/ddd_example.eps: screenshot of debugging session
1078
1079 2005-07-04 Raphael Neider <rneider AT web.de>
1080
1081         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1082           like CODE pointers, fixes #1115683
1083         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1084           call, fixes bugs #1232211, #1228110,
1085           fixed wrong casts to pCodeFlow from pCodeInstructions
1086
1087 2005-07-04 Raphael Neider <rneider AT web.de>
1088
1089         * src/pic/gen.c (popGet): changed assert to allow for
1090           bit operands
1091         * (popGetAddr): changed signature to provide
1092           an additional index, patched all call sites
1093         * (genCmpEq): handle literal-like operands correctly
1094         * (genAddrOf): added sanity checks on __code/__data pointers
1095         * (genAssign): added handling of symbols from __code section
1096         * (gencjne): do not generate code for comparisons whose result
1097           is neither stored nor used, fixes bug #1171114
1098         * (AccLsh, AccRsh): operate on operand instead of WREG
1099         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1100           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1101           by known count
1102         * rewrote complete shift-by-literal logic, commented unused
1103           functions out
1104         * (genConstPointerGet): get multiple bytes (if result size > 1),
1105           fixed handling of non-immediate addresses
1106         * (genPointerGet): handle CODE pointers like CONST pointers
1107         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1108         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1109           operand is to be treated as a literal or not
1110         * (mov2w,genPcall,genCmpEq),
1111           src/pic/genarith.c: use aop_isLitLike() to decide between
1112           literal/register contents
1113         * (addSign): added missing offset
1114         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1115           only emit comment in debug-mode,
1116           use {aop,op}_isLitLike throughout the file
1117         * src/pic/glue.c: fix initializers for pointers (work in progress)
1118         * src/pic/pcode.c (get_op): honor index on _const symbols
1119         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1120         * (dumppBlock): added pCode size estimation
1121         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1122           check for IS_SYMOP before OP_SYMBOL'ing
1123         * fixed indentation, compacted switch-statements
1124         * (allocReg): find free register and allocate it instead of
1125           allocating new registers all the time
1126         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1127           registers as its operands (necessary only for multibyte GETs)
1128
1129 2005-07-01 Raphael Neider <rneider AT web.de>
1130
1131         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1132           debugging .asm-output macros FENTRY + FEXIT
1133         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1134           way... I wonder...
1135         * (emitpComment): NEW, printf to pCode
1136         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1137           offset handling
1138         * (popGetAddr): NEW, variant of popGet to access an immediates
1139           high(er) bytes instead of the n'th byte of memory they reference,
1140           replaced popGet with popGetAddr where neccessary
1141         * (genDataPointerGet): reactivated and fixed implementation
1142         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1143           accesses
1144         * (genDataPointerSet): fixed multibyte assignments
1145         * (genpic14Code): fixed --i-code-in-asm handling
1146         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1147         * (genPlus): fixed index-out-of-bounds error
1148         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1149         * src/pic/ralloc.c: added debugging output macro FENTRY2
1150         * (spillThis): fixed indentation, enbraced for-body for clarity
1151         * (rematStr): commented out as now unused
1152         * (regTypeNum): commented out special spill case (overwrites
1153           arbitrary values)
1154         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1155
1156 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1157
1158         * doc/sdccman.lyx: documented sfr16/sfr32,
1159           added example for using storage class with function pointers
1160         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1161
1162 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1163
1164         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1165         * device/lib/_itoa.c,
1166         * device/lib/_ltoa.c: optimized codesize
1167         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1168           but don't know how to suppress the double warning.
1169         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1170         * support/Util/SDCCerr.c,
1171         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1172
1173 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1174
1175         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1176           fixed old K&R prototypes
1177         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1178         * device/lib/_gptrget.c,
1179         * device/lib/_gptrgetc.c,
1180         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1181           also new versions for small generic pointers and banked generic pointers
1182         * src/port.h: added const_name
1183         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1184         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1185         * src/SDCCcse.c (findPrevIc): check all associative operators
1186         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1187         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1188         * src/SDCCmem.c: updated comments,
1189           set far-space to 0 for pdata, results in optimized code
1190         * src/SDCCmem.h: added macro CONST_NAME
1191         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1192           moving the info into the highest bits, see also gptrget/gptrput
1193         * src/src.dsp: added sdcc.ico to project files
1194         * src/avr/gen.c (genCast): fixed bug 0x%d
1195         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1196         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1197           relation between ptr_type and DCL_TYPE,
1198           (genCast): fixed bug 0x%d
1199         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1200           (CODE)" for const_name
1201         * src/hc08/gen.c (genCast): fixed bug 0x%d
1202         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1203           (hc08_port): added "CONST (CODE)" for const_name
1204         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1205           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1206           between ptr_type and DCL_TYPE,
1207           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1208           operand* and took AOP() inside function so sfr-ness can be checked,
1209           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1210           new prototype,
1211           (genFunction, genEndFunction): optimized stack setup,
1212           (genMinus): optimized for literals with ending zeroes (in bytes),
1213           (genCast): fixed bug 0x%d
1214         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1215           (mcs51_port): added "CONST (CODE)" for const_name
1216         * src/mcs51/peeph.def: made rule 226 more generic
1217         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1218         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1219         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1220         * src/z80/main.c (z80_port): added NULL for const_name,
1221           (gbz80_port): added NULL for const_name
1222         * support/regression/tests/bug663539.c,
1223         * support/regression/tests/sfr16.c: new tests
1224
1225 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1226
1227         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1228
1229 2005-06-24 Raphael Neider <rneider AT web.de>
1230
1231         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1232           corrected typos...
1233         * device/include/pic16/signal.h: added USBIF
1234           and SIG_USB
1235
1236 2005-06-24 Raphael Neider <rneider AT web.de>
1237
1238         * device/lib/pic16/libdev/pic18f2455.c,
1239           device/include/pic16/pic18f2455.h: NEW
1240         * device/include/pic16/pic18fregs.h,
1241           device/lib/pic16/pics.all,
1242           src/pic16/device.c: added 18f2455
1243         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1244           device/include/pic16/{pic18f[68][567].h,usart.h}:
1245           replaced MULTIPLE_USARTS define with more relaible
1246           compatibility sfrs (for USART access)
1247
1248 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1249
1250         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1251           and the output asm file line is printed on two lines.
1252
1253 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1254
1255         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1256           BGT, BLE, BHI, and BLS instructions
1257         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1258           genCmpEq): removed
1259         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1260           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1261           fixes bug #1216342
1262         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1263
1264 2005-06-15 Raphael Neider <rneider AT web.de>
1265
1266         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1267         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1268         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1269           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1270           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1271
1272 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1273
1274         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1275           Marcel Telka in bug #1215704
1276
1277 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1278
1279         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1280           located in shared memory bank.
1281
1282 2005-05-31 Raphael Neider <rneider AT web.de>
1283
1284         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1285           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1286           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1287
1288 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1289
1290         * device/lib/_strncpy.c: fixed the fix
1291
1292 2005-05-26 Raphael Neider <rneider AT web.de>
1293
1294         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1295           initializers with \0, bug #1208187
1296         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1297           intializers with \0, bug #1208187
1298
1299 2005-05-26 Raphael Neider <rneider AT web.de>
1300
1301         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1302           initializers with \0, bug #1208187
1303         * src/pic16/main.c (_process_pragma): added sanity checks
1304           for stack position and size, emit warnings when appropriate
1305
1306 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1307
1308         * device/lib/_strncpy.c: fixed not filling with \0
1309
1310 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1311
1312         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1313           createFunction),
1314         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1315           compound_statement),
1316         * src/SDCCsymt.h,
1317         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1318
1319 2005-05-24 Raphael Neider <rneider AT web.de>
1320
1321         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1322
1323 2005-05-24 Raphael Neider <rneider AT web.de>
1324
1325         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1326           TRISE definitions, closes bug #1162453
1327
1328 2005-05-22 Raphael Neider <rneider AT web.de>
1329
1330         * src/pic16/main.c (_process_pragma): check for missing
1331           arguments to pragmas code and udata
1332         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1333           consistency fixes to match other headers (thanks to Jim Paris)
1334         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1335
1336 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1337
1338         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1339
1340 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * support/regression/tests/bug1198642.c: new test
1343         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1344         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1345         * support/scripts/resource.h,
1346         * support/scripts/resource.rc,
1347         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1348         * support/scripts/sdcc.ico: added 32x32 icon
1349
1350 2005-05-18 Raphael Neider <rneider AT web.de>
1351
1352         * device/lib/pic16/libdev/pic18f*.c,
1353         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1354           keywords to "__sfr" and "__at (X)"
1355         * device/include/pic16/pic18fregs.h: added pic18f4520
1356         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1357           #1203088 (MPLAB compatibility)
1358
1359 2005-05-17 Raphael Neider <rneider AT web.de>
1360
1361         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1362         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1363         * device/lib/pic16/pics.all: added new devices
1364         * src/pic16/device.c: added support for pic18f4520
1365
1366 2005-05-16 Raphael Neider <rneider AT web.de>
1367         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1368         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1369         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1370           convenience function for bit access
1371
1372 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1373
1374         * device/lib/printf_large.c: fixed bug 1193299
1375         * support/regression/tests/bug1057979.c: added test %3.3s
1376
1377 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1378
1379         * device/include/mcs51/8051.h,
1380         * device/include/mcs51/8052.h: made parseable with lint
1381         * device/include/mcs51/lint.h: added include file for (sp)lint
1382         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1383         * doc/cdbfileformat.lyx,
1384         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1385
1386 2005-05-14 Raphael Neider <rneider AT web.de>
1387
1388         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1389         * device/lib/pic16/libc/stdlib/itoa.c (new)
1390         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1391         * device/lib/pic16/libio/Makefile: exclude subdir according to
1392           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1393         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1394         * src/pic16/gen.c (genFunction): prevent annoying warning
1395         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1396           nameclashes on BeOS
1397         * support/cpp2/cppmain.c (cpp_output_string): new
1398         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1399           fixes bug 1116802
1400
1401 2005-05-13 Borut Razem <borut.razem AT siol.net>
1402
1403         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1404
1405 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1406
1407         * .version: changed to version 2.5.1; back to bleeding edge development
1408
1409 2005-05-11 Borut Razem <borut.razem AT siol.net>
1410
1411         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1412           generate PDF version 1.3 documents
1413
1414 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1415
1416         * .version: changed to version 2.5.0
1417
1418 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1419
1420         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1421
1422 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1423
1424         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1425         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1426         well as many smaller updates.
1427         * .version: changed to version 2.5.0-pre1
1428
1429 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1430
1431         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1432
1433 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1434
1435         * support/regression/tests/bug1185672.c: added
1436         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1437           bug 1185672
1438         * src/mcs51/gen.c (genCall): added comments, made it look safer
1439         * src/mcs51/gen.c (genEndFunction): simplified
1440
1441 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1442
1443         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1444
1445 2005-04-14 Borut Razem <borut.razem AT siol.net>
1446
1447         * fixed bug 1045046 - SIGSEGV with really simple code?:
1448           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1449           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1450
1451 2005-04-14 Borut Razem <borut.razem AT siol.net>
1452
1453         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1454           src/pic16/device.h: temporarily disabled experimental #inline pragma
1455           for 2.5.0 release
1456
1457 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1458
1459         * device/include/z80/stdio.h,
1460         * device/include/z80/string.h: removed these highly incomplete files so
1461           SDCC can use the default ones in device/include/
1462
1463 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1464
1465         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1466         gcc warning.
1467         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1468         fix sdcpp warnings.
1469
1470 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1471
1472         * device/include/malloc.h: removed redundant __reentrant prototypes
1473         * device/lib/_mullong.c: added working xstack variant in asm (C version
1474           doesn't pass regression tests)
1475         * device/lib/bpx.c: used __data and made bpx char for mcs51
1476         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1477           (createFunction): fixed bug with xstackPtr
1478         * src/SDCCcse.c: corrected comments
1479         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1480           (killDeadCode, eBBlockFromiCode): removed unused code
1481         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1482           corrected comments
1483         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1484           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1485           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1486           (genModOneByte): fixed warning in MSVC
1487         * src/mcs51/main.c (): added comments
1488         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1489
1490 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1491
1492         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1493
1494 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1497
1498 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1499
1500         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1501         characters arrays of larger size than the declared one.
1502
1503 2005-04-10 Borut Razem <borut.razem AT siol.net>
1504
1505         * src/pic/gen.c (genInline),
1506           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1507           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1508           (findNextInstruction), (findPrevInstruction),
1509           (findInstructionUsingLabel),
1510           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1511         * src/pic/pcode.c (findLabel): added missing '\n'
1512         * src/src.dsp: added SDCCdwarf2.c to the project
1513
1514 2005-04-09 Borut Razem <borut.razem AT siol.net>
1515
1516         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1517
1518 2005-04-08 Raphael Neider <rneider AT web.de>
1519
1520         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1521           into the chain after a given one) and mergeDefmapSymbols (combine
1522           defmap entries for each symbol per pcode)
1523         * (createDefmap): have defmap entries merged in the end
1524         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1525           a symbol before replacing one access type's symbol, merge symbols in
1526           the end (replacement symbol might already have an entry)
1527         * (assignValnums): keep reference to written WREG intact
1528
1529 2005-04-08 Raphael Neider <rneider AT web.de>
1530
1531         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1532           Alpha)
1533
1534 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1535
1536         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1537         bytes
1538
1539 2005-04-07 Raphael Neider <rneider AT web.de>
1540
1541         * device/include/pic16/usart.h: added compatibility defines for
1542           devices with more than one USART
1543         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1544
1545 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1546
1547         * device/lib/Makefile.in: updated for port specific include
1548
1549 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1550
1551         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1552
1553 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1554
1555         * device/include/8051.h,
1556         * device/include/8052.h,
1557         * device/include/at89S8252.h,
1558         * device/include/at89c55.h,
1559         * device/include/at89x051.h,
1560         * device/include/at89x51.h,
1561         * device/include/at89x52.h,
1562         * device/include/mcs51reg.h,
1563         * device/include/reg51.h,
1564         * device/include/reg764.h,
1565         * device/include/regc515c.h,
1566         * device/include/sab80515.h: (re)moved these 12 files
1567         * device/include/mcs51/8051.h,
1568         * device/include/mcs51/8052.h,
1569         * device/include/mcs51/at89S8252.h,
1570         * device/include/mcs51/at89c55.h,
1571         * device/include/mcs51/at89x051.h,
1572         * device/include/mcs51/at89x51.h,
1573         * device/include/mcs51/at89x52.h,
1574         * device/include/mcs51/mcs51reg.h,
1575         * device/include/mcs51/reg51.h,
1576         * device/include/mcs51/reg764.h,
1577         * device/include/mcs51/regc515c.h,
1578         * device/include/mcs51/sab80515.h: and added them here
1579
1580 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1581
1582         * device/include/stdarg.h: changed SDCC specific keywords to double
1583           underlined form.
1584         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1585           mcs51 and ds390.
1586         * device/include/hc08/mc68hc908gp32.h,
1587         * device/include/hc08/mc68hc908jb8.h,
1588         * device/include/hc08/mc68hc908jkjl.h,
1589         * device/include/hc08/mc68hc908qy.h: fixed comments
1590         * device/include/mcs51/README: updated
1591         * device/include/mcs51/c8051f120.h: added PINRSF
1592         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1593         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1594           amidst code. Also inline is not supported.
1595
1596 2005-04-06 Raphael Neider <rneider AT web.de>
1597
1598         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1599         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1600           callers stack/frame pointers
1601
1602 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1603
1604         * device/include/pic16/usart.h: added, missing in previous commit,
1605         * device/include/pic16/adc.h: fixed typo,
1606         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1607         commit,
1608         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1609         <p18fxxx.inc>
1610         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1611         uninitialized because a bug appears with gplink
1612         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1613         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1614         complains for unrecognised option
1615
1616 2005-04-05 Raphael Neider <rneider AT web.de>
1617
1618         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1619           structs as well (using memcpy)
1620         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1621           on ISRs (GOTO has no label)
1622         * src/pic16/device.h: added OF_OPTIMIZE_DF
1623         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1624           new data flow analysis/optimization
1625         * src/pic16/pcode.c: added (prototypes for and implementation of)
1626           dataflow analysis functions, fixed pCodeInstructions' inCond and
1627           outCond values, made RCALL a branch instruction
1628         * (pic16_unlinkpCode): keep C line if possible
1629         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1630           C line moved if possible
1631         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1632         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1633           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1634         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1635           new flow)
1636         * (pic16_getJumptabpCode): NEW, needed in...
1637         * (LinkFlow): fixed handling of jumptables, calls and conditional
1638           branches
1639         * (pic16_InsertCommentAfter): NEW
1640         * (pic16_pCodeReplace): made verbose and flow preserving
1641         * (AnalyzeFlow): added call to data flow analysis
1642         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1643         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1644         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1645
1646 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1647
1648         * src/SDCCast.c (decorateType): fixed bug #1105626
1649
1650 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1651
1652         * device/include/asm/pic16/features.h,
1653         * pic18f*.h headers,
1654         * device/include/pic16/adc.h,
1655         * device/include/pic16/delay.h,
1656         * device/include/pic16/i2c.h,
1657         * device/include/pic16/malloc.h,
1658         * device/include/pic16/stdio.h,
1659         * device/include/pic16/stdlib.h,
1660         * device/include/pic16/string.h,
1661         * device/lib/pic16/libc/stdio/printf_tiny.c,
1662         * device/lib/pic16/libc/stdio/printf_small.c,
1663         * device/lib/pic16/libc/stdio/strmgpsim.c,
1664         * device/lib/pic16/libc/stdio/strmmssp.c,
1665         * device/lib/pic16/libc/stdio/strmusart.c,
1666         * device/lib/pic16/libc/stdio/vfprintf.c,
1667         * device/lib/pic16/libc/stdlib/ltoa.c,
1668         * device/lib/pic16/libc/stdlib/putchar.c,
1669         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1670         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1671         * device/lib/pic16/libc/stdlib/memchrram.c,
1672         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1673         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1674         * device/lib/pic16/libio/adc/adcbusy.c,
1675         * device/lib/pic16/libio/adc/adcread.c,
1676         * device/lib/pic16/libio/adc/adcsetch.c,
1677         * device/lib/pic16/libio/usart/ubaud.c,
1678         * device/lib/pic16/libio/usart/ubusy.c,
1679         * device/lib/pic16/libio/usart/udrdy.c,
1680         * device/lib/pic16/libio/usart/uopen.c,
1681         * device/lib/pic16/libio/usart/uputc.c,
1682         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1683         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1684         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1685         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1686         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1687         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1688         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1689         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1690         specific keywords to double underlined form,
1691         * device/lib/pic16/libc/Makefile.rules,
1692         * device/lib/pic16/libsdcc/Makefile.rules,
1693         * device/lib/pic16/libm/Makefile,
1694         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1695         to compile with C standard set in Makefile.common
1696         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1697         rand.c and crc.c in compilation process,
1698         * device/lib/pic16/libsdcc/int/divuint.c,
1699         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1700         `c' from signed to unsigned,
1701         * device/lib/pic16/startup/crt0.c,
1702         * device/lib/pic16/startup/crt0i.c,
1703         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1704         keywords to double underlined form, bug fixes in _do_cinit function
1705         which prevented the correct initialization of the .idata segment,
1706         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1707         core to enter a infinite loop
1708         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1709
1710 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1711
1712         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1713
1714 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1715
1716         * device/include/Makefile.in: add support for hc08 subdirectory
1717         * device/include/hc08/: new subdirectory
1718         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1719         Lucas Loizaga, thanks!
1720         * device/include/hc08/mc68hc908qy.h,
1721         * device/include/hc08/mc68hc908gp32.h,
1722         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1723         their own directory. Changed internal macro names to use the compiler
1724         reserved namespace. Changed SDCC specific keywords to double
1725         underlined form.
1726         * device/include/math.h,
1727         * device/include/malloc.h,
1728         * device/include/stdarg.h,
1729         * device/include/stdbool.h
1730         * device/include/string.h,
1731         * device/include/tinibios.h,
1732         * device/include/ds400rom.h,
1733         * device/include/8051.h,
1734         * device/include/8052.h,
1735         * device/include/80c51xa.h,
1736         * device/include/at89c55.h,
1737         * device/include/at89S8252.h,
1738         * device/include/at89x51.h,
1739         * device/include/at89x52.h,
1740         * device/include/ds80c390.h,
1741         * device/include/reg764.h,
1742         * device/include/regc515c.h,
1743         * device/include/sab80515.h,
1744         * device/include/mcs51/c8051f000.h,
1745         * device/include/mcs51/c8051f018.h,
1746         * device/include/mcs51/c8051f020.h,
1747         * device/include/mcs51/c8051f040.h,
1748         * device/include/mcs51/c8051f060.h,
1749         * device/include/mcs51/c8051f120.h,
1750         * device/include/mcs51/c8051f300.h,
1751         * device/include/mcs51/c8051f310.h,
1752         * device/include/mcs51/c8051f320.h,
1753         * device/include/mcs51/c8051f330.h,
1754         * device/include/mcs51/c8051f350.h,
1755         * device/include/z180.h: Changed SDCC specific keywords to double
1756         underlined form.
1757
1758 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1759
1760         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1761         18F4455,
1762         * (pic16_assignConfigWordValue): disable testing of configuration
1763         register value with config mask,
1764         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1765         function with port->fun_prefix,
1766         * (genFunction): when generating a naked interrupt function never
1767         create an absolute segment placed in interrupt vector address, place
1768         the actual interrupt function at IVA instead, when an interrupt
1769         function is generated with unspecified interrupt then do not create
1770         the absolute section,
1771         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1772         code for generating a call to generic pointer get/put function with
1773         a call to function pic16_callGenericPointer(),
1774         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1775         the call to the generic pointer get/put functions with prefixing the
1776         function name with port->fun_prefix,
1777         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1778         * src/pic16/main.c (_process_pragma): prefix function with
1779         port->fun_prefix,
1780         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1781         calling assembler, old 18Fxxxx macro is deprecated,
1782         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1783         PC_ASMDIR in while condition,
1784         * (findInstruction): add PC_ASMDIR in while condition,
1785         * (buildCallTree): prefix main with port->fun_prefix,
1786         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1787         identifier for variable with banked access in instructions BTFSS,
1788         BTFSC, BCF, BSF, BTG
1789         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1790         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1791         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1792         perform optimization when enviroment variable NO_REG_OPT is set,
1793         * (insideLRBlock): NEW, return 1 if register is inside an
1794         INF_LOCALREGS block,
1795         * (RemoveRegFromLRBlock): remove a register that is completely
1796         eliminated by register optimization, but it is still left in local
1797         register store/restore in/from stack block,
1798         * (Remove2pcodes): after removing register, check to see if it
1799         should be removed from local register store/restore in/from stack
1800         block,
1801         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1802         DUMMY_READ_VOLATILE,
1803
1804         * device/include/pic16/adc.h: minor prototype modifications and
1805         update,
1806         * device/include/pic16/malloc.h: added GPL notice various
1807         modifications,
1808         * device/include/pic16/stdint.h: NEW, standard header for ints
1809         * device/include/pic16/delay.h: NEW, header for delay functions,
1810         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1811         delay1mtcy,
1812         * device/include/pic16/signal.h: NEW, header providing helper macros
1813         for implementing signal handlers,
1814         * device/include/pic16/stdio.h: added prototypes for functions,
1815         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1816         prototypes for stdin and stdout, added macro PUTCHAR to
1817         automatically implement putchar function prototype,
1818         * device/include/pic16/usart.h: modified and updated USART library,
1819         * device/lib/pic16/libio/adc/,
1820         * device/lib/pic16/libio/i2c: some modifications to improve library
1821         performance,
1822         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1823         family of functions,
1824         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1825         family of functions and other sources,
1826         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1827         of the PIC18Fxx[28] devices,
1828         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1829         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1830         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1831         _do_cinit function, because the previous failed when local variables
1832         where not placed in the same memory bank,
1833         * device/lib/pic16/libsdcc/char/: various modifications to improve
1834         library performance,
1835         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1836         information on the new functions of the c library and more...
1837
1838 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1839
1840         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1841
1842 2005-03-26 Raphael Neider <rneider AT web.de>
1843
1844         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1845           if condition == CARRY)
1846         * (genCmp): adapted to new genSkipc semantics
1847         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1848           on rIfx (genCmp was broken)
1849
1850 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1851
1852         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1853         * src/z80/main.c (_keywords[]),
1854         * src/SDCCglobal.h (struct options),
1855         * src/SDCC.y,
1856         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1857         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1858         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1859         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1860         always available in leading double underscore form. The C99 support is
1861         mostly missing, but it's a start.
1862         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1863         reserved identifier "__data".
1864
1865 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1866
1867         * src/mcs51/peeph.def: fixed bug 1170013
1868
1869 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1870
1871         * device/include/mcs51reg.h: fixed bug 842007
1872
1873 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1874
1875         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1876         last time.
1877
1878 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1879
1880         * src/port.h (struct PORT),
1881         * src/avr/ralloc.c (avr_assignRegisters),
1882         * src/avr/main.c,
1883         * src/ds390/ralloc.c (ds390_assignRegisters),
1884         * src/ds390/main.c,
1885         * src/hc08/ralloc.c (hc08_assignRegisters),
1886         * src/hc08/main.c,
1887         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1888         * src/mcs51/main.c,
1889         * src/pic/ralloc.c (pic14_assignRegisters),
1890         * src/pic/main.c,
1891         * src/pic16/ralloc.c (pic16_assignRegisters),
1892         * src/pic16/main.c,
1893         * src/xa51/ralloc.c (xa51_assignRegisters),
1894         * src/xa51/main.c,
1895         * src/z80/ralloc.c (z80_assignRegisters),
1896         * src/z80/ralloc.h,
1897         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1898         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1899         * src/SDCCcse.h,
1900         * src/SDCCdflow.c (computeDataFlow),
1901         * src/SDCCdflow.h,
1902         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1903         * src/SDCCloop.h,
1904         * src/SDCCcflow.c (*),
1905         * src/SDCCcflow.h,
1906         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1907         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1908         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1909         immedDom() returning wrong block; probably fixes bug #1160833)
1910
1911 2005-03-20 Borut Razem <borut.razem AT siol.net>
1912
1913         * support/scripts/inc2h.pl: WIN32 port
1914
1915 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1916
1917         * device/lib/makefile.in: added abs.c and labs.c
1918
1919 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1920
1921         * device/include/stdint.h: added
1922         * device/lib/abs.c: added
1923         * device/lib/labs.c: added
1924         * device/include/stdlib.h: added abs() and labs() prototypes
1925         * device/lib/libsdcc.lib: added abs and labs
1926         * device/include/float.h,
1927         * device/lib/_fsmul.c,
1928         * device/lib/printf_fast.c,
1929         * device/lib/printf_tiny.c: updated comments
1930
1931 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1932
1933         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1934         bug #1164313
1935
1936 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1937
1938         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1939         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1940
1941 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * device/lib/printf_large.c: removed inline assembly for portability and
1944           readability. Use printf_fast if speed or size are more important.
1945         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1946         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1947
1948 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1949
1950         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1951         prevent compiler warning
1952
1953 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1954
1955         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1956         moved to level 0 and declared as static. Also they are explicit
1957         placed in access bank. This was necessery because some times they
1958         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1959         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1960         optimizations. Currently only compare to unsigned char is implemented,
1961         * src/pic16/gen.c: added fReturnIdx array,
1962         * (struct resolvedIfx) is moved to gen.h and made public,
1963         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1964         * (aopForSym): added an optimization to directly store in stack of
1965         the operand of a SEND iCode,
1966         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1967         but as registers instead (AOP_REG) using the fReturnIdx array,
1968         * (pic16_freeAsmop): remove the freed register from the
1969         _G.sregsAlloc field,
1970         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1971         a compare of 'WREG',
1972         * (pic16_popGetTempRegCond): changed function prototype, now
1973         function takes also a bitVector argument v which holds the current
1974         set of registers that are allocated for stack access by aopForSym,
1975         registers allocated in aopForSym for accessing stack symbols are not
1976         any more part of the functions usedRegs field,
1977         * (genCall): some times aopOp is called for a stack variable to be
1978         send, aopForSym might perform the push, if this is true make sure
1979         that genCall doesn't push the variable twice by testing _G.resDirect,
1980         * (genFunction): changed testing for unspecified interrupt number
1981         from 256 to INTNO_UNSPEC,
1982         * modified selection scheme of frame pointer generation. Previously
1983         if function did use local registers a frame pointer was generated,
1984         now a frame pointer is generated only if function has arguments
1985         (that need PLUSW2 register access), or has stack arguments, or the
1986         compiler is not instructed to omit the frame pointer,
1987         * (genEndFunction): before restoring local registers that were saved
1988         in the function preamble, also restore the registers that *might*
1989         have been allocated for stack access,
1990         * (genRet): removed some old comments,
1991         * (genCmp, the active (RN's) version): added a call to the
1992         pic16_genCmp_special function to perform the compare with a more
1993         robust and optimized way,
1994         * (genInline): a feature has been added in inline code generation,
1995         which allows a wildcard variable substitution when writing inline
1996         assembly. Code is incomplete and experimental therefore undocumented,
1997         * (genCast): changed order of aopOp for result and right to allow
1998         aopForSym to directly load the result if possible,
1999         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2000         perform an optimized compare on some selected special occasions,
2001         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2002         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2003         generate an IVT any more,
2004         * src/pic16/main.c (pic16_optionsTable): added command line option
2005         --optimize-cmp,
2006         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2007         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2008         macros,
2009         * src/pic16/NOTES: Raphael Neider added in list of active developers
2010         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2011         jumptable_end to prevent bug #,
2012         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2013         inCond and outCond fields,
2014         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2015         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2016         turn off register spilling,
2017         * (packRegsForOneUse): synced with other ports' versions although it
2018         is not used currently,
2019         * (pic16_packRegisters): added an optimization while reading
2020         structure bitfields, some registers may be saved (malloc code is
2021         decreased by 80 bytes)
2022
2023 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2024
2025         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2026         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2027         this can be optimized more?
2028
2029 2005-03-10 Raphael Neider <rneider AT web.de>
2030
2031         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2032           genNearPointerGet): (hopefully) fixed access to bitfields via
2033           pointers (p->bitN = x; and x = p->bitN; failed)
2034
2035 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2036
2037         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2038
2039 2005-03-09 Raphael Neider <rneider AT web.de>
2040
2041         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2042
2043 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2044
2045         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2046         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2047           (regTypeNum): set REG_BIT type if necessary
2048         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2049         * support/regression/tests/critical.c: check bug 1144613
2050
2051 2005-03-02 Raphael Neider <rneider AT web.de>
2052
2053         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2054
2055 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2056
2057         * src/avr/ralloc.c (serialRegAssign),
2058         * src/ds390/ralloc.c (serialRegAssign),
2059         * src/hc08/ralloc.c (serialRegAssign),
2060         * src/mcs51/ralloc.c (serialRegAssign),
2061         * src/pic/ralloc.c (serialRegAssign),
2062         * src/pic16/ralloc.c (serialRegAssign),
2063         * src/xa51/ralloc.c (serialRegAssign),
2064         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2065
2066 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2067
2068         * src/SDCCast.c (decorateType): fixed bug 1124787
2069
2070 2005-02-20 Hubert Sack <sack AT digiplan.de>
2071         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2072
2073         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2074         patch #1121755
2075
2076 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2077
2078         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2079         to keep the correct label reference count when adding/removing references
2080         to labels. A peephole file using this is appended to patch #1144962.
2081
2082 2005-02-14 Raphael Neider <rneider AT web.de>
2083
2084         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2085         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2086         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2087           retrievals of result operand's value on assignment
2088
2089 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2090
2091         * device/include/pic16/string.h: modified prototype for memccpy()
2092         to memccpy(void *, void *, char, size_t)
2093         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2094         check whether to omit frame pointer or not,
2095         * (genInline): convert all occurences of "\n" to LF in inline
2096         assembler blocks, this helps formatting the inline text,
2097         * (pic16_loadFSR0): modified prototype,
2098         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2099         removed some 8051 legacy code,
2100         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2101         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2102         before allocating temporary registers in functions,
2103
2104 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2105
2106         * support/regression/tests/bitvars.c: corrected the "fix"
2107
2108 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2109
2110         * support/regression/tests/bitvars.c,
2111         * support/regression/tests/bitwise.c,
2112         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2113
2114 2005-02-10 Raphael Neider <rneider AT web.de>
2115
2116         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2117           different size for Alpha
2118         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2119
2120 2005-02-09 Raphael Neider <rneider AT web.de>
2121
2122         * src/SDCC.lex(doPragma) : save and restore warning options as well
2123           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2124         * have #pragma less_pedantic set the errorlevel to WARNING
2125           (fixes #1117001)
2126         * (cloneOptimize) : fixed wrong malloc's size
2127         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2128           facilitate correct handling of #pragma (save|restore)
2129
2130 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2131
2132         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2133
2134 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2135
2136         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2137
2138 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2139
2140         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2141
2142 2005-02-02 Raphael Neider <rneider AT web.de>
2143
2144         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2145         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2146         * (pic16_storeForReturn): fixed to allow returning function pointers
2147         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2148         * device/include/pic16/{stddef.h,stdbool.h}: added
2149
2150 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2151
2152         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2153
2154 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2155
2156         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2157         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2158          appeared to be required
2159
2160 2005-01-31 Borut Razem <borut.razem AT siol.net>
2161
2162         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2163           include/mcs51 and include/z80 directories to the package
2164
2165 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2166
2167         * src/hc08/gen.c (genFunction): fixed bug #1112752
2168
2169 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2170
2171         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2172
2173 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2174
2175         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2176
2177 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2178
2179         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2180
2181 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2182
2183         * device/include/c8051fxxx.h: removed these 6 files
2184         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2185
2186 2005-01-26 Raphael Neider <rneider AT web.de>
2187
2188         * src/pic16/gen.c (genAssign): fixed assignment from longs
2189           in codespace (were cut to three bytes)
2190         * (genDummyRead): implemented (except for CODESPACE...),
2191           fixed bug #1108575
2192         * src/pic16/glue.c (emitStatistics): beautified
2193         * device/lib/pic16/libm/Makefile: added include path
2194
2195 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2196
2197         * src/z80/gen.c (aopPut): fixed bug #1103902
2198
2199 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2200
2201         * device/lib/expf.c: fixed bug #1095792
2202
2203 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2204
2205         * device/lib/pic16/libm: added Math library sources
2206
2207 2005-01-24 Raphael Neider <rneider AT web.de>
2208
2209         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2210           to enable upcast to pCodeOpReg2 (there is no type tag to
2211           differenciate the two and pic16_popGet2p cast into PCOR2)
2212         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2213           (sizeof(sectNames) changed to sizeof(sectName))
2214           Both patches fix segfaults under MinGW.
2215
2216 2005-01-23 Raphael Neider <rneider AT web.de>
2217
2218         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2219           Safe_[mc]?alloc()'ed variables
2220         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2221           of (byte sized) temporaries (assign them to WREG for now)
2222         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2223           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2224           this might fix SIGSEGVs on MinGW...
2225         * src/SDCCopt.c (killDeadCode): restored original behaviour
2226           (volatile operands might get thrown away though)
2227
2228 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2229
2230         * src/pic16/gen.c: fixed bug #1106975,
2231         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2232         pointer update, INTCON is saved, global interrupts are disabled and
2233         restored after updateing TOS.
2234         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2235         * added function attribute 'shadowregs' to take advantage of shadow
2236         registers,
2237         * added function attribute 'wparam' as an alternative to the wparam
2238         pragma,
2239         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2240         user declares a non-ISR function as 'shadowregs',
2241         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2242
2243 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2244
2245         * .version: bumped version number to 2.4.8
2246         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2247         pic16 port,
2248         * device/lib/pic16/libio/i2c/: I2C module support library,
2249         * device/include/pic16/i2c.h: I2C support library header,
2250         * device/lib/pic16/libc/stdio/: standard IO support sources,
2251         * (printf_small.c): printf_small() source, supports float print,
2252         * (printf_tiny.c): printf_tiny() source, does not support floats,
2253         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2254         enable global optimizations for entire library source, other
2255         Makefiles in the source tree are also modified to reflect this,
2256         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2257         function,
2258         * doc/sdccman.lyx: updated to reflect new changes,
2259         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2260         sym->onStack if-case,
2261         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2262         sbit, idata, _idata, xdata, _xdata,
2263         * added pragma library, to link an external library, (see doc),
2264         * removed command line options, --pomit-config-words, --pomit-ivt,
2265         --pleave-reset-vector,
2266         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2267         when calling assembler to reflect memory model used, also define
2268         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2269         reflect stack model used,
2270         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2271         on stack return NULL,
2272
2273 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2274
2275         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2276           of the operands is volatile. Fixes #1020220
2277
2278 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2279
2280         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2281         * (OptimizeRegUsage): make sure that there is really no other flow where
2282           the first pCode is used
2283
2284 2005-01-22 Raphael Neider <rneider AT web.de>
2285
2286         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2287           to fix #1106967 (pCode->seq are not set up correctly)
2288
2289 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2290
2291         * src/SDCCglue.c (glue): make sure code area is declared before the
2292         static initialization area.
2293
2294 2005-01-21 Raphael Neider <rneider AT web.de>
2295
2296         * device/lib/Makefile.in: fixed test for pic16 install dir
2297         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2298           optimizations
2299         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2300           added --optimize-goto compiler switch and pragma wparam documentation
2301         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2302         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2303           and PRODH closing bug #1071770 (peephole optimizer)
2304
2305 2005-01-19 Raphael Neider <rneider AT web.de>
2306
2307         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2308           cmdLine buffers (used when calling sdcpp...) are large enough
2309           (MAX_PATH=256 truncates arguments leading to system halts when
2310           used in MinGW...)
2311         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2312         * (genUminus): rewritten to for efficiency
2313         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2314           used uninitialized in some cases)
2315         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2316           copy the third byte from the int -- now assumes 0x80 (data memory)
2317         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2318           operands (genAddLit expects the iCode's operands to swapped as
2319           well), fixed leftover bytes (crashed for short left operands)
2320         * (pic16_genMinusDec): performance improvements, removed false
2321           PIC14 emitSKPNCs
2322         * (pic16_genMinus): fixed to cope with differently sized operands
2323         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2324           for --obanksel > 1
2325         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2326         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2327           new banksel optimization
2328         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2329           analysis for temporary registers (segfaults...)
2330         * src/pic16/peeph.def: added rule
2331
2332 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2333
2334         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2335         which converts a float number to its ASCII representation
2336         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2337         functions to convert the fractional and integer part of a float to ASCII,
2338         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2339         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2340         ram
2341         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2342         _STATMEM macros,
2343         * device/include/pic16/adc.h: added GPL info,
2344         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2345         a pCodeOp as tested operand,
2346         * (genNearPointerGet): optimized bit testing, does not use
2347         intermediate register for bit value, test directly instead with
2348         BTFSS, BTFSC, works only for single bits,
2349         * (genpic16Code): dump the name of the iCode in the asm,
2350         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2351         renamed to pic16_decodeOp,
2352         * (serialRegAssign): do not allocate a temporary register for iCode
2353         sequences that test a single bit for 1/0
2354
2355 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2356
2357         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2358         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2359         access stack and frame pointers. They are initially assigned to
2360         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2361         accessing SFRs. Updated all occurences of modification of stack or
2362         frame pointer in gen.c and pcode.c,
2363         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2364         assigning of a literal value to pointers,
2365         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2366         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2367         selected
2368
2369 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2370
2371         * doc/sdccman.lyx: update documentation about stack pragma, added
2372         some info for stack memory models
2373
2374 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2375
2376         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2377
2378 2005-01-08 Raphael Neider <rneider AT web.de>
2379
2380         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2381           udata sections to fix bug #1097823
2382
2383 2005-01-05 Raphael Neider <rneider AT web.de>
2384
2385         * src/pic16/gen.c (genGenericShift): added handling of differently
2386           sized left operand and result
2387
2388 2005-01-04 Raphael Neider <rneider AT web.de>
2389
2390         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2391         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2392           to hold the condition bit)
2393         * added new version of genCmp (old code available via #define)
2394         * added new version of genShiftLeft/genShiftRight in a generic
2395           way, now supports shifting by negative values
2396         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2397           shiftCount (expected by genGenericShift)
2398         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2399         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2400           dump
2401         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2402           is an invalid literal too...)
2403
2404 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2405
2406         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2407         from Raphael Neider,
2408         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2409         for 8-bit literals. This fixes some literal operands which are sign
2410         extended to 16-bits ints when instruction needs only 8-bits.
2411
2412 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2413
2414         * device/lib/logf.c: added mcs51 assembly version
2415         * device/lib/expf.c: added mcs51 assembly version
2416         * device/lib/_logexpf.c: new shared asm code for expf and logf
2417         * device/include/math.h: add defines for assembly math library
2418         * device/lib/Makefile.in: build new _logexpf.c
2419         * device/lib/libfloat.lib: use new _logexpf.c
2420
2421 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2422
2423         * src/pic/device.c
2424         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2425           device types which have less than 0x7f registers.
2426
2427 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2428
2429         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2430
2431 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2432
2433         * device/lib/printf_fast.c: only build on supported arch.
2434         * device/lib/printf_tiny.c: only build on supported arch.
2435         * device/lib/printf_fast_f.c: only build if asm float lib
2436         * device/lib/_fsget1arg.c: only build if asm float lib
2437         * device/lib/_fsget2args.c: only build if asm float lib
2438         * device/lib/_fsnormalize.c: only build if asm float lib
2439         * device/lib/_fsreturnval.c: only build if asm float lib
2440         * device/lib/_fsrshift.c: only build if asm float lib
2441         * device/lib/_fsswapargs.c: only build if asm float lib
2442         * device/include/stdio.h: don't provide print_fast,
2443           print_fast_f, print_tiny prototypes if --xstack used
2444
2445 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2446
2447         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2448         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2449           to the SOURCES
2450
2451 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2452
2453         * device/lib/printf_fast_f.c: same as printf_fast, but
2454           with floating point enabled
2455         * device/lib/printf_fast.c: minor tweaks
2456         * device/include/stdio.h: add printf_fast_f
2457
2458 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2459
2460         * src/SDCCmain.c: make --float-reent default for mcs51
2461         * device/lib/_fsadd.c: added mcs51 assembly version
2462         * device/lib/_fssub.c: added mcs51 assembly version
2463         * device/lib/_fsmul.c: added mcs51 assembly version
2464         * device/lib/_fsdiv.c: added mcs51 assembly version
2465         * device/lib/_fseq.c: added mcs51 assembly version
2466         * device/lib/_fsneq.c: added mcs51 assembly version
2467         * device/lib/_fsgt.c: added mcs51 assembly version
2468         * device/lib/_fslt.c: added mcs51 assembly version
2469         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2470         * device/lib/Makefile.in: add _fscmp to build
2471         * device/lib/libfloat.lib: add _fscmp to build
2472
2473 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2474
2475         * device/lib/_fs2slong.c: added mcs51 assembly version
2476         * device/lib/_fs2sint.c: added mcs51 assembly version
2477         * device/lib/_fs2schar.c: added mcs51 assembly version
2478         * device/lib/_fs2ulong.c: added mcs51 assembly version
2479         * device/lib/_fs2uint.c: added mcs51 assembly version
2480         * device/lib/_fs2uchar.c: added mcs51 assembly version
2481         * device/lib/_slong2fs.c: added mcs51 assembly version
2482         * device/lib/_sint2fs.c: added mcs51 assembly version
2483         * device/lib/_schar2fs.c: added mcs51 assembly version
2484         * device/lib/_ulong2fs.c: added mcs51 assembly version
2485         * device/lib/_uint2fs.c: added mcs51 assembly version
2486         * device/lib/_uchar2fs.c: added mcs51 assembly version
2487         * device/include/float.h: added #define to select asm vs c
2488
2489 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2490
2491         * device/lib/printf_fast.c: improvements to float output
2492         * device/include/float.h: add defines for assembly float library
2493         * device/lib/_fsget1arg.c: receive 1 float arg
2494         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2495         * device/lib/_fsnormalize.c: normalize a float
2496         * device/lib/_fsreturnval.c: return float, various helper routines
2497         * device/lib/_fsrshift.c: right shift a float's mantissa
2498         * device/lib/_fsswapargs.c: swap 2 floats
2499         * device/lib/Makefile.in: build these 6 new files for mcs51
2500         * device/lib/libfloat.lib: add these 6 files to the library
2501
2502 2004-12-26 Borut Razem <borut.razem AT siol.net>
2503
2504         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2505           built by gcc 3.4.2
2506
2507 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2508
2509         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2510           and fully reentrant and register bank neutral.
2511         * device/lib/printf_fast.c: added float (not enabled by default),
2512           added compact/slower integer (also not enabled by default),
2513           improved size/speed of fast integer code, other minor changes
2514         * device/include/stdio.h, device/lib/Makefile.in,
2515           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2516
2517 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2518
2519         * src/pic16/pcode.c: declaring variables other than at the start of a
2520           block is not supported in C by VC6.
2521
2522 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2523
2524         * applied a previous patch from Raphael Neider that wasn't included
2525         in the previous commits, which fixes infinite loops within jumptable
2526         improvements,
2527         * made some fixes that previous patches introduced
2528
2529 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2530
2531         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2532         that fixes an issue with AOP_PCODE asmop's offset,
2533         * (pic16_popCopyReg): update instance field too,
2534         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2535         function of pic port,
2536         * (genCmp, genAnd, genAssign),
2537         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2538
2539 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2540
2541         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2542         variables initial values to idata section,
2543         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2544         variables in some functions. This utilizes parmBytes field of iCode
2545         structure to hold the offset of the variable in stack. (might be
2546         able to use the stack field too?)
2547         * applied patch from Raphael Neider # ### , # ###
2548         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2549         variable initial values in idata section,
2550         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2551         for static variables with initial value
2552         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2553         applied fix in while loop from Raphael Neider.
2554
2555 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2556
2557         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2558         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2559         * src/ds390/ralloc.c (serialRegAssign): spill bits
2560         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2561         * support/Util/SDCCerr.c,
2562         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2563         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2564         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2565
2566 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2567
2568         * device/include/sdcc-lib.h: inserted LGPL, added includes
2569           asm/ds390/features.h and asm/mcs51/features.h
2570         * device/include/asm/default/features.h,
2571         * device/include/asm/gbz80/features.h,
2572         * device/include/asm/z80/features.h: added empty _AUTOMEM
2573           and _STATMEM
2574         * device/include/asm/ds390/features.h,
2575         * device/include/asm/mcs51/features.h: added files with defines for
2576           _AUTOMEM and _STATMEM indicating automatic and static storage class
2577         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2578         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2579         * src/SDCCicode.c (geniCodeCast),
2580         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2581         * src/SDCCloop.c (loopInduction): removed unused variable lr
2582         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2583           to convertToFcall to include char modulo (RFE 1065037), added check
2584           if left operand is unsigned and use abs of literal value
2585         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2586           as it doesn't work after conversion from peephole.def to peephole.rul
2587         * src/mcs51/gen.c (toBoolean): added check for size,
2588           (genModOneByte): optimized code for signed char modulo a literal
2589           power of 2 (thanks to Hubert Sack),
2590           (genRRC): removed unnecessary "clr c",
2591           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2592         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2593           jump optimization,
2594           swapped rules 256.c and 256.d,
2595           extended 256.d by using new multiple checks (thanks Erik),
2596           added rules 256.e and 256.f,
2597           updated rule 261.a and 261.b to new generated code
2598         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2599
2600 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2601
2602         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2603           induction related bugs, including first part of bug #1074377
2604
2605 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2606
2607         * applied patch from bug-report #1076292,
2608         * applied patches for genAnd and Goto-optimizations for Raphael
2609         Neider,
2610         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2611         dump a less iCode information,
2612         * src/pic16/device.h (pic16_options_t): added field debgen,
2613         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2614         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2615         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2616         puclic,
2617         * (various functions): added macros FENTRY and FENTRY2 to functions,
2618         to emit function prologue,
2619         * (various functions): fixed indentation,
2620         * (genNearPointerGet): fixed loading of FSR0,
2621         * (genPackBits): applied patch from Raphael Neider to fix updating
2622         of FSR0 and touching only the modified bits,
2623         * src/pic16/genarith.c (various functions): added macros FENTRY to
2624         emit function prologue in comments,
2625         * src/pic16/pcode.h: added functions debugf2, debugf3,
2626         * src/pic16/ralloc.c: partial fix for packForPush caused
2627         segmentation fault,
2628
2629 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2630
2631         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2632           <stsp AT users.sourceforge.net> with reversed byte order
2633         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2634
2635 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2636
2637         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2638           bug #1074377
2639         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2640         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2641
2642 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2643
2644         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2645
2646 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2647
2648         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2649           conditions,
2650           (setFromConditionArgs): friendly operand parser for peephole rules,
2651           (operandBaseName, operandsNotRelated): new peephole condition
2652           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2653           architecture specific register naming into account, handles n-way
2654           comparisons, and supports quoted literals
2655         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2656
2657 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2658
2659         * src/mcs51/peeph.def: fixed bug #1076940
2660
2661 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2662
2663         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2664
2665 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2666
2667         Adding support for replacing ljmps with sjmps in jumptables
2668         generated for switch statements. For now you need to set the
2669         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2670         Now 4 algorithms for mcs51 jumptable generation are used:
2671         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2672         addresses loaded pc-relative for up to 112 cases and stack-pushing
2673         target addresses loaded with offset from dptr for up to 256 cases.
2674
2675         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2676         * src/mcs51/main.c: adapted constants for switch table generation
2677         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2678
2679 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2680
2681         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2682         * support/regression/tests/bug1057979.c: added test for bug 1073386
2683
2684 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2685
2686         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2687         compilers
2688
2689 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2690
2691         * src/pic16/device.h,
2692         * src/pic16/genarith.c,
2693         * src/pic16/glue.c,
2694         * src/pic16/main.c,
2695         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2696
2697 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2698
2699         Large cummulative patch for pic16 port.
2700         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2701         to call when a stack overflow occurs,
2702         * (malloc.h): added CVS Id tag,
2703         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2704         variable,
2705         * added libc directory. The current version of LibC contains string
2706         functions, ctype functions and macros and some functions of the
2707         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2708         be extensively tested in the future. Standard disclaimer here.
2709         Library is not automatically build yet. But one can build it by
2710         invoking 'make' inside the libc directory.
2711         * added ADC library under libio. Preliminary version yet.
2712
2713         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2714         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2715         aopForRemat() now and not by pic16_aopOp(),
2716         * (pic16_popGetTempReg): removed warning messgae when allocating
2717         temporary registers, its a buggy feature and will be removed,
2718         * (pic16_popGet): set register instance field in AOP_CRY,
2719         * (pic16_outBitC): fixed for results in size greater than 1,
2720         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2721         * (pic16_storeForReturn): optimized return of 0,
2722         * (genCmp): experimental code for new genCmp which uses PIC18's
2723         special compare&skip instructions. Initial tests fail some times
2724         with variables grater than 1 byte in size, so new code is disabled,
2725         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2726         a single bit,
2727         * (genCast): began a fix to optimize the casting of a bit to another
2728         bit, now assigning a bitfield to another bitfield will fail, sorry,
2729         * src/pic16/main.c: disabled the use of lr-support feature,
2730         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2731         * added some function prototypes, added function _debugf prototype,
2732         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2733         bits with offset (case PO_GPR_BIT),
2734         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2735         command line,
2736         * (isBankInstruction): modified to return 0 for no banking instruction,
2737         and 1 for banking instruction,
2738         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2739         caused stop processing pCodes after a inline assembly block,
2740         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2741         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2742         registers when it shouldn't,
2743         * src/pic16/ralloc.c (allocReg): add preliminary support for
2744         supporting a limited set of temporary registers,
2745
2746 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2747
2748         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2749           genDataPointerSet): ensure assignments always copy in MSB to LSB
2750           order,
2751           (loadRegFromAop): recognize CLRH optimization,
2752           (genFunction): optimize RECEIVE iCodes in reentrant functions
2753
2754 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2755
2756         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2757           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2758           selected.
2759         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2760         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2761           contiguous with data
2762
2763 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2764
2765         * device/lib/_gptrget.c (_gptrget),
2766         * device/lib/_gptrgetc.c (_gptrgetc),
2767         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2768           instead of sjmp to ret
2769         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2770           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2771
2772 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2773
2774         * .version: bumped version to 2.4.7
2775         * device/lib/_gptrget.c (_gptrget): is now _naked
2776         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2777         * device/lib/_gptrput.c (_gptrput): is now _naked
2778         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2779           (createFunction): fixed xstack
2780         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2781         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2782           or bit either,
2783           (geniCodeCritical): store original interrupt state in an iTemp bit
2784           var unless stack-auto
2785         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2786         * src/SDCCmain.c (setIncludePath): added include/target to search path
2787         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2788         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2789           prototype,
2790           (processFuncArgs): put bit vars in bit area
2791         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2792           unsaveRBank): fixed xstack,
2793           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2794           (genFunction, genEndFunction): fixed xstack,
2795           (genAssign): optimization don't walk backwards through mem
2796         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2797         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2798         * support/regression/Makefile: also make library (for stack-auto) when
2799           making "all" and added "test-mcs51-xstack-auto"
2800         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2801         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2802         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2803         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2804         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2805           make-library by MAKE_LIBRARY
2806         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2807           regression tests for xstack
2808         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2809         * support/regression/tests/critical.c: test for critical on mcs51
2810
2811 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2812
2813         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2814           built version of sdcc instead of installed version
2815
2816 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2817
2818         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2819         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2820           vprintf.c now
2821         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2822         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2823           WARNING: remove device/lib/build/z80/printf.o by hand when
2824           updating from previous build!
2825         * device/lib/z80/printf.c: updated comment
2826         * support/regression/tests/bug1057979.c: test all ports now
2827         * support/regression/tests/bug1065458.c: file added
2828
2829 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2830
2831         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2832           *_start and *_end symbols for static functions
2833
2834 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2835
2836         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2837           and search crt0.o in all library paths,
2838           (setIncludePath): proper handling of --nostdinc,
2839           (setLibPath): proper handling of --nostdlib
2840         * support/regression/Makefile,
2841         * support/regression/ports/ds390/spec.mk,
2842         * support/regression/ports/gbz80/spec.mk,
2843         * support/regression/ports/hc08/spec.mk,
2844         * support/regression/ports/mcs51/spec.mk,
2845         * support/regression/ports/mcs51-large/spec.mk,
2846         * support/regression/ports/mcs51-stack-auto/spec.mk,
2847         * support/regression/ports/z80/spec.mk: use include and lib files from
2848           built version of sdcc instead of installed version
2849         * doc/sdccman.lyx: fixed typo in --nostdinc
2850
2851 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2852
2853         * src/pic/pcode.c,
2854         * src/pic/device.c,
2855         * src/pic/ralloc.c,
2856         * src/pic/gen.c : added support to generate code for struct bit fields.
2857
2858 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2859
2860         * as/xa51/xa_version.h,
2861         * device/include/errno.h,
2862         * device/include/regc515c.h,
2863         * device/lib/_itoa.c,
2864         * device/lib/_ltoa.c,
2865         * device/lib/ser_ir_cts_rts.c,
2866         * sim/ucsim/xa.src/glob.cc,
2867         * sim/ucsim/xa.src/inst_gen.cc,
2868         * sim/ucsim/xa.src/xa_bit.cc,
2869         * sim/ucsim/xa.src/xa_sfr.cc,
2870         * sim/ucsim/z80.src/inst_dd.cc,
2871         * sim/ucsim/z80.src/inst_fdcb.cc,
2872         * support/scripts/keil2sdcc.pl,
2873         * src/pic16/pic16.dsp,
2874         * src/pic16/pic16a.dsp: corrected cvs line endings
2875         * device/lib/printf_large.c: fixed bug 1057979
2876         * src/pic16/gen.c: fixed non-C standard code
2877         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2878         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2879         * support/regression/ports/mcs51/support.c: reload T1 asap
2880         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2881           pdata use and clear idata startup behaviour
2882         * support/regression/tests/bug1057979.c: added
2883
2884 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2885
2886         * device/examples/ds390/ow390/ad26.h,
2887         * device/examples/ds390/ow390/cnt1d.h,
2888         * device/examples/ds390/ow390/crcutil.c,
2889         * device/examples/ds390/ow390/ownet.h,
2890         * device/examples/ds390/ow390/owsesu.c,
2891         * device/examples/ds390/ow390/swt12.h,
2892         * device/examples/ds390/ow390/swtoper.c,
2893         * device/examples/ds390/ow390/temp10.h,
2894         * device/examples/ds390/ow390/thermodl.c,
2895         * device/examples/ds390/tinitalk/tinitalk.dsp,
2896         * device/examples/ds390/tinitalk/tinitalk.dsw,
2897         * device/examples/mcs51/clock/hw.h,
2898         * device/examples/mcs51/simple2/go.bat,
2899         * device/examples/serialcomm/windows/serial.h,
2900         * device/examples/xa51/dummy.c,
2901         * device/examples/xa51/hello.c,
2902         * device/include/80c51xa.h,
2903         * device/include/at89x051.h: corrected cvs line endings
2904
2905 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2906
2907         * src/pic16/main.c (options): added command line --gstack, to trace
2908         stack over/under flows,
2909         * added pragma 'wparam' to allow passing first byte of function
2910         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2911         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2912         call to __gstack_test function and sets up the symbol as extern,
2913         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2914         * popaop): added call to pic16_testStackOverflow,
2915         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2916         wparamList list,
2917         * (genCall, genPcall): now all parameters are passed via stack
2918         except in functions that are pass to wparam pragma in which WREG is
2919         used too,
2920         * (genPcall): REENTRANT flag is checked to see if variable prototype
2921         contains reentrant keyword, don't call a non-reentrant function, via
2922         a reentrant function pointer or vice versa, functions are never
2923         passed via WREG,
2924         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2925         D.Winkler,
2926         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2927         SIGSEGV when accessing a NULL register stucture,
2928         * (pic16_printGPointerType): modified to handle UPPER modifier for
2929         function initializers, changed prototype of function to simpler one,
2930         * (pic16_printIvalFuncPtr): check to see if function is already
2931         added in externs list,
2932         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2933         optimized a move from W to SFR with a move to the same register
2934         later after a CALL,
2935         * device/lib/pic16/debug: NEW directory, contains debug features
2936         which are enabled when linking with libdebug.lib, currently command
2937         line option --gstack enables stack pointer tracing for over/under
2938         flow, corresponding sources are in debug/gstack
2939
2940 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2941
2942         * doc/sdccman.lyx: updated SDCC version,
2943         * (PIC16 port): update list of command line options,
2944         * src/pic16/device.h (structure pic16_options_t): added field gstack
2945         to enable stack overflow tracing on push/pops,
2946         * src/pic16/device.c (statistics structure): added statistics
2947         structure,
2948         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2949         pic16_dump_int_registers): increase statistics counters for each
2950         * variable which is encountered
2951         * (pic16_dump_usection): emit each .udata variable to its own udata
2952         section,
2953         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2954         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2955         parameters via stack, otherwise use old scheme,
2956         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2957         assembler output file,
2958         * src/pic16/main.c: added command line options --gstack to enable
2959         push/pop tracing for stack overflow,
2960         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2961         instructions): added size of each instruction,
2962         * (pic16_countInstruction): estimate size of instructions in
2963         the_pFile list, inline assembly blocks are not counted,
2964         * (pic16_FixRegisterBanking): trace previous register usage, when
2965         banksel optimizations is greater than 0, don't emit a redudant
2966         banksel directive,
2967
2968 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2969
2970         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2971         * src/pic16/ralloc.c : applied same fix for pic16.
2972         * src/pic/gen.c : tidied it up a little.
2973
2974 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2975
2976         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2977         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2978
2979 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2980
2981         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2982
2983 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2984
2985         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2986         non-reentrant function __modsint in the interrupt function (thus
2987         corrupting math operations during serial I/O)
2988         * device/lib/ser_ir.c: as above, changed buffersize
2989         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2990         256.c,d for zeroing
2991         * doc/Makefile: added option -t for rsync
2992
2993 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2994
2995         * src/SDCCast.h (struct ast),
2996         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2997
2998 2004-10-20 Borut Razem <borut.razem AT siol.net>
2999
3000         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3001         package
3002
3003 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3004
3005         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3006         makefile targets,
3007         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3008         support functions to replace long sequences of MOVFF's from access
3009         bank registers to stack and vice versa,
3010         * src/pic16/device.h: added new field opt_flags, where optimization
3011         flags can be set to enable certain features,
3012         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3013         * pBlock, (genFunction, genEndFunction): surroung loop for
3014         saving/loading used registers in stack with PC_INFO pCodes,
3015         INF_LREGS. Code in between can then be optimized by pCode optimizer
3016         to support function calls,
3017         * (genDataPointerSet): fixed bug which loaded float fields in
3018         structures with corrupt data,
3019         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3020         in a standard way debug info on stderr. Feature used for developing
3021         and debugging only,
3022         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3023         obsolete chunks of code,
3024         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3025         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3026         * pic16/src/pcode.c (pic16_newpCodeInfo,
3027         * (pic16_newpCodeOpLocalRegs),
3028         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3029         feature,
3030         * (pic16_pCodeConstString): printing of the initial value of a
3031         symbol as a comment is inhibited since parsing was already done by
3032         copyStr and output is corrupt,
3033         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3034
3035 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3036
3037         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3038
3039 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3040
3041         * as/mcs51/lkarea.c: removed old K&R style,
3042           (lnksect): changed check on boundary error,
3043           (lnksect2): changed check on boundary error,
3044           (lnksect2): extend XSTK to end of page if size = 1
3045         * as/mcs51/lkmain.c: removed old K&R style,
3046           (Areas51): create l_IRAM symbol
3047         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3048         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3049           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3050         * device/lib/_mullong.c: added version to be compiled with xstack
3051         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3052         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3053         * device/lib/mcs51/crtxstack.asm: fixed comment
3054         * src/SDCCglue.c: maxInterrupts defaults to 0,
3055           (emitMaps): added pdata,
3056           (createInterruptVect): (re)moved default,
3057           (glue): added pdata,
3058           (glue): moved __start__xstack to XSTK with default size 1
3059         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3060           and options.float_rent when options.stackAuto is set,
3061           (linkEdit): only write XDATA_NAME if provided on command line
3062         * src/SDCCmem.h,
3063         * src/SDCCmem.c: added pdata
3064         * src/port.h: added pdata_name to PORT
3065         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3066           (saveRegisters, unsaveRegisters): removed usage of B,
3067           (genMinus): fixed accumulator clash,
3068           (genJumpTab): added comment, this needs another look
3069         * src/mcs51/gen.c: added check for "B in use" paranoia,
3070           added pushB() and popB()
3071         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3072           chance
3073         * src/avr/main.c,
3074         * src/ds390/main.c,
3075         * src/hc08/main.c,
3076         * src/mcs51/main.c,
3077         * src/pic/main.c,
3078         * src/pic16/main.c,
3079         * src/xa51/main.c,
3080         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3081           added PSEG (PAG,XDATA) or NULL to port specifier
3082         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3083         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3084           (_mcs51_genInitStartup): removed __start__xstack equ,
3085           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3086         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3087         * src/z80/gen.c (_rleAppend): fixed warnings
3088         * support/regression/tests/zeropad.c: added pdata test
3089         * .version: bumped to 2.4.6
3090
3091 2004-10-17 Borut Razem <borut.razem AT siol.net>
3092
3093         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3094         as a part of nightly build
3095
3096 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3097
3098         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3099         WREG holds the first byte function parameters,
3100         * (aopForSym): take special case for symbols which are in FARSPACE
3101         but in CODESPACE too,
3102         * (assignResultValue): modified to take into account _G.useWreg,
3103         * (genCall): don't use wreg for parameter passing when function is
3104         declared as reentrant, too, added optimization INCF to stack
3105         pointer when stack parameter count is 1,
3106         * (genFunction, genEndFunction): refurnished and fixed to not using
3107         wreg for passing parameters when function has varargs or is
3108         reentrant, fixed bug with symbol name compare for generating
3109         functions in absolute address,
3110         * (pic16_storeForReturn): refurnished,
3111         * (genCmp): began writing a new version of the function, not ready
3112         yet, therefore it is disabled,
3113         * (genAssign): do not read code memory when assigning a function to
3114         a pointer function,
3115         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3116         array of characters, not pointer,
3117         * (pic16initialComments): in debug mode emit an .ident directive for
3118         the assembler,
3119         * (_process_pragma): emit a new warning type (internal to pic16)
3120         when setting stack to default length, emit a similar warning when
3121         placing a function at absolute address and address is not word aligned
3122         * (_pic16_parseOptions): added 'return TRUE' statement,
3123         * (_pic16_linkEdit): if compiling a source, then add the source's
3124         file object, first in the list of objects to link,
3125
3126 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3127
3128         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3129         * src/pic/main.c : removed VC warning.
3130         * src/pic/gen.c : changed comment.
3131
3132 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3133
3134         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3135         reference to a deprecated symbol _GPTRREG was causing failure to
3136         link. Thanks G. M. Gallant for the info.
3137
3138 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3139
3140         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3141         comments for Bugs item #954788.
3142
3143 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3144
3145         * src/pic16/device.c (pic16_dump_gsection,
3146         * pic16_groupRegistersInSection): handle symbols declared to be in
3147         access bank differently,
3148         * src/pic16/gen.c (struct _G): added field resDirect,
3149         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3150         send values read from stack directly to result and don't allocate
3151         temporary values,
3152         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3153         same registers,
3154         * (pic16_sameRegsOfs): NEW,
3155         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3156         free because they were not allocated from temporary pool,
3157         * pic16_popRegFromString): workaround to fix a problem with
3158         allocating variables twice or never,
3159         * (genGenPointerGet): using PRODL instead of FSR0H,
3160         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3161         instead of FSR0H,
3162         * (genAssign): take advantage of the _G.resDirect flag,
3163         * (genCast): around line 11844, use mov2f instead of directly
3164         MOVFF'ing between operands to account for literal values,
3165         * src/pic16/genutils.c: some new debug functions for gpsim have been
3166         added,
3167         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3168         float with integer part only,
3169         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3170         place variables in access bank
3171         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3172         updated sources to reflect recent changes in gen.c
3173
3174 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3175
3176         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3177         sources that searched for headers in installation path, now the
3178         device/include/pic16 is used,
3179         * src/pic16/glue.c (pic16glue),
3180         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3181         .line directives if not in debug mode, this suppresses assembler's
3182         warnings for ignored directives
3183
3184 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3185
3186         * src/port.h: made reset_regparms prototype void parameter explicit.
3187         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3188         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3189         * doc/sdccman.lyx: documented warning disabling and how to use
3190           printf_large to make it print floats.
3191         * device/include/stdbool.h: NEW
3192         * device/lib/_atof.c,
3193         * device/lib/_divuint.c,
3194         * device/lib/_divulong.c,
3195         * device/lib/expf.c,
3196         * device/lib/printf_large.c,
3197         * device/lib/sincosf.c,
3198         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3199         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3200           a completely reentrant lib.
3201
3202 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3203
3204         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3205         * device/include/pic16/stdio.h: fixed bug with colon
3206
3207 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3208
3209         * device/include/pic16/stdio.h,
3210         * device/include/pic16/stdlib.h,
3211         * device/include/pic16/math.h: NEW
3212         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3213         declared as _naked to reduce overhead
3214         * device/lib/Makefile.in (target port-specific-objects-pic16):
3215         changed * to *.* so to ignore the CVS directory,
3216         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3217         stacked variables back in stack,
3218         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3219         corruption
3220
3221 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3222
3223         * .version: bumped version number to 2.4.5
3224         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3225         * support/Util/SDCCerr.c (messages structure): added entry for
3226         W_POSSBUG2
3227
3228         Large cumulative patch for pic16 port and libraries.
3229         * device/include/pic16/sdcc-lib.h,
3230         * device/include/pic16/stdarg.h,
3231         * device/include/asm/pic16/features.h,
3232         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3233         * device/include/pic16/float.h: changes reentrant keyword with
3234         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3235         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3236         updated target build-libraries to include objects from gptr,
3237         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3238         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3239         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3240         all function headings,
3241         * src/SDCCmain.c: added global parameter userIncDirsSet,
3242         * (parseCmdLine): when option -I is encountered add directory to
3243         userIncDirsSet too,
3244         * src/version.awk: added space between control and long,
3245         * src/pic16/NOTES: added some notes for the port,
3246         * src/pic16/gen.c: added prototype for mov2fp function,
3247         * (fReturnpic16[]): properly named return value registers,
3248         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3249         * (aopForSym): added code to handle symbols with onStack flag set,
3250         symbols onStack are allocated PTRSIZE bytes,
3251         * (aopFreeAsmop): handles special case where asmops are stack objects,
3252         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3253         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3254         added argument lock to trace flaws in allocating temporary registers
3255         when developing port,
3256         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3257         * (pic16_popRegFromString): reenabled allocating a direct register
3258         from string,
3259         * (assignResultValue): various beautifications,
3260         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3261         referenced function argument,
3262         * (genIpush): reenabled to allow stacked arguments, handles only
3263         ic->parmPush iCodes,
3264         * (genCall, genPcall): major changes to allow for variable argument
3265         functions, fixed a bug with falsely restoring stack pointer after
3266         returning from call,
3267         * (genFunction): pending code for critical function,
3268         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3269         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3270         * (genNearPointerGet): fixed bug with indirect reading, was always
3271         reading from INDF0
3272         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3273         pointers,
3274         * (genAddrOf): rewrote code to take address of a stacked function parameter
3275         * (genCast): fixed casting to generic pointer type,
3276         * src/pic16/gen.h: added AOP_STA,
3277         * (struct asmop): added field stk,
3278         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3279         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3280         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3281         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3282         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3283         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3284         generic pointers,
3285         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3286         and library paths,
3287         * (pic16_port structure): generic pointer size is set to 3,
3288         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3289         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3290         compiler warning,
3291         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3292         operand is an iTemp,
3293
3294 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3295
3296         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3297         * debugger/mcs51/simi.c: addapt new syntax of s51
3298
3299 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3300
3301         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3302         * src/pic16/pcode.c: commented out some calls to free() in order to
3303         fix bug #989576,
3304
3305 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3306
3307         * src/SDCCicode.h,
3308         * src/SDCCicode.c (isiCodeInFunctionCall),
3309         * src/avr/ralloc.c (selectSpil),
3310         * src/pic/ralloc.c (selectSpil),
3311         * src/pic16/ralloc.c (selectSpil),
3312         * src/ds390/ralloc.c (selectSpil),
3313         * src/hc08/ralloc.c (selectSpil),
3314         * src/xa51/ralloc.c (selectSpil),
3315         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3316         stack in the middle of a function call sequence (fixes bug #1020268)
3317         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3318         costs associated with the minimum switch case.
3319
3320 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3321
3322         * src/SDCC.lex: fixed bug #1030549
3323
3324 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3325
3326         * src/SDCCcse.h (struct cseDef),
3327         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3328         over a function call if the CSE is derived from a symbol whose
3329         address has been taken (fixes bug #1029883)
3330         * support/regression/tests/bug-1029883: a new regression test for
3331         this bug
3332
3333 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3334
3335         * src/hc08/gen.c (emitinline): fixed bug #1029778
3336         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3337         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3338         and starts toward RFE #905167)
3339
3340 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3341
3342         * src/pic16/gen.c (mov2f): New function to move an operand to
3343         another without considering if it is a literal or a register,
3344         * (pic16_sameRegs): don't check if they are both AOP_REG,
3345         * (AccRsh): removed andmask=0 lines,
3346         * (genLeftShift): duplicated to be improved in future versions,
3347         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3348         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3349         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3350         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3351         * (insertBankSwitch): fixed inserting banksel directives algorithm
3352         for instructions that follow a skip instruction, this fixes a report
3353         for broken subtraction code generation,
3354         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3355         iCode is a left op, just in case result and right share the same
3356         registers
3357
3358 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3359
3360         * src/hc08/main.c,
3361         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3362         preservation of HX
3363         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3364         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3365         on 2004-09-12; it was buggy
3366
3367 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3368
3369         * src/SDCCsymt.h: removed RESULT_CHECK
3370         * src/SDCCast.c,
3371         * src/SDCCglue.c,
3372         * src/SDCCval.c,
3373         * src/pic/glue.c,
3374         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3375
3376 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3377
3378         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3379         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3380         configuration values no more rejected by compiler, they are assigned
3381         to configuration registers with a warning message instead,
3382         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3383         the for-loop so last conf register is emitted too,
3384         * (_pic16_initPaths): link library libsdcc.lib by default,
3385         * (_hasNativeMulFor): modified test for multiplication according to
3386         Raphael Neider's remarks. Integer multiplication is also done with
3387         support functions,
3388         * device/include/pic16/pic18fregs.h: corrected type error in while
3389         testing and including 18f6720 header file
3390
3391 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3392
3393         * src/pic16/device.h (pic16_options): removed field use_crt,
3394         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3395         until an optimization to handle single bits is added,
3396         * (pic16_loadFSR0): moved before genUnpackBits,
3397         * (genAnd): some white lines removed,
3398         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3399         leave_reset flags in pic16_options when using crt modules,
3400
3401 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3402
3403         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3404           for bugs 898889 & 979599. Also used some safer print instructions.
3405
3406 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3407
3408         * src/pic16/device.h (pic16_options_t): added field use_crt,
3409         crt_name, no_crt,
3410         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3411         catch a probable future bug,
3412         * src/pic16/gen.c: aopIdx function commented out,
3413         * (genAssign): commented out old code which used aopIdx,
3414         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3415         code, added if conditionals to take into account the --use-crt
3416         command line options,
3417         * src/pic16/main.c (pic16_optionsTable): added new command line
3418         options, --use-crt= and --no-crt,
3419         * (_pic16_linkEdit): now the proper crt object is added in the
3420         linker command line except than when --no-crt is specified,
3421         * src/pic16/pcode.c,
3422         * src/pic16/pcode.h: added some structures and functions for a new
3423         optimization scheme to compansate for instruction overhead between
3424         same iCodes, this scheme is currently under development and is not
3425         working in any way,
3426         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3427         to && operator,
3428         * device/lib/pic16/startup/crt0i.c,
3429         * device/lib/pic16/startup/crt0iz.c: added global char variable
3430         __uflags to force the generation of an idata section
3431
3432 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3433
3434         * doc/Makefile,
3435         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3436         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3437
3438 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3439
3440         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3441         Frieder) and clarified the default code optimization mode
3442
3443 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3444
3445         * src/SDCC.lex (doPragma, process_pragma),
3446         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3447         "opt_code_size", and "opt_code_balanced"
3448         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3449         regrouped options by category, added support for category headers
3450         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3451         and "--opt-code-size"
3452         * doc/sdccman.lyx: documented these new options and pragmas
3453         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3454         preference into account
3455
3456 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3457
3458         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3459           geniCodePreDec): Fixed bug 904237 by generating a warning
3460         * src/SDCCerr.h,
3461         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3462
3463 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3464
3465         * src/pic/device.c : When no max ram set validate full memory range.
3466         * src/pic/pcode.c,
3467         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3468
3469 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3470
3471         * device/lib/_gptrget.c,
3472         * device/lib/_gptrput.c: updated comment
3473         * device/lib/calloc.c,
3474         * device/lib/free.c,
3475         * device/lib/malloc.c,
3476         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3477         * src/SDCCcse.c (cseBBlock),
3478         * src/SDCCicode.c (printOperand, geniCodeArray),
3479         * src/SDCCicode.h (struct operand): fixed bug 868103
3480         * support/regression/tests/bug-868103.c: added
3481         * src/SDCCast.c (searchLitOp),
3482         * src/SDCCcse.h (struct cseDef),
3483         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3484         * src/SDCCicode.h (struct operand),
3485         * src/SDCCsymt.h (struct sym_link),
3486         * src/avr/gen.c (hasInc),
3487         * src/ds390/gen.c (hasInc),
3488         * src/hc08/gen.c (genPlusIncr, hasInc),
3489         * src/mcs51/gen.c (hasInc),
3490         * src/pic16/glue.c (pic16_printIvalChar),
3491         * src/pic16/ralloc.c (regWithIdx),
3492         * src/xa51/gen.c (hasInc) : removed warnings
3493         * src/SDCCast.c (createBlock): added comment ???
3494         * src/hc08/ralloc.c: updated comments
3495
3496 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3497
3498         * doc/sdccman.lyx: updated section on switch statements, added
3499         section about semaphore locking
3500         * doc/Makefile: added option -info for latex2html
3501         * device/lib/_gptrget.c,
3502         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3503
3504 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3505
3506         * src/pic/device.h,
3507         * src/pic/device.c,
3508         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3509          maxram is less than 0x100.
3510
3511 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3512
3513         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3514
3515 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3516
3517         * src/port.h,
3518         * src/mcs51/main.c,
3519         * src/ds390/main.c,
3520         * src/z80/main.c,
3521         * src/hc08/main.c,
3522         * src/pic/main.c,
3523         * src/pic16/main.c,
3524         * src/avr/main.c,
3525         * src/xa51/main.c
3526         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3527         a jump table is the best form for a switch statement, including
3528         automatic insertion of missing cases to make the case range
3529         continuous. Developed in collaboration with Frieder Ferlemann.
3530
3531 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3532
3533         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3534         accumulator result if it needs sign extension
3535
3536 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3537
3538         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3539
3540 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3541
3542         * device/lib/gbz80/printf.c,
3543         * device/lib/z80/printf.c: removed define for NULL
3544
3545 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3546
3547         * as/xa51/xa_link.c,
3548         * device/examples/ds390/ow390/ad26.c,
3549         * device/examples/ds390/ow390/cnt1d.c,
3550         * device/examples/ds390/ow390/counter.c,
3551         * device/examples/ds390/ow390/ds2480.h,
3552         * device/examples/ds390/ow390/ds2480ut.c,
3553         * device/examples/ds390/ow390/findtype.c,
3554         * device/examples/ds390/ow390/gethumd.c,
3555         * device/examples/ds390/ow390/owllu.c,
3556         * device/examples/ds390/ow390/ownetu.c,
3557         * device/examples/ds390/ow390/swt12.c,
3558         * device/examples/ds390/ow390/swtloop.c,
3559         * device/examples/ds390/ow390/temp.c,
3560         * device/examples/ds390/ow390/temp10.c,
3561         * device/examples/ds390/ow390/thermo21.c,
3562         * device/examples/ds390/ow390/tinilnk.c,
3563         * device/examples/ds390/ow390/tstfind.c,
3564         * device/examples/serialcomm/windows/serial.cpp,
3565         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3566         * device/include/reg51.h: fixed line endings for cvs
3567
3568 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3569
3570         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3571         packRegsForAccUse, packRegisters): new accumulator register
3572         packing algorithm
3573         * support/regression/ports/hc08/support.c (_putchar): suppress
3574         warning of unused variable
3575         * src/SDCCicode.c: added SWAP entry to codeTable
3576
3577 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3578
3579         * device/lib/sprintf.c: forgot to add this file before previous commit
3580
3581 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3582
3583         * src/pic16/gen.c (genPackBits): added operand right in function
3584         parameters, load result directly if p_type is POINTER (that is
3585         called by genNearPointerSet)
3586         * (genUnPackBits): added operand left in function parameters,
3587         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3588         FSR0 if accessing bitfields,
3589
3590 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3591
3592         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3593           _print_format; updated printf, sprintf, vsprintf
3594         * device/include/asm/default/features.h: corrected comment/define
3595         * device/lib/Makefile.in: added sprintf.c
3596         * device/lib/libsdcc.lib: added sprintf module
3597         * device/lib/printf_large.c,
3598         * device/lib/vprintf.c,
3599         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3600           into these 3 files
3601         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3602         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3603         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3604           hc08 test
3605         * support/regression/tests/zeropad.c: define idata as data for hc08
3606
3607 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3608
3609         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3610         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3611         labels are referenced at least once (even if a reference is not found)
3612         * src/hc08/gen.c (emitcode): set isComment flag for comments
3613         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3614         loads), rules 6a..6b (optimize jumps to return)
3615
3616 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3617
3618         * device/lib/acosf.c (acosf),
3619         * device/lib/asinf.c (asinf),
3620         * device/lib/atanf.c (atanf),
3621         * device/lib/ceilf.c (ceilf),
3622         * device/lib/cosf.c (cosf),
3623         * device/lib/coshf.c (coshf),
3624         * device/lib/cotf.c (cotf),
3625         * device/lib/fabsf.c (fabsf),
3626         * device/lib/floorf.c (floorf),
3627         * device/lib/log10f.c (log10f),
3628         * device/lib/logf.c (logf),
3629         * device/lib/sinf.c (sinf),
3630         * device/lib/sinhf.c (sinhf),
3631         * device/lib/sqrtf.c (sqrtf),
3632         * device/lib/tanf.c (tanf),
3633         * device/lib/tanhf.c (tanhf),
3634         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3635         replaced all instances of "reentrant" in the library functions
3636         defined in math.h with this macro.
3637         * support/regression/tests/float_trans.c: reenabled test for hc08
3638
3639 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3640
3641         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3642         erroneously deleted
3643
3644 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3645
3646         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3647         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3648         multi-byte volatile operands are used
3649         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3650         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3651         initialization to area GSINIT0 so that it would always precede
3652         any static initializers in GSINIT
3653         * support/regression/tests/zeropad.c: fixed idata define for hc08
3654         * support/regression/tests/bug-927659.c,
3655         * support/regression/tests/float_trans.c: disabled tests for hc08
3656         pending missing library routines
3657         * .version: increased version number to 2.4.4 - hc08 port now passes
3658         regression tests
3659
3660
3661 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3662
3663         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3664         * Makefile.common.in,
3665         * as/Makefile,
3666         * as/hc08/Makefile.in,
3667         * as/mcs51/Makefile.in,
3668         * as/z80/Makefile.in,
3669         * debugger/mcs51/Makefile.in,
3670         * device/include/Makefile.in,
3671         * device/lib/Makefile.in,
3672         * doc/Makefile,
3673         * link/Makefile,
3674         * link/z80/Makefile.in,
3675         * packihx/Makefile.in,
3676         * sim/ucsim/main_in.mk,
3677         * sim/ucsim/avr.src/Makefile.in,
3678         * sim/ucsim/doc/Makefile.in,
3679         * sim/ucsim/gui.src/serio.src/Makefile.in,
3680         * sim/ucsim/hc08.src/Makefile.in,
3681         * sim/ucsim/s51.src/Makefile.in,
3682         * sim/ucsim/xa.src/Makefile.in,
3683         * sim/ucsim/z80.src/Makefile.in,
3684         * src/Makefile.in,
3685         * support/cpp2/Makefile.in,
3686         * support/librarian/Makefile,
3687         * support/makebin/Makefile: added DESTDIR to the install path proposed
3688         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3689         * doc/sdccman.lyx: added DESTDIR documentation
3690
3691 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3692
3693         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3694         instruction for interrupt handlers, use fast returns when returning
3695         from high priority interrupts
3696
3697 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3698
3699         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3700         code generation
3701         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3702         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3703         bugs, ported much of Bernhard's code from mcs51
3704         * src/mcs51/gen.c (genSend),
3705         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3706         than one when calling a reentrant function
3707         * device/lib/_mullong.c: defined an alternate struct layout for big
3708         endian ports (hc08)
3709
3710 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3711
3712         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3713         test
3714
3715 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3716
3717         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3718         are sane and complete before asking the port its prefered parameter
3719         passing method (fixes bug #1017633)
3720         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3721         and _ret3
3722
3723 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3726         problem in bitfields >= 8 bits.
3727
3728 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3729
3730         * src/SDCCsymt.c: undid changes that were not meant to be committed
3731
3732 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3733
3734         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3735
3736 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3739           copied and wrong bit got inverted
3740
3741 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3742
3743         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3744         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3745         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3746         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3747         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3748         assignments to bitfields at known addresses
3749         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3750         reads from bitfields at known addresses
3751         * src/hc08/ralloc.c (packRegisters),
3752         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3753         genhc08Code): optimize pointer get values used as conditionals
3754         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3755         and branch
3756
3757 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3758
3759         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3760         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3761         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3762         as conditionals
3763
3764 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3765
3766         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3767
3768 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3769
3770         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3771         related problems
3772
3773 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3774
3775         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3776
3777 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3778
3779         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3780         mcs51 port
3781
3782 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3783
3784         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3785
3786 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3787
3788         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3789         cases use more compact code.
3790
3791 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3792
3793         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3794
3795 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3796
3797         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3798
3799 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3800
3801         * src/SDCCsymt.h,
3802         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3803         parameter of changePointer() from symbol* to sym_link*
3804         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3805         * src/SDCCsymt.c (compareType): void* type is castable to other
3806         pointers, but not necesarily an exact match.
3807         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3808         is no longer blindly treated as an exact match.
3809         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3810
3811 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3812
3813         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3814
3815 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3816
3817         * src/pic/gen.c,
3818         * src/pic/pcode.c,
3819         * src/pic/ralloc.h,
3820         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3821
3822 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3823
3824         * src/pic/device.c,
3825         * src/pic/device.h,
3826         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3827
3828 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3829
3830         * src/mcs51/gen.c (emitcode): fixed bug #992819
3831
3832 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3833
3834         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3835           there's no need to make it worse
3836
3837 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3838
3839         * src/mcs51/ralloc.c (deassignLR),
3840         * src/ds390/ralloc.c (deassignLR),
3841         * src/hc08/ralloc.c (deassignLR),
3842         * src/z80/ralloc.c (deassignLR),
3843         * src/pic/ralloc.c (deassignLR),
3844         * src/pic16/ralloc.c (deassignLR),
3845         * src/avr/ralloc.c (deassignLR),
3846         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3847         rlivePoint): fixed another part of bug #971834
3848
3849 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3850
3851         * src/z80/main.c: enabled "critical" keyword
3852         * src/z80/mappings.i,
3853         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3854         functions (fixes bug #979646)
3855         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3856
3857 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3858
3859         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3860           such as c:\mydir.
3861
3862 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3863
3864         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3865           doesn't disable too much optimizations
3866
3867 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3868
3869         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3870
3871 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3872
3873         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3874
3875 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3876
3877         * src/pic/gen.c tidied up tabs
3878         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3879         * src/pic/main.c tidied up tabs
3880         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3881         * src/pic/pcoderegs.c tidied up tabs
3882         * src/pic/ralloc.c tidied up tabs
3883
3884 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3885
3886         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3887         to S_FIXED for pic16 port and when symbol is not in level 0,
3888         allocate for S_REGISTER storage class and pic16 port, too,
3889         * src/pic16/device.h: prototype for checkSym,
3890         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3891         * (pic16_assignConfigWordValue): test the value and the mask to
3892         validate that the value is suitable for the configuration word,
3893         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3894         collect extern declared symbols, don't emit symbol twice, check
3895         first if symbol is in publics set first,
3896         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3897         * added command line '--fstack' which enables an experimental
3898         feature for stack access, too buggy to be used yet...
3899         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3900         * (pic16_allocDirReg): when register has storage class S_REGISTER
3901         allocate in pic16_dynAccessRegs,
3902         * device/include/pic16/pic18f????.h: modified configuration word
3903         naming convention, words started as CONFIG0H but should be CONFIG1H
3904
3905 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3906
3907         * device/include/mcs51reg.h: fixed bug 970993
3908
3909 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3910
3911         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3912         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3913         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3914         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3915         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3916         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3917           error/warning numbers,
3918           added function setWarningDisabled()
3919         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3920         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3921           _memcmp.c _memmove.c calloc.c realloc.c free.c
3922         * support/regression/tests/malloc.c: added tests for new functionality
3923         * support/regression/tests/zeropad.c: added tests for truncated initializers
3924           and initialized char arrays starting with '\x0'
3925         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3926
3927 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3928
3929         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3930
3931 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3932
3933         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3934         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3935         peephole 177.e. Thanks to anonymous
3936
3937 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3938
3939         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3940         function isn't used in the source but referenced as a
3941         variable initializer then declare it as extern in .asm file
3942
3943 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3944
3945         * .version: increased version number to 2.4.3
3946
3947         Adding version extension according to ChangeLog CVS revision
3948         * src/Makefile.in (target all): added dependency 'version.h'
3949         * (rule version.h): added rule to create version.h from ChangeLog,
3950         * (rule dep): added dependency version.h,
3951         * src/version.awk: AWK script to create version.h
3952         * src/SDCCdwarf2.c (dwWriteModule),
3953         * src/SDCCglue.c (initialComments),
3954         * src/SDCCmain.c (printVersionInfo): modified to write after
3955         version string the version extension number,
3956         * src/SDCCutil.c: included "version.h"
3957         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3958         number,
3959         * src/SDCCutil.h: added prototype for getBuildNumber
3960
3961         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3962         includeDirsSet, too,
3963         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3964         const char [] is found in function prototype...
3965
3966         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3967         moving to WREG with source is already in WREG,
3968         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3969         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3970         * (aopForSym): stack'ed symbols are partially supported, added
3971         if-clause to support symbols in FARSPACE,
3972         * (sameRegs): added test for AOP_ACC to see if registers are same,
3973         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3974         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3975         * (pic16_popRegFromString): will not allocate a new register if it
3976         doesn't find one by name, bug may have introduced...
3977         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3978         * (genIpush): revived to use pic16 port's stack,
3979         * (genAddrOf): added incomplete case for stack'ed operand,
3980         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3981         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3982         can handle multibyte operands,
3983         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3984         * (pic16initialComments): added message for MPLAB compatibility
3985         mode enabled,
3986         * src/pic16/main.h: prototype for pic16_mplab_comp,
3987         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3988         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3989         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3990         because of increased complexity of procedure,
3991         * (_process_pragma): stack pragma changed to format 'stack pos len',
3992         emit symbol '_stack_end' to conform with gplink,
3993         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3994         to search for register,
3995         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3996         PO_GPR_REGISTER,
3997         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3998         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3999         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4000         case for PO_GPR_REGISTER,
4001         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4002         dies, the new era is ahead !...
4003         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4004         pic16_dynInternalRegs,
4005         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4006         * (pic16_allocDirReg): minor optimizations and bug fixes,
4007         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4008
4009         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4010         load stack and frame pointer with address of 'stack_end' symbol
4011
4012 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4013
4014         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4015         without source code but only variable initializers
4016
4017 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4018
4019         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4020         external are not declared as extern to reduce overhead while linking
4021
4022 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4023
4024         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4025
4026 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4027
4028         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4029           Yee Keat for the patch
4030         * src/SDCCast.c (decorateType): fixed bug #979599
4031         * src/ds390/gen.h: removed local fReturnSizeDS390
4032         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4033         * src/ds390/gen.c (genAnd, genOr, genXor),
4034         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4035
4036 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4037
4038         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4039         add relFilesSet to $3, manipulate $2 to handle linking of object
4040         files without source files in command line,
4041         * device/include/pic16 (all headers): added ID location macros,
4042         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4043         entries for ID location bytes,
4044         * (pic16_assignIdByteValue): NEW,
4045         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4046         added field dumpcalltree to pic16_options_t,
4047         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4048         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4049         emitting rFalseIfx label after check_carry label,
4050         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4051         pic16_emitDIRegs), NEW
4052         * (pic16glue): dump .calltree file when option --calltree found,
4053         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4054         * (_pic16_genAssemblerPreamble): emit ID locations after
4055         configuration registers,
4056         * (pic16_linkCmd): modifications of the link command,
4057         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4058         * (pic16_pCodeInitRegisters): don't init stack registers,
4059         * (pic16_findPrevInstruction): fixed bug,
4060         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4061         bug with immediate registers,
4062         * (buildCallTree): traces stack push and pop,
4063         * (pct2): dump also stack usage for each function,
4064         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4065         * (pic16_allocDirReg): various modifications,
4066         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4067         fixed to 1,
4068
4069 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4070
4071         * src/pic16/pcode.c: removed buggy double colon
4072
4073 2004-07-01 Borut Razem <borut.razem AT siol.net>
4074
4075         * support/scripts/sdcc.nsi: added include/pic16 to setup
4076
4077 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4078
4079         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4080         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4081         target 'clean',
4082         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4083         specific command line arguments. Also added sample lkr script
4084         for placing a variable at a specific memory bank.
4085         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4086         at a specific memory bank,
4087         * (pic16_dump_isection): fixed bug which caused string literals to
4088         be omitted when dumping idata section,
4089         * (pic16_groupRegistersInSection): added code to handle registers
4090         in specific memory banks,
4091         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4092         public, all references are renamed too,
4093         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4094         AOP_DPTR2,
4095         * (pic16_storeForReturn): added case to handle when dest is WREG,
4096         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4097         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4098         pic16_rel_udata, check to see if that register is marked as being
4099         a member of a specific memory bank,
4100         * (pic16_printIvalCharPtr): added code to add string literals either
4101         to code or the idata sections,
4102         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4103         also accept the 'udata' pragma,
4104         * src/pic16/main.h: new structure types sectName and sectSym
4105         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4106         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4107         * (pic16_findPrevInstruction): fixed, it returned nothing,
4108         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4109         instruction combinations,
4110         * (pic16_FixRegisterBanking): heavily reorganised,
4111         * (pic16_AnalyzeBanking): if generating banksel directives is
4112         disabled, then don't call FixRegisterBanking at all,
4113         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4114         completely removed,
4115         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4116
4117 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4118
4119         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4120         Phuah Yee Keat <yk.phuah AT nestac.com>
4121
4122 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4123
4124         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4125         correctly the IVT even if it is relocated to some other location
4126
4127 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4128
4129         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4130         * device/include/pic16/pic18f2220.h: NEW,
4131         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4132         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4133         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4134         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4135         nodefaultlibs, ivt_loc is the location of the interrupt vector
4136         table, and nodefaultlibs signs that default libraries should not be
4137         linked in link stage,
4138         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4139         according to --ivt-loc argument,
4140         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4141         when pragma stack is found,
4142
4143 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4144
4145         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4146         256 (range check), 257 (do while), 258.a-f (bit banging
4147         f.e. on 3-wire SPI bus)
4148
4149 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4150
4151         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4152         variables used exclusively within a loop
4153
4154 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4155
4156         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4157
4158 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4159
4160         * src/SDCClrange.c (computeClash): fixed bug #971834
4161
4162 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4163
4164         * src/mcs51/gen.c (genCmp): fixed bug #975903
4165         * src/hc08/gen.c (operandsEqu),
4166         * src/ds390/gen.c (operandsEqu),
4167         * src/z80/gen.c (operandsEqu),
4168         * src/pic/gen.c (operandsEqu),
4169         * src/pic16/gen.c (operandsEqu),
4170         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4171         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4172
4173 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4174
4175         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4176
4177 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4178
4179         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4180         default case in switch statement,
4181         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4182         to eliminate problem with initialisation of pointers, but problem
4183         still exists,
4184         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4185         * (emitStaticSegment): removed various lines emitting debug info,
4186         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4187         added processor registers for utilizing EEPROM,
4188         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4189         configurable and set 8
4190
4191 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4192
4193         * .version: increased version number to 2.4.2,
4194
4195         Cumulative patch for pic16 port
4196         * src/pic16/device.c: changed scheme to dump initial values for
4197         variables in idata segment, all print_idata* functions were removed,
4198         now the pic16_printIval* will be called,
4199         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4200         * _pic16_printPointerType, pic16_printPointerType,
4201         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4202         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4203         NEW, similar to the respective functions in SDCCglue.c,
4204         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4205         way, emitting hex bytes,
4206         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4207
4208 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4209
4210         * src/avr/ralloc.c (serialRegAssign),
4211         * src/xa51/ralloc.c (serialRegAssign),
4212         * src/pic/ralloc.c (serialRegAssign),
4213         * src/pic16/ralloc.c (serialRegAssign),
4214         * src/hc08/ralloc.c (serialRegAssign),
4215         * src/z80/ralloc.c (serialRegAssign),
4216         * src/ds390/ralloc.c (serialRegAssign),
4217         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4218
4219 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4220
4221         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4222         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4223
4224 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4225
4226         Cumulative patch for pic16 port:
4227         * src/pic16/device.h (typedef PIC16_device) modified fields for
4228         defining microcontrollers,
4229         * src/pic16/device.c: added new info for all devices in Pics16 array,
4230         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4231         to be optimised out by the pCode optimiser,
4232         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4233         specially, bug reported by G.M. Gallant,
4234         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4235         as force'd so that cannot be optimised out by pCode optimiser,
4236         * src/pic16/pcode.c,
4237         * src/pic16/pcodepeeph.c,
4238         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4239         they are disabled by default, but can be enabled explicit with
4240         command argument --denable-peeps, for testing,
4241         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4242         --pomit-ivt in COMPILE_FLAGS
4243
4244 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4245
4246         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4247           compilation on MSVC
4248
4249 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4250
4251         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4252
4253 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4254
4255         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4256         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4257
4258 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4259
4260         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4261         would only assign 0x300001 register.
4262
4263 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4264
4265         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4266         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4267
4268 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4269
4270         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4271         for ds80c400
4272         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4273         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4274         added peephole 254 (left shift), 255 (jump table)
4275
4276 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4277
4278         * device/lib/Makefile.in: removed comment line with model-pic16,
4279         * (target port-specific-objects-pic16): the libraries and objects
4280         are copied to the build directory form the device/lib/pic16/bin
4281         directory
4282
4283         Cumulative patch concerning pic16 port:
4284         * library directory has been re-organized,
4285         * added support for PIC18F1220,
4286         * added headers and library sources for chips 18f1220,18f6520,
4287         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4288
4289         * configuration registers setting has changed, now each supported
4290         device has a complete description of the registers it uses,
4291         * all initialisations are moved to idata sections, these section
4292         can be absolute or relocatable,
4293         * fixed initialisation of codespace variables,
4294         * fixed warning about PCLATU and gpsim,
4295         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4296         * (genAssign): use table reads when assigning from variables in codespace,
4297         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4298         char/int variables placed in codespace,
4299         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4300         registers set in .asm file, no need for --pomit-config-words anymore,
4301         * (pic16glue): some 8051 legacy segments are commented out
4302         (to be removed completely),
4303         * added support for alternative assembler and linker with --asm=
4304         and --link= command line arguments,
4305         * peepholes are disabled automatically in the port, no need to
4306         specify on command line,
4307         * port supports natively char/int/long multiplication, but converts
4308         all divisions to support functions,
4309         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4310         to the file set in variable $2,
4311         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4312         strings in ASCII format and not in hex,
4313         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4314         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4315         allocate proper register if iCodes aren't temporary,
4316
4317 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4318
4319         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4320
4321 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4322
4323         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4324         is commented out
4325
4326 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4327
4328         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4329         computed address is reused
4330         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4331         multi-byte bitfields
4332
4333 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4334
4335         * src/z80/gen.c: (genArrayInit): must check for pointers too
4336
4337 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4338
4339         * support/regression/tests/zeropad.c: never meant to commit the
4340           nestedstruct test: removed, added check for GCC version
4341
4342 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4343
4344         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4345         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4346         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4347           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4348           bugs 928906 and 954082 half-empty initializers
4349         * src/SDCCsymt.h,
4350         * src/SDCCsymt.c (getAllocSize): added for above fix
4351         * src/z80/gen.c (genArrayInit): fixed bug 741044
4352         * support/regression/tests/zeropad.c: added tests
4353
4354 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4355
4356         * src/pic16/device.c (pic16_dump_section): corrected bug which
4357         caused some symbols of the libraries to be misplaced
4358
4359 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4360
4361         * src/pic16/glue.c,
4362         * src/pic16/ralloc.h,
4363         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4364         to fix conflict with pic port
4365
4366 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4367
4368         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4369         externs configuration variables,
4370         * src/pic16/ralloc.h,
4371         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4372         prototype in header, commented out some debug messages
4373
4374 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4375
4376         * src/pic16/glue.c,
4377         * src/pic16/main.c,
4378         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4379         for gpasm COFF object generation. Thanks to D. Hawkins for
4380         his patch info
4381
4382 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4383
4384         * src/ds390/main.c,
4385         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4386         Brock for spotting this)
4387         * src/ds390/gen.c (genEndFunction),
4388         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4389         interrupt handler and critical. Disable push/pop optimizations when
4390         peephole optimizations disabled.
4391
4392 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4393
4394         Updated pic16 library sources and headers.
4395         * device/lib/pic16/pic18f*/ ,
4396         * device/include/pic16/*.h: modified to handle structured SFR
4397         definitions
4398
4399 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4400
4401         * src/port.h (PORT structure): added hook initPaths, now each
4402         port can declare its own default search paths,
4403         which can been seen with the --print-search-dirs option,
4404         see pic16 port for example,
4405         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4406         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4407         * (doPrintSearchDirs): NEW, replaces in a central manner the
4408         printing of search dirs which was split in set*Paths functions,
4409         * (main): added call to port->initPaths and doPrintSearchDirs,
4410         * src/avr/main.c,
4411         * src/ds390/main.c,
4412         * src/hc08/main.c,
4413         * src/izt/i186.c,
4414         * src/izt/tlcs900h.c,
4415         * src/mcs51/main.c,
4416         * src/pic/main.c,
4417         * src/pic16/main.c: modified port structures to reflect addition of
4418         initPaths hook,
4419
4420         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4421         * (pic16_dump_section): for registers in same address reserve memory once,
4422         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4423         to no_banksel,
4424         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4425         result is greater in size than right or left,
4426         * (pic16_genUMult8X8_8): there are some cases where the result can
4427         be 16 bits size, so handle these,
4428         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4429         * (pic16_outBitC): modified to emit pcodes,
4430         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4431         or not,
4432         * (genDivOneByte): implemented algorithm to divide 8-bits,
4433         * (genCmp): uncommented goto, but issues still exist,
4434         * (genAnd): fixed a bug with variables >8bits,
4435         * (genPackBits): optimization added that uses BCF/BSF to change a
4436         single bit,
4437         * (genAssign): fixed bug when assigning floating point literals,
4438         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4439         __sdcc_gsinit_startup label,
4440         * src/pic16/main.c (_pic16_init): removed search directory
4441         initialisations,
4442         * (_pic16_initPaths): NEW, used to initialise search directories,
4443         * (_hasNativeMulFor): support functions for all except char/int
4444         multiplication, and char division,
4445         * (PIC16_port struct): modified entry for native mul support,
4446         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4447         no_banksel option,
4448         * (buildCallTree): call to register_usage is ifdef'ed out,
4449
4450 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4451
4452         * device/include/string.h: applied Stas Sergeev's patch to make this
4453         header file compatible with the preprocessor -Wundef option
4454         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4455         failure (fixes bug #941458)
4456
4457 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4458
4459         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4460         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4461         that the variable, not the function, should be static
4462         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4463         to be consistent with non-literal case
4464
4465 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4466
4467         * src/SDCCast.c (isConformingBody): fixed bug #949967
4468         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4469         convilong): fixed bug #952086
4470
4471 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4472
4473         * src/SDCCmem.c (allocVariables): fixed bug #955321
4474
4475 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4476
4477         * src/hc08/main.c (_hc08_genAssemblerEnd),
4478         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4479         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4480         completely eliminated the use of a temporary file
4481         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4482         when more than one file linked
4483         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4484
4485 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4488         which fixes bug #543481
4489         * support/regression/tests/bug-751703.c: fixed comments left from a
4490         cut and paste error
4491         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4492         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4493         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4494         scopes
4495         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4496         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4497         are now changed to underscores in moduleName
4498
4499 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4500
4501         * as/mcs51/lkmem.c: better fix for bug #954173
4502
4503 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4504         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4505
4506         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4507         * device/include/c8051f000.h,
4508         * device/include/c8051f120.h,
4509         * device/include/c8051f300.h,
4510         * device/include/c8051f310.h,
4511         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4512         PWM16) and detab'ed
4513
4514 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4515
4516         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4517         and mailing lists, doc'ed --no-peep-comments, removed reference
4518         to knoppix (newest version has no LyX/LaTeX), other minor changes
4519         * src/SDCCglue.c (glue): save 2 bytes stack space with
4520         option --main-return. The ljmp could probably be avoided too
4521
4522 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4523
4524         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4525
4526 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4529         * src/SDCCopt.c (isLocalWithoutDef),
4530         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4531         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4532         (credit to Maarten Brock for patch #949363, on which this is based)
4533         * support/regression/tests/bug-751703.c: some test cases of extern used
4534         within inner scopes.
4535
4536 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4537
4538         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4539         SPEC_STRUCT
4540         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4541         struct definitions
4542         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4543         dwWriteLabel): fix to create valid debugger symbols even when
4544         the module name has non-alphanumeric symbols in it
4545         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4546         when a variable's allocation has been optimized away
4547
4548
4549 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4550
4551         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4552         * src/hc08/main.c,
4553         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4554         * src/mcs51/main.c,
4555         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4556         * src/ds390/main.c,
4557         * src/z80/gen.c (z80_emitDebuggerSymbol),
4558         * src/z80/main.c,
4559         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4560         * src/pic/main.c,
4561         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4562         * src/pic16/main.c,
4563         * src/avr/gen.c (avr_emitDebuggerSymbol),
4564         * src/avr/main.c,
4565         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4566         * src/xa51/main.c,
4567         * src/SDCCdebug.c (emitDebuggerSymbol),
4568         * src/SDCCdebug.h,
4569         * src/port.h: added a debugger struct to the port struct. Added a
4570         callback for defining debugger symbols
4571
4572         * src/SDCCast.c (createLabel),
4573         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4574         with isitmp = 1
4575         * src/SDCCicode.h,
4576         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4577         iCode back to the ast for the function
4578
4579         * src/hc08/ralloc.c (hc08_assignRegisters),
4580         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4581         unneeded fields from the regs struct.
4582         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4583         pushReg() & pullReg() functions instead of emitcode()
4584
4585         * src/hc08/gen.c (genLabel, genhc08Code),
4586         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4587
4588         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4589         debugger hooks
4590
4591         * src/hc08/gen.c (genEndFunction, genhc08Code),
4592         * src/hc08/gen.h,
4593         * src/mcs51/gen.c (genEndFunction, gen51Code),
4594         * src/mcs51/gen.h,
4595         * src/ds390/gen.c (genEndFunction, gen390Code),
4596         * src/ds390/gen.h,
4597         * src/z80/gen.c (genEndFunction, genZ80Code),
4598         * src/z80/gen.h,
4599         * src/z80/z80.h,
4600         * src/pic/gen.c (genEndFunction, genpic14Code),
4601         * src/pic/gen.h,
4602         * src/pic16/gen.c (genEndFunction, genpic16Code),
4603         * src/pic16/gen.h,
4604         * src/avr/gen.c (genEndFunction, genAVRCode),
4605         * src/avr/gen.h,
4606         * src/xa51/gen.c (genEndFunction, genXA51Code),
4607         * src/xa51/gen.h,
4608         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4609         specific code to cdbFile.c and out of the backend code generators
4610
4611         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4612         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4613         starting address is now 0
4614
4615         * as/hc08/asm.h,
4616         * as/hc08/m08pst.c,
4617         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4618         assembler directive for DWARF support
4619         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4620
4621         * src/src.dsp,
4622         * src/Makefile.in,
4623         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4624
4625 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4626
4627         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4628         and inappropriate peephole optimization in jump tables
4629
4630 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4631
4632         * as/hc08/m08pst.c,
4633         * src/SDCCglue.c: sdccopt works for the hc08 port now
4634
4635 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4636
4637         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4638
4639 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4640
4641         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4642
4643 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4644
4645         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4646         rules
4647         * src/SDCCmain.c,
4648         * src/SDCCglobl.h,
4649         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4650         comments from the peephole optimizer replacement rules
4651         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4652         symbols
4653         * src/SDCCcse.c (updateSpillLocation),
4654         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4655         equivalents
4656         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4657         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4658         objects far pointers
4659
4660 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4661
4662         * src/SDCCsymt.h: a missing part of my last change
4663         * src/pic/ralloc.c (regTypeNum),
4664         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4665
4666 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4667
4668         * src/SDCCicode.h,
4669         * src/SDCCicode.c (aggrToPtrDclType),
4670         * src/SDCCptropt.h,
4671         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4672         ptrPseudoSymConvert),
4673         * src/pic/ralloc.c (regTypeNum),
4674         * src/pic16/ralloc.c (regTypeNum),
4675         * src/hc08/ralloc.c (regTypeNum),
4676         * src/ds390/ralloc.c (regTypeNum),
4677         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4678         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4679
4680 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4681
4682         * link/z80/lkmain.c (afile),
4683         * as/hc08/lkmain.c (afile),
4684         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4685         prevent a pointer problem when a filename has no directory and
4686         no extension specified.
4687
4688 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4689
4690         * link/z80/lkmain.c (afile): allow periods in directory names
4691         * link/z80/lkmain.c (afile),
4692         * as/mcs51/lkmain.c (afile),
4693         * as/hc08/lkmain.c (afile): allow linker script file to have an
4694         extension other than ".lnk"
4695         * link/z80/lklex.c (getfid),
4696         * link/z80/lkmain.c (parse),
4697         * as/mcs51/lklex.c (getfid),
4698         * as/mcs51/lkmain.c (parse),
4699         * as/hc08/lklex.c (getfid),
4700         * as/hc08/lkmain.c (parse): Support comments in the linker script
4701         file on lines by themselves and after filenames
4702
4703 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4704
4705         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4706
4707 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4708
4709         * src/z80/peeph-z80.def: removed some peephole rules that don't
4710         work with multibyte arithmetic (fixed bug #937126)
4711         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4712         to registers and not global variables
4713         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4714         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4715         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4716         checking for assignments not internally generated (fixed bug #931895)
4717         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4718         structure member (fixed bug #930072)
4719
4720 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4721
4722         * src/SDCCmain.c (linkEdit),
4723         * src/hc08/main.c (_hc08_parseOptions),
4724         * as/hc08/Makefile.in,
4725         * as/hc08/aslink.h,
4726         * as/hc08/asm.h,
4727         * as/hc08/m08pst.c,
4728         * as/hc08/lkrloc.c (relr, rele),
4729         * as/hc08/lkarea.c (lnkarea)
4730         * as/hc08/lkmain.c (afile, parse),
4731         * as/hc08/lkelf.c: support for ELF output
4732         * as/hc08/lks19.c (s19),
4733         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4734
4735 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4736
4737         * as/mcs51/lkihx.c: Fixed bug #899105.
4738
4739 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4740
4741         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4742         .dsp files from Unix to DOS.
4743
4744 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4747         function pointers; we have been compliant for several months now.
4748         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4749         change that was accidently commented out
4750         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4751         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4752         bug #922319
4753
4754 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4755
4756         * src/hc08/gen.c: output of all of the internal debugging information
4757         is now controlled by the D() macro; it is disabled by default
4758
4759 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4760
4761         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4762         harder to keep the same registers during a CAST iCode
4763         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4764         long via int can be done in a single cast, if the signedness is
4765         correct.
4766         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4767         putchar() in tinibios.c in ds390's library
4768
4769 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4770
4771         * src/SDCCast.c (decorateType): fixed bug #898889,
4772         cast result of a literal complement too
4773         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4774         fixed check for bitfields
4775
4776 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4777
4778         * src/SDCCicode.c (geniCodeLogic): made it static,
4779         (geniCodeLogicAndOr): added in order to fix bug #905492,
4780         (ast2iCode): fixed bug #905492
4781         * support/regression/tests/bug-905492.c: added
4782         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4783         (processParms): fixed bug #927659: don't copy parms, this will clear
4784         decorated flag
4785         * support/regression/tests/bug-927659.c: added
4786
4787 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4788
4789         * src/SDCCast.c (addCast): don't cast float to char
4790         * device/lib/libsdcc.lib: added _memmove
4791
4792 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4793
4794         * device/lib/large/Makefile: fixed parallel execution by
4795         replacing `make` by `$(MAKE)`
4796
4797 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4798
4799         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4800         offsets (fixes bug #923936)
4801
4802 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4803
4804         * device/lib/small/Makefile: fixed parallel execution by
4805         replacing `make` by `$(MAKE)`
4806
4807 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4808
4809         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4810
4811 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4812
4813         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4814         * src/regression/Makefile: Regression test was not running.
4815
4816 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4817
4818         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4819         complement if possible
4820         * src/SDCCval.c (valComplement),
4821         * src/SDCCicode.c (operandOperation): fixed complement of literal
4822         * support/regression/tests/onebyte.c (testComplement): added
4823
4824 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4825
4826         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4827         return an optimized tree; actually replace actParm with the new tree
4828         * src/SDCCast.h: added some parantheses to remove side effects
4829         * support/regression/tests/bug-920866.c
4830
4831 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4832         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4833         Bit operands were not being handled properly in the pic14 port.
4834         (now src/regression/add.c passes again).
4835
4836 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4837
4838         * src/SDCC.y (labeled_statement): case and default no longer require
4839         a following statement (RFE #893037)
4840
4841 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4842
4843         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4844         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4845         disabled (fixes bug #916294)
4846         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4847         "mov a,acc"; patch provided by Lenny Story
4848         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4849
4850 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4851
4852         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4853         functions
4854         * src/ds390/gen.c (genFunction, genEndFunction),
4855         * src/ds390/ralloc.c (ds390_assignRegisters),
4856         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4857         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4858         pushed if there are parameters passed on the stack. Also, a cleaner
4859         way to decide if r0/r1 should be pushed/popped. (Together they fix
4860         bug #918693)
4861
4862 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4863
4864         * doc/sdccman.lyx,
4865         * device/lib/mcs51/crtpagesfr.asm,
4866         * device/lib/mcs51/crtxinit.asm,
4867         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4868         to avoid confusion with Si Lab's SFRPAGE register.
4869
4870 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4871
4872         * src/SDCCglue.c (emitMaps): allow public sfr variables
4873         * src/SDCCglue.c (initialComments): include compiler build date
4874         with compiler version and put the timestamp of the generated
4875         assembly file on a serperate line to be less confusing.
4876         * src/port.h: added genInitStartup hook
4877         * src/avr/main.c,
4878         * src/ds390/main.c,
4879         * src/hc08/main.c,
4880         * src/pic/main.c,
4881         * src/pic16/main.c,
4882         * src/xa51/main.c,
4883         * src/z80/main.c: genInitStartup initialize as NULL (default to
4884         historical behaviour)
4885         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4886         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4887         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4888         library instead of hard coding it into the compiler.
4889         * support/regression/ports/mcs51-stack-auto/spec.mk,
4890         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4891         * device/lib/mcs51/Makefile,
4892         * device/lib/small/Makefile,
4893         * device/lib/large/Makefile,
4894         * device/lib/mcs51/crtpagesfr.asm,
4895         * device/lib/mcs51/crtstart.asm,
4896         * device/lib/mcs51/crtxclear.asm,
4897         * device/lib/mcs51/crtxinit.asm,
4898         * device/lib/mcs51/crtclear.asm,
4899         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4900         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4901         and into user configurable files.
4902         * device/lib/clean.mk: clean mcs51 directory too
4903         * support/regression/tests/longlit.c: added static to T1 declaration
4904         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4905         accesses in the initialization code
4906
4907 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4908
4909         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4910         OSCTRIMVAL as noted in bug #916008
4911
4912 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4913
4914         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4915         in loops with multiple exits (reported as incorrect registers
4916         used by Martin Helmling in Sdcc-user list)
4917
4918 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4919
4920         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4921         made ds390 register extensions look less like error messages
4922
4923 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4924
4925         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4926         reported by Adam Wozniak in Sdcc-user list
4927
4928 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4929
4930         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4931         arithmetic optimizations, added debug output
4932
4933 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4934
4935         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4936         * sdcc.spec: updated and split sdcc into 3 rpms
4937         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4938         needed for literals of LEFT_OP and '+'
4939         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4940         introduced RESULT_TYPE_NOPROM
4941         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4942         left shift
4943         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4944         limited promotion to int only for '*'
4945         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4946
4947 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4948
4949         * src/pic16/gen.c (genSkip),
4950         (genc16bit2lit), (gencjneshort): commented out
4951         (is_LitOp): new helper function, checks operand type
4952         (genCmpEq): rewritten
4953
4954 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4955
4956         * support/regression/tests/bug-908454.c: added
4957
4958 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4959
4960         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4961         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4962         (geniCodeCast): cosmetic, don't preserve bit storage class
4963         (geniCodeLeftShift): added promotion
4964         (geniCodeLogic): fixed regression
4965         * src/SDCCsymt.c (computeTypeOr): accept bits too
4966         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4967
4968 2004-03-07  Borut Razem <borut.razem AT siol.net>
4969
4970         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4971
4972 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4973
4974         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4975         version of pic16_genPackRegisters which does not check if ic is a
4976         CAST operator,
4977         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4978         function cause string1.c regression test fails
4979
4980 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4981
4982         * sim/ucsim/configure.in,
4983         * sim/ucsim/configure,
4984         * sim/ucsim/doc/Makefile.in: use docdir
4985         * src/SDCC.y: fixed sbit atrributes
4986         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4987         * src/SDCCast.c (decorateType): |^& need special promotion handling
4988         * src/SDCCast.h,
4989         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4990         * src/SDCCsymt.h (computeType),
4991         * src/SDCCicode.c: computeType() needs op
4992         * src/SDCCsymt.c (checkTypeSanity),
4993         * doc/sddman.lyx: "plain" bitfields are unsigned
4994         * src/SDCCsymt.c (computeTypeOr): added
4995         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4996         |^& ops
4997         * src/SDCCval.c (val*): computeType() needs op
4998         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4999         * support/regression/tests/onebyte.c: added tests for |^&
5000
5001 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5002
5003         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5004         for writing icode into asm output.
5005
5006 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5007
5008         * src/pic16/device.c: added some debug lines enabled
5009         with macro DEBUG_CHECK,
5010         * src/pic16/genarith.c: more debug in genPlus,
5011         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5012         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5013         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5014         * (aopForSym): onStack symbols are re-placed in data memspace,
5015         and onStack flag is cleared,
5016         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5017         copy temporary pcodeop,
5018         * (genPcall): added warning for not updating PCLATU,
5019         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5020         always true for pic16 port,
5021         * (genMultOneWord): NEW, supports integer multiplication,
5022         * (genMult): modified to call genMultOneWord,
5023         * (ifxForOp): added warning when return NULL,
5024         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5025         flag is set before call to operandFromSymbol for implicit
5026         added structures,
5027         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5028         options.intlong_rent are set by default,
5029         * (_hasNativeMulFor): modified to allow port generation of integer
5030         multiplication,
5031         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5032         set regtype to REG_SFR for all registers, restricting seting the
5033         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5034
5035 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5036
5037         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5038         more than 500 times in the regression tests
5039
5040 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5041
5042         * support/Util/SDCCerr.h,
5043         * support/Util/SDCCerr.c,
5044         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5045         enumerator_list),
5046         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5047         for symbol conflicts.
5048         * support/valdiags/tests/enum.c,
5049         * support/valdiags/tests/tentdecl.c,
5050         * support/valdiags/tests/struct.c: expect possible error messages
5051         referring to original symbol definitions.
5052         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5053         * src/SDCCsymt.h,
5054         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5055
5056 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5057
5058         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5059
5060 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5061
5062         * src/pic16/ralloc.c (newReg): fixed bug #908929
5063
5064 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5065
5066         * src/ds390/gen.c: added missing #include "main.h"
5067
5068 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5069
5070         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5071         checking if symbol is already in set,
5072         * src/pic16/device.h: prototype for checkAddSym,
5073         * src/pic16/gen.c: (_G): added entry interruptvector,
5074         * (assignResultValue): removed some commented out lines,
5075         * (genFunction): check for ISR via sym->type, absolute section for
5076         interrupt code is created via a new pBlock, the goto instruction is
5077         placed now correctly at the interrupt vector position, changed all
5078         references from ivec to _G.interruptvector,
5079         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5080         is the interrupt is a high priority one, same for return from ISR,
5081         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5082         externs to calls of checkAddSym,
5083         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5084         pic16_pcode_verbose flag is set,
5085         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5086         * src/pic16/pcoderegs.c: message about how many registers are saved
5087         will only be emitted if pic16_pcode_verbose flag is set,
5088
5089 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5090
5091         * src/ds390/ralloc.h,
5092         * src/ds390/ralloc.c (ds390_regWithIdx),
5093         * src/ds390/gen.c (emitcode),
5094         * src/ds390/main.h,
5095         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5096         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5097         ds390operandCompare, getRegsRead, getRegsWritten,
5098         initializeAsmLineNode): customized instruction size calculation for
5099         ds390, started basis for some register optimizations
5100         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5101         corresponding assembly output
5102         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5103         missing push/pop of r0/r1. Optimized push/pops
5104
5105 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5106
5107         * src/mcs51/main.c (instructionSize): fixed ACALL size
5108         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5109
5110 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5111
5112         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5113         the sorting of rlist with NULL elements
5114         * (print_idataType, print_idata): NEW to create idata sections
5115         * src/pic16/device.h: idataSymSet new variable
5116         * src/pic16/gen.c (genFunction): fixed some bugs in string
5117         comparing, improved the absolute section creation for ISRs,
5118         added FSR0L/FSR0H in registers that are saved in an ISR,
5119         * (genInline): fixed the processing of inline snippets,
5120         now they undergo no process by the peephole optimizer
5121         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5122         are placed in idataSymSet,
5123         * (pic16emitStaticSeg): extern symbols are added in externs,
5124         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5125         switching when aboslute variables are placed in access bank memory
5126         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5127         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5128         commented out with #if,
5129         * (pic16_packRegisters): reintroduce the check for CAST because some
5130         symbols are not correctly handled,
5131         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5132         pCodeInstruction instead of pCode,
5133         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5134         pCodeAsmDir definition,
5135         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5136         directive, then the argument directive is emitted without the leading
5137         tab, hack for inline labels which must be in the first column,
5138         * (compareLabel,pic16_findNextInstruction),
5139         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5140         * (insertBankSwitch): modified for the new pCodeAsmDir,
5141
5142 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5143         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5144
5145         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5146         instance,
5147         * (pushSide): commented out with #if,
5148         * (assignResultValue): fixed some typos in saving
5149         registers,
5150         * (genPcall): FIXED and sync'ed with genCall,
5151         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5152         * (genNearPointerGet): fixed to handle some more cases,
5153         implementation scheme via table reads,
5154         * (genConstPointerGet): modified to access code memory correct,
5155         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5156         and improved to handle some cases
5157         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5158         instead of "RETLW" for init data
5159         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5160         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5161         variables are placed in access bank memory (<0x80 and >=0xf80),
5162         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5163         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5164         TBLWT_POSTDEC,TBLWT_PREINC
5165         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5166         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5167         directives
5168         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5169         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5170         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5171         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5172
5173 2004-02-29  Borut Razem <borut.razem AT siol.net>
5174
5175         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5176         support/Util/findme.h, support/Util/system.h: enhance binary relative
5177         search for lib and include by using findProgramPath()
5178
5179 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5180
5181         * src/SDCCpeeph.h,
5182         * src/SDCCpeeph.c (pcDistance),
5183         * src/port.h,
5184         * src/mcs51/ralloc.h,
5185         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5186         * src/mcs51/main.h,
5187         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5188         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5189         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5190         size calculation port specific, started basis for some register
5191         optimizations
5192         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5193         missing push/pop of r0/r1. Optimized push/pops
5194         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5195         * device/lib/_modsint.c (_modsint),
5196         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5197         and stack version so regression tests pass
5198
5199 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5200
5201         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5202         * src/SDCCast.c (decorateType): catch another small optimization
5203         with '?' operator
5204         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5205         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5206         modified to finally use computeType() all over SDCC,
5207         see Feature Request #877103
5208         * src/SDCCval.h: cosmetic
5209         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5210         valCompare(); regression tested in muldiv.c
5211         * support/regression/tests/muldiv.c (testMod): mod sign follows
5212         dividend only
5213
5214 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5215
5216         * src/SDCCast.c (decorateType): fixed bug #902362
5217         * doc/INSTALL.txt: fixed install instructions for win32
5218
5219 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5220
5221         * device/include/Makefile.in (install): fixed by replacing spaces
5222         by tabs
5223         * doc/README.txt,
5224         * doc/INSTALL.txt: updated for release
5225         * doc/sdccman.lyx: added warning for --xstack being buggy
5226
5227 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5228
5229         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5230         to eliminate build warnings.
5231         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5232
5233 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5234            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5235
5236         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5237         removed -penable-stack, added comment for stack pragma, added
5238         warning for not initializing the stack/frame registers, removed
5239         comment at interrupts section
5240
5241         Stack is made permanent, there is no ability to disable stack usage.
5242         * src/pic16/device.h,
5243         * src/pic16/device.c: removed all references to USE_STACK macro,
5244         * src/pic16/device.c (pic16_dump_section): when no elements in
5245         rlist, free rlist before return,
5246         * (pic16_dump_int_registers): NEW, internal registers are a new set
5247         of general purpose registers reused by each function,
5248         * (checkAddReg): returns 1 if registers is added to set,
5249         * (pic16_groupRegistersInSection): when a registers is of type
5250         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5251         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5252         SRCASECMP macro is moved here from device.c
5253         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5254         PO_PCLATU, PO_PRODL, PO_PRODH,
5255         * (pic16_pCodeOpType, genMinus,
5256         changed compares to "a" register, with AOP_ACC,
5257         * (pic16_genPlus): fixed some bugs and indented properly,
5258         * (pic16_addSign): changed size to size+offset in the MOVWF
5259         instruction,
5260         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5261         multiply 8-bit operand by literal, result is 8-bit,
5262         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5263         multiply 2 8-bit operand, result is 8-bit,
5264         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5265         genUMult8X*_16,
5266         * src/pic16/gen.c: changed accUse to contain WREG only,
5267         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5268         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5269         true, do not use immediate addressing any more unless sym is a
5270         pointer in codespace,
5271         * (aopForRemat): do not use immediate addressing when symbol not in
5272         codespace and when symbol's address is requested,
5273         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5274         accUse size (= 1),
5275         * (aopGet): added case for AOP_ACC and don't return "accumulator
5276         bug" but WREG instead,
5277         * (popGetTempReg): pushes contents of temporary register in stack,
5278         * (popReleaseTempReg): pops contents of temporary register from
5279         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5280         * (pic16_popGet): separated case AOP_ACC to return register WREG
5281         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5282         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5283         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5284         the use of immediate pointers to certain cases only.
5285
5286         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5287         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5288         * (assignResultValue, genCall, genRet): modified to use the new
5289         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5290         genPcall is still broken,
5291         * (genFunction): added code to create 'A' type pBlocks when
5292         interrupt functions are generated, code not extensively tested yet,
5293         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5294         * (genEndFunction): modified so ISRs pop stored registers from stack,
5295         * (genMultOneByte): cleanup,
5296         * (AccRsh): added flag andmask, to and result with appropriate mask,
5297         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5298         * (genDataPointerGet): fixed and reenabled its use,
5299         * (genNearDataPointerGet): bugs fixed,
5300         * (genDataPointerSet): bugs fixed,
5301         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5302         pic16_DumpSymbol, pic16_DumpOp,
5303         * src/pic16/genutils.h: function prototypes for the above functions,
5304         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5305         pointers,
5306         * (pic16emitRegularMap): many many many improvements, but needs a
5307         major cleanup,
5308         * src/pic16/main.c: enable_stack in pic16_options is removed,
5309         * (_pic16_parseOptions): removed command line options -penable-stack,
5310         * (_process_pragma): emit stack symbol only when stack pragma is
5311         processed,
5312         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5313         redirected to FSR0L/FSR0H pair,
5314         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5315         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5316         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5317         for immediates,
5318         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5319         * (dumpPicOptype): NEW,
5320         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5321         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5322         with movff instruction,
5323         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5324         added pic16_int_regs, some packRegsFor* functions are commented out,
5325         because produce errors,
5326         * src/pic16/NOTES: minor modifications
5327
5328 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5329
5330         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5331         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5332         --pack-iram.
5333         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5334         * as/mcs51/lkaomf51.c: fixed bug #895763
5335
5336 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5337
5338         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5339
5340 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5341
5342         * doc/sdccman.lyx: added details about the HC08 storage classes and
5343         interrupts, fixed the register usage info for z80 & gbz80
5344
5345 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5346
5347         * doc/sdccman.lyx: added more pic16 port documentation
5348         * device/include/pic16/: added header pic18fregs.h
5349
5350 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5351
5352         * doc/sdccman.lyx: added Vangelis' contribution
5353
5354 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5357         extend to the next CALL or PCALL, not just to the next CALL.
5358
5359 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5360
5361         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5362
5363 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5364
5365         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5366         bug #895752 and a better fix for bug #716790
5367
5368 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5369
5370         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5371
5372 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5373
5374         * doc/sdccman.lyx: minor changes, minor changed
5375
5376 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5377
5378         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5379         which can't handle SDCC_NEWONEBYTEOPS,
5380         (geniCodeMultiply): removed conversion from mult to shift for pic14
5381         and pic16
5382
5383 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5384
5385         * src/hc08/gen.h,
5386         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5387         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5388         thus fixing bug #895406
5389
5390 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5391
5392         * device/lib/_modsint.c,
5393         * device/lib/_modslong.c: sign follows divisor only
5394         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5395         signs or signedness can be ignored
5396         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5397         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5398         added optimization for IFX,
5399         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5400         arguments;
5401         reenabled optimization for IFX, which was removed on 2004-01-11
5402         * src/SDCCast.h: added return type IFX
5403         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5404         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5405         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5406         SDCC_OLDONEBYTEOPS selects the old behaviour
5407         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5408         changed again and commented promotion rule
5409         * src/SDCCval.c (valDiv): promotion no longer necessary
5410         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5411         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5412         rewritten
5413         * support/regression/tests/onebyte.c: added
5414
5415 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5416
5417         * gen.c (genInline): reverted to old code for assemnling inline
5418         code because of bug reported James Chadd
5419
5420 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5421
5422         * ralloc.h: missing declarations from previous patch,
5423         seems that patch for ralloc.h was never applied, fixed
5424
5425 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5426            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5427
5428         * pcode.c,
5429         * pcode.h,
5430         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5431         indirect addressing. Marked FSR0 as deprecated
5432         * gen.c (pointerCode): commented out, not needed now
5433         (pic16_popGet2p): new MOVFF helper function
5434         (genGenPointerGet),
5435         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5436         (shiftRLong): removed duplicate debugging info
5437
5438 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5439
5440         * src/ds390/gen.c (genNearPointerGet),
5441         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5442         optimization with bits, but not bitfields.
5443         * src/ds390/ralloc.c (packRegisters),
5444         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5445
5446 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5447
5448         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5449
5450 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5451
5452         * src/SDCCsymt.h,
5453         * src/SDCCicode.c (operandFromSymbol),
5454         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5455         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5456         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5457         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5458         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5459         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5460         bug #892038
5461         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5462         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5463         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5464         * src/SDCCsymt.c (newSymbol),
5465         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5466         enumerator_list),
5467         * src/SDCCval.h,
5468         * src/SDCCval.c (newiList): fixed bug #885705
5469
5470 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5471
5472         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5473         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5474
5475 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5476
5477         * device/include/c8051f120.h,
5478         * device/include/c8051f300.h,
5479         * device/include/c8051f310.h: added/updated header files for Silicon
5480         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5481         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5482         in new section Submitting patches
5483
5484 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5485
5486         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5487         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5488         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5489         genGenPointerSet),
5490         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5491         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5492         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5493         genGenPointerSet),
5494         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5495         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5496         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5497         genGenPointerSet),
5498         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5499         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5500         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5501         genGenPointerSet): fixed bug #892400
5502         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5503         to eliminate build warnings.
5504         * src/SDCCast.c (processParms),
5505         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5506         fixed bug 751859
5507         * support/valdiag/valdiag.py: added GCC to the list of defines active
5508         when compiling with gcc
5509
5510 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5511
5512         * support/Util/SDCCerr.h,
5513         * support/Util/SDCCerr.c,
5514         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5515         with an incomplete type (fixed bug #883734)
5516         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5517
5518 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5521
5522 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCast.c (decorateType),
5525         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5526         function pointer implementation
5527         * support/regression/tests/funptrs.c: added tests to verify both forms
5528         of function pointers work correctly. Added tests to verify parameters
5529         are passed in the correct order.
5530
5531 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5532
5533         * device.c (regCompare): registers are sorted by ascending
5534         address and increasing size,
5535         * main.c (_pic16_finaliseOptions): removed the declaration
5536         of compiler macro MCU. Now a macro of the format pic18fxxxx
5537         will be defined from the command line
5538
5539 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5540             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5541
5542         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5543         PCOP_RLCF was overwritten!
5544         * gen.c (genSkip): commented out calls to pic16_emitcode,
5545         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5546         * (genlshTwo),
5547         * (genRRC): added debugging info,
5548         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5549         overwritten while shifting,
5550         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5551         overwritten while shifting,
5552         * (AccLsh),
5553         * (AccRsh),
5554         * (shiftLLeftOrResult),
5555         * (shiftRLeftOrResult),
5556         * (shiftRLong),
5557         * (shiftLLong): Implemented with pic16_emitpcode
5558         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5559         * (genLeftShift): Fixed bug, operand for shift by variable always
5560         was "and"ed with 0x0f,
5561         * (genLeftShiftLiteral),
5562         * (genrshTwo),
5563         * (genRightShiftLiteral): added debugging info,
5564         * (genrshFour): added comment,
5565         * (genRightShift): determined signedness from operand "left"
5566         instead of "result"
5567
5568 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5569
5570         * src/SDCCicode.c (geniCodeParms),
5571         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5572         function pointers, fixed function pointer bugs #861242 and #861896
5573
5574 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5575
5576         * device/include/c8051f000.h,
5577         * device/include/c8051f120.h,
5578         * device/include/c8051f300.h: added header files for Silicon
5579         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5580
5581 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5582
5583         * src/SDCCast.c (processParams): added new type flow and restructured
5584         (gatherAutoInit): added new type flow
5585         (addCast): cosmetic changes
5586         (getLeftResultType): added new type flow for array indices, patch
5587         provided by Stas, see FR #877103
5588         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5589         array index patch by Stas
5590         * src/SDCCast.h: added prototype getResultTypeFromType()
5591         * src/SDCCval.h,
5592         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5593         * src/pic/glue.c (pic14emitStaticSeg),
5594         * src/pic16/glue.c (pic16emitStaticSeg),
5595         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5596         for initialization of symbols
5597         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5598         * support/Util/SDCCerr.h:
5599         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5600         * .version: bumped version number to 2.3.8
5601         * device/include/Makefile.in (install),
5602         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5603         avoid warnings
5604
5605 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5606
5607         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5608         Slade Rich fixed an optimization bug
5609         * src/pic/pcodepeep.c,
5610         * src/pic/pcoderegs.c
5611         * doc/Makefile (install): added test for directory
5612
5613 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5614
5615         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5616         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5617         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5618         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5619         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5620         * as/mcs51/asexpr.c (term),
5621         * as/hc08/asexpr.c (term): fixed bug #887146
5622
5623 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5624
5625         * src/z80/gen.c (genMult): handle single byte result product
5626         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5627         DUMMY_READ_VOLATILE (fixed bug #886367)
5628
5629 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5630
5631         * support/regression/tests/libmullong.c: fixed logic, on little endian
5632         hosts we ended without a mullong_wrapper()
5633
5634 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5635
5636         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5637         virus/worm forged address usage.
5638
5639 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5640
5641         Fixed promotion, it should be done on AST level:
5642         * src/SDCCast.c (addCast): added promotion to int
5643         (decorateType): updated call to upCast()
5644         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5645         usualUnaryConversions()
5646
5647 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5648
5649         * support/regression/tests/literalop.c (mulWrapper): Added a
5650         wrapper to remove integer overflow warnings.
5651
5652         * support/regression/tests/float_trans.c: Made work on host.
5653
5654         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5655         location of sz80.
5656
5657         * support/regression/generate-cases.py (main): Changed from inline
5658         to a main method.
5659
5660         * doc/Makefile (install): Changed to depth first to get rid of
5661         missing directory install warning.
5662
5663         * as/Makefile (install-doc): Made work on Mac.
5664
5665 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5666
5667         * src/SDCCast.c: added an additional type flow in decorateType() of
5668         opposite direction, see feature request #860006; it's enabled at runtime
5669         by setting the environment variable SDCC_NEWTYPEFLOW
5670         * src/SDCCast.h: changed prototype of decorateType()
5671         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5672         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5673         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5674         see feature request #877103
5675         * src/SDCCval.c: updated call of decorateType()
5676         (valBitwise): fixed bug #882876
5677         (valMinus): added promotion
5678         (valLogicAndOr): result is unsigned
5679         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5680         * src/SDCCsymt.c (computeType),
5681         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5682         must not cause an unsigned operation
5683         * src/pic/glue (pic14emitRegularMap),
5684         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5685
5686 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5687
5688         * src/pic/pcode.c (PCodeID): commented out left over debug code
5689
5690 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5691
5692         * support/valdiag/tests/overflow.c: added shift tests
5693         * src/pic/device.c,
5694         * src/pic/gen.c,
5695         * src/pic/gen.h,
5696         * src/pic/glue.c,
5697         * src/pic/main.c,
5698         * src/pic/pcode.c,
5699         * src/pic/pcode.h,
5700         * src/pic/pcodepeep.c,
5701         * src/pic/pcoderegs.c,
5702         * src/pic/ralloc.c,
5703         * src/pic/ralloc.h: applied patch from Slade Rich;
5704         added support for multiple code pages and multiple RAM banks on the
5705         PIC 14 port. The ASM files now no longer simply assume all the
5706         code / RAM are in the same page / bank. This means the linker can
5707         safely allocate code/RAM of separate ASM files to different pages/banks.
5708         * doc/sdccman.lyx: added Slade's tips
5709         * src/mcs51/peeph.def: fixed bug #880768
5710
5711 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5714         * src/SDCCast.c (decorateType): fixed bug #880197
5715
5716 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5717
5718         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5719         getopt.h.
5720
5721         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5722         strtof is not part of C89 and isn't included with Mac OS X.
5723
5724 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5727         shiftL2Left2Result): fixed bug #879326
5728         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5729         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5730         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5731         address fetch for clr instruction
5732         * device/lib/hc08/_mulint.c: created optimized assembly version
5733         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5734
5735 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5736
5737         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5738         proposed in FR #877103
5739
5740 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5741
5742         * src/SDCCval.c (cheapestVal): added missing checks
5743         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5744         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5745
5746 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5747
5748         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5749         equal operands
5750
5751 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5752
5753         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5754         loaded with the linker search paths (-L arguments) and the libraries
5755         to be linked with the current source (-l arguments). Changes
5756         currently will affect only the pic16 port.
5757         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5758         include path the port specific paths and port specific libraries,
5759         * gplink command now contains the $3 argument,
5760         * src/pic16/device.h,
5761         * src/pic16/device.c,: structure PIC_device is made public and
5762         renamed to PIC16_device, the same for variable Pics which is renamed
5763         to Pics16. Updated all references to them.
5764         * src/pic16/glue.c (pic16glue): corrected bug with code
5765         initialization which bypassed the variable initializations block.
5766
5767         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5768         COMPILE_FLAGS and added the --nostdinc option
5769
5770 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5771
5772         * device/include/mc68hc908jb8.h: Register defs for another member
5773         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5774
5775 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5776
5777         Documenting changes from previous commits.
5778         * configure.in (version 1.56),
5779         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5780         when generating output files to configure the pic16 library,
5781         but now I've commented it out, since gputils aren't installed in the
5782         SF compile farm, so library won't compile
5783
5784         * device/lib/Makefile.in (version 1.56): initially I've added in
5785         target 'all' the prerequestive 'model-pic16' so it compiled the
5786         pic16 library, but now I've commented it out for the same reasons
5787         above,
5788         * added targets 'model-pic16' and 'objects-pic16' to compile the
5789         library
5790         * added target 'port-specific-objects-pic16' to handle the
5791         generated libraries and copy them into the build/ directory
5792         * added target 'clean-intermediate-pic16' to clean intermediate
5793         files into pic16 directory
5794         * in target 'installdirs' added line to create directory pic16 in
5795         the installation path
5796
5797         * device/include/Makefile.in (version 1.11): in target 'install'
5798         added lines to copy all header files to installation path,
5799         * in target 'installdirs' added line create directory for pic16
5800         headers in the installation path
5801
5802 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5803
5804         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5805          a function call
5806
5807 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5808
5809         * configure,
5810         * device/lib/configure.in,
5811         * device/lib/configure: fixed for autoconf 2.57
5812
5813 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5814
5815         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5816         option so that it actually works. Made it specific to the z80, since
5817         the gbz80 doesn't have these kinds of I/O ports.
5818
5819 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5820
5821         * device/include/z180.h,
5822         * device/lib/_memcpy.c,
5823         * device/lib/_memmove.c,
5824         * device/lib/_mulint.c,
5825         * device/lib/ser_ir.c,
5826         * device/lib/ser_ir_cts_rts.c,
5827         * device/lib/_strcmp.c,
5828         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5829         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5830         portmode; added deprecation warning for bank= and protmode= forms.
5831         Also, guard against buffer overflow.
5832         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5833
5834 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5835
5836         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5837         changed interrupt vector table generation to only emit declared vectors.
5838         * device/include/Makefile.in: added missing backslash
5839         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5840
5841 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5842
5843         Mainly changes to support compilation of the device libraries
5844         * src/pic16/device.c: stack is allocated via symbol and not
5845         via literal number. The symbol is placed in the corresponding
5846         position of the data ram
5847         * (pic16_dump_section): relocatable and absolute uninitialized
5848         data are now emitted in sorted order to reduce section naming,
5849         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5850         weren't marked as being in the access bank,
5851
5852 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5853
5854         Added portion of GNU PIC Library under the directory
5855         device/include/pic16 and device/lib/pic16. These files
5856         contain the declarations of SFRs for the PIC18Fxx2 devices.
5857         The directory is initialized via configure from toplevel.
5858
5859 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5860
5861         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5862         the spilllocations to be compared correctly
5863
5864 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5865
5866         * src/SDCCast.c (decorateType): fixed bug introduced today
5867
5868 2004-01-12  Borut Razem <borut.razem AT siol.net>
5869
5870         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5871         doc/sdccman.lyx: upper case pragmas are deprecated
5872
5873 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5874
5875         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5876         in simpler and even better code
5877
5878 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5879
5880         * src/SDCCicode.c (operandOperation): fixed bug #874819
5881         * src/SDCCast.c (decorateType): fixed
5882         char foo (unsigned long ul) { return ul > 0; }
5883
5884 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5885
5886         * doc/sdccman.lyx: Moved and added some sections, small changes
5887         all over. Telling LaTeX to be less strict with word spacing
5888         to better keep the right margin. Changed some notes about
5889         maintainance of the ports in section 3.2.1 - is it OK like this?
5890
5891 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5892
5893         SDCC source changes:
5894         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5895         convilong): modified to inform the pic16 port that builtin functions
5896         are external
5897
5898         PIC16 PORT specific changes:
5899         * src/pic16/device.c pic16_dump_equates() added,
5900         processor registers declared internally by the port are emitted in
5901         the translation as equates,
5902         * src/pic16/gen.c: inline code is passed unprocessed to the
5903         translation,
5904         * (pic16_popGetLit2): fnuction modified to take second operand as
5905         pCodeOp pointer and not as literal,
5906         * (popRegFromIdx): prefixed with pic16_,
5907         * (pic16_popCombine2): modified to receive already allocated pCode
5908         operands,
5909         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5910         * (genFunction): initializes local stack frame and pushes on stack
5911         all the registers used by this function,
5912         * (genEndFunction): restores all registers from stack and restores
5913         stack frame,
5914         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5915         improvements,
5916         * (pic16glue): changed the program startup sequence,
5917         * added new dbName code 'A' for functions placed in absolute section
5918         * src/pic16/main.c: added function attribute _naked,
5919         * added pragma 'code' to place a fnuction at an absolute address,
5920         * added command line arguments --debug-ralloc and --pcode-verbose,
5921         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5922         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5923         * (pic16_newpCodeOpLit2): modified to take the second operand as
5924         pCodeOp pointer,
5925         * (pic16_printpBlock): modified to emit each function in a separate
5926         section,
5927         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5928         UPPER for immediate operands,
5929         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5930         instruction,
5931         * src/pic16/peeph.def: all peepholes with movff are commented out,
5932         because there is a problem in the pcode peep optimizer,
5933         * src/pic16/ralloc.c: the register allocator can now reuse local
5934         function symbols for another function. This saves register usage.
5935         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5936
5937         Added file src/pic16/NOTES with information about program writing on
5938         the current port version.
5939
5940 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5941
5942         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5943         and peephole 252 (array access)
5944
5945 2004-01-09  Borut Razem <borut.razem AT siol.net>
5946
5947         * src/SDCCmain.c : fixed #872250: -l command line defined library
5948           files are scanned before standard library files
5949
5950 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5951
5952         * src/SDCCast.c (decorateType): fixed bug #874046
5953
5954 2004-01-09  Borut Razem <borut.razem AT siol.net>
5955
5956         * support/scripts/sdcc.nsi: remove previous installation
5957
5958 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5959
5960         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5961         bytes for last interrupt vector (mcs51)
5962         * sdcc.spec: fixed typo
5963
5964 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5965
5966         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5967         gen51Code): more efficient parameter receive for --model-large
5968         ("bug" #845294)
5969
5970 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         * src/ds390/main.c,
5973         * src/z80/main.c: added missed needLinkerScript flags (more than
5974         one port structure defined in these file)
5975         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5976         bug #795325
5977
5978 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5979
5980         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5981         * src/port.h: added flag needLinkerScript in port->linker
5982         structure to inform whether to create a .lnk file or not,
5983         * src/avr/main.c,
5984         * src/ds390/main.c,
5985         * src/hc08/main.c,
5986         * src/mcs51/main.c,
5987         * src/pic/main.c,
5988         * src/pic16/main.c,
5989         * src/xa51/main.c,
5990         * src/z80/main.c: changed appropriately to configure
5991         needLinkerScript flag
5992         * src/pic/gen.c,
5993         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5994         * src/pic/glue.c: added variable udata_section_name to
5995         override default uninitialized data segment definition for
5996         devices only with SHAREBANK memory (reported from Erik Epetrich)
5997         * (pic14emitOverlay): modified to emit a commented overlay segment
5998         directive when no overlay data exist
5999         * (picglue): modified to emit uninitialized data segment
6000         according to udata_section_name
6001         * src/pic/main.c (_pic14_parseOptions): added command line
6002         options --udata-section-name=[name] to override default
6003         udata definition name
6004         * modified _linkCmd and _asmCmd to include compiler passed
6005         arguments via -W option
6006         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6007         object file from '.rel' to '.o' in port->linker structure,
6008         changed size of fptr from 2 to 3 in port structure
6009
6010 2004-01-07  Borut Razem <borut.razem AT siol.net>
6011
6012         * support/scripts/sdcc.nsi: update PATH
6013         * support/scripts/sdcc.ico: craeted
6014
6015 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6016
6017         * device/include/Makefile.in: fix install
6018         * doc/Makefile: fix install
6019
6020 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6021
6022         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6023         in bug #860505
6024         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6025         how the function variable allocation summary is displayed; also
6026         include information about variables allocated to the overlay
6027         segment
6028
6029 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6030
6031         * as/mcs51/lkmain.c: Help about -Y option
6032         * as/mcs51/lkarea.c: Fixed gcc warnings
6033
6034 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6035
6036         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6037         fixed warning
6038         * support/valdiag/tests/overflow.c: added
6039         * src/SDCCast.c (decorateType),
6040         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6041         LEFT_OP (left shift)
6042
6043 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6044
6045         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6046         (default behaviour).
6047
6048 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6049
6050         A python script to validate compiler diagnostic messages. It can be
6051         used to verify that sdcc complains about bad c source code and
6052         gives a good location of the error.
6053         * support/valdiag/Makefile,
6054         * support/valdiag/valdiag.py,
6055         * support/valdiag/tests/*
6056
6057 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6058
6059         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6060         * src/SDCCsymt.c (newEnumType),
6061         * src/SDCCsymt.h
6062         * support/Util/SDCCerr.c,
6063         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6064         enum related bugs.
6065         * support/regression/tests/enum.c: added test for enum values that
6066         require at least 2 bytes of storage.
6067
6068 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6069
6070         * src/common.h: added ifndef/define/endif macros
6071         around the header file.
6072         Bug reported from Jesus Calvino-Fraga
6073
6074 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6075
6076         * sdcc.spec: updated
6077         * device/include/Makefile.in: don't install CVS directories
6078         * device/lib/Makefile.in: added removal of CVS directories after install
6079         * doc/Makefile: fixed install, added local_icons
6080         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6081         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6082         * src/ds390/gen.c (genRightShift): fixed bug #870788
6083         * src/SDCCast.c (decorateType): fixed bug #870781
6084
6085 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6086
6087         PIC16 port related changes:
6088         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6089         added variable stackPos,
6090
6091         * gen.c: genCall, assignResultValue: added support for
6092         pushing/retrieving function parameters to/from stack,
6093         genFunction,genEndFunction: setup stack frame for the
6094         generated function,
6095         genAddrOf: will be changed according to bug 863624
6096
6097         * added files genutils.c and genutils.h which contain gen*
6098         debugged and optimised functions extracted from gen.c
6099
6100         * glue.c: added variable 'externs' which holds extern symbols,
6101         pic16emitRegularMap: is modified to properly handle relocatable
6102          symbols under the new scheme,
6103         pic16createInterruptVect: is modified
6104         pic16printPublics: is modified to emit 'global' assembler directives,
6105         added pic16_printExterns to print extern symbols,
6106         pic16glue: initializes stack/frame pointer in the beginning of
6107         the assembly output. Temporary hack, will be corrected later,
6108         because gplink yet does not support stack and SDCC does not
6109         yet support a type of crt0.o object to create the final binary.
6110
6111         * Removed many lines that contain 8051 legacy code.
6112         * The code is finally placed under a 'code' directive.
6113         * Added port specific options.
6114
6115         * _process_pragma: simplified since now we do not need *special*
6116         include file to define SFR registers. But a separate header
6117         will be needed. This will be developed later.
6118         * _pic16_parseOptions: added, parses port specific options:
6119         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6120         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6121         --preplace-udata-with=
6122
6123         * _pic16_setDefaultOptions: modified to initialize section names,
6124         but hack is temporarly out of order since it needs improvement.
6125         * _pic16_genAssemblerPreamble: configuration words are emitted by
6126         their address instead of their name. This part is incomplete and
6127         supports only the 18Fxx2 devices. Other devices will emit an error
6128         during assembly since they do not contain the same set of config
6129         registers
6130         * _pic16_genIVT: is modified,
6131
6132         * pcode.c: added definitions for some hardware registers that are needed
6133         for stack support
6134         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6135         All PCI entries are updated. Now LFSR is supported.
6136         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6137         * added pic16_newpCodeOpLit2 to support instructions with
6138         two literal arguments
6139         * pic16_pCode2str: corrected code that emits assembler instructions
6140         with two literal operands and those that have an access bit modifier
6141         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6142         this fixes a bug which caused some labels to be lost, when an
6143         assembler directive was added, i.e. banksel,
6144         * pic16_FixRegisterBanking: improved logic that causes the insertion
6145         of bank switching,
6146         * InlineFunction: functions that are called once, are not any more
6147         inlined. This can be a port option in the future,
6148
6149         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6150
6151         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6152         hold the corresponding uninitialized symbols,
6153         * pic16_allocProcessorRegister: registers have explicit marked the
6154         accessBank field,
6155         * pic16_allocInternalRegister: registers are explicit marked as
6156         not used,
6157         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6158         processing list, so bit registers were lost,
6159         *
6160
6161         * ralloc.h: added field 'accessBank' and original symbol operand
6162         in register definition,
6163         * removed the field isMapped from register definition,
6164
6165         ** Several functions have been removed from various sources:
6166         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6167         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6168         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6169         pic16_assignRelocatableRegisters
6170
6171         ** others have been introduced:
6172         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6173         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6174
6175 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6176
6177         * support/scripts/inc2h.pl: changed definition of BIT_AT
6178         to emit 'sbit at' instead of 'bit at'. This was a request.
6179
6180         PIC16 port related preliminary changes:
6181         * gen.c: prefixed function popRegFromString with
6182         pic16_ and all references to it corrected
6183         * pcode.c: all pic16_pc_* hardware registers prefixed
6184         with underscore (_),
6185         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6186         * ralloc.c: newReg(): when register is REG_SFR then
6187         set address to rIdx,
6188         pic16_allocProcessorRegister(): marks register wasUsed=0
6189         pic16_writeUsedRegs(): added a call to assign processor
6190         registers via pic16_assignFixedRegisters
6191
6192 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6193
6194         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6195         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6196         variables in unused register banks.  Also the SSEG is placed
6197         wherever there is enough space for it, and IDATA can be anywhere
6198         in internal RAM.  For now compile using -Wl-Y[stack_size].
6199         The mem file is different for this option as well, since it
6200         makes no sense of talking about DSEG lenght.
6201
6202 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6203
6204         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6205         in certain cases, e.g. when ROM assignment, patch provided
6206         from Albert den Haan.
6207
6208 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6209
6210         Many signedness and type propagation fixes:
6211         * src/SDCCicode.c: made geniCodeCast() static
6212         replaced SPEC_ by IS_ (cosmetic)
6213         (operandOperation): fixed div and mod operation
6214         (usualBinaryConversions): added support for promotion of char
6215         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6216         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6217         (geniCodeAdd): an array index will stay unsigned, even if promoted
6218         from char to int
6219         (geniCodeArray): ditto
6220         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6221         * src/SDCCsymt.c (computeType): added more support for char;
6222         promotion of char is selectable by promoteCharToInt, fixed signedness
6223         for all cases
6224         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6225         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6226         * src/SDCCval (val*): replaced signedness calculation by
6227         computeType()
6228         rearranged if-branches (cosmetic)
6229         (valShift): added warning W_SHIFT_CHANGED
6230         (valCompare): fixed problem with different types
6231         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6232         * support/regression/tests/literalop.c: added many cases
6233         * support/regression/tests/ast_constant_folding.c: changed finally to
6234         'unsigned int'
6235         * .version: new year, new version: 2.3.7
6236         * src/SDCCmain.c (main): applied patch #866468
6237         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6238         provided by Scott Bronson
6239         * doc/sdccman.lyx: updated documentation for sdcdb
6240         updated and added chapter tips
6241
6242 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/SDCCsymt.h: missing from yesterday's commits
6245
6246 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6247
6248         * src/SDCC.y (struct_or_union_specifier),
6249         * support/Util/SDCCerr.c,
6250         * support/Util/SDCCerr.h: verify that struct & union tags are used
6251         as declared.
6252
6253 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6254
6255         * src/SDCCglobl.h: missing from yesterday's commits
6256
6257 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6260         sft_attributes, struct_declaration, parameter_declaration,
6261         type_name, start_block, declaration_list),
6262         * src/SDCC.lex (check_type): support redefinition of typedef names
6263
6264 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6265
6266         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6267         aligned xdata arrays. Erik helped me with the if clause.
6268
6269 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6270
6271         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6272         warning
6273
6274 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6275
6276         * src/SDCCast.h,
6277         * src/SDCCast.c (newAst_),
6278         * src/SDCCicode.h,
6279         * src/SDCCicode.c (ast2iCode, newiCode),
6280         * src/SDCCglobl.h,
6281         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6282         expr, statement, expression_statement, selection_statement,
6283         iteration_statement, expr_opt, jump_statement): foundation for tracking
6284         sequence points
6285         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6286         point code too)
6287
6288 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         * support/Util/SDCCerr.c,
6291         * src/SDCCast.h,
6292         * src/SDCCast.c (createCase, createDefault, decorateType),
6293         * src/SDCClabel.c (labelUnreach),
6294         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6295         to error messages.
6296         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6297         (with thanks to Stas Sergeev)
6298         * device/include/time.h,
6299         * device/lib/time.c (CheckTime): suppress unreachable code warning
6300
6301 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/SDCCast.c (createIvalCharPtr),
6304         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6305         bug #753752)
6306         * support/regression/tests/nullstring.c: tests for these two bugs
6307
6308 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6309
6310         * support/Util/SDCCerr.h,
6311         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6312         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6313         about storage class and 'at' used inside struct or union
6314         * src/SDCCBBlock.c (iCodeFromeBBlock),
6315         * src/SDCCcse.c (ifxOptimize),
6316         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6317         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6318         printIval, emitStaticSeg, emitOverlay),
6319         * src/SDCClabel.c (deleteIfx),
6320         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6321         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6322         gatherAutoInit, processParms),
6323         * support/Util/SDCCerr.h,
6324         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6325         reporting for post-parse errors.
6326
6327 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6330         implicit casts via union; they don't work on big endian systems
6331         (possible fix for bug #861138)
6332
6333 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6334
6335         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6336         * src/mcs51/main.c: fixed the fix for bug #737001
6337
6338 2003-12-15  Borut Razem <borut.razem AT siol.net>
6339
6340         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6341
6342 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6343
6344         * support/makebin/makebin.c: put output in binary mode
6345
6346 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6347
6348         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6349         xdata and data memory on startup. Set the environment variable
6350         SDCC_NOGENRAMCLEAR to disable this.
6351         * src/mcs51/peephole.def,
6352         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6353         (allows non-interrupt and interrupt code to safely compete for a resource
6354         without the non-interrupt code having to disable interrupts)
6355
6356 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * src/SDCCicode.c (geniCodeAdd),
6359         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6360         with valFromType if type might be a pointer and host is big endian).
6361         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6362         types, not just integer types.
6363         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6364         multiply defined with mismatching "at" address.
6365
6366 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6367
6368         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6369         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6370         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6371         with embedded nulls (fixed bug #753752)
6372
6373 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6374
6375         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6376         Apparently this did not see much testing (endless loop)
6377
6378 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6379
6380         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6381
6382 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6385         gracefully handle NULL memmap pointers
6386
6387 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6390         instead of deleting the iCode when an operand is volatile
6391         * src/z80/gen.c (genDummyRead),
6392         * src/mcs51/gen.c (genDummyRead),
6393         * src/ds390/gen.c (genDummyRead),
6394         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6395         not just IC_RIGHT
6396         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6397         * src/SDCC.y: fixed bug #850420
6398
6399 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6400
6401         Applied z80 i/o port patch from Peter Townson and fixed some operators
6402         to better handle operands in A register.
6403         * device/include/z180.h
6404         * src/SDCC.y
6405         * src/SDCCglue.c
6406         * src/z80/gen.c
6407         * src/z80/gen.h
6408         * src/z80/main.c
6409         * src/z80/peeph-z80.def
6410         * src/z80/peeph.def
6411         * src/z80/z80.h
6412
6413 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6416
6417 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6418
6419         * device/lib/hc08/_mullong.c: Removed extra #endif
6420
6421 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * sim/ucsim/hc08.src/inst.cc,
6424         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6425         carries from x to h
6426         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6427         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6428         * device/include/stdarg.h: fixed varargs for hc08
6429         * device/lib/Makefile.in,
6430         * device/lib/hc08/Makefile,
6431         * device/lib/hc08/_mulint.c,
6432         * device/lib/hc08/_mullong.c: fixed some endian problems
6433
6434 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6435
6436         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6437         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6438         * device/lib/_gptrget.c,
6439         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6440
6441 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6442
6443         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6444         * src/SDCCast.c (astErrors): fixed bug #846007
6445         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6446
6447 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6448
6449         * src/SDCCast.c (decorateType): disabled a transformation I added in
6450         revision 1.188 (access to fields of a structure at an absolute address);
6451         it breaks with bitfields, extern declarations, and gcse analysis.
6452         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6453         could be assigned through a pointer, so don't complain.
6454         * src/SDCCast.c (astErrors),
6455         * src/SDCCast.h,
6456         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6457
6458 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6459
6460         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6461         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6462         output of __config directives, since gpasm now supports them
6463         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6464         pre-processor macro, i.e. -DMCU=p18f452
6465         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6466         and modified to handle 'cast' icode similarly to '=' icode
6467         * src/pic16/device.h (typedef struct PIC_device): added field
6468         'extMIface' to indicate that chip has external memory interface
6469         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6470         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6471         18F8720
6472
6473 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * src/SDCC.y (pointer): fixed bug #846006
6476         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6477         * src/SDCCast.c (decorateType): fixed bug #846009
6478         * src/ds390/peeph.def,
6479         * src/ds390/gen.c (genAnd, genOr),
6480         * src/mcs51/peeph.def,
6481         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6482
6483 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6484
6485         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6486         * src/SDCCdflow.c
6487         * src/SDCCcse.c
6488         * src/SDCCcse.h
6489         * src/SDCCBBlock.h
6490         * src/SDCCBBlock.c
6491
6492 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6493
6494         fixed bug #845089
6495         * src/SDCCbitv.h,
6496         * src/SDCCbitv.c: added function to free a bitvector
6497         * src/SDCClrange.h,
6498         * src/SDCClrange.c: added function to recompute the liveranges
6499         * src/avr/ralloc.c,
6500         * src/ds390/ralloc.c,
6501         * src/hc08/ralloc.c,
6502         * src/mcs51/ralloc.c,
6503         * src/pic/ralloc.c,
6504         * src/pic16/ralloc.c,
6505         * src/xa51/ralloc.c,
6506         * src/z80/ralloc.c: recompute the liveranges after register packing
6507
6508 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6509
6510         * src/SDCCloop.c (newInduction): fixed bug #845630
6511
6512 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6513
6514         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6515         inadvertantly left behind from my 2003-11-12 change
6516
6517 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6518
6519         Updated headers I neglected to commit yesterday.
6520         * src/SDCClrange.h,
6521         * src/SDCCicode.h
6522
6523 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6524
6525         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6526         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6527         * src/SDCCopt.c (eBBlockFromiCode),
6528         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6529         the creation of the key hash table from the sequencing so it can be used
6530         earlier (for some GCSE bug fixes still pending)
6531
6532 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6533
6534         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6535         * support/regression/tests/addsub.c: testing genPlus shortcut
6536
6537 2003-11-15  Borut Razem <borut.razem AT siol.net>
6538
6539         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6540
6541 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6542
6543         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6544         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6545         ordering is immaterial.
6546         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6547
6548 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6549
6550         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6551         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6552         (SIGSEV) of bug #840381
6553         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6554         unlink new file before rename if new and old filenames are the same)
6555
6556 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6557
6558         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6559         uninitialized variables) for the mcs51. Set environment variable
6560         SDCC_GENRAMCLEAR to test.
6561         xdata initialization slightly shorter
6562
6563 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6564
6565         * src/SDCCsymt.h,
6566         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6567         #838241 & 780691 (basicly the same bug)
6568         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6569         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6570
6571 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6572
6573         * src/SDCCmain.c (linkEdit): "fix" #834252
6574
6575 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6576
6577         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6578         * src/SDCCast.h,
6579         * src/SDCC.y: fixed bug #819403
6580
6581 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6582
6583         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6584         the reentrant attribute.
6585         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6586         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6587         simulation
6588         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6589         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6590         erroneously reduced to a literal.
6591         * src/hc08/ralloc.c (packRegisters, rematStr),
6592         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6593         some cases
6594
6595 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6596
6597         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6598         * doc/sdccman.lyx: changed from 'article' to 'book'
6599         * doc/Makefile: readded test_suite_spec and cdbfileformat
6600
6601 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6602
6603         * device/include/stdlib.h: include malloc.h to comply with ANSI
6604         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6605
6606 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6607
6608         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6609         * doc/clean.mk: also remove *.out files
6610         * doc/sdccman.lyx: some additions, larger top/bottom margins
6611
6612 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6613
6614         * src/SDCC.y: fixed bug #837365
6615         * support/regression/tests/bitopcse.c
6616         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6617         a symbol (might be valop instead)
6618         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6619         * device/lib/clean.mk: added hc08 to the cleaning list
6620
6621 2003-11-04  Borut Razem <borut.razem AT siol.net>
6622
6623         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6624           made 2003-11-04
6625         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6626           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6627           malloc is declared in standard stdlib.h
6628
6629 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         * device/lib/hc08/Makefile: need to clean .rel not .o files
6632         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6633
6634 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6635
6636         * src/port.h,
6637         * src/hc08/main.c,
6638         * src/mcs51/main.c,
6639         * src/ds390/main.c,
6640         * src/z80/main.c,
6641         * src/avr/main.c,
6642         * src/pic/main.c,
6643         * src/pic16/main.c,
6644         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6645         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6646         tests (which uses the port's oclsExpense function)
6647         * src/SDCC.y,
6648         * src/SDCCast.c,
6649         * src/SDCCicode.c,
6650         * src/hc08/gen.c,
6651         * src/ds390/gen.c,
6652         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6653
6654 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/SDCCcse.c (ifxOptimize),
6657         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6658         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6659         deleting the IFX iCode.
6660         * src/hc08/ralloc.c: reduced unneeded slocs
6661         * src/hc08/gen.c: fixed bug in asmopToBoolean
6662
6663 2003-11-04  Borut Razem <borut.razem AT siol.net>
6664
6665         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6666           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6667           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6668           transferred to configure
6669
6670 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         Use headers defined in the C[++] standards:
6673         * sim/ucsim/gui.src/serio.src/fileio.cc
6674         * sim/ucsim/gui.src/serio.src/frontend.cc
6675         * sim/ucsim/gui.src/serio.src/main.cc
6676         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6677         * support/Util/NewAlloc.c
6678         * as/hc08/lklibr.c
6679         * as/mcs51/lklibr.c
6680         * as/z80/aslist.c
6681         * as/z80/assym.c
6682
6683 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6684
6685         * Added MSVC projects for hc08 assembler and linker:
6686         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6687         /as/hc08/link_hc08.dsp
6688
6689 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6690
6691         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6692
6693 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6694
6695         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6696
6697 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6698
6699         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6700
6701 2003-10-31  Borut Razem <borut.razem AT siol.net>
6702
6703         * support/cpp2/cpplib.h,
6704           support/cpp2/cpplib.c,
6705           support/cpp2/cpplex.c,
6706           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6707           to switch _asm block preprocessing on / off. Default is
6708           #pragma preproc_asm +
6709
6710 2003-10-31  Borut Razem <borut.razem AT siol.net>
6711
6712         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6713           when outputting comment blocks (when executed with -C option) and
6714           _asm (SDCPP specific) blocks
6715
6716 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6717
6718         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6719
6720 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6721
6722         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6723
6724 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6725
6726         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6727         * src/SDCCast.c (decorateType): fixed bug #832664
6728
6729 2003-10-31  Borut Razem <borut.razem AT siol.net>
6730
6731         * support\cpp2\cpplex.c: fixed for SDCPP:
6732           comments(when executed with -C option) and _asm blocks
6733           were included even if they where in skipped #if block.
6734           Applied solution from GCC cpp 3.3.2
6735
6736 2003-10-31  Borut Razem <borut.razem AT siol.net>
6737
6738         * src/SDCC.lex: sdcc now understands both formats:
6739           '# <line_number> <file_name>' and
6740           '#line <line_number> <file_name>'
6741         * support/cpp2/cppmain.c: sdcpp now generates the standard
6742           '# <line_number> <file_name>' instead of former
6743           '#line <line_number> <file_name>'
6744
6745 2003-10-30  Borut Razem <borut.razem AT siol.net>
6746
6747         * support/cpp2/cpphash.h,
6748         * support/cpp2/cpplib.h
6749         * support/cpp2/cpplex.c,
6750         * support/cpp2/cppmain.c,
6751         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6752
6753 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6754
6755         Fixed a number of problems revealed by bug #827883.
6756         * src/SDCCloop.c (loopInvariants): Spill location of the
6757         result operand should be recomputed if extracted from
6758         a loop. Also, don't extract assignments of an iTemp
6759         from a literal.
6760         * src/SDCCast.c (isConformingBody): loop reversal should
6761         not occur if the control variable is involved with a
6762         relational operator.
6763
6764 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6765
6766         * .version: bumped to 2.3.6 to reflect the big improvements
6767         made by Erik and Klaus. Thanks!
6768
6769 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6770
6771         Replaced the livrange code.
6772         * src/SDCClrange.c: added new LR code
6773         * src/SDCCloop.c,
6774         * src/SDCCBBlock.h: removed remainig parts from old LR code
6775         * src/ds390/ralloc.c,
6776         * src/ds390/gen.c: minor fixes to make it work with new code
6777
6778 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6779
6780         * as/hc08/asm.h,
6781         * as/hc08/lkrloc.c,
6782         * src/hc08/gen.c,
6783         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6784         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6785         (tweaked fix for bug #818696)
6786
6787 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6790
6791 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6792
6793         * src/SDCCmain.c,
6794         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6795         * src/mcs51/gen.c (gencjneshort),
6796         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6797         more efficient (per Scott Bronson's suggestion)
6798
6799 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6800
6801         Extended the semantics of the critical keyword to include
6802         individual statements. See RFE #827755 and #799831
6803         * src/SDCC.y
6804         * src/SDCCicode.c
6805         * src/SDCCopt.c
6806         * src/SDCCast.c
6807         * support/Util/SDCCerr.c
6808         * support/Util/SDCCerr.h
6809         * src/mcs51/gen.c
6810         * src/ds390/gen.c
6811         * src/hc08/gen.c
6812
6813 2003-10-19  Borut Razem <borut.razem AT siol.net>
6814
6815         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6816
6817 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6818
6819         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6820         Fixed bug #818696
6821         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6822         and predecrement operand is displayed
6823
6824 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6825
6826         * src/SDCCval.c (valMinus): fixed bug #826041
6827
6828 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6829
6830         Some hc08 related updates that I missed earlier
6831         * sim/ucsim/stypes.h
6832         * support/regression/ports/hc08/spec.mk
6833
6834 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6835
6836         New target "hc08" for the Motorola 68hc08 family of micros
6837
6838         * configure
6839         * configure.in
6840         * Makefile
6841         * src/hc08/*
6842         * src/SDCCmain.c
6843         * src/port.h
6844         * sim/ucsim/hc08.src/*
6845         * sim/ucsim/configure.in
6846         * src/ucsim/configure
6847         * sim/ucsim/packages_in.mk
6848         * as/hc08/*
6849         * as/Makefile
6850         * device/include/mc68hc908qy.h
6851         * device/lib/hc08/*
6852         * device/lib/Makefile.in
6853         * support/regression/ports/hc08/*
6854         * support/regression/Makefile
6855
6856 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6857
6858         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6859         regression test
6860         * src/ds390/gen.c (genCast): fixed bug #821957
6861
6862 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6863
6864         * device/lib/logf.c: "fixed" overlay bug
6865         * support/regression/ports/host/spec.mk: added m library
6866         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6867         * support/regression/tests/float_trans: added (for Eric)
6868
6869 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6870
6871         * src/mcs51/gen.c (genCpl): fixed bug
6872         http://sf.net/mailarchive/message.php?msg_id=6263915
6873
6874 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6875
6876         * src/SDCCast.c (decorateType): added extended constant folding
6877         * src/SDCCsymt.c (computeType): cleanup
6878         * src/SDCCval.c (valShift): minor optimization
6879         * support/regression/tests/ast_constant_folding.c: added
6880
6881 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6882
6883         * src/SDCCmain.c: removed some unintended changes
6884
6885 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6886
6887         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6888         * src/z80/gen.c: fixed part of bug #817589
6889         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6890
6891 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6892
6893         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6894         * src/SDCCcflow.c
6895         * src/SDCCcse.c
6896         * src/SDCCdflow.c
6897         * src/SDCClabel.c
6898         * src/SDCClrange.c
6899         * src/SDCCmem.c
6900         * src/SDCCopt.c
6901         * src/SDCCpeeph.c
6902         * src/SDCCset.c
6903         * src/avr/ralloc.c
6904         * src/ds390/ralloc.c
6905         * src/izt/ralloc.c
6906         * src/mcs51/ralloc.c
6907         * src/pic/ralloc.c
6908         * src/pic16/ralloc.c
6909         * src/xa51/ralloc.c
6910         * src/z80/ralloc.c
6911         * src/z80/gen.c: removed unused label "release:"
6912
6913 2003-10-06  Borut Razem <borut.razem AT siol.net>
6914
6915         * src/SDCC.lex: removed definition of unused variables
6916           save_optimize and save_options
6917
6918 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6919
6920         * clean.mk: removed '=' in "-maxdepth=1"
6921         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6922         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6923
6924 2003-10-06  Borut Razem <borut.razem AT siol.net>
6925
6926         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6927           my_unput() replaced by unput()
6928
6929 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6930
6931         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6932         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6933         type-punned pointer will break strict-aliasing rules"
6934         Old LR behaviour is again default; Klaus' LR can be choosen by
6935         defining the environment variable LRKLAUS
6936         * src/SDCCBBlock.h
6937         * src/SDCCloop.c
6938         * src/SDCClrange.c
6939         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6940         * clean.mk: fixed removal of files in bin/CVS/
6941         * device/lib/clean.mk: fixed removal of directories small and large
6942         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6943         * src/SDCCicode.c,
6944         * src/SDCCval.c: removed superflous test for pedantic
6945
6946 2003-10-05  Borut Razem <borut.razem AT siol.net>
6947
6948         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6949           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6950           message "unmatched #pragma SAVE and #pragma RESTORE"
6951
6952 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6953
6954         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6955           assembly, critical functions, atomic, nojtbound)
6956
6957 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6958
6959         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6960         * src/SDCCBBlock.h
6961         * src/SDCCloop.c
6962         * src/SDCCloop.h
6963         * src/SDCClrange.c
6964
6965 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6966
6967         * src/z80/gen.h,
6968         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6969         * src/mcs51/gen.h
6970         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6971         * src/ds390/gen.h
6972         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6973         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6974         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6975
6976 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6977
6978         * src/z80/gen.c (genRet): fixed bug #524753
6979         * src/z80/gen.c (genCast): fixed internal error on cast from
6980         pointer to long
6981         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6982         fix for bug #477835 to the z80
6983         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6984         for tracking iCodes in the peephole optimizer for z80
6985
6986 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6987
6988         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6989         the other part of bug #814548
6990         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6991
6992 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6993
6994         * src/SDCCcse.c: fixed part of bug #814548
6995
6996 2003-09-28  Borut Razem <borut.razem AT siol.net>
6997
6998         * src/asm.c: rewrite of printILine() to use temporary file instead
6999           a pipe
7000         * src/xa51/main.c: commented out declaration of int rewinds
7001
7002 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7003
7004         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7005
7006 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7007
7008         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7009         * src/asm.c (printILine): Fixed bug #811015
7010
7011 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7012
7013         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7014         freeing.
7015
7016 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7017
7018         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7019         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7020         to correctly handle general case of AOP_PAIRPTR
7021         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7022
7023 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7024
7025         * src/mcs51/ralloc.c (fillGaps),
7026         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7027         register positioning bug)
7028
7029 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7030
7031         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7032
7033 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7036         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7037         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7038         (ralloc doesn't intentionally do this now, but perhaps later)
7039         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7040         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7041         register positioning bugs (Fixed bug #762602 and #795325)
7042         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7043         (Fixed bug #808779)
7044         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7045         lines that --i-code-in-asm generates
7046
7047 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7048
7049         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7050         trying to fclose a FILE* that was already closed.
7051
7052 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7055         of const struct should be treated as if const themselves)
7056
7057 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7058
7059         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7060
7061 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7062
7063         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7064         Unix (/n) and DOS (/r/n) line terminations.
7065
7066 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7067
7068         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7069         bug #613775
7070
7071 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7072
7073         * src/mcs51/gen.c (genFunction, genEndFunction),
7074         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7075         and restore of EA so that stack offsets to parameters are
7076         correct when using both critical and reentrant/stack-auto.
7077         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7078         size (can be triggered in error if sloc is shared between
7079         different sized objects)
7080         * device/include/float.h: fixed macros to explicitly use
7081         unsigned long where needed
7082
7083 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7084
7085         Feature req. 799831: added code to allow nesting of critical functions
7086         * src/mcs51/gen.c (genFunction, genEndFunction)
7087         * src/ds390/gen.c (genFunction, genEndFunction)
7088
7089 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7090
7091         * src/SDCCsymt.c (sclsFromPtr),
7092         * src/SDCCsymt.h,
7093         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7094         support for standard C idiom of memory mapped variables; for
7095         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7096         to xdata int at 0x1234 tempvar = 1.
7097         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7098         provided by Akiya ISHIDA
7099
7100 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7101
7102         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7103         * src/SDCCval.c (constVal): added reduction from int to char
7104         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7105         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7106         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7107         to ignore the sign
7108         * support/regression/tests/shifts.c: fixed
7109
7110 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7111
7112         * src/z80/gen.c (genXor): Fixed bug #805445
7113
7114 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         Fixed bug #621531 (const & volatile confusion in the type chain).
7117         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7118         refer to the const or volatile state of the pointer itself.
7119
7120         * src/SDCCast.c
7121         * src/SDCCglue.c
7122         * src/SDCCicode.c
7123         * src/SDCCsymt.c
7124         * src/SDCCval.c
7125         * src/SDCC.y
7126         * src/SDCCsymt.h
7127         * src/pic/gen.c
7128         * src/pic/ralloc.c
7129         * src/pic16/gen.c
7130         * src/pic16/ralloc.c
7131         * support/regression/tests/const.c
7132
7133 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7134
7135         When checking for duplicated modules, use absolute paths
7136         instead of relative paths.  Files changed:
7137
7138         * as/mcs51/lklib.c
7139         * link/z80/lklib.c
7140
7141 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7142
7143         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7144
7145 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7146
7147         * device/include/string.h: added size_t typedef, changed
7148         prototypes to use size_t, eliminated separate reentrant and
7149         non-reentrant declarations, added _memmove declaration
7150         * device/lib/_memcpy.c: changed to use size_t instead of int,
7151         changed /4 to >>2 to avoid division library call
7152         * device/lib/_memcmp.c,
7153         * device/lib/_memset.c,
7154         * device/lib/_strncat.c,
7155         * device/lib/_strncpy.c,
7156         * device/lib/_strncmp.c: changed to use size_t instead of int
7157         * device/lib/_memmove.c: new file (fixed bug #772294)
7158         * device/lib/Makefile.in: added _memmove.c
7159         * device/lib/z80/asm_strings.s: fixed bug #772290
7160         * support/regression/tests/bitfields.c: attempt to fix host assertion
7161         failure on amd64-unknown-linux2.2
7162
7163 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7164
7165         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7166         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7167         * as/z80/asmain.c (main): fixed bug #801766
7168
7169 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7170
7171         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7172         compilers
7173
7174 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7175
7176         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7177         reported in bug #800609
7178
7179 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7180
7181         * Top header beautifications in src/pic16 directory:
7182           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7183           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7184           pcoderegs.h, ralloc.c, ralloc.h
7185         * main.c: added top header and GPL license notice
7186         * pcode.c: fixed the if-conditional warning
7187
7188 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7189
7190         * device/lib/_mullong.c: replaced int by short for gcc
7191
7192 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7195         and JUMPTABLE iCodes properly now (worked by accident before)
7196         * src/mcs51/gen.c (leftRightUseAcc),
7197         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7198         iCode properly now. Use getSize instead of nRegs since a & b
7199         aren't part of the nRegs tally.
7200
7201 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7202
7203         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7204         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7205           before instructions that use the _STATUS register
7206
7207 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7208
7209         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7210         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7211         fetching of the pointer
7212         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7213         copied from genNearPointerSet()
7214         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7215         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7216         If they pop r0/r1 they must be called in the opposite order than aopOp().
7217         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7218         (resp. --stack-auto), prepared for --xstack
7219
7220 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7221
7222         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7223
7224 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7225
7226         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7227         these ports have their own __sdcc_external_start()
7228
7229 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7230
7231         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7232         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7233         type for bits was changed. It resulted in bit variables becoming
7234         global, which is not permitted in PIC 14 assembly output.
7235
7236 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7237
7238         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7239
7240 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7241
7242         Z80 and MCS51 linkers complaint if a public symbol is defined
7243         in more than one library module:
7244
7245         * as/mcs51/lklib.c
7246         * link/z80/lklib.c
7247         * as/mcs51/Makefile.in
7248
7249 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7250
7251         A few small changes that speed up the peephole optimizer.
7252
7253         * src/SDCCpeeph.c
7254
7255 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         Try to make the peephole optimizer smarter by maintaining
7258         an association between the assembly source code and the
7259         iCodes that originated them. Put this information to use
7260         with a new peephole rule condition "notVolatile" so that
7261         the rules can be aggressive yet still safe.
7262
7263         * src/SDCCpeeph.c
7264         * src/SDCCpeeph.h
7265         * src/mcs51/gen.c
7266         * src/mcs51/peeph.def
7267
7268 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7269
7270         Fixed bug #741761
7271
7272         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7273         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7274         if the left or right operand symbols have the accuse flag set.
7275
7276 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7277
7278         Changed the type of the result of the ! (NOT) operator to char;
7279         previously it returned the same type as the source. This allows
7280         us to eliminate all the genFloatNot functions (all of its target
7281         implementations were very buggy) since !float can use the same
7282         code as !long now.
7283
7284         * src/SDCCicode.c (ast2iCode): ! returns char
7285         * src/mcs51/gen.c (genNot, genNotFloat),
7286         * src/ds390/gen.c (genNot, genNotFloat),
7287         * src/z80/gen.c (genNot, genNotFloat),
7288         * src/pic/gen.c (genNot, genNotFloat),
7289         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7290
7291 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7292
7293         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7294         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7295            during interrupts. Ensure WSAVE is located at a shared bank address.
7296         2. Fixed page selection in some places
7297         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7298            the registers name strings.
7299         4. Fixed "signed / unsigned compare" compiler warnings.
7300         5. The PIC port manages its own allocation of the general purpose
7301            registers, but makes no attempt to reuse them. As a result when
7302            compiling it soon runs out of general purpose registers. Some
7303            additional code was added to the files pcode.c and device.c to walk
7304            through the function call tree and rename the registers so that they
7305            get reused.
7306
7307         * src/pic/device.c
7308         * src/pic/gen.c
7309         * src/pic/glue.c
7310         * src/pic/pcode.c
7311         * src/pic/pcode.h
7312         * src/pic/ralloc.c
7313         * src/pic/ralloc.h
7314         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7315         genPlus() & genMinus() when the result is the same as left or right
7316
7317 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7318
7319         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7320
7321 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7322
7323         Made bitfield a distinct type from bit so that bitfields
7324         convert as per ANSI C and bits retain their traditional
7325         boolean style behaviour. Implemented bitfield support in
7326         the z80 port.
7327
7328         * src/SDCCsymt.h,
7329         * src/SDCCsymt.c,
7330         * src/SDCCast.c,
7331         * src/cdbFile.c,
7332         * src/mcs51/gen.c,
7333         * src/ds390/gen.c: bit v bitfield split
7334         * src/z80/gen.c: New support for bitfields
7335         * support/regression/tests/bitfields.c: reenabled z80,
7336         added more tests
7337
7338 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7339
7340         Rules 246.x, 247.x relate to bitfields, the others speed up
7341         access to xdata mapped I/O devices.
7342
7343         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7344
7345 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         Cleaned up genPackBits and genUnpackBits and added two helper
7348         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7349         for literal assignments in genPackBits (thanks to Frieder for
7350         reminding me).
7351
7352         * src/mcs51/gen.c
7353         * src/ds390/gen.c
7354
7355 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         Fixed bug #748310 (pointer to function type mishandled when the
7358         function name is omitted). Also fixed a SIGSEGV when a function
7359         attribute (reentrant, etc) is used on a non-function or on a
7360         function but misplaced before the parameter list.
7361
7362         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7363         bug #748310
7364         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7365         * support/Util/SDCCerr.h,
7366         * support/Util/SDCCerr.c: Added func attr misuse error msg
7367
7368 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7369
7370         Fixed bug #787649 by anonymous
7371         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7372         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7373
7374 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         Fixed numerous bitfield problems.
7377
7378         * src/SDCC.y: More bitfield related error checking
7379         * src/SDCCsymt.h,
7380         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7381         * support/Util/SDCCerr.h,
7382         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7383         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7384         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7385         * support/regression/tests/bitfields.c: tests added
7386
7387 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         Made the constant following the "interrupt" keyword optional. If
7390         omitted, the function will not automatically be given an entry
7391         in the interrupt vector table (similar to #pragma NOIV, but
7392         less syntacticly kludgy). The interrupt number is also now
7393         range checked. Also fixed a bug in the high order bit example
7394         in the manual.
7395
7396         * src/SDCC.y
7397         * src/SDCCmem.c
7398         * src/SDCCglue.c
7399         * src/SDCCsymt.h
7400         * support/Util/SDCCerr.c
7401         * support/Util/SDCCerr.h
7402         * doc/sdccman.lyx
7403
7404 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7405
7406         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7407         * src/SDCCicode.c (operandOperation): rewritten some ops
7408         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7409         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7410         other type
7411         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7412         be re-activated by defining REDUCE_LITERALS)
7413         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7414         unsigned, but are signed by default
7415         * src/SDCCval.c (constVal): rearranged
7416         * src/SDCCval.c (valMod): preliminary fix
7417         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7418         * support/regression/literalop.c: added, work in progress
7419
7420 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7421
7422         Generate warnings for useless declarations like "char data;"
7423         that don't do what new users expect.
7424
7425         * src/SDCC.y
7426         * support/Util/SDCCerr.h
7427         * support/Util/SDCCerr.c
7428
7429 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7430
7431         * src/SDCCval.c (valMult): fix overflow detection of negative int
7432
7433 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7434
7435         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7436
7437         Changes to support big endian targets:
7438
7439         * src/ports.h
7440         * src/SDCCglue.c
7441         * src/avr/main.c
7442         * src/ds390/main.c
7443         * src/izt/i186.c
7444         * src/mcs51/main.c
7445         * src/pic/main.c
7446         * src/pic16/main.c
7447         * src/xa51/main.c
7448         * src/z80/main.c
7449
7450 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7451
7452         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7453         * device/lib/time.c: fixed warning "integer overflow in expression"
7454
7455 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7456
7457         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7458         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7459         constants are unsigned; added recognition of "u" flag for unsigned
7460         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7461         * src/SDCCval.c (valDiv, valMod): fixed signdness
7462         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7463         signedness of modulo, left and right shift
7464         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7465         * support/Util/SDCCerr.h: added warning W_INT_OVL
7466         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7467         * src/SDCCast.c (ast_print): improved output of constants
7468
7469 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7470
7471         Fixed some warnings when building with MSVC:
7472
7473         * as\mcs51\asdata.c
7474         * as\z80\asdata.c
7475         * as\mcs51\asm.h
7476         * as\z80\asm.h
7477         * link\z80\aslink.h
7478         * link\z80\lkdata.c
7479         * link\z80\lkeval.c
7480         * link\z80\lkgb.c
7481         * link\z80\lkihx.c
7482         * link\z80\lks19.c
7483         * link\z80\lksym.c
7484         * support\cpp2\cpplib.c
7485         * src\ds390\gen.c
7486         * src\mcs51\gen.c
7487
7488 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7489
7490         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7491
7492 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7493
7494         * support\librarian\clean.mk: Do not remove Makefile.
7495         * support\librarian\Makefile: added.
7496
7497 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7498
7499         Added librarian to MSVC build:
7500         * all.dsp
7501         * sdcc.dsw
7502         * support\librarian\librarian.dsp
7503
7504         'configure' not needed for librarian, removed:
7505         * support\librarian\configure
7506         * support\librarian\configure.in
7507         * support\librarian\config_in.h
7508         * support\librarian\Makefile.in
7509
7510         Hopefully these ones built the librarian and the rest of sdcc properly:
7511         * Makefile
7512         * Makefile.common.in
7513
7514         Messed up 'configure', so revert to previous version:
7515         * configure
7516         * configure.in
7517
7518 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7519
7520         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7521         there, while the mantissa of a double is "only" 53 bits wide.
7522
7523 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7524
7525         Adding sdcclib to the build.  MSVC project coming soon.
7526         Files added/changed:
7527
7528         * support\librarian\clean.mk
7529         * support\librarian\configure
7530         * support\librarian\configure.in
7531         * support\librarian\config_in.h
7532         * support\librarian\Makefile.bcc
7533         * support\librarian\Makefile.in
7534         * support\librarian\sdcclib.c
7535         * Makefile.bcc
7536         * Makefile
7537         * Makefile.common.in
7538         * configure
7539         * configure.in
7540
7541 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7542
7543         Linker now complaints if linked modules have conflicting options, for
7544         example, one compiled using --model-large and another one compiled with
7545         --model-small.  The following files were modified:
7546
7547         * as\mcs51\asdata.c
7548         * as\mcs51\aslink.h
7549         * as\mcs51\asm.h
7550         * as\mcs51\asmain.c
7551         * as\mcs51\asout.c
7552         * as\mcs51\i51pst.c
7553         * as\mcs51\lkdata.c
7554         * as\mcs51\lklibr.c
7555         * as\mcs51\lkmain.c
7556         * as\z80\asdata.c
7557         * as\z80\asm.h
7558         * as\z80\asmain.c
7559         * as\z80\asout.c
7560         * as\z80\z80pst.c
7561         * link\z80\aslink.h
7562         * link\z80\lkdata.c
7563         * link\z80\lklibr.c
7564         * link\z80\lkmain.c
7565         * src\SDCCglue.c
7566
7567 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7568
7569         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7570         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7571
7572 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7573
7574         * src/z80/mappings.i: fix _mul[us][int,long] entries
7575
7576 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7577
7578         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7579
7580 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7581
7582         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7583         * support/regression/tests/bitopcse.c: added
7584         fixed warning:
7585         * src/avr/gen.c:
7586         * src/pic/gen.c:
7587         * src/pic16/gen.c:
7588         * src/z80/gen.c:
7589         * src/xa51/gen.c:
7590
7591 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7592
7593         added support for new library format to z80, gbz80 linkers:
7594         *link/z80/aslink.h
7595         *link/z80/lklex.c
7596         *link/z80/lklib.c
7597         *link/z80/lklist.c
7598
7599 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7600
7601         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7602         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7603
7604 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7605
7606         added DUMMY_READ_VOLATILE:
7607         * src/SDCC.y:
7608         * src/avr/gen.c:
7609         * src/xa51/gen.c:
7610         * src/z80/gen.c:
7611         * src/pic/gen.c:
7612         * src/pic16/gen.c:
7613         * src/mcs51/gen.c:
7614         * src/ds390/gen.c:
7615         * src/SDCCcse.c (algebraicOpts): many improvements
7616         * src/SDCCcse.h: removed algebraicOpts()
7617         * src/SDCCicode.c (picDummyRead): added
7618
7619 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7620
7621         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7622         "Insufficient space in data memory".
7623
7624 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7625
7626         * src/mcs51/gen.c: fixed bug #771358
7627         * src/z80/gen.c: fixed bug #759087
7628
7629 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7630
7631         * src/pic16/glue.c: minor cleanup by Vangelis
7632
7633 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7634
7635         * device/include/regc515c.h: fixed #758477
7636         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7637         * device/lib/_gptrput.c: saved a few bytes
7638         * my tab spacing is 8, yours too?)
7639         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7640         * device/lib/serial.c: process RX bytes earlier than TX bytes
7641         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7642
7643 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7646
7647 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7648
7649     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7650
7651 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7652
7653         * device/lib/Makefile.in: bad fix, reverted to 1.43
7654
7655 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7656
7657         * device/lib/Makefile.in: added missing z80 object files
7658
7659 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7662         pic16 progress by Vangelis:
7663         * src/SDCCglobl.h:
7664         * src/SDCCmain.c:
7665         * src/pic/Makefile:
7666         * src/pic:
7667         * pic/Makefile:
7668         * pic16/device.c:
7669         * pic16/device.h:
7670         * pic16/gen.c:
7671         * pic16/gen.h:
7672         * pic16/genarith.c:
7673         * pic16/glue.c:
7674         * pic16/main.c:
7675         * pic16/pcode.c:
7676         * pic16/pcode.h:
7677         * pic16/pcodepeep.c:
7678         * pic16/peeph.def:
7679
7680 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7681
7682     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7683
7684 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7685
7686     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7687     added gbz80 build to MSVC project.
7688     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7689     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7690     from 8051 stuff and setup so it links using a .lnk file.
7691
7692 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7693
7694     * support/librarian/sdcclib.c: sdcc librarian.
7695     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7696     with sdcclib.
7697
7698 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7699
7700     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7701
7702 2003-07-02  Borut Razem <borut.razem AT siol.net>
7703
7704         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7705         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7706         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7707         src/xa51/main.c, src/z80/main.c:
7708         virtualization of glue() function: each port has it's own glue function,
7709         which is accessed by do_glue function pointer in PORT.general structure
7710
7711 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7712
7713         * DS800C400 fun, improved ROM interface and tinibios.
7714
7715 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7716
7717         * More support for DS80C400. Now includes beginning of interface to ROM.
7718
7719 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7720
7721         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7722
7723 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7724
7725         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7726
7727 2003-06-19  Borut Razem <borut.razem AT siol.net>
7728
7729         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7730
7731 2003-06-19  Borut Razem <borut.razem AT siol.net>
7732
7733         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7734         fixed Z80 port - crt0.o: cannot open.
7735
7736 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7737
7738         * support/Util/MySystem.c (merge_command): revert bad fix
7739
7740 2003-06-18  Borut Razem <borut.razem AT siol.net>
7741
7742         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7743
7744 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7745
7746         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7747         option --use-stdout sends errors to stdout instead of stderr.
7748
7749 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7750
7751         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7752
7753 2003-06-15  Borut Razem <borut.razem AT siol.net>
7754
7755         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7756         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7757         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7758         fixed width array of pointers replaced with sets;
7759         multiple include and lib paths ared transferred to preprocessor and linker
7760         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7761         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7762         fixed width array of pointers
7763         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7764         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7765         fixupPath(), getPathDifference()
7766         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7767         fixed width array of pointers
7768
7769 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7770
7771         * src/pic16/ralloc.c: fix warnings
7772         * src/pic16/pcode.c: fix warning
7773
7774 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7775
7776          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7777         know all the details, but essentially this set of changes enable
7778         the pic16 port to generate movff instructions and generate assembler
7779         directives,
7780         * src/SDCCmain.c:
7781         * src/pic16/gen.c:
7782         * src/pic16/glue.c:
7783         * src/pic16/pcode.c:
7784         * src/pic16/device.c:
7785         * src/pic16/main.c:
7786         * src/pic16/pcode.h:
7787         * src/pic16/pcoderegs.c:
7788         * src/pic16/ralloc.c:
7789         * src/pic16/ralloc.h:
7790
7791 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7792
7793         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7794         added option --vc, so sdcc errors and warnings are compatible with
7795         Microsoft Visual Studio.
7796
7797 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7798
7799         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7800           device/lib/libfloat.lib: added atof function.
7801
7802 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         * doc/sdccman.lyx: updated to Lyx 1.3
7805         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7806         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7807         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7808
7809 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7810
7811         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7812
7813 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7814
7815         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7816           additions to the "related tools/documentation" section
7817
7818 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7819
7820         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7821
7822 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7825         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7826
7827 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * doc/sdccman.lyx: fix double dash and other minor things
7830         * doc/Makefile: fix double dash
7831
7832 2003-05-28  Karl Bongers(patches from Martin Helmling)
7833         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7834           condition and ignore commands.
7835
7836 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7837
7838         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7839           is in parts still quite out of date, I did changes as far as I felt makes sense
7840           for a non-native english speaker.
7841           Please feel free to add to the manual or to correct my changes.
7842         * doc/Makefile: undid touching the date of intermediate tex files.
7843
7844 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7845
7846         * doc/sdccman.lyx: Manual has an index now
7847
7848 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7849
7850         Finalize muluint/mulsint and mululong/mulslong merging:
7851         * device/lib/_mulint.c
7852         * device/lib/_mullong.c
7853         * device/lib/gbz80/mul.s
7854         * device/lib/gbz80/stubs.s
7855         * device/lib/z80/mul.s
7856         * device/lib/z80/stubs.s
7857         * src/SDCCsymt.c (initCSupport)
7858
7859 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7860
7861         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7862         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7863           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7864           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7865           instead of /Zm500.
7866
7867 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7868
7869         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7870           the regression tests I'm not brave enough to enable 245.b, 245.c
7871         * doc/sdccman.lyx: added latex preamble for hyperref package.
7872           Using pdflatex this will give you a hyperlinked pdf file with
7873           bookmarks. (prepend '%' before /usepackage if this breaks something)
7874
7875 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7876
7877          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7878
7879 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7880
7881         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7882
7883 2003-05-21    <johan AT balder>
7884
7885         * src/SDCCglue.c (printIval): fixed bug #739934
7886
7887 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7888
7889         Applied patch from bug 737905 (renamed yylineo to mylineno):
7890         * src/altlex.c
7891         * src/SDCCast.c
7892         * src/SDCglobl.h
7893         * src/SDCC.lex
7894         * src/SDCCsymt.c
7895         * src/SDCCval.c
7896         * src/pic16/pcode.c: Cleaned warnings
7897         * src/pic16/pcodeflow.c: Cleaned warnings
7898         * src/pic16/pcoderegs.c: Cleaned warnings
7899
7900 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7901
7902         * src/pic16/pcode.c: Cleaned warnings
7903         * src/pic16/pcodepeep.c: Cleaned warnings
7904         * src/pic16/ralloc.c: Cleaned warnings
7905
7906 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7907
7908         * doc/sdccman.lyx: fixed bug 739745
7909         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7910
7911 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7912
7913         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7914         it can be defined with CFLAGS when running configure
7915         * src/SDCCmain.c: fixed compiling + linking with object files
7916
7917 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7918
7919         * configure.in: configure for pic16 port,
7920             added --disable-pic16-port
7921         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7922         * src/SDCCmain.c: linkOptions is changed to set *,
7923             added if/endif conditional macros to remove options help
7924             messages from optionsTable when a port is not configured, added
7925             support for the PIc16 port in the ports table, when executing
7926             the compiler with no port specified on command line, a default
7927             port is selected with the new macro DEFAULT_PORT which is
7928             defined in port.h, in setDefaultOptions() linkOptions is removed
7929             from initialization assignment, since now it is a set,
7930             parseCmdLine uses setParseWithComma for linkOptions, in
7931             linkEdit() linkOptions are accessed with new function indexSet()
7932             which returns the i'th item of a set variable. See SDCCset.c, in
7933             linkEdit() when calling buildCmdLine(), added linkOptions as
7934             last argument. Now users can pass arguments to gplink via the
7935             -Wl option, main() uses pic16glue() to glue up pic16 programs
7936         * src/SDCCpeeph.c: various changes to support pic16
7937         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7938             return the i'th item of the set
7939         * src/SDCCset.h: added function prototype for indexSet()
7940         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7941         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7942         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7943             added macro DEFAULT_PORT
7944         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7945         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7946             generated
7947         * src/pic16/glue.c: commented out some error producing lines
7948         * src/pic16/main.c: __config directives are commented out to stop
7949             gpasm complaining and test the linkage with gplink, _linkCmd and
7950             _asmCmd changed to be more gplink and gpasm friendly
7951         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7952             produced an error when parsed, peep rule 12 is added to utilize
7953             movff, but it is commented out since the pCode does not support
7954             yet a command with 2 address arguments
7955
7956 2003-05-18    <johan AT balder>
7957
7958         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7959         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7960 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7961
7962         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7963   Added feature to script commands from file.
7964
7965 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7966
7967         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7968         * src/SDCCutil.c: include ctype.h for win32
7969
7970 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7971
7972         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7973
7974 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7975
7976         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7977   Fixed so you can set breakpoints prior to run, run does not stop
7978   on entry now.  Add tbreak.  Other enhancements and fixes for use
7979   with ddd.
7980
7981 2003-05-12  Borut Razem <borut.razem AT siol.net>
7982
7983         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7984
7985 2003-05-11  Borut Razem <borut.razem AT siol.net>
7986
7987         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7988         the path of bin directory, so that PATH is the only env. variable, which has to be set
7989         in case of standard installation.
7990         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7991         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7992         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7993
7994 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7997         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7998         temp files are in the port dir; clean the gen/test directory when
7999         generating new test.c
8000         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8001         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8002         * support/regression/tests/zeropad.c: added
8003
8004 2003-05-09    <johan AT balder>
8005
8006         * src/SDCCglue.c: fixed bug #597940
8007
8008 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8009
8010         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8011   cache sfr, optimize next,step, fix off by one sourceline,
8012   support ddd list function.
8013         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8014
8015 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8016
8017         * support/regression/HTMLgen.py: added compare_s2f()
8018         * support/regression/Makefile: redo 1.27
8019         * support/regression/generate-cases.py: redo 1.5
8020
8021 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8022
8023         * support/regression/tests/float.c: workaround 33 bit hex constant
8024         * support/regression/tests/simplefloat.c: fix division for host
8025
8026 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8027
8028         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8029         that tame's the PIC's over-aggressive optimizer.
8030
8031 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8032
8033          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8034          support for MSVC.
8035
8036 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8037
8038         Initial support for DS80C400. "Hello world" runs on TINIm400
8039         (with polled I/O).
8040
8041 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8042
8043          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8044          * Some notes on ddd usage added in debugger/README
8045          Martin Helmling adding more features and fixes for ddd GUI debugger.
8046          Code added for nexti, stepi, up, down, and other adjustments.
8047
8048 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8049
8050         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8051         * src/pic/peeph.def Added two rules to optimize carry manipulation
8052         * src/pic/* removed debug printfs
8053
8054 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8055
8056         * debugger/mcs51/cmd.c: added header newalloc.h
8057
8058 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8059
8060         * as/Makefile: new EXEEXT
8061         * as/z80/Makefile: remove trailing slash of BUILDIR
8062         * as/z80/clean.mk: new EXEEXT
8063         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8064         * support/cpp2/Makefile.in: new EXEEXT
8065         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8066
8067 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8068
8069         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8070         EXEEXT was introduced to fix all related problems with targets
8071         "clean", "install" and "uninstall"; a couple of further flaws
8072         especially with "clean" have been fixed too
8073         * as/mcs51/Makefile.in
8074         * as/mcs51/clean.mk
8075         * as/z80/Makefile
8076         * Makefile
8077         * clean.mk
8078         * debugger/mcs51/Makefile.in
8079         * debugger/mcs51/clean.mk
8080         * link/z80/Makefile
8081         * link/z80/Makefile.in
8082         * link/z80/clean.mk
8083         * link/Makefile
8084         * packihx/Makefile.in
8085         * packihx/clean.mk
8086         * sim/ucsim/Makefile
8087         * sim/ucsim/clean.mk
8088         * sim/ucsim/avr.src/Makefile.in
8089         * sim/ucsim/avr.src/clean.mk
8090         * sim/ucsim/s51.src/Makefile.in
8091         * sim/ucsim/s51.src/clean.mk
8092         * sim/ucsim/xa.src/Makefile.in
8093         * sim/ucsim/xa.src/clean.mk
8094         * sim/ucsim/z80.src/Makefile.in
8095         * sim/ucsim/z80.src/clean.mk
8096         * sim/ucsim/main_in.mk
8097         * sim/ucsim/packages_in.mk
8098         * sim/ucsim/gui.src/Makefile.in
8099         * sim/ucsim/gui.src/serio.src/Makefile.in
8100         * sim/ucsim/gui.src/serio.src/clean.mk
8101         * src/Makefile.in
8102         * src/clean.mk
8103         * support/cpp2/Makefile.in
8104         * support/cpp2/clean.mk
8105         * support/makebin/Makefile
8106         * support/makebin/clean.mk
8107         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8108         * doc/sdccman.lyx: --program-suffix no longer needed
8109
8110 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8111
8112          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8113          Martin Helmling added support for ddd GUI debugger.
8114          Code added to display assembly, set variables, and other commands
8115          to interface to ddd.
8116
8117 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8118
8119         * as/Makefile: fix target clean
8120         * as/clean.mk: fix target clean
8121         * as/z80/clean.mk: fix target clean
8122
8123 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8124
8125         * Makefile.common.in: added  AT EXEEXT AT
8126         * configure.in: removed all mingw32 stuff
8127         * configure: rebuilt from configure.in
8128         * doc/sdccman.lyx: updated section "installation"
8129         * support/scripts/sdcc_mingw32: adapted to configure
8130         * support/scripts/sdcc_cygwin_mingw32: added
8131
8132 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8133
8134         * src/pic Added object file support for the PIC port
8135         * src/pic Applied patch from Craig Franklin (this started the object file support)
8136         * src/regression Updated the PIC regression tests for object files
8137
8138 2003-04-20  Borut Razem <borut.razem AT siol.net>
8139
8140         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8141           lklex.c: In function `getfid':
8142           lklex.c:203: warning: array subscript has type `char'
8143         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8144           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8145         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8146           stack handling macros
8147
8148 2003-04-19  Borut Razem <borut.razem AT siol.net>
8149
8150         * "handling space characters in file path" task:
8151         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8152         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8153         * support/Util/MySystem.h: make it self-sufficient
8154         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8155           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8156           handling space characters in file path
8157         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8158           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8159         * support/Util/MySystem.c: handling space characters in executable's path
8160
8161 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8162
8163         * as/z80/Makefile: fix permanent rebuild of z80
8164         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8165         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8166
8167 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8168
8169         * src/SDCCopt.c: add special case optimization to replace modulo by
8170           a power of two with a bitwise AND.
8171
8172 2003-04-18    <johan AT balder>
8173
8174         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8175
8176 2003-04-17    <johan AT balder>
8177
8178         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8179         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8180
8181 2003-04-13  Borut Razem <borut.razem AT siol.net>
8182
8183         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8184         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8185           fixed mingw problem in adl_NORMALIZE_PATH
8186
8187 2003-04-12  Borut Razem <borut.razem AT siol.net>
8188
8189         * fixed "#pragma SAVE/RESTORE can not be nested":
8190         * src/SDCC.lex: reworked pragma handling functions
8191         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8192         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8193
8194 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8195
8196         * src/SDCCutil.c (pathEquivalent): defined but not used
8197         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8198         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8199         * configure: rebuilt from configure.in
8200         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8201         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8202         * device/include/Makefile.in: replace sdcc_datadir
8203         * device/lib/Makefile.in: replace sdcc_datadir
8204         * Makefile.common.in: add LDFLAGS from configure
8205         * packihx/Makefile.in: use LDFLAGS
8206         * src/Makefile.in: use LDFLAGS
8207         * support/cpp2/Makefile.in: add LDFLAGS from configure
8208         * support/makebin/Makefile: use LDFLAGS
8209         * .version: bumped version number to 2.3.5
8210
8211 2003-04-12  Borut Razem <borut.razem AT siol.net>
8212
8213         * completed "different paths" task:
8214         * src/SDCCmacro.c: fixed bug in handling quotes
8215         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8216         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8217
8218 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8219
8220         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8221
8222 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8223
8224         * ds390/gen.c ds390/peeph.def: fix bug 706781
8225
8226 2003-04-11  Borut Razem <borut.razem AT siol.net>
8227
8228         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8229
8230 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8231
8232         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8233         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8234          set - this bit used to not be set...).
8235         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8236           bad code in PIC Port
8237         * src/regression/and2.c added to test bug 609268
8238         * src/regression/Makefile added and2.c to regression test
8239
8240
8241 2003-04-08    <johan AT CP255758-A>
8242
8243         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8244         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8245         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8246
8247 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8248
8249         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8250         fix bug #487815
8251         * support/cpp2/Makefile.in: fix bug #487815
8252         * configure: rebuilt from configure.in
8253         * Makefile.common.in: docdir changed, new path suffixes
8254         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8255         * sdcc_vc_in.h: reflect changes from sdccconf.h
8256         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8257         * src/SDCCutil.h: remove BINDIR hack
8258         * doc/sdccman.lyx: update new path hierarchy
8259
8260 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8261
8262         * src/SDCCpeeph.c: added okToRemoveSLOC test
8263
8264 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8265
8266         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8267
8268 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8269
8270         * src/SDCCpeeph.c: added labelIsReturnOnly test
8271         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8272
8273 2003-04-05    <johan AT balder>
8274
8275         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8276         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8277         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8278         * src/SDCCast.c: fixed a warning
8279         * src/SDCCast.h: fixed a warning
8280         * src/SDCCicode.c (operandFromAst): fixed a warning
8281
8282 2003-04-04    <johan AT balder>
8283
8284         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8285         * src/SDCCast.c (decorateType): fixed bug #715076
8286         * src/SDCC.y: fixed bug #702907
8287
8288 2003-04-03    <johan AT balder>
8289
8290         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8291         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8292         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8293         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8294         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8295
8296 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8297
8298         * _decdptr.c: fix return values
8299         * _gptrget.c: fix return values
8300         * _gptrgetc.c: fix return values
8301         * _gptrput.c: fix return values
8302         * _mulint.c: fix return values
8303         * as/z80/Makefile: fix 'make -j' problem
8304
8305 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8306
8307         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8308         * configure.in: big cleanup, updated to autoconf 2.5x
8309         * configure: rebuilt from configure.in
8310         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8311         * sdcc_vc_in.h: reflect changes from sdccconf.h
8312         * doc/Makefile: fixed a flaw in "make install"
8313
8314 2003-04-02    <johan AT balder>
8315
8316         * src/ds390/gen.c (genCmp): no comments
8317         * src/mcs51/gen.c (genCmp): no comments
8318         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8319         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8320
8321 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * support/regression/generate-cases.py: place generated file in given sub directory
8324         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8325         * support/regression/Makefile: improvements for 'make -j';
8326         side effect: it's simpler and faster now
8327
8328 2003-03-31  Borut Razem <borut.razem AT siol.net>
8329
8330         * src/z80/main.c: link-{port} and as-{port} defined without path
8331         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8332
8333 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8334
8335         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8336
8337 2003-03-30  Borut Razem <borut.razem AT siol.net>
8338
8339         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8340           changed type of list parameter to set
8341         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8342         * src/port.h: changed type of do_assemble() parameter to set
8343         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8344           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8345           definition of "cppoutfilename" macro with NULL value in preProcess()
8346         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8347         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8348         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8349           replaced with set *binPathSet
8350         * shash_add() deallocates the item, if allready exsists, before adding the new one
8351         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8352
8353 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8354
8355         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8356           a nested for loop bug in the PIC port
8357         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8358           for loops
8359
8360 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8361
8362         * support/Util/dbuf.h: remove C++ stuff to make it portable
8363
8364 2003-03-28  Borut Razem <borut.razem AT siol.net>
8365
8366         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8367           literal strings in stringLiteral()
8368         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8369         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8370           to the project
8371
8372 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8373
8374         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8375
8376 2003-03-26    <johan AT balder>
8377
8378         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8379         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8380         * src/SDCCast.c (decorateType): fixed " -v < 3"
8381
8382 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8383
8384         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8385         Added Lenny Story's debug infrastructure changes:
8386         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8387         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8388         * src/cdbFile.c: added
8389         * src/SDCCdebug.c: added
8390         * src/SDCCdebug.h: added
8391         * src/SDCCast.c (createFunction)
8392         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8393         * src/SDCCmain.c (parseCmdLine, main)
8394         * src/SDCCmem.c (redoStackOffsets)
8395         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8396         * src/SDCCsymt.h
8397         * src/common.h
8398         * src/avr/gen.c (genAVRCode)
8399         * src/ds390/gen.c (gen390Code)
8400         * src/mcs51/gen.c (gen51Code)
8401         * src/pic/gen.c (genpic14Code)
8402         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8403         * src/xa51/gen.c (genXA51Code)
8404         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8405
8406 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8407
8408         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8409         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8410
8411 2003-03-22    <johan AT balder>
8412
8413         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8414
8415 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8418         * doc/cdbfileformat.lyx: added, written by Lenny Story
8419         * doc/Makefile: added cdbfileformat.lyx
8420         * doc/clean.mk: added cdbfileformat.lyx
8421
8422 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8423
8424         * src/mcs51/peeph.def: fix bug #705773
8425
8426 2003-03-20    <johan AT balder>
8427
8428         An sfr/sbit can have an "at #" AND an initializer
8429         * src/SDCCsymt.c (checkSClass):
8430         * src/SDCCmem.c (allocGlobal):
8431         * src/SDCCmem.c (allocLocal):
8432         * src/SDCCast.c (createBlock):
8433
8434 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8435
8436         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8437
8438 2003-03-16    <johan AT balder>
8439
8440         Undid the hackup of const and volatile, the problem is much bigger
8441         * src/SDCC.y:1.65
8442         * src/SDCCast.c:1.171
8443         * src/SDCCglue.c:1.138
8444         * src/SDCCicode.c:1.146
8445         * src/SDCCsymt.c:1.150
8446         * src/SDCCval.c:1.65
8447
8448 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8449
8450         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8451         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8452
8453 2003-03-13    <johan AT balder>
8454
8455         Hackup const and volatile modifiers in type chains a bit:
8456         * src/SDCC.y:1.63
8457         * src/SDCCast.c:1.169
8458         * src/SDCCglue.c:1.136
8459         * src/SDCCicode.c:1.143
8460         * src/SDCCsymt.c1.146
8461         * src/SDCCsymt.h1.59
8462         * src/SDCCval.c:1.63
8463
8464 2003-03-12    <johan AT balder>
8465
8466         * src/SDCCBBlock.h: more LRH debugging junk
8467         * src/SDCCcflow.h: more LRH debugging junk
8468         * src/SDCCloop.c: more LRH debugging junk
8469         * src/SDCC.y (struct_declaration): fixed bug #697590
8470         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8471         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8472         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8473
8474 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8475         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8476         test function names must now match exactly).
8477         * src/SDCCcse.c: added special case in findCheaperOp to allow
8478         extending a short integer. Makes less awful code for bug 700121 test case.
8479
8480 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8481
8482         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8483         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8484
8485 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8486
8487         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8488         actually called (operandsNotEqual() was called for all
8489         operandsNotEqualX tests).
8490
8491 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8492
8493         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8494         with shorter literals. Fixes bug 700121.
8495
8496 2003-03-11    <johan AT balder>
8497
8498         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8499
8500 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8501
8502         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8503         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8504
8505 2003-03-10  Borut Razem <borut.razem AT siol.net>
8506
8507         * src/SDCCmain.c: pipe preprocessor's output
8508         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8509         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8510         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8511         which closes all pipes in pipeSet set
8512         * src/SDCCset.c: free deleted item in function deleteSetItem()
8513         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8514         moved from z80 to src subproject
8515         * .version: increased version number to 2.3.4
8516
8517 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8520         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8521         * support/regression/ports/xa51/spec.mk: fix typo
8522
8523 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8524
8525         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8526
8527 2003-03-09  Borut Razem <borut.razem AT siol.net>
8528
8529         * src/SDCCmain.c: pipe preprocessor's output
8530         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8531         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8532         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8533         which closes all pipes in pipeSet set
8534         * src/SDCCset.c: free deleted item in function deleteSetItem()
8535         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8536         moved from z80 to src subproject
8537
8538 2003-03-09  Borut Razem <borut.razem AT siol.net>
8539
8540         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8541         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8542         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8543         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8544         * src/SDCCglobl.h: unification of WIN32 native definitions
8545
8546 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8547
8548         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8549
8550 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8551
8552         * src/configure.in:   check for endianess (even while cross-compiling)
8553         * src/configure:      check for endianess (even while cross-compiling)
8554         * src/configure_in.h: check for endianess (even while cross-compiling)
8555         * src/avr/gen.c:        remove old endianess stuff
8556         * src/mcs51/gen.c:      remove old endianess stuff
8557         * src/ds390/gen.c:      remove old endianess stuff
8558         * src/pic/gen.c:        remove old endianess stuff
8559         * src/pic/genarith.c:   remove old endianess stuff
8560         * src/pic/glue.c:       fix endianess check
8561         * src/pic16/gen.c:      remove old endianess stuff
8562         * src/pic16/genarith.c: remove old endianess stuff
8563         * src/pic16/glue.c:     fix endianess check
8564         * src/xa51/gen.c:       remove old endianess stuff
8565         * src/z80/gen.c:        fix endianess check
8566         * src/SDCCglue.c:       fix endianess check
8567         * src/ds390/peeph.def: fix bug 700036
8568
8569 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8572         * src/configure: find appropriate data-types on host for SDCC's int and long
8573         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8574         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8575         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8576
8577 2003-03-07    <johan AT balder>
8578
8579         Just a big NOOP:
8580                 some minor cleanups before the big shot
8581                 OP_DEFS and OP_USES now use Kevin's protection
8582                 new option --nolabelopt
8583
8584         * src/SDCCBBlock.c:
8585         * src/SDCCast.c,:
8586         * src/SDCCcflow.c:
8587         * src/SDCCcse.c:
8588         * src/SDCCicode.c:
8589         * src/SDCCicode.h:
8590         * src/SDCClabel.c:
8591         * src/SDCCloop.c:
8592         * src/SDCCmain.c:
8593         * src/ds390/ralloc.c:
8594         * src/mcs51/ralloc.c:
8595         * src/pic/ralloc.c:
8596         * src/xa51/ralloc.c:
8597         * src/z80/ralloc.c:
8598
8599 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8600
8601         * src/pic/pcode.c (get_op): fix 64 bit warnings
8602         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8603         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8604         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8605         * support/regression/tests/malloc.c: fix 64 bit warnings
8606
8607 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8608
8609         * src/mcs51/gen.c (genMinus): fixed bug 696436
8610
8611 2003-03-02  Borut Razem <borut.razem AT siol.net>
8612
8613         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8614
8615 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8616
8617         * configure.in: test for mkstemp
8618         * sdccconf_in.h: add HAVE_MKSTEMP
8619
8620 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * device/include/ctype.h: removed warning while using --stack-auto
8623         * device/include/malloc.h: removed warning while using --stack-auto
8624         * device/include/string.h: removed warning while using --stack-auto
8625
8626 2003-02-23  Borut Razem <borut.razem AT siol.net>
8627
8628         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8629         because NDEBUG is defined (see man assert)
8630         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8631
8632 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8633
8634         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8635         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8636
8637 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8638
8639         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8640         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8641
8642 2003-02-18    <johan AT balder>
8643
8644         * as/mcs51/asmain.c (asmbl): module can start with a digit
8645         * as/z80/asmain.c (asmbl): module can start with a digit
8646
8647 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8648
8649         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8650         * src/asm.c: fix pipe() for Mingw32
8651
8652 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8653
8654         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8655         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8656         make -V work again; --c1mode reads now from stdin
8657         * doc/sdccman.lyx: added --c1mode
8658         * support/Util/SDCCerr.c: new messages for c1 mode
8659         * support/Util/SDCCerr.h: new messages for c1 mode
8660         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8661
8662 2003-02-15    <johan AT balder>
8663
8664         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8665
8666 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8667
8668         * doc/sdccman.lyx: Environment variables, -o and other minor things
8669
8670 2003-02-14    <johan AT balder>
8671
8672         * src/xa51/main.c: before anyone really tries to use it :)
8673
8674         * Install doc's in share/sdcc/doc
8675         * removed some obsolete files
8676         * Do a proper make distclean and uninstall
8677         M Makefile.common.in
8678         R sdccbuild.sh
8679         M as/Makefile
8680         M device/include/Makefile.in
8681         M device/lib/Makefile.in
8682         M doc/sdccman.lyx
8683         M link/Makefile
8684         M sim/ucsim/doc/Makefile.in
8685         M src/clean.mk
8686         R src/avr/peeph.rul
8687         R src/xa51/peeph.rul
8688         M support/cpp2/Makefile.in
8689         M support/makebin/Makefile
8690
8691
8692 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8693
8694         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8695
8696 2003-02-10  Borut Razem <borut.razem AT siol.net>
8697
8698         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8699         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8700         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8701         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8702         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8703         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8704         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8705         src/z80/Makefile.bcc: Borland Makefile cleanup
8706         * as/z80/Makefile.bcc: Added Borland Makefile
8707         * support/cpp2/borland.h: Removed
8708
8709 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8710
8711         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8712         * src/SDCC.lex: new pragma NOIV
8713         * src/SDCCglobl.h: new pragma NOIV
8714         * src/SDCCmem.c: new pragma NOIV
8715
8716 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8717
8718         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8719
8720 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8721
8722         * src/SDCCmain.c: signal handling is switched off by --debug
8723         * doc/Makefile: small fix for install; use clean.mk again
8724         * doc/clean.mk: clean *.pdf and *.html too
8725
8726 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8727
8728         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8729         * device/lib/printfl.c: fix a ds390 bug by making it portable
8730         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8731         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8732         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8733         * debugger/mcs51/cmd.c: converted multi-line string literals
8734         * sim/ucsim/globals.cc: converted multi-line string literals
8735         * src/SDCCmain.c: introduced signal handler to remove temp files
8736         * doc/Makefile: small tweaks, implement clean
8737         * doc: removed generated files
8738
8739 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8740
8741         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8742         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8743         Address Record is not correctly generated for DS390."
8744
8745 2003-02-02  Borut Razem <borut.razem AT siol.net>
8746
8747         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8748         * as/mcs51/asm.h: fixed compilation with Borland C
8749         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8750         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8751         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8752         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8753         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8754         src/z80/Makefile.bcc: delete $(LIB) only if exist
8755         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8756
8757 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8758
8759         * device/include/malloc.h: introduced NULL
8760         * device/include/string.h: introduced NULL
8761         * device/include/stdlib.h: introduced NULL
8762         * device/lib/_memcpy.c: removed NULL
8763         * device/lib/_strcat.c: removed NULL
8764         * device/lib/_strchr.c: removed NULL
8765         * device/lib/_strcmp.c: removed NULL
8766         * device/lib/_strcpy.c: removed NULL
8767         * device/lib/_strcspn.c: removed NULL
8768         * device/lib/_strlen.c: removed NULL
8769         * device/lib/_strncat.c: removed NULL
8770         * device/lib/_strncmp.c: removed NULL
8771         * device/lib/_strncpy.c: removed NULL
8772         * device/lib/_strpbrk.c: removed NULL
8773         * device/lib/_strrchr.c: removed NULL
8774         * device/lib/_strspn.c: removed NULL
8775         * device/lib/_strstr.c: removed NULL
8776         * device/lib/_strtok.c: removed NULL
8777         * device/lib/malloc.c: removed NULL, include own header
8778
8779 2003-02-02    <johan AT balder>
8780
8781         * 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
8782         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8783         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8784         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8785         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8786         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8787
8788 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8789
8790         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8791         area 'DATA'"
8792
8793 2003-02-01    <johan AT balder>
8794
8795         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8796
8797 2003-01-31    <johan AT CP255758-A>
8798
8799         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8800
8801 2003-01-30    <johan AT balder>
8802
8803         * src/SDCCBBlock.c: automatic bug detection
8804         * src/SDCCicode.c: automatic bug detection
8805
8806 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8807
8808         * src/SDCCglobl.h:   now --xram-size 0 works
8809         * src/SDCCmain.c:    now --xram-size 0 works
8810
8811 2003-01-29    <johan AT balder>
8812
8813         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8814
8815 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8816
8817         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8818         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8819         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8820         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8821         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8822         * src/SDCCmain.c:    Added options --xram-size and --code-size
8823
8824 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8825
8826         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8827         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8828
8829 2003-01-27    <johan AT balder>
8830
8831         * src/SDCC.y: fixed bug #613764
8832
8833 2003-01-26    <johan AT balder>
8834
8835         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8836         * src/SDCCsymt.h: fixed bug #673374
8837         * src/SDCCglue.c: fixed bug #661910
8838         * src/SDCCast.c: fixed bug #458099 and 673374
8839
8840 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8841
8842         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8843         * as/mcs51/strcmpi.h: added
8844         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8845         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8846         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8847         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8848         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8849         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8850         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8851         * as/mcs51/Makefile.aslink: new module strcmpi
8852         * as/mcs51/Makefile.asx8051: new module strcmpi
8853         * as/mcs51/Makefil.bcc: new module strcmpi
8854         * as/mcs51/Makefile.in: new module strcmpi
8855         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8856
8857 2003-01-26    <johan AT balder>
8858
8859         * src/SDCCglue.c: reverted back to 1.124
8860         * src/SDCCast.c: reverted back to 1.156
8861         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8862
8863 2003-01-25    <johan AT balder>
8864
8865         * src/SDCCglue.c: A better fix for bug #661910
8866         * src/SDCCast.c: A better fix for bug #661910
8867         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8868
8869 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8870
8871         * src/Makefile.in: remove spawn.o
8872         * src/SDCCmain.c: remove spawn.h
8873         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8874         * src/spawn.c: removed
8875         * src/spawn.h: removed
8876         * support/regression/ports/ds390/spec.mk: link with -r
8877
8878 2003-01-24    <johan AT CP255758-A>
8879
8880         * src/ds390/gen.c (aopOp): fixed bug #667458
8881         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8882         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8883         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8884
8885 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8886
8887         * src/mcs51/peeph.def: better assembler identation by Frieder
8888         * src/mcs51/gen.c: better assembler identation by Frieder
8889
8890 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * as/z80/string.h: removed for gcc 3.2
8893         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8894         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8895
8896 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8897
8898         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8899         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8900         * support/regression/Makefile: separate temp files for ports
8901         * support/regression/generate-cases.py: separate temp files for ports
8902         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8903         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8904
8905 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8906
8907         * moved tinitalk to device/examples/ds390
8908
8909 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * as/mcs51/lkmem.c: rflag is for DS390
8912         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8913         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8914                          (linkEdit): move mem- and map-files the same way as ihx-files
8915         * src/z80/main.c (_setDefaultOptions): removed --generic
8916         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8917         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8918         * src/pic/glue.c (picglue): --c1mode works again
8919         * src/pic16/glue.c (pic16glue): --c1mode works again
8920         * src/asm.c (printCLine): fix #660034
8921
8922 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8923
8924         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8925         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8926         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8927         * as/mcs51/lkmem (summary): better fix for sp problem
8928         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8929         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8930         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8931                                               remove --stack-after-data
8932
8933 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8934
8935         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8936         * src/SDCCutil.c (join): ugly bug: missing '\0'
8937         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8938
8939 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8940
8941         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8942         * src/port.h: typo
8943         * src/pic/main.c (_asmCmd): gpasm supports -o
8944         * src/z80/main.c: more general macros
8945         * device/lib/Makefile.in: remove intermediate files
8946
8947 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         * .version: Bumped version number to 2.3.3
8950         * src/SDCCBBlock.c: new option -o
8951         * src/SDCCglobl.h: new option -o
8952         * src/SDCCglue.c: new option -o
8953         * src/SDCCmain.c: new option -o
8954         * src/asm.c: new option -o
8955         * src/ds390/main.c: new option -o
8956         * src/pic/glue.c: new option -o
8957         * src/pic/pcode.c: new option -o
8958         * src/pic/ralloc.c: new option -o
8959         * src/pic16/glue.c: new option -o
8960         * src/pic16/pcode.c: new option -o
8961         * src/pic16/ralloc.c: new option -o
8962         * src/z80/main.c: new option -o
8963         * device/lib/Makefile.in: use -o
8964         * support/regression/ports/ds390/spec.mk: use -o
8965         * support/regression/ports/gbz80/spec.mk: use -o
8966         * support/regression/ports/mcs51/spec.mk: use -o
8967         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8968         * support/regression/ports/z80/spec.mk: use -o
8969         * support/regression/ports/ucz80/spec.mk: use -o
8970         * support/regression/ports/xa51/spec.mk: use -o
8971         * support/regression/fwk/lib/timeout.c: fix usage string
8972
8973 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8974         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8975
8976 2003-01-07    <johan AT balder>
8977
8978         * src/SDCCast.c (decorateType): fixed bug #600035
8979
8980 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8981         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8982         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8983         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8984         * src/pic/pcode.c: outcommented unused variable to remove warnings
8985         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8986
8987 2003-01-06    <karl AT turbobit.com>
8988         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8989    regression tests.
8990
8991 2003-01-06    <johan AT balder>
8992
8993         * src/SDCCicode.c: fixed array add
8994
8995 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8996         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8997         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8998
8999 2003-01-04    <johan AT balder>
9000
9001         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9002
9003 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9004         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9005
9006 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9007         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9008         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9009
9010 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9011         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9012
9013 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9014         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9015
9016 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9017         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9018
9019 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9020
9021     * in \sdcc\as\mcs51\ changed these files in order to create an
9022     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9023     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9024     following files to include the previous two files: aslink.dsp,
9025     Makefile.aslink, Makefile.bcc, and Makefile.in.
9026
9027     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9028     .adb instead of .cdb
9029
9030 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9031
9032         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9033         value from option --iram-size.
9034
9035 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9036
9037         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9038         dram[] array.
9039
9040 2002-09-18    <wiml AT hhhh.org>
9041
9042         * SDCClrange.h: exposed setFromRange() and setToRange()
9043         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9044           packRegsForAccUse() (bug 542397)
9045         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9046           multiple times and emitting the fetch operations more than once
9047           added aopGetUsesAcc() function to allow binary operators to
9048           fetch their operands in the correct order; made genMinus() emit
9049           compact code for X = LITERAL - Y
9050
9051 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9052         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9053         sprintf() in line 1267.
9054
9055 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9056         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9057         like ports.
9058
9059 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9060         Changes to aslink (All the changes are marked with 'JCF'):
9061
9062         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9063         summary().
9064
9065         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9066         area BSEG.  Also moves, if possible, the DATA area down into the internal
9067         ram so more space is available.
9068
9069         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9070         sflag.
9071
9072         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9073         not bytes.  Function summary() which creates a memory usage summary
9074         file with extension .mem.  Reports of overlaping stack and small stack
9075         size.  If the space for the stack is less than 16 bytes aslink trows a
9076         warning.
9077
9078         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9079         the 8051.  Option 'y' for memory summary output file.
9080
9081         Changes to sdcc (All the changes are marked with 'JCF'):
9082
9083         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9084
9085         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9086         overlaying area for it (uses RegBankUsed[4]).
9087
9088         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9089         bank zero as used by default.  By default aslink locates the stack
9090         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9091         the creation of the .mem file.  Delegates the allocation of data area
9092         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9093         the begining of the stack area to aslink.
9094
9095         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9096         glue() in SDCCglue.c creates an area for it.
9097
9098 2002-09-03  Borut Razem <borut.razem AT siol.net>
9099         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9100         sdcc/src/pic/glue.c:
9101         introduced atexit() handler for teporay files removal in case of
9102         errors, assertions, ...
9103
9104 2002-08-29  Borut Razem <borut.razem AT siol.net>
9105         * sdcc/support/cpp2/auto-host_vc_in.h:
9106         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9107         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9108         Maybe there is a similar problem with BORLANDC? It should be checked!
9109
9110         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9111         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9112         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9113         was not executed, and the compiler (cl) launched a warning:
9114         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9115
9116 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9117         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9118
9119 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9120         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9121
9122         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9123           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9124           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9125           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9126           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9127           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9128           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9129         - added Release configuration in VS projects
9130         - review of compiler an linker options
9131         - VC .exe files are generated in bin_vc directory, not to interfere
9132           with binaries generated from other projects (cygwin, mingw, bcc ...)
9133
9134         * sdcc/src/yacc.dsp: added
9135
9136         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9137         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9138         and insert the version number definitions from .version
9139
9140         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9141
9142         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9143         added - genarate auto-host.h using auto-host_vc_in.h as template
9144
9145         * sdcc/sdcc_vc.h,
9146         removed from CVS, generated automatically
9147
9148 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9149         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9150
9151 2002-08-11  Borut Razem <borut.razem AT siol.net>
9152         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9153
9154 2002-08-10  Borut Razem <borut.razem AT siol.net>
9155         * src/SDCCmain.c (main):
9156         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9157         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9158         The consequence was that some temporary files were not removed.
9159
9160         * src/SDCCglue.c:
9161         unification of code in functions tempfilename() and tempfile():
9162         function tempnam() is defined in Visual Studio 6.0 and .NET
9163
9164         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9165
9166         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9167           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9168         - removed compiler command line option /WX: Treats all warnings as errors
9169         - update a list of source files, included into the project
9170
9171         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9172           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9173         changed project type to Generic Project so that can be correcly converted to VS.NET project
9174
9175         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9176
9177         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9178
9179         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9180
9181         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9182         added return 0 statements after assert() to make compiler happy
9183
9184         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9185         added newline in the def file to keep MSC compiler satisfied
9186
9187         * sdcc/src/z80/gen.c:
9188         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9189           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9190         - solved MSC error in function aopDump()
9191
9192         * sdcc_vc.h: define PREFIX as "\\sdcc"
9193
9194 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9195         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9196
9197 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9198         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9199         - Rewrote the register banking algorithm.
9200         - Added pCode live-range analysis to registers (for now, only non-used and
9201         singly-used registers optimized away)
9202
9203         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9204
9205         * 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.
9206
9207 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9208         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9209
9210 2002-04-22  Michael Hope  <michaelh AT vroom>
9211
9212         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9213
9214         * configure.in (DD_COPT): Added include support required for gbdk.
9215
9216         * .version: Bumped version number just to increase it.
9217
9218         * src/SDCCmain.c: Added -nostdinc to the default options.
9219
9220 2002-04-15  Michael Hope  <michaelh AT vroom>
9221
9222         * device/lib/z80/printf.c (sprintf): Added.
9223
9224         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9225
9226         * src/z80/peeph.def: Added transpose redundent load rule.
9227
9228         * src/z80/main.c: Added force callee saves for jaune.
9229
9230         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9231
9232         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9233
9234 2002-03-28  Johan Knol  <johan AT balder>
9235
9236         * src/SDCCval.c: fixed bug #532436
9237
9238 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9239         * /src/port.h:
9240         Added "char *Processor" field to the port structure.
9241
9242         * /src/SDCCmain.c:
9243         Added -p option. Allows port dependent processor to be specified.
9244
9245         * all ports:
9246         Initialized the new field char *Processor field to NULL in all ports
9247
9248         * /src/pic/*:
9249         Compiler generated registers for interrupt context saving
9250         were not getting allocated.
9251
9252 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9253
9254         * /src/SDCCast.c:
9255         Fixed left shift. Will promote the left side of a left shift
9256         if a) left shifting more than size of operand or b) when assigned
9257         to something size > size of left side
9258
9259 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9260         * src/pic/*
9261         tons of changes. Register allocation has been
9262         rewritten. Added customization for the various PICs. Flow
9263         analysis is restructured. ...
9264
9265         * src/pic/device.h:
9266         Added
9267
9268         * src/pic/device.c:
9269         Added. device.c is a PIC port hack to accomodate variations
9270         in PIC devices.
9271
9272 2002-03-13  Michael Hope  <michaelh AT vroom>
9273
9274         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9275
9276 2002-03-04  johanknol  <johanknol AT manik>
9277
9278         * /src/SDCCval.c: fixed
9279
9280         const unsigned char arr[][2] = { { 0, 1 } };
9281         t18.c:1: error: Initializer element is not constant
9282
9283 2002-03-04  bela  <bela AT manik>
9284
9285         * /device/include/mcs51reg.h:
9286         ds89c420 register definition update
9287
9288 2002-03-03    <johan AT FRIJA>
9289
9290         * support/Util/SDCCerr.c: did something, but don't no why anymore
9291
9292         * support/regression/tests/bug-524691.c: made it a little less shy
9293
9294         * src/SDCCast.c (decorateType): fixed bug #524697
9295
9296         * src/SDCCast.c: made some lineno improvements
9297
9298         * src/SDCCval.c (getNelements): changed warning to error
9299
9300         * src/SDCCglue.c (printIvalArray): changed warning to error
9301
9302         * src/SDCCicode.c: fixed a warning for mingw
9303
9304         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9305
9306         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9307
9308 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9309
9310         * src/ds390/peeph.def:
9311         Added some more peephole rules
9312
9313         * src/ds390/gen.c: Various fixes & enhancements
9314
9315         * src/SDCClrange.c, src/SDCClrange.h:
9316         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9317
9318         * src/ds390/ralloc.c:
9319         various fixes & enhancements (ds390) specific
9320
9321         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9322         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9323         from rallocs.
9324
9325         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9326
9327 2002-03-02    <johan AT FRIJA>
9328
9329         * src/SDCCast.c (decorateType): fixed bug #524708
9330
9331         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9332
9333         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9334
9335 2002-03-01  Michael Hope  <michaelh AT vroom>
9336
9337         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9338
9339         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9340
9341 2002-03-01    <johan AT FRIJA>
9342
9343         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9344
9345         * src/SDCCast.c (decorateType): fixed bug #524209
9346
9347         * src/SDCCval.c (valNot): fixed bug #524195
9348
9349 2002-02-26    <johan AT balder>
9350
9351         * src/xa51/gen.c: fixed a warning
9352
9353         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9354
9355         * src/SDCCast.c (decorateType): fixed bug #522534
9356
9357 2002-02-23    <johan AT balder>
9358
9359         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9360
9361 2002-02-22    <johan AT balder>
9362
9363         * src/SDCCast.c: fixed bug #514865
9364
9365         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9366
9367 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9368
9369         * sdcc/src/SDCCloop.c:
9370         Previous fix was not good. basic blocks that have "break" or "return" are
9371         not really partof a loop , but live ranges used in these blocks should
9372         be live thru the entire loop, so set partOfLoop but don't add them to
9373         loop region
9374
9375 2002-02-21    <johan AT FRIJA>
9376
9377         * src/SDCCcse.c: fixed bug #514308
9378
9379 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9380
9381         * src/SDCCloop.c:
9382         Fixed BUG #519583. If a conditional block ended in a return/break
9383         statement inside a loop, it was not being considered part of the loop.
9384
9385         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9386
9387 2002-02-10  Karl Bongers <karl AT turbobit.com>
9388
9389         * debugger/*:
9390         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9391         with lots of comments and notes.
9392
9393         * device/examples/test2.c:
9394         Fix bug, "red" variable not being initialized(compiler complained).
9395
9396         * device/examples/Makefile, examples/test3.c:
9397         Add Makefile in device/examples folder, compiles test3.c
9398         for use as a multiple module SDCDB test case.
9399
9400         * sim/ucsim/cmd.src/cmdset.cc:
9401         Took out debug printfs in ucsim "next" command.
9402
9403         * sim/ucsim/xa.src:
9404         Karl and Johan start ucsim XA support.  Most dissassembly working,
9405         about 75% emulation done(plenty of work remaining).
9406
9407         * sim/ucsim/z80.src:
9408         Add Z80 support to ucsim, add test-ucz80 regression test,
9409         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9410         Notice z80 compiler fails on examples/test3.c/crc code.
9411
9412 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9413
9414         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9415         Added support for --parms-in-bank1
9416
9417         * src/ds390/peeph.def:
9418         added a few more peephole optimzations
9419
9420         * src/ds390/main.c:
9421         1) added __builtin_inp & __builtin_outp used to read in data of given length
9422            from a memory mapped port
9423         2) added __builtin_memcmp
9424         3) added __builtin_swapw swap bytes of a short
9425
9426         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9427         1) handle multiple send & receives from register bank1
9428         2) ralloc can now allocate DPTR1 to some liveRanges
9429
9430         * src/SDCCsymt.c, src/SDCCsymt.h:
9431         changes to handle multiple sends & receives
9432
9433         * src/SDCCptropt.h:
9434         added some pointer arithmetic optimization
9435
9436         * src/SDCCptropt.c:
9437         added some pointer arithmetic optimizations but not stable yet so not
9438         called from anywhere (will get this working shortly)
9439
9440         * src/SDCCopt.c: fixed for multiple sends & receives
9441
9442         * src/SDCCmain.c:
9443         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9444         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9445            set preprocessor defines (depending on options)
9446
9447         * src/SDCCicode.c, src/SDCCicode.h:
9448         changes made to handle multiple sends & receives
9449
9450         * src/SDCCglobl.h:
9451         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9452
9453         * src/SDCCcse.c, src/SDCCcse.h:
9454         added function findbackward def (to be used in upcoming optimization)
9455
9456         * src/SDCCcflow.c, src/SDCCcflow.h:
9457         added function returnAtEnd - to determine if a basic block terminates with
9458         a RETURN iCode
9459
9460         * src/SDCCast.c, src/SDCCast.h:
9461         added option parms-in-bank1
9462
9463         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9464         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9465         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9466         adjusted for --parms-in-bank1 option
9467
9468         * device/include/string.h:
9469         donot redefine "reentrant" keyword
9470
9471         * device/include/ds80c390.h: Added some more SFRs
9472
9473 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9474
9475         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9476
9477 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9478
9479         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9480
9481 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9482
9483         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9484
9485 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9486
9487         * Added --xram-movc option
9488
9489 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9490
9491         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9492
9493 2002-01-11  Johan Knol
9494
9495         * Added math lib of Jesus Calvino-Fraga
9496
9497 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9498
9499         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9500         * support/regression/Makefile: new target test-mcs51-stack-auto
9501         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9502
9503 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9504
9505         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9506
9507 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9508
9509         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9510
9511 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9512
9513         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9514
9515         * src/SDCCglue.h: add definition for printIvalChar()
9516
9517 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9518
9519         * src/SDCCast.c: fix #498138 by Johan
9520
9521         * src/SDCCglue.c: fix #498138 by Johan
9522
9523 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9524
9525         * support/regression/Makefile: fix clean
9526
9527         * support/regression/ports/ds390/support.c: fix transmission of last character
9528
9529 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9530
9531         * /sdcc/src/ds390/gen.c:
9532         a) improved computing address of stack variable
9533         b) took out some #if 0 code
9534         c) improved parmBytes adjustment
9535         d) improved genPlusIncr & genMinusIncr
9536         e) genCmp could generate bad code (when left assigned to DPTR)
9537         f) Fixed bug in hasInc
9538
9539         * /sdcc/src/ds390/ralloc.c:
9540         a) packRegsForSupport could mess up live information (Fixed)
9541         b) packRegsDPTRuse could be incorrect for left & right shift
9542
9543         * /sdcc/src/mcs51/ralloc.c:
9544         packRegsForSupport could mess up the live information (Fixed)
9545
9546         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9547
9548         * /sdcc/src/SDCCast.c:
9549         can reverse a loop even if function call is present as long
9550         as the loop control variable is local & is not passed as parameter
9551
9552 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9553
9554         * /sdcc/ChangeLog: *** empty log message ***
9555
9556         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9557         More builtin function additions for TININative
9558
9559         * /sdcc/src/ds390/ralloc.c:
9560         Had broken the regression testsuite
9561
9562         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9563
9564         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9565         Added funcattr hasStackParms will be set for reentrant functions when there
9566         are paramteres on the stack, this helps in minimizing frame pointer generation
9567         typeFromStr can handle function pointers now
9568
9569         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9570         *** empty log message ***
9571
9572 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9573
9574         * /src/ds390/gen.c, /src/ds390/main.c:
9575         More builtin function additions for TININative
9576
9577         * /src/ds390/ralloc.c:
9578         Had broken the regression testsuite
9579
9580         * /src/SDCCast.c: Fixed a bug in dumptree
9581
9582         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9583         Added funcattr hasStackParms will be set for reentrant functions when there
9584         are paramteres on the stack, this helps in minimizing frame pointer generation
9585         typeFromStr can handle function pointers now
9586
9587         * /doc/builtins.txt, /doc/TININative.txt:
9588         *** empty log message ***
9589
9590
9591 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9592
9593         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9594         ALPHA version for -mTININative
9595
9596         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9597         updated to reflect changes in the port structure
9598
9599         * /src/port.h:
9600         added function do_assemble (similar to do_link) if non-null this function
9601         will be called to do assembly (-mTININative) requires a multi command
9602         assembly
9603         added function genAssemblerEnd will be called to generate assembler Epilogue
9604
9605         * /src/SDCCsymt.c:
9606         added _JavaNative to debug info printing
9607
9608         * /src/SDCCmain.c: added option --tini-libid
9609         added port->do_assemble function (-mTININative) has a multi command assemble
9610
9611         * /src/SDCCglue.c: Disabled "constExpr" check
9612         added port->genAssemblerEnd function
9613
9614         * /src/SDCCglobl.h: Added option --tini-libid value
9615
9616         * /src/SDCCast.h:
9617         tookout optimizeCompare from the header (has no external references)
9618
9619         * /src/SDCCast.c: made one more function "static"
9620
9621 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9622
9623         * src/z80/mappings.i: Added z80asm support.
9624
9625         * src/z80/main.c: Added z80asm support on --asm=z80asm
9626
9627         * src/z80/gen.c: Fixed asm portability issues.
9628
9629         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9630
9631         * src/SDCCglue.c (printExterns): Added global/extern split.
9632
9633 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9634
9635         * support/regression/Makefile: added test for mcs51 model large
9636
9637         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9638
9639         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9640
9641 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9642
9643         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9644
9645 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9646
9647         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9648
9649         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9650
9651 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9652
9653         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9654
9655         * support/regression/tests/simplefloat.c: Port to mcs51.
9656
9657 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9658         * support/regression/tests/bug-485362.c: Added.
9659
9660         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9661
9662         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9663
9664         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9665
9666         * src/z80/gen.c (aopDump): Added a dump function.
9667
9668 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9669         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9670
9671         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9672
9673         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9674
9675         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9676
9677         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9678
9679         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9680
9681         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9682
9683         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9684
9685         * support/regression/ports/ds390/support.c: Use tinibios.
9686
9687         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9688
9689 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9690
9691         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9692         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9693
9694         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9695
9696         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9697
9698 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9699
9700         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9701
9702         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9703         (packRegsForIYUse): Created and optimised.
9704
9705 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9706
9707         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9708 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9709
9710         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9711
9712         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9713
9714         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9715
9716 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9717
9718         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9719
9720         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9721
9722 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9723
9724         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9725
9726         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9727
9728         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9729
9730 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9731
9732         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9733         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9734         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9735
9736         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9737
9738         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9739         (genNotFloat): Added.
9740         (genUminusFloat): Added.
9741
9742         * device/lib/z80/Makefile: Added floating pt stubs.
9743
9744         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9745
9746         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9747
9748         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9749
9750 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9751
9752         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9753
9754         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9755
9756         * sdcc/support/regression/Makefile: Add port ds390.
9757
9758         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9759
9760         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9761
9762         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9763
9764         * sdcc/support/regression/ports/ds390/support.c: Added.
9765
9766         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9767
9768         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9769
9770         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9771
9772 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9773
9774         * device/include/malloc.h: Added z80 and gbz80 support.
9775
9776         * device/lib/gbz80/heap.s: Added.
9777
9778         * device/lib/z80/heap.s: Added.
9779
9780         * device/lib/malloc.c: Added z80 and gbz80 support.
9781
9782         * support/regression/tests/malloc.c (testMalloc): Added.
9783
9784         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9785
9786         * support/regression/tests/bug-478094.c: Added.
9787
9788         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9789
9790 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9791
9792         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9793
9794         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9795
9796         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9797
9798         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9799
9800         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9801
9802 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9803
9804         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9805
9806 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9807
9808         * support/regression/tests/bug-477927.c: Added.
9809
9810         * src/z80/peeph.def: Added minor rules.
9811
9812         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9813
9814         * src/z80/peeph.def: Added jump optimisation modification.
9815
9816 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9817
9818         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9819
9820 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9821
9822         * support/regression/tests/funptrs.c: Added.
9823
9824 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9825
9826         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9827
9828 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9829
9830         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9831
9832         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9833
9834         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9835         (movLeft2ResultLong): Created.
9836
9837         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9838         (joinPushes): Added.  Joins two char pushes into a word push.
9839
9840 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9841
9842         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9843
9844         * support/makebin/Makefile (install): Added creation of dest dir.
9845
9846 2001-10-24 Karl Bongers <karl AT turbobit.com>
9847
9848         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9849
9850 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9851
9852         * src/z80/ralloc.c: Turned off faulty pack for one use.
9853
9854         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9855
9856         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9857
9858 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9859
9860         * support/regression/Makefile: Improved clean
9861
9862         * support/regression/ports/gbz80/spec.mk: Added clean
9863
9864         * support/regression/ports/host/spec.mk: Added clean
9865
9866         * support/regression/ports/z80/spec.mk: Added clean
9867
9868         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9869
9870         * support/regression/ports/mcs51/timeout.c: little improvements
9871
9872 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9873
9874         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9875
9876         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9877
9878         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9879
9880 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9881
9882         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9883
9884         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9885
9886 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9887         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9888
9889         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9890
9891         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9892
9893         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9894
9895         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9896
9897         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9898
9899         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9900
9901         * support/regression/tests/longor.c: Added.
9902
9903 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9904
9905         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9906
9907         * as/mcs51/aslink.h: define PATH_MAX
9908
9909         * as/mcs51/asm.h: define PATH_MAX
9910
9911         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9912
9913         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9914
9915         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9916
9917         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9918
9919         * src/SDCCglobl.h: define PATH_MAX
9920
9921         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9922
9923         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9924
9925 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9926
9927         * src/z80/gen.c (gencjneshort): Fixed
9928
9929         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9930
9931 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9932
9933         * support/regression/tests/bug-469671.c: Added.
9934
9935         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9936
9937 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9938
9939         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9940
9941         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9942
9943 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9944
9945         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9946
9947         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9948
9949         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9950
9951         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9952
9953         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9954
9955         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9956
9957         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9958
9959 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9960
9961         * 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.
9962
9963         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9964
9965         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9966
9967 2001-10-07    <johan AT FRIJA>
9968
9969         * device/lib/gets.c (gets): fixed the return value.
9970
9971 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9972         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9973
9974         * 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.
9975
9976         * 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.
9977
9978         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9979
9980         * src/pic/gen.c: Removed Safe_strdup.
9981
9982         * configure.in: Added option to enable libgc support.
9983
9984         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9985         (bitVectUnion): Optimised.
9986         (bitVectIntersect): Optimised.
9987         (bitVectBitsInCommon): Optimised.
9988         (bitVectCplAnd): Optimised.
9989
9990         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9991
9992 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9993
9994         * src/SDCCmain.c: distinguish between assembler debug and plain options
9995
9996         * src/avr/main.c:   remove standard assembler options
9997
9998         * src/ds390/main.c: remove standard assembler options
9999
10000         * src/mcs51/main.c: remove standard assembler options
10001
10002         * src/port.h: removed "PENDING" comment
10003
10004 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10005
10006         * src/device/lib/_mulint.c  : new, with assember functions
10007
10008         * src/device/lib/_mullong.c : new, with assember functions
10009
10010         * src/device/lib/_divuint.c : with assember functions
10011
10012         * src/device/lib/_divsint.c : with assember functions
10013
10014         * src/device/lib/_divulong.c: with assember functions
10015
10016         * src/device/lib/_divslong.c: with assember functions
10017
10018         * src/device/lib/_moduint.c : with assember functions
10019
10020         * src/device/lib/_modsint.c : with assember functions
10021
10022         * src/device/lib/_modulong.c: with assember functions
10023
10024         * src/device/lib/_modslong.c: with assember functions
10025
10026         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10027
10028         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10029
10030         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10031                                       replaced _mululong.c and _mulslong.c by _mullong.c
10032
10033 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10034
10035         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10036
10037 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10038
10039         * src/SDCCglue.c: test, if win32api is available for MINGW
10040
10041 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10044         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10045         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10046         * support/regression/ports/host/spec.mk: removed GENERIC
10047         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10048         * support/regression/ports/z80/spec.mk: removed GENERIC
10049
10050 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10051
10052         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10053
10054         * support/regression/tests/bug-467035.c: Created.
10055
10056 2001-10-01    <johan AT FRIJA>
10057
10058         * src/SDCC.y: fixed bug #466586 part 1
10059
10060 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10061
10062         * SDCCicode.c: z80 has no generic pointers
10063         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10064
10065 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10066
10067         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10068
10069 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10070
10071         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10072
10073         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10074
10075 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10076
10077         * configure.in: Fixed up so that ucsim is only configured once.
10078
10079         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10080
10081         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10082         (getPathDifference): As above.
10083
10084         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10085
10086         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10087
10088 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10089         * .version: Updated to 2.3.1
10090
10091         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10092         Added copyright header.
10093
10094         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10095         (assemble): Added support for macro based assembler commands.
10096         (linkEdit): Added support for macro based linker commands.
10097         (preProcess): Changed the pre-processor to use macros.
10098         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10099         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10100
10101         * device/lib/z80/crt0.s: Added module name for debugging.
10102
10103 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10104
10105         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10106
10107         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10108
10109         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10110
10111         * src/Makefile.in: Added SDCCmacro and SDCCutil
10112
10113 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10114
10115         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10116
10117 2001-09-16    <johan AT FRIJA>
10118
10119         * 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.
10120
10121 2001-09-15    <johan AT FRIJA>
10122
10123         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10124         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10125
10126 2001-09-11    <johan AT FRIJA>
10127
10128         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10129
10130 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10131
10132         * support/regression/tests/bug-460444.c: Added test case.
10133
10134         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10135         (genCast): Added justification for all of the asserts.
10136
10137 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10138
10139         * support/regression/support.c: _xdata replaced by xdata
10140
10141         * support/regression/spec.mk: removed _generic
10142
10143 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10144
10145         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10146
10147         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10148         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10149
10150         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10151
10152         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10153
10154         * support/regression/tests/bug-460010.c: Added test case.
10155
10156         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10157
10158 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10159
10160         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10161
10162         * support/regression/testfwk.c: removed workaround for bug #436344
10163
10164         * support/regression/tests/bp.c: use less memory with mcs51
10165
10166         * support/regression/tests/bug-441448.c: use less memory
10167
10168         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10169
10170         * support/regression/collate-results.py: typo
10171
10172 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10173
10174         * support/regression/tests/fetchoverlap.c: Added new test case.
10175
10176         * support/regression/tests/bp.c: Added new test case.
10177
10178         * support/regression/tests/bug-448984.c: Added new test case.
10179
10180         * support/regression/tests/pow2shifts.c: Added new test case.
10181
10182         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10183         (genlshTwo): Fixed right shift for count > 8.
10184
10185         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10186
10187 2001-09-08    <johan AT FRIJA>
10188
10189         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10190
10191 2001-09-07    <johan AT FRIJA>
10192
10193         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10194
10195         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10196
10197 2001-09-06    <johan AT FRIJA>
10198
10199         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10200         * bernhard noted me at this: "() equals to (void)" (1.38)
10201
10202 2001-09-05    <johan AT FRIJA>
10203
10204         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10205
10206 2001-09-04    <johan AT FRIJA>
10207
10208         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10209
10210
10211 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10212
10213         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10214
10215 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10216
10217         * link/z80/aslink.h: Fixed path for PATH_MAX
10218
10219 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10220
10221         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10222
10223         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10224
10225         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10226
10227         * 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.
10228
10229 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10230
10231         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10232         (genCmp): Fixed up genCmp for the GB with longs.
10233
10234         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10235
10236         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10237
10238         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10239
10240         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10241
10242 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10243
10244         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10245
10246 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10247
10248         * 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.
10249
10250         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10251
10252 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10253
10254         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10255
10256         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10257
10258 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10259
10260   * sim/ucsim/configure:    little improvement of Cygwin-detection
10261   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10262   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10263   * support/regression/tests/bug-221100.c: small changes for mcs51
10264   * support/regression/tests/bug-221168.c: small changes for mcs51
10265   * support/regression/tests/bug-227710.c: small changes for mcs51
10266   * support/regression/tests/staticinit.c: small changes for mcs51
10267   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10268   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10269   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10270
10271 $Revision$