6f2846e266a42354998ca12d82b0d88b5e915c24
[fw/sdcc] / ChangeLog
1 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/_fs2schar.c,
4         * device/lib/_fs2sint.c,
5         * device/lib/_fs2slong.c: optimized inline asm
6
7 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8
9         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
10           Better handling of floats between -1.0 and 0.0.
11
12 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13
14         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
15           (the missing "if"s prohibited removal of redundant labels)
16
17 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
18
19         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
20           Properly convert floats between -1.0 and 0.0 to long, int, and char
21           types (max integer value of negative floats tends to zero).
22         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
23           Removed changes made so to work properly with floats between
24           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
25           and _fs2char.c
26
27 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
28
29         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
30         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
31         (genCast) cosmetic change
32         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
33         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
34         from mcs51
35         * support/regression/tests/bitfields (testSignedBitfields): added
36
37 2005-11-18 Borut Razem <borut.razem AT siol.net>
38
39         * sdcc/device/lib/Makefile.in: remove all unnecessary files
40         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
41           introduced SILENT option to make building of pic16 libraries less
42
43 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
44
45         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
46           Now they work properly with floats between -1.0 and 0.0
47         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
48
49 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
50
51         * src/SDCCicode.c (printOperand): added missing else
52
53 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
54
55         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
56         reformatted for better readability
57         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
58         signed bitfields
59
60 2005-11-17 Borut Razem <borut.razem AT siol.net>
61
62         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
63           introduced SILENT option to make building of pic16 libraries less
64           verbose - used for nightly snapshot build
65         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
66           available on Win32 platforms.
67         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
68           medium, large, pic and pic16
69
70 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
71
72         * device/lib/printf_large.c: Temporary patch for bug 1358192:
73           printf("%f"...) sets fraction to zero.
74
75 2005-11-16 Raphael Neider <rneider AT web.de>
76
77         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
78           fixes #1357221
79         * src/pic/gen.c (genIfx): implemented for CARRY bit
80         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
81           to generic pointers, fixes #1357332,
82           (pic16_movLit2f): NEW,
83           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
84
85 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
86
87         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
88
89 2005-11-11 Raphael Neider <rneider AT web.de>
90
91         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
92         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
93           compute pointer's type from operand,
94           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
95           improved single bit reads, fixes bug #1353379
96
97 2005-11-09 Borut Razem <borut.razem AT siol.net>
98
99         * support/scripts/sdcc.nsi: added lib/pic to the package
100
101 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
102
103         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
104
105 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * support/regression/tests/bug1348008.c: added
108         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
109         * support/regression/tests/bug1337835.c: updated comment
110
111 2005-11-06 Borut Razem <borut.razem AT siol.net>
112
113         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
114           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
115           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
116           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
117           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
118           dynamic construction of cl_error_class and derivates - 2.nd try
119
120 2005-11-05 Borut Razem <borut.razem AT siol.net>
121
122         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
123           bug, which caused Bus Errors on sparc solaris
124
125 2005-11-04 Borut Razem <borut.razem AT siol.net>
126
127         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
128           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
129           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
130           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
131           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
132           and derivates to resolve the initialization problem on OSX
133
134 2005-11-02 Borut Razem <borut.razem AT siol.net>
135
136         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
137           corrected typo - #include <winsock2.h>
138
139 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
140
141         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
142           (_asxxxx_mapping): added org directive for future enhancements
143
144 2005-11-01 Borut Razem <borut.razem AT siol.net>
145
146         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
147           enabled sockets on WIN32
148         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
149
150 2005-10-31 Borut Razem <borut.razem AT siol.net>
151
152         * support/regression/generate-cases.py: escape backslashes in {testcase}:
153           WIN32 backslash path delimiters should be escaped when used in C strings
154         * support/regression/tests/bitfields.c: exclude failing assertions for
155           __CYGWIN32__ and __MINGW32__ hosts
156
157 2005-10-30 Borut Razem <borut.razem AT siol.net>
158
159         * src/SDCCutil.c: corrected double comparison typo
160
161 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
162
163         * device/lib/medium/Makefile: added for new memory model medium
164         * device/include/asm/mcs51/features.h: updated for medium/pdata
165         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
166           added Multiply & Accumulate sbit's and MAC0_PAGE define
167         * device/include/mcs51/c8051f300.h: added sfr16 definitions
168         * device/include/mcs51/c8051f310.h: added sfr16 definitions
169         * device/lib/_mullong.c: update for medium model
170         * device/lib/incl.mk: added medium model
171         * doc/sdccman.lyx: documented medium model
172         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
173         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
174         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
175         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
176           (allocParms): set SCLS and OCLS to pdata for medium model
177         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
178           for pdata,
179           (powof2): return <0 if not power of 2
180         * src/avr/gen.c (genBitWise): use updated powof2
181         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
182           (shiftR2Left2Result): small optimization in setup, save acc when storing,
183           (shiftLLeftOrResult): use B if necessary
184         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
185         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
186         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
187         * support/regression/Makefile.in: added test-mcs51-medium
188         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
189
190 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
191
192         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
193         specifier unsigned
194         * device/lib/time.c (mktime): fixed bug 1334315
195
196 2005-10-28 Raphael Neider <rneider AT web.de>
197
198         * device/include/pic/p16f_common.inc: added common declarations
199         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
200
201 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
202
203         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
204           (aopPutUsesAcc): added to predict accumulator use,
205           (assignResultValue): save acc if necessary,
206           (genMinusDec): store result if indirectly addressed,
207           (genDivOneByte):  save acc if necessary,
208           (movLeft2Result): bugfix if left already in acc,
209           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
210             attention to accumulator use (esp. pdata),
211           (genReceive): receive pdata correctly
212         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
213         * src/SDCCicode.h: added isOperandInPagedSpace prototype
214
215 2005-10-27 Raphael Neider <rneider AT web.de>
216
217         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
218
219 2005-10-27 Raphael Neider <rneider AT web.de>
220
221         * .version: changed version to 2.5.4
222         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
223         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
224           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
225             arithmetics support routines
226         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
227         * device/lib/Makefile.in: also create installdir for pic
228
229         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
230           pic14 port as well
231         * src/pic/device.c (dump_sfr): rewritten to delegate register
232           placement to the linker (use `extern sym' rather than sym EQU addr),
233           (validAddress): fixed to check last specified address
234         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
235           (popGetLit): truncate literal value to 8 bit,
236           (popGet): moved assert to more appropriate place
237           (popGetExternal): create pCode operand from and mark the according
238             symbol as being `extern'
239           (popGetAddr): added sanity check on immediate's offset, provide
240             GPOINTER tag on demand
241           (aopPut): fixed for immediates,
242           (mov2w_op): move operand's address or contents to WREG (depending on
243             operand type), safer variant of mov2w,
244           (movwf,call_libraryfunc): NEW, handy abbreviations,
245           (get_argument_pcop,get_return_val_pcop,pass_argument,
246           get_returnvalue): interface for accessing function parameters and
247             return values,
248           (assignResultValuei,genRet): use new parameter/return value interface
249           (pic14_getDataSize): back to old version handling generic pointers,
250           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
251             provided implementation and/or fixed old one,
252           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
253             calls, removed legacy 8051 reference code
254           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
255           (loadSignToC): NEW, move the operands sign bit to CARRY,
256           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
257             genRightShiftSigned, accepts negative shift counts,
258           (setup_fsr): load FSR and adjust IRP (indirect memory access),
259           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
260             generic pointers, __data pointers and __code pointers,
261           (genUnpackBits,genPackBits): rewritten to work with generic pointers
262             and signed bitfields, limit bitfields to 8 bit,
263           (genDataPointerGet): fixed number of bytes read,
264           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
265           (genPointerGet,genPointerSet): fixed handling of __code pointers,
266             pointers to constant data are no longer assumed to point to __code
267             space, removed invalid pointer types,
268           (bitpatternFromVal): retrieve the PICs representation of an integer
269             or float literal,
270           (genDataPointerSet): fixed assigning to po_immediate operands,
271           (genGenPointerSet): implemented as library call,
272           (genIfx): fixed incorrect condition,
273           (genAddrOf): limit generic pointers' addresses to 2 bytes,
274             provide GPOINTER tag according to destination's storage class,
275           (genCast): added code to handle casting to generic pointers, added
276             sign-/zero extension of the result
277           (aop_isLitLike,op_isLitLike): fixed handling of immediates
278         * src/pic/gen.h: added macros to access IRP bit in STATUS register
279         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
280           extend the result
281         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
282           address/register resides in the shared banks
283           (emitSymbolToFile): improved to handle global and `pinned' symbols,
284             put all variables into separate sections (have the linker arrange
285             them)
286           (picglue): put init code and interrupt handlers in separate sections
287         * src/pic/main.c: added port specific options table, modified to PORT
288           structure to make GPOINTERs 3 byte, added pic14_options
289           (_pic14_do_link): private linking routine (update paths to libraries,
290             add libsdcc.lib by default)
291         * src/pic/main.h: declare pic14_options
292         * src/pic/pcode.c: fixed instructions i/o relations,
293           (RegCond): reverted to correct version,
294           (newpCodeOpLit): truncate literals to 8 bit,
295           (genericPrint): added debug output,
296           (getRegFromInstruction): fixed for various operand types, simplified
297           (BuildFlow): fixed broken handling of isntructions with labels
298           (LinkFlow): start at last instruction in flow (skip trailing comments),
299             pass the flow on to the next instruction after CALL
300           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
301           (insertPCodeInstruction): fixed inserting after a skip instruction,
302           (DoBankSelect): fixed for labeled instructions
303           (OptimizepBlock): honor --nopeep switch
304           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
305         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
306         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
307           (pCodeOptime2pCodes): allow disabling this optimization via
308             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
309             but is still buggy), started implementation of a dataflow based
310             pCode optimization (CSE + dead code elimination)
311           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
312         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
313           names are independant of the stack location and therefore portable across
314           devices
315
316 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
317
318         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
319           (selectSpil): fixed bug 1337835 by not spilling bit variables
320         * support/regression/tests/bug1337835.c: added test for this bug
321         * src/mcs51/peeph.def: restart after rule 3.c,
322           addded rules 263.x to optimize loading constants
323
324 2005-10-26 Raphael Neider <rneider AT web.de>
325
326         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
327         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
328           (genAssign): emit warning when casting literals to generic pointer
329             type, also applies when taking the address of a fixed variable,
330           (genCast): improved casting to generic pointers
331         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
332           extern variables, added verbose error message
333         * device/include/pic16/{string.h,errno.h}: added #pragma library c
334
335 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
336
337         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
338         carry must be complemented too
339         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
340         could be emitted by genMinus
341         * src/SDCCval.c (constVal): fixed bug 1305065
342
343 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
344
345         * src/SDCCast.c (addCast): added promotion for bit variables
346         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
347         promotion casts + optimisation
348         (optimizeGetWord): fix warning 'i' might be used uninitialized
349         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
350         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
351
352 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
353
354         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
355         all chars are promoted to int; promotion should be handled in SDCCast.c
356
357 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
358
359         * device/lib/_strcmp.c: Fixed bug 1326457
360
361 2005-10-11 Raphael Neider <rneider AT web.de>
362
363         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
364         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
365
366 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
367
368         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
369         * support/regression/tests/sfr16.c: added test for the sfr32 bug
370
371 2005-10-04 Raphael Neider <rneider AT web.de>
372
373         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
374           device/lib/pic16/pics.all: added pic18f1320
375         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
376
377 2005-09-30 Raphael Neider <rneider AT web.de>
378
379         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
380         * src/pic16/devices.inc: NEW, provides device descriptions
381         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
382
383 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
384
385         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
386           GETHBIT
387
388 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
389
390         * doc/sdccman.lyx: updated Highest Order Bit documentation,
391           documented Any Order Bit, Higher Order Byte and Higher Order Word
392         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
393         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
394           (optimizeGetAbit): new, to get any bit, not only the high bit,
395           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
396           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
397           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
398           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
399             RIGHT_OP: also try GETBYTE, GETWORD optimization,
400             GETABIT, GETBYTE, GETWORD: decorate them,
401           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
402           (ast_print): added GETABIT, GETBYTE, GETWORD
403         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
404         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
405           (geniCodeBinary): new generic binary icode,
406           (ast2iCode): added GETABIT, GETBYTE, GETWORD
407         * src/port.h: updated comment for PORT.hasExtBitOp
408         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
409           (genGetByte): new, to get a single byte,
410           (genGetWord): new, to get a word from a long,
411           (gen51Code): added GETABIT, GETBYTE, GETWORD
412         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
413
414 2005-09-23 Raphael Neider <rneider AT web.de>
415
416         * configure.in, configure: have device/lib/pic configured
417         * device/lib/Makefile.in: added model-pic14
418         * device/lib/clean.mk: added pic/ to clean rule
419         * device/lib/pic: added rudimentary pic14 library providing support
420           functions for multiplication/division/generic pointer access
421         * src/SDCCopt.c (convilong): mark support functions as extern
422           for pic14 port as well
423         * src/pic/gen.c (genMult): added assertions,
424           (genpic14Code): emit warning on unhandled iCodes
425         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
426         * src/pic/pcode.c (pCodeOpCopy),
427         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
428           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
429           SFR_REGISTER}), made safe for future extensions
430         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
431           instructions even if preceeded by SKIP instructions (also remove
432           them); removed unused code
433         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
434           prevents leaving parts of the structure uninitialized after copying
435
436 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
437
438         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
439           ago by me
440         * support/regression/tests/addsub.c: added test for the bug
441
442 2005-09-21 Raphael Neider <rneider AT web.de>
443
444         * device/include/pic16/pic18f1220.h,
445           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
446         * device/lib/pic16/Makefile.rules: added missing opening paren
447         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
448           are provided in genutils.c,
449           (genUminusFloat,genUminus,genCmpEq): added asserts on different
450           operand/result sizes,
451           (genCmp): assert on NULL pointers first, then check deref'ed values
452         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
453           result size
454
455 2005-09-18 Raphael Neider <rneider AT web.de>
456
457         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
458           as these are now unused,
459           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
460         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
461           local, avoids uninitialized pointer dereference on r->name
462         * src/pic16/ralloc.c (newReg): fixed indentation
463
464 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
465
466         * src/SDCCval.c (constVal): fixed bug 730366
467         * support/Util/SDCCerr.c,
468         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
469
470 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
471
472         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
473
474 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
477
478 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
479
480         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
481           (hex2dec): made hex_digit unsigned char, removed ascii dependance
482         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
483           (hex2dec): made hex_digit unsigned char, removed ascii dependance
484         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
485         * packihx/packihx.c (hexDigit): made c unsigned char
486         * as/mcs51/lklibr.c (fndsym),
487         * link/z80/lkgb.c (gb),
488         * link/z80/lklibr.c (fndsym),
489         * link/z80/lkrloc.c (relr),
490         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
491         * src/SDCC.lex (checkCurrFile, process_pragma),
492         * src/SDCCglue.c (spacesToUnderscores),
493         * src/SDCCmain.c (setParseWithComma, processFile),
494         * src/asm.c (tvsprintf, printCLine),
495         * src/avr/gen.c (emitcode, aopPut),
496         * src/ds390/gen.c (emitcode),
497         * src/hc08/gen.c (emitcode, emitinline),
498         * src/mcs51/gen.c (emitcode, genInline),
499         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
500           tokenizeLineNode),
501         * src/pic/ralloc.c (debugLog),
502         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
503           tokenizeLineNode),
504         * src/pic16/ralloc.c (debugLog),
505         * src/z80/main.c (_process_pragma):
506            made all ctype.h function calls safe
507         * src/SDCCopt.c: include math.h for fabs
508         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
509           and used them throughout the code to make ctype.h function calls safe
510         * src/ds390/main.c (asmLineNodeFromLineNode),
511         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
512         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
513            unsigned char*
514         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
515           (newpCodeAsmDir): made ctype.h function calls safe
516         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
517           pic16_emitcode):  made lbp unsigned char*
518         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
519           (pic16_newpCodeAsmDir): made ctype.h function calls safe
520         * src/xa51/gen.c (emitcode),
521         * src/z80/gen.c (_emit2): made lbp unsigned char*
522         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
523            char*
524
525 2005-09-05 Raphael Neider <rneider AT web.de>
526
527         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
528           access bank splitpoint
529
530 2005-09-05 Raphael Neider <rneider AT web.de>
531
532         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
533
534 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * .version: changed to version 2.5.3
537         * doc/sdccman.lyx: changed version to 2.5.3,
538           documented --codeseg and --constseg and pragma codeseg and constseg,
539           documented bit parameters (reentrant) and bit returning
540         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
541            currFunc->recvSize, but is this ok for all ports?
542           (ast2iCode): result of ~ on unsigned char must be cast to int for
543            bool to work
544         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
545           function pointers in bit space
546         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
547           (processFuncArgs): call port.reg_parm() with reentrancy info
548         * src/port.h,
549         * src/avr/main.c,
550         * src/ds390/main.c,
551         * src/hc08/main.c,
552         * src/pic/main.c,
553         * src/pic16/main.c,
554         * src/xa51/main.c,
555         * src/z80/main.c: port.reg_parm prototype extended with
556           "bool reentrant" parameter
557         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
558           options.stackAuto for allocating bit register parameters
559         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
560           (genSend): set BitBankUsed if it is,
561           (selectRegBank): factored out of genCall for use in genPcall,
562           (genCall): removed redundant dtype assignmen, use selectRegBank,
563           (genPcall): handle returning in Carry properly, save in F0 if needed,
564           (genReceive): handle bit register parameters
565         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
566           (mcs51_assignRegisters): enable bit registers for all reentrant
567            functions and don't set BitBankUsed unconditionally
568         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
569         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
570         * support/regression/tests/funptrs.c: added tests for BOOL and for return
571
572 2005-08-27 Borut Razem <borut.razem AT siol.net>
573
574         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
575         ppc-osx (Darwin) does not support -u option. It seems that it is
576         supported only on Linux - GNU cp
577
578 2005-08-25 Borut Razem <borut.razem AT siol.net>
579
580         * sim/ucsim/gui.src/serio.src/Makefile.in,
581           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
582           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
583           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
584           install and strip, since the strip at /usr/ccs/bin should be used
585           on solaris
586
587 2005-08-24 Borut Razem <borut.razem AT siol.net>
588
589         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
590
591 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
592
593         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
594         ffffffffu
595
596 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
597
598         * as/mcs51/aslink.h: completed lkrloc.c prototypes
599         * as/mcs51/lkmain.c (link_main): fixed warning
600         * device/include/stdbool.h: ds390 has no advanced bit support yet
601         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
602         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
603         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
604           and updated their macros
605         * src/SDCCval.c (constVal): updated comment for renamed b_long
606
607 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
608
609         * as/mcs51/asdata.c: changed ctype['['] to BINOP
610         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
611           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
612           (oprio): set priority for '['
613         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
614            and adb_24_bit
615         * as/mcs51/asm.h: added defines R_BIT and S_BIT
616         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
617         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
618         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
619           added overlayable BIT_BANK area
620         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
621           (summary2): explain 'T' in legenda
622         * as/mcs51/lkrloc.c: replaced old K&R style,
623           (relr): added R_BIT processing,
624           (errmsg): added "Bit-addressable relocation error",
625           (adb_bit): added for converting from byte- to bit-addressable space,
626           (adb_24_bit): added for converting from byte- to bit-addressable space
627         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
628            used in reentrant functions now even as return value
629         * device/lib/_gptrput.c (_gptrput): removed obsolete code
630         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
631           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
632         * src/SDCCglobl.h: added indicator BitBankUsed
633         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
634            the bit registers b0-b7
635         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
636           (geniCodeCast): fixed bug 1263853,
637           (geniCodeLogicAndOr): put result in bool or char,
638           (geniCodeReceive): added parameter func for accessing the return type,
639           (geniCodeFunctionBody): pass func to geniCodeReceive
640         * src/SDCCmain.c: added indicator BitBankUsed
641         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
642         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
643           (checkSClass): don't put automatic bool/bit on stack,
644           (checkFunction): removed check on function cannot return bit
645         * src/SDCCsymt.h: added newBoolLink prototype
646         * src/mcs51/gen.c (rb1regs): added bit registers,
647           (movc): created for assigning to carry,
648           (pushReg, popReg): created for pushing registers,
649           (sameRegs): check both AOP_REG and AOP_CRY types,
650           (aopOp): handle bit registers,
651           (aopPut): optimization no self-assign,
652           (saveRegisters): push reg->base (bits) only once for bit registers,
653            and use pushReg,
654           (unsaveRegisters): pop reg->base only once and use popReg,
655           (assignResultValue): added parameter func and return in carry for bits,
656           (genIpush): optimization no reload in A if not changed,
657           (genSend): bit parameters in reentrant functions are passed in bit
658            registers by first assigning to bits in B, then save registers and
659            copy B to bits,
660           (genCall): handle returning in Carry properly, save it in F0 if needed,
661           (genPcall): updated assignResultValue call, this is not safe yet for bit
662            returning function !!!
663           (genFunction): don't generate equ's for bit registers and use pushReg,
664           (genEndFunction): take care of bit returning functions and use popReg,
665           (genRet): return bit in Carry,
666           (genIfx): optimize bit registers and other directly addressable bits,
667           (genReceive): updated assignResultValue call
668         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
669           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
670            registers when using stack-auto
671         * src/mcs51/ralloc.c (_G): added allBitregs,
672           (regs8051): added the bit registers,
673           (createStackSpil): use macro IS_BIT,
674           (getRegBit): added to allocate a bit register, else spill,
675           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
676           (updateRegUsage): factored out to ease stepping while debugging,
677           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
678            also allocate bit registers,
679           (fillGaps): handle bit registers,
680           (findAllBitregs): added to create bit vector with all bit registers,
681           (mcs51_allBitregs): returns this bit vector,
682           (mcs51_assignRegisters): when using stack-auto use bit registers for
683            passing parameters and creating local variables
684         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
685
686 2005-08-22 Borut Razem <borut.razem AT siol.net>
687
688         * device/lib/Makefile.in: replaced find option -or with -o
689           to make it run on solaris
690
691 2005-08-22 Raphael Neider <rneider AT web.de>
692
693         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
694           fixes #1265442 (crash on Solaris)
695
696 2005-08-20 Borut Razem <borut.razem AT siol.net>
697
698         * configure, configure.in: added tests for libsocket and libnsl libraries,
699           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
700           from support/regression/Makefile.in
701         * support/regression/Makefile.in: added
702         * device/lib/pic16/Makefile.common.in: force make to use bash shell
703         * sim/ucsim/libtool: regenerated on sparc-solaris
704         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
705           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
706           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
707           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
708           sparc-solaris, which doesn't use GNU ld linker
709         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
710         * as/Makefile: find on sparc-solaris does not support -maxdepth option
711
712 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
713
714         * src/mcs51/peeph.def: updated comments
715
716 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
717
718         * device/lib/_gptrget.c,
719         * device/lib/_gptrput.c: slightly shorter
720         * doc/sdccman.lyx: incremented version
721         * src/mcs51/peeph.def: moved peephole comments to the line of first
722           change to better keep line correlation, reanimated 186.e
723         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
724
725 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
726
727         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
728           David Saxton with quotes around file name.
729
730 2005-08-15 Borut Razem <borut.razem AT siol.net>
731
732         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
733           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
734           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
735           make tests run on x86_64 platform
736
737 2005-08-13 Raphael Neider <rneider AT web.de>
738
739         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
740           as it might be executed DURING a build (parallel make is wonderful)
741
742 2005-08-13 Raphael Neider <rneider AT web.de>
743
744         * device/lib/Makefile.in (port-specific-objects-pic16):
745           revert to cp $(PORT)/bin/*.* $(PORTDIR)
746         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
747           dependency
748         * device/lib/pic16/Makefile.rules: build subdirs before creating
749           the library, removed builddir rule, create $(builddir) early in
750           recurse rule, use empty recurse rule for leaf directories
751         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
752           mkdir errors (race condition), removed duplicate suffix "hex"
753           from clean rules
754         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
755         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
756           prevents mkdir -p from aborting on Alpha
757
758 2005-08-12 Raphael Neider <rneider AT web.de>
759
760         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
761           db-statements in order to allow for arrays of pointers in code
762           sections to be placed without interspersed 0-padding, fixes
763           bug #1256215
764         * (emitStatistics): fixed division by zero for pic18f1220
765         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
766           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
767         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
768         * (pic16_pCodeConstString): keep track of already emitted string
769           literals to prevent "duplicate definitions of symbol _str_NR"
770         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
771           debug message
772         * device/lib/Makefile.in: ignore failing PIC16 library builds
773         * device/lib/pic16/Makefile: do not build if gputils are missing
774         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
775
776 2005-08-10 Raphael Neider <rneider AT web.de>
777
778         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
779           my last commit)
780
781 2005-08-10 Raphael Neider <rneider AT web.de>
782
783         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
784           Rokas' patch to add the new fixed point type "__fixed16x16"
785         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
786           functions for __fixed16x16 arithmetics
787         * device/lib/pic16: reimplemented the build system to support
788           a separate build directory, better handling of libio (create
789           the library in a separate subdir for each architecture) and
790           easier configuration (centralized in Makefile.common)
791
792 2005-08-07 Raphael Neider <rneider AT web.de>
793
794         * src/pic16/gen.c (genrshTwo): fixed sign extension
795         * src/pic16/device.c: added pic18f2320, 4220 and 4320
796         * device/include/pic16/pic18f2220.h: changed some bit definitions,
797           added T0CONbits
798         * device/include/pic16/pic18f4220.h: NEW, header for
799           pic18f4220 and pic18f4320
800         * device/include/pic16/pic18fregs.h: added new devices,
801           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
802         * device/include/pic16/signal.h: resolved name clashes
803           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
804           to also allow testing for interrupt enable bits, added
805           comments on how to use the macros
806         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
807         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
808           register definitions for the devices
809         * device/lib/pic16/pics.all: added new devices
810         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
811           allocated memory
812         * device/lib/pic16/libc/stdlib/memfree: do not count
813           the block header as free memory
814         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
815           simplified and added missing end-of-blocklist-marker
816           (reported by Peter Onion, fixes #1252814)
817         * (_mergeHeapBlock): fixed loop condition
818         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
819           len==0, restructured code
820         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
821           up a bit, reduced bitfield accesses, prevent endless loops
822           in case of heap corruption
823         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
824           "unreferenced arguments/must return a value" warnings
825         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
826           replaced BAUDREG with SPBRG
827         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
828           device/lib/pic16/debug/gstack/gstack.c: replaced
829           _naked, _asm, _endasm with __naked, __asm, __endasm
830
831 2005-08-05 Raphael Neider <rneider AT web.de>
832
833         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
834           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
835
836 2005-08-05 Borut Razem <borut.razem AT siol.net>
837
838         * device/lib/Makefile.in: added missing ';'
839         * configure: removed ^M characters
840
841 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
842
843         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
844           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
845           License
846
847 2005-08-04 Borut Razem <borut.razem AT siol.net>
848
849         * configure.in: pic16 libraries build 2nd try - enable running
850           configure in device/lib/pic16
851         * configure: regenerated from configure.in
852         * device/lib/Makefile.in: create $(PORT)/bin directory
853
854 2005-08-03 Raphael Neider <rneider AT web.de>
855
856         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
857           to get/set values via pointers
858         * (genUnpackBits,genPackBits): changed detection of
859           ptr->bitfield vs. sym.bitfield, fixed access via generic
860           pointers, removed dead (wrong) code for multibyte bitfields
861         * (genNearPointerGet, genGenPointerGet): removed useless code,
862           fixed bitfield detection, fixes #1250594
863         * (genNearPointerSet): removed useless code
864         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
865           and introduced macro pic16_emitpcode that conditionally emits
866           the origin of the following pCode (useful for debugging SDCC)
867         * src/pic16/pcode.c: changed (and disabled) some debug outputs
868         * (createDefmap): fixed handling of LFSR for --optimize-df
869
870 2005-08-02 Borut Razem <borut.razem AT siol.net>
871
872         * device/lib/Makefile.in: pic16 libraries build enabled since
873           gputils-0.13.2 are now localy installed at sourceforge's compile farm
874
875 2005-08-02 Raphael Neider <rneider AT web.de>
876
877         * src/pic16/gen.c (genPackBits): removed deprecated warning
878         * (genGenPointerSet): fixed bitfield detection
879
880 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
881
882         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
883
884 2005-07-31 Raphael Neider <rneider AT web.de>
885
886         * device/lib/pic16/libdev/pic18f458.c,
887           device/include/pic16/pic18f458.h: added missing T0CONbits
888
889 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
890
891         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
892
893 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
894
895         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
896
897 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
898
899         * device/include/mcs51/at89c51ed2.h: added.
900
901 2005-07-23 Raphael Neider <rneider AT web.de>
902
903         * src/pic/gen.h: added emitpcode macro for debugging
904         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
905           and replace by macro adding debug information on demand
906         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
907         * (gencjne): tried to fix; replaced with correct (slower) code
908         * (gen{Unp,P}ackBits): fixed single bit access
909         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
910         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
911           previous instruction
912         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
913           register has to be handled with care (forbidding movement
914           of assignments/uses, removing assignments completely, ...)
915         * (pCodeOptime2pCodes): make use of regIsSpecial
916         * added lots of debugging output (commented out)
917         * src/pic/rallloc.c (deassignLRs): prevent operand registers
918           from being reused as result UNLESS it is known to work
919
920 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
921
922         * support/Util/dbuf.h: include <stddef.h> for size_t
923         * .version: changed to version 2.5.2
924
925 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
926
927         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
928
929 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
930
931         * src/hc08/gen.c (genMinus): fixed bug #1241835,
932           (genModOneByte): removed needless psha/pula
933
934 2005-07-22 Raphael Neider <rneider AT web.de>
935
936         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
937           have PIC14 handled like PIC16, fixes broken pic14 linker calls
938         * src/pic/gen.c (resolveIfx): do not "invent" labels
939         * (genSkipc): changed to positive logic
940         * (genSkipCond): removed as no longer needed
941         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
942           backport from PIC16
943         * (genLeftShift): check operands are in different registers
944         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
945           INCF does not update CARRY...
946         * src/pic/main.c: fixed _linkCmd
947         * src/pic/pcode.c (unlinkpCode): added inactive code
948         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
949           alive (do not assign result and operand overlapping registers)
950
951 2005-07-22 Raphael Neider <rneider AT web.de>
952
953         * src/pic/device.c (dump_sfr): replaced register declaration with
954           call to emitSymbolToFile() to avoid duplicate symbols
955         * (assignRelocatableRegisters): do not declare external symbols
956         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
957           right (take size of type, not etype)
958         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
959         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
960         * (packRegsForAccUse): disabled assignment of WREG as
961           the result reg to prevent occurence of just fixed #1235003,
962           fixes #1242954
963         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
964           symbols (avoids duplicate symbols in .asm file)
965         * (pic14emitRegularMap): use emitSymbolToFile()
966         * src/pic/gen.c (aopOp): fixed spillLocation handling
967         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
968         * (genDataPointerSet): removed unneccessary variables/output
969
970 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
971
972         * as/mcs51/lkarea.c: enlarged codemap for banked memory
973         * device/lib/mcs51/crtbank.asm: added # to 0x0F
974
975 2005-07-21 Raphael Neider <rneider AT web.de>
976
977         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
978           architecture cannot handle them efficiently, fixes bug #1235003
979         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
980           check for empty sets before using them (fixes bug #1232190)
981
982 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
983
984         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
985           (lnksect2): generate warnings for memory overlap
986         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
987           constseg to set the name of these segments so you can instruct the linker
988           to place them in banks
989         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
990         * src/SDCCglobl.h: added MODEL_HUGE to enum,
991           added code_seg and const_seg to options
992         * src/SDCCglue.c (emitMaps): use options.const_seg,
993           (createInterruptVect): put interrupt vectors in segment HOME,
994           (glue): put HOME before static segment and put the main glue in HOME,
995           (glue): use options.code_seg
996         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
997         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
998           these segments so you can instruct the linker to place them in banks
999           (linkEdit): use code_loc for HOME segment which should be the first
1000           segment in code memory now
1001         * src/SDCCmem.c: fixed more stuff like bug 1238386
1002         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1003           (changePointer): don't change function pointers to code pointers for
1004           banked functions,
1005           (compareType): added exceptional check for banked function pointers
1006         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1007         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1008           after static in code memory
1009         * src/mcs51/gen.c: added aopLiteralLong prototype,
1010           (aopForSym): use getSize for functions,
1011           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1012           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1013           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1014           the segment,
1015           (genPcall): use call for literal function pointers and generate banked
1016           calls over the one trampoline so there's only one place for the user to
1017           modify according to his/hers hardware,
1018           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1019           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1020         * src/mcs51/main.c: added keyword banked,
1021           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1022         * support/Util/SDCCerr.c,
1023         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1024           needed for passing the bank and address to the trampoline
1025         * device/lib/mcs51/crtbank.asm: added for bankswitching
1026         * device/lib/mcs51/Makefile: added crtbank
1027
1028 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1029
1030         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1031           for fields at offset 0 of a struct or union as reported
1032           on 2005-07-07 in the developer mailing list.
1033
1034 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1035
1036         * src/SDCCmem.c: fixed bug 1238386
1037
1038 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1039
1040         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1041           (patch #1144962), added peephole 300, enabled 259.x
1042         * doc/sdccman.lyx: removed screenshot and provided link instead
1043
1044 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1045
1046         * doc/sdccman.lyx: added section about debugging with ddd
1047         * doc/figures/ddd_example.eps: screenshot of debugging session
1048
1049 2005-07-04 Raphael Neider <rneider AT web.de>
1050
1051         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1052           like CODE pointers, fixes #1115683
1053         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1054           call, fixes bugs #1232211, #1228110,
1055           fixed wrong casts to pCodeFlow from pCodeInstructions
1056
1057 2005-07-04 Raphael Neider <rneider AT web.de>
1058
1059         * src/pic/gen.c (popGet): changed assert to allow for
1060           bit operands
1061         * (popGetAddr): changed signature to provide
1062           an additional index, patched all call sites
1063         * (genCmpEq): handle literal-like operands correctly
1064         * (genAddrOf): added sanity checks on __code/__data pointers
1065         * (genAssign): added handling of symbols from __code section
1066         * (gencjne): do not generate code for comparisons whose result
1067           is neither stored nor used, fixes bug #1171114
1068         * (AccLsh, AccRsh): operate on operand instead of WREG
1069         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1070           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1071           by known count
1072         * rewrote complete shift-by-literal logic, commented unused
1073           functions out
1074         * (genConstPointerGet): get multiple bytes (if result size > 1),
1075           fixed handling of non-immediate addresses
1076         * (genPointerGet): handle CODE pointers like CONST pointers
1077         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1078         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1079           operand is to be treated as a literal or not
1080         * (mov2w,genPcall,genCmpEq),
1081           src/pic/genarith.c: use aop_isLitLike() to decide between
1082           literal/register contents
1083         * (addSign): added missing offset
1084         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1085           only emit comment in debug-mode,
1086           use {aop,op}_isLitLike throughout the file
1087         * src/pic/glue.c: fix initializers for pointers (work in progress)
1088         * src/pic/pcode.c (get_op): honor index on _const symbols
1089         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1090         * (dumppBlock): added pCode size estimation
1091         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1092           check for IS_SYMOP before OP_SYMBOL'ing
1093         * fixed indentation, compacted switch-statements
1094         * (allocReg): find free register and allocate it instead of
1095           allocating new registers all the time
1096         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1097           registers as its operands (necessary only for multibyte GETs)
1098
1099 2005-07-01 Raphael Neider <rneider AT web.de>
1100
1101         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1102           debugging .asm-output macros FENTRY + FEXIT
1103         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1104           way... I wonder...
1105         * (emitpComment): NEW, printf to pCode
1106         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1107           offset handling
1108         * (popGetAddr): NEW, variant of popGet to access an immediates
1109           high(er) bytes instead of the n'th byte of memory they reference,
1110           replaced popGet with popGetAddr where neccessary
1111         * (genDataPointerGet): reactivated and fixed implementation
1112         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1113           accesses
1114         * (genDataPointerSet): fixed multibyte assignments
1115         * (genpic14Code): fixed --i-code-in-asm handling
1116         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1117         * (genPlus): fixed index-out-of-bounds error
1118         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1119         * src/pic/ralloc.c: added debugging output macro FENTRY2
1120         * (spillThis): fixed indentation, enbraced for-body for clarity
1121         * (rematStr): commented out as now unused
1122         * (regTypeNum): commented out special spill case (overwrites
1123           arbitrary values)
1124         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1125
1126 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1127
1128         * doc/sdccman.lyx: documented sfr16/sfr32,
1129           added example for using storage class with function pointers
1130         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1131
1132 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1133
1134         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1135         * device/lib/_itoa.c,
1136         * device/lib/_ltoa.c: optimized codesize
1137         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1138           but don't know how to suppress the double warning.
1139         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1140         * support/Util/SDCCerr.c,
1141         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1142
1143 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1144
1145         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1146           fixed old K&R prototypes
1147         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1148         * device/lib/_gptrget.c,
1149         * device/lib/_gptrgetc.c,
1150         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1151           also new versions for small generic pointers and banked generic pointers
1152         * src/port.h: added const_name
1153         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1154         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1155         * src/SDCCcse.c (findPrevIc): check all associative operators
1156         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1157         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1158         * src/SDCCmem.c: updated comments,
1159           set far-space to 0 for pdata, results in optimized code
1160         * src/SDCCmem.h: added macro CONST_NAME
1161         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1162           moving the info into the highest bits, see also gptrget/gptrput
1163         * src/src.dsp: added sdcc.ico to project files
1164         * src/avr/gen.c (genCast): fixed bug 0x%d
1165         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1166         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1167           relation between ptr_type and DCL_TYPE,
1168           (genCast): fixed bug 0x%d
1169         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1170           (CODE)" for const_name
1171         * src/hc08/gen.c (genCast): fixed bug 0x%d
1172         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1173           (hc08_port): added "CONST (CODE)" for const_name
1174         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1175           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1176           between ptr_type and DCL_TYPE,
1177           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1178           operand* and took AOP() inside function so sfr-ness can be checked,
1179           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1180           new prototype,
1181           (genFunction, genEndFunction): optimized stack setup,
1182           (genMinus): optimized for literals with ending zeroes (in bytes),
1183           (genCast): fixed bug 0x%d
1184         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1185           (mcs51_port): added "CONST (CODE)" for const_name
1186         * src/mcs51/peeph.def: made rule 226 more generic
1187         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1188         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1189         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1190         * src/z80/main.c (z80_port): added NULL for const_name,
1191           (gbz80_port): added NULL for const_name
1192         * support/regression/tests/bug663539.c,
1193         * support/regression/tests/sfr16.c: new tests
1194
1195 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1196
1197         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1198
1199 2005-06-24 Raphael Neider <rneider AT web.de>
1200
1201         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1202           corrected typos...
1203         * device/include/pic16/signal.h: added USBIF
1204           and SIG_USB
1205
1206 2005-06-24 Raphael Neider <rneider AT web.de>
1207
1208         * device/lib/pic16/libdev/pic18f2455.c,
1209           device/include/pic16/pic18f2455.h: NEW
1210         * device/include/pic16/pic18fregs.h,
1211           device/lib/pic16/pics.all,
1212           src/pic16/device.c: added 18f2455
1213         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1214           device/include/pic16/{pic18f[68][567].h,usart.h}:
1215           replaced MULTIPLE_USARTS define with more relaible
1216           compatibility sfrs (for USART access)
1217
1218 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1219
1220         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1221           and the output asm file line is printed on two lines.
1222
1223 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1224
1225         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1226           BGT, BLE, BHI, and BLS instructions
1227         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1228           genCmpEq): removed
1229         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1230           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1231           fixes bug #1216342
1232         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1233
1234 2005-06-15 Raphael Neider <rneider AT web.de>
1235
1236         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1237         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1238         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1239           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1240           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1241
1242 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1243
1244         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1245           Marcel Telka in bug #1215704
1246
1247 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1248
1249         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1250           located in shared memory bank.
1251
1252 2005-05-31 Raphael Neider <rneider AT web.de>
1253
1254         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1255           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1256           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1257
1258 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1259
1260         * device/lib/_strncpy.c: fixed the fix
1261
1262 2005-05-26 Raphael Neider <rneider AT web.de>
1263
1264         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1265           initializers with \0, bug #1208187
1266         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1267           intializers with \0, bug #1208187
1268
1269 2005-05-26 Raphael Neider <rneider AT web.de>
1270
1271         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1272           initializers with \0, bug #1208187
1273         * src/pic16/main.c (_process_pragma): added sanity checks
1274           for stack position and size, emit warnings when appropriate
1275
1276 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1277
1278         * device/lib/_strncpy.c: fixed not filling with \0
1279
1280 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1281
1282         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1283           createFunction),
1284         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1285           compound_statement),
1286         * src/SDCCsymt.h,
1287         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1288
1289 2005-05-24 Raphael Neider <rneider AT web.de>
1290
1291         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1292
1293 2005-05-24 Raphael Neider <rneider AT web.de>
1294
1295         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1296           TRISE definitions, closes bug #1162453
1297
1298 2005-05-22 Raphael Neider <rneider AT web.de>
1299
1300         * src/pic16/main.c (_process_pragma): check for missing
1301           arguments to pragmas code and udata
1302         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1303           consistency fixes to match other headers (thanks to Jim Paris)
1304         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1305
1306 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1307
1308         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1309
1310 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1311
1312         * support/regression/tests/bug1198642.c: new test
1313         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1314         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1315         * support/scripts/resource.h,
1316         * support/scripts/resource.rc,
1317         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1318         * support/scripts/sdcc.ico: added 32x32 icon
1319
1320 2005-05-18 Raphael Neider <rneider AT web.de>
1321
1322         * device/lib/pic16/libdev/pic18f*.c,
1323         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1324           keywords to "__sfr" and "__at (X)"
1325         * device/include/pic16/pic18fregs.h: added pic18f4520
1326         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1327           #1203088 (MPLAB compatibility)
1328
1329 2005-05-17 Raphael Neider <rneider AT web.de>
1330
1331         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1332         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1333         * device/lib/pic16/pics.all: added new devices
1334         * src/pic16/device.c: added support for pic18f4520
1335
1336 2005-05-16 Raphael Neider <rneider AT web.de>
1337         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1338         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1339         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1340           convenience function for bit access
1341
1342 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1343
1344         * device/lib/printf_large.c: fixed bug 1193299
1345         * support/regression/tests/bug1057979.c: added test %3.3s
1346
1347 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1348
1349         * device/include/mcs51/8051.h,
1350         * device/include/mcs51/8052.h: made parseable with lint
1351         * device/include/mcs51/lint.h: added include file for (sp)lint
1352         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1353         * doc/cdbfileformat.lyx,
1354         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1355
1356 2005-05-14 Raphael Neider <rneider AT web.de>
1357
1358         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1359         * device/lib/pic16/libc/stdlib/itoa.c (new)
1360         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1361         * device/lib/pic16/libio/Makefile: exclude subdir according to
1362           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1363         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1364         * src/pic16/gen.c (genFunction): prevent annoying warning
1365         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1366           nameclashes on BeOS
1367         * support/cpp2/cppmain.c (cpp_output_string): new
1368         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1369           fixes bug 1116802
1370
1371 2005-05-13 Borut Razem <borut.razem AT siol.net>
1372
1373         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1374
1375 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1376
1377         * .version: changed to version 2.5.1; back to bleeding edge development
1378
1379 2005-05-11 Borut Razem <borut.razem AT siol.net>
1380
1381         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1382           generate PDF version 1.3 documents
1383
1384 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1385
1386         * .version: changed to version 2.5.0
1387
1388 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1389
1390         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1391
1392 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1393
1394         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1395         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1396         well as many smaller updates.
1397         * .version: changed to version 2.5.0-pre1
1398
1399 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1400
1401         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1402
1403 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1404
1405         * support/regression/tests/bug1185672.c: added
1406         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1407           bug 1185672
1408         * src/mcs51/gen.c (genCall): added comments, made it look safer
1409         * src/mcs51/gen.c (genEndFunction): simplified
1410
1411 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1412
1413         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1414
1415 2005-04-14 Borut Razem <borut.razem AT siol.net>
1416
1417         * fixed bug 1045046 - SIGSEGV with really simple code?:
1418           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1419           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1420
1421 2005-04-14 Borut Razem <borut.razem AT siol.net>
1422
1423         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1424           src/pic16/device.h: temporarily disabled experimental #inline pragma
1425           for 2.5.0 release
1426
1427 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * device/include/z80/stdio.h,
1430         * device/include/z80/string.h: removed these highly incomplete files so
1431           SDCC can use the default ones in device/include/
1432
1433 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1434
1435         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1436         gcc warning.
1437         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1438         fix sdcpp warnings.
1439
1440 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1441
1442         * device/include/malloc.h: removed redundant __reentrant prototypes
1443         * device/lib/_mullong.c: added working xstack variant in asm (C version
1444           doesn't pass regression tests)
1445         * device/lib/bpx.c: used __data and made bpx char for mcs51
1446         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1447           (createFunction): fixed bug with xstackPtr
1448         * src/SDCCcse.c: corrected comments
1449         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1450           (killDeadCode, eBBlockFromiCode): removed unused code
1451         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1452           corrected comments
1453         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1454           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1455           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1456           (genModOneByte): fixed warning in MSVC
1457         * src/mcs51/main.c (): added comments
1458         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1459
1460 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1463
1464 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1465
1466         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1467
1468 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1469
1470         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1471         characters arrays of larger size than the declared one.
1472
1473 2005-04-10 Borut Razem <borut.razem AT siol.net>
1474
1475         * src/pic/gen.c (genInline),
1476           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1477           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1478           (findNextInstruction), (findPrevInstruction),
1479           (findInstructionUsingLabel),
1480           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1481         * src/pic/pcode.c (findLabel): added missing '\n'
1482         * src/src.dsp: added SDCCdwarf2.c to the project
1483
1484 2005-04-09 Borut Razem <borut.razem AT siol.net>
1485
1486         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1487
1488 2005-04-08 Raphael Neider <rneider AT web.de>
1489
1490         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1491           into the chain after a given one) and mergeDefmapSymbols (combine
1492           defmap entries for each symbol per pcode)
1493         * (createDefmap): have defmap entries merged in the end
1494         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1495           a symbol before replacing one access type's symbol, merge symbols in
1496           the end (replacement symbol might already have an entry)
1497         * (assignValnums): keep reference to written WREG intact
1498
1499 2005-04-08 Raphael Neider <rneider AT web.de>
1500
1501         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1502           Alpha)
1503
1504 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1505
1506         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1507         bytes
1508
1509 2005-04-07 Raphael Neider <rneider AT web.de>
1510
1511         * device/include/pic16/usart.h: added compatibility defines for
1512           devices with more than one USART
1513         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1514
1515 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1516
1517         * device/lib/Makefile.in: updated for port specific include
1518
1519 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1520
1521         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1522
1523 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1524
1525         * device/include/8051.h,
1526         * device/include/8052.h,
1527         * device/include/at89S8252.h,
1528         * device/include/at89c55.h,
1529         * device/include/at89x051.h,
1530         * device/include/at89x51.h,
1531         * device/include/at89x52.h,
1532         * device/include/mcs51reg.h,
1533         * device/include/reg51.h,
1534         * device/include/reg764.h,
1535         * device/include/regc515c.h,
1536         * device/include/sab80515.h: (re)moved these 12 files
1537         * device/include/mcs51/8051.h,
1538         * device/include/mcs51/8052.h,
1539         * device/include/mcs51/at89S8252.h,
1540         * device/include/mcs51/at89c55.h,
1541         * device/include/mcs51/at89x051.h,
1542         * device/include/mcs51/at89x51.h,
1543         * device/include/mcs51/at89x52.h,
1544         * device/include/mcs51/mcs51reg.h,
1545         * device/include/mcs51/reg51.h,
1546         * device/include/mcs51/reg764.h,
1547         * device/include/mcs51/regc515c.h,
1548         * device/include/mcs51/sab80515.h: and added them here
1549
1550 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1551
1552         * device/include/stdarg.h: changed SDCC specific keywords to double
1553           underlined form.
1554         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1555           mcs51 and ds390.
1556         * device/include/hc08/mc68hc908gp32.h,
1557         * device/include/hc08/mc68hc908jb8.h,
1558         * device/include/hc08/mc68hc908jkjl.h,
1559         * device/include/hc08/mc68hc908qy.h: fixed comments
1560         * device/include/mcs51/README: updated
1561         * device/include/mcs51/c8051f120.h: added PINRSF
1562         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1563         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1564           amidst code. Also inline is not supported.
1565
1566 2005-04-06 Raphael Neider <rneider AT web.de>
1567
1568         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1569         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1570           callers stack/frame pointers
1571
1572 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1573
1574         * device/include/pic16/usart.h: added, missing in previous commit,
1575         * device/include/pic16/adc.h: fixed typo,
1576         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1577         commit,
1578         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1579         <p18fxxx.inc>
1580         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1581         uninitialized because a bug appears with gplink
1582         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1583         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1584         complains for unrecognised option
1585
1586 2005-04-05 Raphael Neider <rneider AT web.de>
1587
1588         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1589           structs as well (using memcpy)
1590         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1591           on ISRs (GOTO has no label)
1592         * src/pic16/device.h: added OF_OPTIMIZE_DF
1593         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1594           new data flow analysis/optimization
1595         * src/pic16/pcode.c: added (prototypes for and implementation of)
1596           dataflow analysis functions, fixed pCodeInstructions' inCond and
1597           outCond values, made RCALL a branch instruction
1598         * (pic16_unlinkpCode): keep C line if possible
1599         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1600           C line moved if possible
1601         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1602         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1603           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1604         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1605           new flow)
1606         * (pic16_getJumptabpCode): NEW, needed in...
1607         * (LinkFlow): fixed handling of jumptables, calls and conditional
1608           branches
1609         * (pic16_InsertCommentAfter): NEW
1610         * (pic16_pCodeReplace): made verbose and flow preserving
1611         * (AnalyzeFlow): added call to data flow analysis
1612         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1613         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1614         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1615
1616 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1617
1618         * src/SDCCast.c (decorateType): fixed bug #1105626
1619
1620 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1621
1622         * device/include/asm/pic16/features.h,
1623         * pic18f*.h headers,
1624         * device/include/pic16/adc.h,
1625         * device/include/pic16/delay.h,
1626         * device/include/pic16/i2c.h,
1627         * device/include/pic16/malloc.h,
1628         * device/include/pic16/stdio.h,
1629         * device/include/pic16/stdlib.h,
1630         * device/include/pic16/string.h,
1631         * device/lib/pic16/libc/stdio/printf_tiny.c,
1632         * device/lib/pic16/libc/stdio/printf_small.c,
1633         * device/lib/pic16/libc/stdio/strmgpsim.c,
1634         * device/lib/pic16/libc/stdio/strmmssp.c,
1635         * device/lib/pic16/libc/stdio/strmusart.c,
1636         * device/lib/pic16/libc/stdio/vfprintf.c,
1637         * device/lib/pic16/libc/stdlib/ltoa.c,
1638         * device/lib/pic16/libc/stdlib/putchar.c,
1639         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1640         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1641         * device/lib/pic16/libc/stdlib/memchrram.c,
1642         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1643         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1644         * device/lib/pic16/libio/adc/adcbusy.c,
1645         * device/lib/pic16/libio/adc/adcread.c,
1646         * device/lib/pic16/libio/adc/adcsetch.c,
1647         * device/lib/pic16/libio/usart/ubaud.c,
1648         * device/lib/pic16/libio/usart/ubusy.c,
1649         * device/lib/pic16/libio/usart/udrdy.c,
1650         * device/lib/pic16/libio/usart/uopen.c,
1651         * device/lib/pic16/libio/usart/uputc.c,
1652         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1653         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1654         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1655         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1656         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1657         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1658         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1659         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1660         specific keywords to double underlined form,
1661         * device/lib/pic16/libc/Makefile.rules,
1662         * device/lib/pic16/libsdcc/Makefile.rules,
1663         * device/lib/pic16/libm/Makefile,
1664         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1665         to compile with C standard set in Makefile.common
1666         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1667         rand.c and crc.c in compilation process,
1668         * device/lib/pic16/libsdcc/int/divuint.c,
1669         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1670         `c' from signed to unsigned,
1671         * device/lib/pic16/startup/crt0.c,
1672         * device/lib/pic16/startup/crt0i.c,
1673         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1674         keywords to double underlined form, bug fixes in _do_cinit function
1675         which prevented the correct initialization of the .idata segment,
1676         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1677         core to enter a infinite loop
1678         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1679
1680 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1681
1682         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1683
1684 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1685
1686         * device/include/Makefile.in: add support for hc08 subdirectory
1687         * device/include/hc08/: new subdirectory
1688         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1689         Lucas Loizaga, thanks!
1690         * device/include/hc08/mc68hc908qy.h,
1691         * device/include/hc08/mc68hc908gp32.h,
1692         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1693         their own directory. Changed internal macro names to use the compiler
1694         reserved namespace. Changed SDCC specific keywords to double
1695         underlined form.
1696         * device/include/math.h,
1697         * device/include/malloc.h,
1698         * device/include/stdarg.h,
1699         * device/include/stdbool.h
1700         * device/include/string.h,
1701         * device/include/tinibios.h,
1702         * device/include/ds400rom.h,
1703         * device/include/8051.h,
1704         * device/include/8052.h,
1705         * device/include/80c51xa.h,
1706         * device/include/at89c55.h,
1707         * device/include/at89S8252.h,
1708         * device/include/at89x51.h,
1709         * device/include/at89x52.h,
1710         * device/include/ds80c390.h,
1711         * device/include/reg764.h,
1712         * device/include/regc515c.h,
1713         * device/include/sab80515.h,
1714         * device/include/mcs51/c8051f000.h,
1715         * device/include/mcs51/c8051f018.h,
1716         * device/include/mcs51/c8051f020.h,
1717         * device/include/mcs51/c8051f040.h,
1718         * device/include/mcs51/c8051f060.h,
1719         * device/include/mcs51/c8051f120.h,
1720         * device/include/mcs51/c8051f300.h,
1721         * device/include/mcs51/c8051f310.h,
1722         * device/include/mcs51/c8051f320.h,
1723         * device/include/mcs51/c8051f330.h,
1724         * device/include/mcs51/c8051f350.h,
1725         * device/include/z180.h: Changed SDCC specific keywords to double
1726         underlined form.
1727
1728 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1729
1730         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1731         18F4455,
1732         * (pic16_assignConfigWordValue): disable testing of configuration
1733         register value with config mask,
1734         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1735         function with port->fun_prefix,
1736         * (genFunction): when generating a naked interrupt function never
1737         create an absolute segment placed in interrupt vector address, place
1738         the actual interrupt function at IVA instead, when an interrupt
1739         function is generated with unspecified interrupt then do not create
1740         the absolute section,
1741         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1742         code for generating a call to generic pointer get/put function with
1743         a call to function pic16_callGenericPointer(),
1744         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1745         the call to the generic pointer get/put functions with prefixing the
1746         function name with port->fun_prefix,
1747         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1748         * src/pic16/main.c (_process_pragma): prefix function with
1749         port->fun_prefix,
1750         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1751         calling assembler, old 18Fxxxx macro is deprecated,
1752         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1753         PC_ASMDIR in while condition,
1754         * (findInstruction): add PC_ASMDIR in while condition,
1755         * (buildCallTree): prefix main with port->fun_prefix,
1756         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1757         identifier for variable with banked access in instructions BTFSS,
1758         BTFSC, BCF, BSF, BTG
1759         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1760         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1761         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1762         perform optimization when enviroment variable NO_REG_OPT is set,
1763         * (insideLRBlock): NEW, return 1 if register is inside an
1764         INF_LOCALREGS block,
1765         * (RemoveRegFromLRBlock): remove a register that is completely
1766         eliminated by register optimization, but it is still left in local
1767         register store/restore in/from stack block,
1768         * (Remove2pcodes): after removing register, check to see if it
1769         should be removed from local register store/restore in/from stack
1770         block,
1771         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1772         DUMMY_READ_VOLATILE,
1773
1774         * device/include/pic16/adc.h: minor prototype modifications and
1775         update,
1776         * device/include/pic16/malloc.h: added GPL notice various
1777         modifications,
1778         * device/include/pic16/stdint.h: NEW, standard header for ints
1779         * device/include/pic16/delay.h: NEW, header for delay functions,
1780         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1781         delay1mtcy,
1782         * device/include/pic16/signal.h: NEW, header providing helper macros
1783         for implementing signal handlers,
1784         * device/include/pic16/stdio.h: added prototypes for functions,
1785         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1786         prototypes for stdin and stdout, added macro PUTCHAR to
1787         automatically implement putchar function prototype,
1788         * device/include/pic16/usart.h: modified and updated USART library,
1789         * device/lib/pic16/libio/adc/,
1790         * device/lib/pic16/libio/i2c: some modifications to improve library
1791         performance,
1792         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1793         family of functions,
1794         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1795         family of functions and other sources,
1796         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1797         of the PIC18Fxx[28] devices,
1798         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1799         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1800         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1801         _do_cinit function, because the previous failed when local variables
1802         where not placed in the same memory bank,
1803         * device/lib/pic16/libsdcc/char/: various modifications to improve
1804         library performance,
1805         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1806         information on the new functions of the c library and more...
1807
1808 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1809
1810         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1811
1812 2005-03-26 Raphael Neider <rneider AT web.de>
1813
1814         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1815           if condition == CARRY)
1816         * (genCmp): adapted to new genSkipc semantics
1817         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1818           on rIfx (genCmp was broken)
1819
1820 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1821
1822         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1823         * src/z80/main.c (_keywords[]),
1824         * src/SDCCglobal.h (struct options),
1825         * src/SDCC.y,
1826         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1827         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1828         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1829         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1830         always available in leading double underscore form. The C99 support is
1831         mostly missing, but it's a start.
1832         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1833         reserved identifier "__data".
1834
1835 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1836
1837         * src/mcs51/peeph.def: fixed bug 1170013
1838
1839 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1840
1841         * device/include/mcs51reg.h: fixed bug 842007
1842
1843 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1844
1845         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1846         last time.
1847
1848 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1849
1850         * src/port.h (struct PORT),
1851         * src/avr/ralloc.c (avr_assignRegisters),
1852         * src/avr/main.c,
1853         * src/ds390/ralloc.c (ds390_assignRegisters),
1854         * src/ds390/main.c,
1855         * src/hc08/ralloc.c (hc08_assignRegisters),
1856         * src/hc08/main.c,
1857         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1858         * src/mcs51/main.c,
1859         * src/pic/ralloc.c (pic14_assignRegisters),
1860         * src/pic/main.c,
1861         * src/pic16/ralloc.c (pic16_assignRegisters),
1862         * src/pic16/main.c,
1863         * src/xa51/ralloc.c (xa51_assignRegisters),
1864         * src/xa51/main.c,
1865         * src/z80/ralloc.c (z80_assignRegisters),
1866         * src/z80/ralloc.h,
1867         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1868         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1869         * src/SDCCcse.h,
1870         * src/SDCCdflow.c (computeDataFlow),
1871         * src/SDCCdflow.h,
1872         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1873         * src/SDCCloop.h,
1874         * src/SDCCcflow.c (*),
1875         * src/SDCCcflow.h,
1876         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1877         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1878         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1879         immedDom() returning wrong block; probably fixes bug #1160833)
1880
1881 2005-03-20 Borut Razem <borut.razem AT siol.net>
1882
1883         * support/scripts/inc2h.pl: WIN32 port
1884
1885 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1886
1887         * device/lib/makefile.in: added abs.c and labs.c
1888
1889 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1890
1891         * device/include/stdint.h: added
1892         * device/lib/abs.c: added
1893         * device/lib/labs.c: added
1894         * device/include/stdlib.h: added abs() and labs() prototypes
1895         * device/lib/libsdcc.lib: added abs and labs
1896         * device/include/float.h,
1897         * device/lib/_fsmul.c,
1898         * device/lib/printf_fast.c,
1899         * device/lib/printf_tiny.c: updated comments
1900
1901 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1902
1903         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1904         bug #1164313
1905
1906 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1907
1908         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1909         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1910
1911 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1912
1913         * device/lib/printf_large.c: removed inline assembly for portability and
1914           readability. Use printf_fast if speed or size are more important.
1915         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1916         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1917
1918 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1919
1920         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1921         prevent compiler warning
1922
1923 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1924
1925         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1926         moved to level 0 and declared as static. Also they are explicit
1927         placed in access bank. This was necessery because some times they
1928         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1929         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1930         optimizations. Currently only compare to unsigned char is implemented,
1931         * src/pic16/gen.c: added fReturnIdx array,
1932         * (struct resolvedIfx) is moved to gen.h and made public,
1933         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1934         * (aopForSym): added an optimization to directly store in stack of
1935         the operand of a SEND iCode,
1936         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1937         but as registers instead (AOP_REG) using the fReturnIdx array,
1938         * (pic16_freeAsmop): remove the freed register from the
1939         _G.sregsAlloc field,
1940         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1941         a compare of 'WREG',
1942         * (pic16_popGetTempRegCond): changed function prototype, now
1943         function takes also a bitVector argument v which holds the current
1944         set of registers that are allocated for stack access by aopForSym,
1945         registers allocated in aopForSym for accessing stack symbols are not
1946         any more part of the functions usedRegs field,
1947         * (genCall): some times aopOp is called for a stack variable to be
1948         send, aopForSym might perform the push, if this is true make sure
1949         that genCall doesn't push the variable twice by testing _G.resDirect,
1950         * (genFunction): changed testing for unspecified interrupt number
1951         from 256 to INTNO_UNSPEC,
1952         * modified selection scheme of frame pointer generation. Previously
1953         if function did use local registers a frame pointer was generated,
1954         now a frame pointer is generated only if function has arguments
1955         (that need PLUSW2 register access), or has stack arguments, or the
1956         compiler is not instructed to omit the frame pointer,
1957         * (genEndFunction): before restoring local registers that were saved
1958         in the function preamble, also restore the registers that *might*
1959         have been allocated for stack access,
1960         * (genRet): removed some old comments,
1961         * (genCmp, the active (RN's) version): added a call to the
1962         pic16_genCmp_special function to perform the compare with a more
1963         robust and optimized way,
1964         * (genInline): a feature has been added in inline code generation,
1965         which allows a wildcard variable substitution when writing inline
1966         assembly. Code is incomplete and experimental therefore undocumented,
1967         * (genCast): changed order of aopOp for result and right to allow
1968         aopForSym to directly load the result if possible,
1969         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1970         perform an optimized compare on some selected special occasions,
1971         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1972         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1973         generate an IVT any more,
1974         * src/pic16/main.c (pic16_optionsTable): added command line option
1975         --optimize-cmp,
1976         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1977         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1978         macros,
1979         * src/pic16/NOTES: Raphael Neider added in list of active developers
1980         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1981         jumptable_end to prevent bug #,
1982         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1983         inCond and outCond fields,
1984         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1985         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1986         turn off register spilling,
1987         * (packRegsForOneUse): synced with other ports' versions although it
1988         is not used currently,
1989         * (pic16_packRegisters): added an optimization while reading
1990         structure bitfields, some registers may be saved (malloc code is
1991         decreased by 80 bytes)
1992
1993 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1994
1995         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1996         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1997         this can be optimized more?
1998
1999 2005-03-10 Raphael Neider <rneider AT web.de>
2000
2001         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2002           genNearPointerGet): (hopefully) fixed access to bitfields via
2003           pointers (p->bitN = x; and x = p->bitN; failed)
2004
2005 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2006
2007         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2008
2009 2005-03-09 Raphael Neider <rneider AT web.de>
2010
2011         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2012
2013 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2014
2015         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2016         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2017           (regTypeNum): set REG_BIT type if necessary
2018         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2019         * support/regression/tests/critical.c: check bug 1144613
2020
2021 2005-03-02 Raphael Neider <rneider AT web.de>
2022
2023         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2024
2025 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2026
2027         * src/avr/ralloc.c (serialRegAssign),
2028         * src/ds390/ralloc.c (serialRegAssign),
2029         * src/hc08/ralloc.c (serialRegAssign),
2030         * src/mcs51/ralloc.c (serialRegAssign),
2031         * src/pic/ralloc.c (serialRegAssign),
2032         * src/pic16/ralloc.c (serialRegAssign),
2033         * src/xa51/ralloc.c (serialRegAssign),
2034         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2035
2036 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2037
2038         * src/SDCCast.c (decorateType): fixed bug 1124787
2039
2040 2005-02-20 Hubert Sack <sack AT digiplan.de>
2041         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2042
2043         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2044         patch #1121755
2045
2046 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2047
2048         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2049         to keep the correct label reference count when adding/removing references
2050         to labels. A peephole file using this is appended to patch #1144962.
2051
2052 2005-02-14 Raphael Neider <rneider AT web.de>
2053
2054         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2055         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2056         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2057           retrievals of result operand's value on assignment
2058
2059 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2060
2061         * device/include/pic16/string.h: modified prototype for memccpy()
2062         to memccpy(void *, void *, char, size_t)
2063         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2064         check whether to omit frame pointer or not,
2065         * (genInline): convert all occurences of "\n" to LF in inline
2066         assembler blocks, this helps formatting the inline text,
2067         * (pic16_loadFSR0): modified prototype,
2068         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2069         removed some 8051 legacy code,
2070         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2071         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2072         before allocating temporary registers in functions,
2073
2074 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2075
2076         * support/regression/tests/bitvars.c: corrected the "fix"
2077
2078 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2079
2080         * support/regression/tests/bitvars.c,
2081         * support/regression/tests/bitwise.c,
2082         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2083
2084 2005-02-10 Raphael Neider <rneider AT web.de>
2085
2086         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2087           different size for Alpha
2088         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2089
2090 2005-02-09 Raphael Neider <rneider AT web.de>
2091
2092         * src/SDCC.lex(doPragma) : save and restore warning options as well
2093           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2094         * have #pragma less_pedantic set the errorlevel to WARNING
2095           (fixes #1117001)
2096         * (cloneOptimize) : fixed wrong malloc's size
2097         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2098           facilitate correct handling of #pragma (save|restore)
2099
2100 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2101
2102         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2103
2104 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2105
2106         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2107
2108 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2109
2110         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2111
2112 2005-02-02 Raphael Neider <rneider AT web.de>
2113
2114         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2115         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2116         * (pic16_storeForReturn): fixed to allow returning function pointers
2117         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2118         * device/include/pic16/{stddef.h,stdbool.h}: added
2119
2120 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2121
2122         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2123
2124 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2125
2126         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2127         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2128          appeared to be required
2129
2130 2005-01-31 Borut Razem <borut.razem AT siol.net>
2131
2132         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2133           include/mcs51 and include/z80 directories to the package
2134
2135 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2136
2137         * src/hc08/gen.c (genFunction): fixed bug #1112752
2138
2139 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2140
2141         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2142
2143 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2144
2145         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2146
2147 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2148
2149         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2150
2151 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2152
2153         * device/include/c8051fxxx.h: removed these 6 files
2154         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2155
2156 2005-01-26 Raphael Neider <rneider AT web.de>
2157
2158         * src/pic16/gen.c (genAssign): fixed assignment from longs
2159           in codespace (were cut to three bytes)
2160         * (genDummyRead): implemented (except for CODESPACE...),
2161           fixed bug #1108575
2162         * src/pic16/glue.c (emitStatistics): beautified
2163         * device/lib/pic16/libm/Makefile: added include path
2164
2165 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2166
2167         * src/z80/gen.c (aopPut): fixed bug #1103902
2168
2169 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2170
2171         * device/lib/expf.c: fixed bug #1095792
2172
2173 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2174
2175         * device/lib/pic16/libm: added Math library sources
2176
2177 2005-01-24 Raphael Neider <rneider AT web.de>
2178
2179         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2180           to enable upcast to pCodeOpReg2 (there is no type tag to
2181           differenciate the two and pic16_popGet2p cast into PCOR2)
2182         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2183           (sizeof(sectNames) changed to sizeof(sectName))
2184           Both patches fix segfaults under MinGW.
2185
2186 2005-01-23 Raphael Neider <rneider AT web.de>
2187
2188         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2189           Safe_[mc]?alloc()'ed variables
2190         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2191           of (byte sized) temporaries (assign them to WREG for now)
2192         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2193           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2194           this might fix SIGSEGVs on MinGW...
2195         * src/SDCCopt.c (killDeadCode): restored original behaviour
2196           (volatile operands might get thrown away though)
2197
2198 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2199
2200         * src/pic16/gen.c: fixed bug #1106975,
2201         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2202         pointer update, INTCON is saved, global interrupts are disabled and
2203         restored after updateing TOS.
2204         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2205         * added function attribute 'shadowregs' to take advantage of shadow
2206         registers,
2207         * added function attribute 'wparam' as an alternative to the wparam
2208         pragma,
2209         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2210         user declares a non-ISR function as 'shadowregs',
2211         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2212
2213 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2214
2215         * .version: bumped version number to 2.4.8
2216         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2217         pic16 port,
2218         * device/lib/pic16/libio/i2c/: I2C module support library,
2219         * device/include/pic16/i2c.h: I2C support library header,
2220         * device/lib/pic16/libc/stdio/: standard IO support sources,
2221         * (printf_small.c): printf_small() source, supports float print,
2222         * (printf_tiny.c): printf_tiny() source, does not support floats,
2223         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2224         enable global optimizations for entire library source, other
2225         Makefiles in the source tree are also modified to reflect this,
2226         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2227         function,
2228         * doc/sdccman.lyx: updated to reflect new changes,
2229         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2230         sym->onStack if-case,
2231         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2232         sbit, idata, _idata, xdata, _xdata,
2233         * added pragma library, to link an external library, (see doc),
2234         * removed command line options, --pomit-config-words, --pomit-ivt,
2235         --pleave-reset-vector,
2236         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2237         when calling assembler to reflect memory model used, also define
2238         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2239         reflect stack model used,
2240         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2241         on stack return NULL,
2242
2243 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2244
2245         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2246           of the operands is volatile. Fixes #1020220
2247
2248 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2249
2250         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2251         * (OptimizeRegUsage): make sure that there is really no other flow where
2252           the first pCode is used
2253
2254 2005-01-22 Raphael Neider <rneider AT web.de>
2255
2256         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2257           to fix #1106967 (pCode->seq are not set up correctly)
2258
2259 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2260
2261         * src/SDCCglue.c (glue): make sure code area is declared before the
2262         static initialization area.
2263
2264 2005-01-21 Raphael Neider <rneider AT web.de>
2265
2266         * device/lib/Makefile.in: fixed test for pic16 install dir
2267         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2268           optimizations
2269         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2270           added --optimize-goto compiler switch and pragma wparam documentation
2271         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2272         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2273           and PRODH closing bug #1071770 (peephole optimizer)
2274
2275 2005-01-19 Raphael Neider <rneider AT web.de>
2276
2277         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2278           cmdLine buffers (used when calling sdcpp...) are large enough
2279           (MAX_PATH=256 truncates arguments leading to system halts when
2280           used in MinGW...)
2281         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2282         * (genUminus): rewritten to for efficiency
2283         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2284           used uninitialized in some cases)
2285         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2286           copy the third byte from the int -- now assumes 0x80 (data memory)
2287         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2288           operands (genAddLit expects the iCode's operands to swapped as
2289           well), fixed leftover bytes (crashed for short left operands)
2290         * (pic16_genMinusDec): performance improvements, removed false
2291           PIC14 emitSKPNCs
2292         * (pic16_genMinus): fixed to cope with differently sized operands
2293         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2294           for --obanksel > 1
2295         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2296         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2297           new banksel optimization
2298         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2299           analysis for temporary registers (segfaults...)
2300         * src/pic16/peeph.def: added rule
2301
2302 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2303
2304         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2305         which converts a float number to its ASCII representation
2306         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2307         functions to convert the fractional and integer part of a float to ASCII,
2308         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2309         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2310         ram
2311         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2312         _STATMEM macros,
2313         * device/include/pic16/adc.h: added GPL info,
2314         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2315         a pCodeOp as tested operand,
2316         * (genNearPointerGet): optimized bit testing, does not use
2317         intermediate register for bit value, test directly instead with
2318         BTFSS, BTFSC, works only for single bits,
2319         * (genpic16Code): dump the name of the iCode in the asm,
2320         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2321         renamed to pic16_decodeOp,
2322         * (serialRegAssign): do not allocate a temporary register for iCode
2323         sequences that test a single bit for 1/0
2324
2325 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2326
2327         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2328         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2329         access stack and frame pointers. They are initially assigned to
2330         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2331         accessing SFRs. Updated all occurences of modification of stack or
2332         frame pointer in gen.c and pcode.c,
2333         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2334         assigning of a literal value to pointers,
2335         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2336         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2337         selected
2338
2339 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2340
2341         * doc/sdccman.lyx: update documentation about stack pragma, added
2342         some info for stack memory models
2343
2344 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2345
2346         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2347
2348 2005-01-08 Raphael Neider <rneider AT web.de>
2349
2350         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2351           udata sections to fix bug #1097823
2352
2353 2005-01-05 Raphael Neider <rneider AT web.de>
2354
2355         * src/pic16/gen.c (genGenericShift): added handling of differently
2356           sized left operand and result
2357
2358 2005-01-04 Raphael Neider <rneider AT web.de>
2359
2360         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2361         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2362           to hold the condition bit)
2363         * added new version of genCmp (old code available via #define)
2364         * added new version of genShiftLeft/genShiftRight in a generic
2365           way, now supports shifting by negative values
2366         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2367           shiftCount (expected by genGenericShift)
2368         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2369         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2370           dump
2371         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2372           is an invalid literal too...)
2373
2374 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2375
2376         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2377         from Raphael Neider,
2378         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2379         for 8-bit literals. This fixes some literal operands which are sign
2380         extended to 16-bits ints when instruction needs only 8-bits.
2381
2382 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2383
2384         * device/lib/logf.c: added mcs51 assembly version
2385         * device/lib/expf.c: added mcs51 assembly version
2386         * device/lib/_logexpf.c: new shared asm code for expf and logf
2387         * device/include/math.h: add defines for assembly math library
2388         * device/lib/Makefile.in: build new _logexpf.c
2389         * device/lib/libfloat.lib: use new _logexpf.c
2390
2391 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2392
2393         * src/pic/device.c
2394         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2395           device types which have less than 0x7f registers.
2396
2397 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2398
2399         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2400
2401 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2402
2403         * device/lib/printf_fast.c: only build on supported arch.
2404         * device/lib/printf_tiny.c: only build on supported arch.
2405         * device/lib/printf_fast_f.c: only build if asm float lib
2406         * device/lib/_fsget1arg.c: only build if asm float lib
2407         * device/lib/_fsget2args.c: only build if asm float lib
2408         * device/lib/_fsnormalize.c: only build if asm float lib
2409         * device/lib/_fsreturnval.c: only build if asm float lib
2410         * device/lib/_fsrshift.c: only build if asm float lib
2411         * device/lib/_fsswapargs.c: only build if asm float lib
2412         * device/include/stdio.h: don't provide print_fast,
2413           print_fast_f, print_tiny prototypes if --xstack used
2414
2415 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2416
2417         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2418         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2419           to the SOURCES
2420
2421 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2422
2423         * device/lib/printf_fast_f.c: same as printf_fast, but
2424           with floating point enabled
2425         * device/lib/printf_fast.c: minor tweaks
2426         * device/include/stdio.h: add printf_fast_f
2427
2428 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2429
2430         * src/SDCCmain.c: make --float-reent default for mcs51
2431         * device/lib/_fsadd.c: added mcs51 assembly version
2432         * device/lib/_fssub.c: added mcs51 assembly version
2433         * device/lib/_fsmul.c: added mcs51 assembly version
2434         * device/lib/_fsdiv.c: added mcs51 assembly version
2435         * device/lib/_fseq.c: added mcs51 assembly version
2436         * device/lib/_fsneq.c: added mcs51 assembly version
2437         * device/lib/_fsgt.c: added mcs51 assembly version
2438         * device/lib/_fslt.c: added mcs51 assembly version
2439         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2440         * device/lib/Makefile.in: add _fscmp to build
2441         * device/lib/libfloat.lib: add _fscmp to build
2442
2443 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2444
2445         * device/lib/_fs2slong.c: added mcs51 assembly version
2446         * device/lib/_fs2sint.c: added mcs51 assembly version
2447         * device/lib/_fs2schar.c: added mcs51 assembly version
2448         * device/lib/_fs2ulong.c: added mcs51 assembly version
2449         * device/lib/_fs2uint.c: added mcs51 assembly version
2450         * device/lib/_fs2uchar.c: added mcs51 assembly version
2451         * device/lib/_slong2fs.c: added mcs51 assembly version
2452         * device/lib/_sint2fs.c: added mcs51 assembly version
2453         * device/lib/_schar2fs.c: added mcs51 assembly version
2454         * device/lib/_ulong2fs.c: added mcs51 assembly version
2455         * device/lib/_uint2fs.c: added mcs51 assembly version
2456         * device/lib/_uchar2fs.c: added mcs51 assembly version
2457         * device/include/float.h: added #define to select asm vs c
2458
2459 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2460
2461         * device/lib/printf_fast.c: improvements to float output
2462         * device/include/float.h: add defines for assembly float library
2463         * device/lib/_fsget1arg.c: receive 1 float arg
2464         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2465         * device/lib/_fsnormalize.c: normalize a float
2466         * device/lib/_fsreturnval.c: return float, various helper routines
2467         * device/lib/_fsrshift.c: right shift a float's mantissa
2468         * device/lib/_fsswapargs.c: swap 2 floats
2469         * device/lib/Makefile.in: build these 6 new files for mcs51
2470         * device/lib/libfloat.lib: add these 6 files to the library
2471
2472 2004-12-26 Borut Razem <borut.razem AT siol.net>
2473
2474         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2475           built by gcc 3.4.2
2476
2477 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2478
2479         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2480           and fully reentrant and register bank neutral.
2481         * device/lib/printf_fast.c: added float (not enabled by default),
2482           added compact/slower integer (also not enabled by default),
2483           improved size/speed of fast integer code, other minor changes
2484         * device/include/stdio.h, device/lib/Makefile.in,
2485           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2486
2487 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2488
2489         * src/pic16/pcode.c: declaring variables other than at the start of a
2490           block is not supported in C by VC6.
2491
2492 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2493
2494         * applied a previous patch from Raphael Neider that wasn't included
2495         in the previous commits, which fixes infinite loops within jumptable
2496         improvements,
2497         * made some fixes that previous patches introduced
2498
2499 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2500
2501         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2502         that fixes an issue with AOP_PCODE asmop's offset,
2503         * (pic16_popCopyReg): update instance field too,
2504         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2505         function of pic port,
2506         * (genCmp, genAnd, genAssign),
2507         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2508
2509 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2510
2511         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2512         variables initial values to idata section,
2513         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2514         variables in some functions. This utilizes parmBytes field of iCode
2515         structure to hold the offset of the variable in stack. (might be
2516         able to use the stack field too?)
2517         * applied patch from Raphael Neider # ### , # ###
2518         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2519         variable initial values in idata section,
2520         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2521         for static variables with initial value
2522         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2523         applied fix in while loop from Raphael Neider.
2524
2525 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2526
2527         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2528         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2529         * src/ds390/ralloc.c (serialRegAssign): spill bits
2530         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2531         * support/Util/SDCCerr.c,
2532         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2533         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2534         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2535
2536 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2537
2538         * device/include/sdcc-lib.h: inserted LGPL, added includes
2539           asm/ds390/features.h and asm/mcs51/features.h
2540         * device/include/asm/default/features.h,
2541         * device/include/asm/gbz80/features.h,
2542         * device/include/asm/z80/features.h: added empty _AUTOMEM
2543           and _STATMEM
2544         * device/include/asm/ds390/features.h,
2545         * device/include/asm/mcs51/features.h: added files with defines for
2546           _AUTOMEM and _STATMEM indicating automatic and static storage class
2547         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2548         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2549         * src/SDCCicode.c (geniCodeCast),
2550         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2551         * src/SDCCloop.c (loopInduction): removed unused variable lr
2552         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2553           to convertToFcall to include char modulo (RFE 1065037), added check
2554           if left operand is unsigned and use abs of literal value
2555         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2556           as it doesn't work after conversion from peephole.def to peephole.rul
2557         * src/mcs51/gen.c (toBoolean): added check for size,
2558           (genModOneByte): optimized code for signed char modulo a literal
2559           power of 2 (thanks to Hubert Sack),
2560           (genRRC): removed unnecessary "clr c",
2561           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2562         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2563           jump optimization,
2564           swapped rules 256.c and 256.d,
2565           extended 256.d by using new multiple checks (thanks Erik),
2566           added rules 256.e and 256.f,
2567           updated rule 261.a and 261.b to new generated code
2568         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2569
2570 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2571
2572         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2573           induction related bugs, including first part of bug #1074377
2574
2575 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2576
2577         * applied patch from bug-report #1076292,
2578         * applied patches for genAnd and Goto-optimizations for Raphael
2579         Neider,
2580         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2581         dump a less iCode information,
2582         * src/pic16/device.h (pic16_options_t): added field debgen,
2583         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2584         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2585         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2586         puclic,
2587         * (various functions): added macros FENTRY and FENTRY2 to functions,
2588         to emit function prologue,
2589         * (various functions): fixed indentation,
2590         * (genNearPointerGet): fixed loading of FSR0,
2591         * (genPackBits): applied patch from Raphael Neider to fix updating
2592         of FSR0 and touching only the modified bits,
2593         * src/pic16/genarith.c (various functions): added macros FENTRY to
2594         emit function prologue in comments,
2595         * src/pic16/pcode.h: added functions debugf2, debugf3,
2596         * src/pic16/ralloc.c: partial fix for packForPush caused
2597         segmentation fault,
2598
2599 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2600
2601         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2602           <stsp AT users.sourceforge.net> with reversed byte order
2603         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2604
2605 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2606
2607         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2608           bug #1074377
2609         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2610         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2611
2612 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2613
2614         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2615
2616 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2617
2618         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2619           conditions,
2620           (setFromConditionArgs): friendly operand parser for peephole rules,
2621           (operandBaseName, operandsNotRelated): new peephole condition
2622           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2623           architecture specific register naming into account, handles n-way
2624           comparisons, and supports quoted literals
2625         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2626
2627 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2628
2629         * src/mcs51/peeph.def: fixed bug #1076940
2630
2631 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2632
2633         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2634
2635 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2636
2637         Adding support for replacing ljmps with sjmps in jumptables
2638         generated for switch statements. For now you need to set the
2639         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2640         Now 4 algorithms for mcs51 jumptable generation are used:
2641         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2642         addresses loaded pc-relative for up to 112 cases and stack-pushing
2643         target addresses loaded with offset from dptr for up to 256 cases.
2644
2645         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2646         * src/mcs51/main.c: adapted constants for switch table generation
2647         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2648
2649 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2650
2651         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2652         * support/regression/tests/bug1057979.c: added test for bug 1073386
2653
2654 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2655
2656         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2657         compilers
2658
2659 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2660
2661         * src/pic16/device.h,
2662         * src/pic16/genarith.c,
2663         * src/pic16/glue.c,
2664         * src/pic16/main.c,
2665         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2666
2667 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2668
2669         Large cummulative patch for pic16 port.
2670         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2671         to call when a stack overflow occurs,
2672         * (malloc.h): added CVS Id tag,
2673         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2674         variable,
2675         * added libc directory. The current version of LibC contains string
2676         functions, ctype functions and macros and some functions of the
2677         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2678         be extensively tested in the future. Standard disclaimer here.
2679         Library is not automatically build yet. But one can build it by
2680         invoking 'make' inside the libc directory.
2681         * added ADC library under libio. Preliminary version yet.
2682
2683         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2684         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2685         aopForRemat() now and not by pic16_aopOp(),
2686         * (pic16_popGetTempReg): removed warning messgae when allocating
2687         temporary registers, its a buggy feature and will be removed,
2688         * (pic16_popGet): set register instance field in AOP_CRY,
2689         * (pic16_outBitC): fixed for results in size greater than 1,
2690         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2691         * (pic16_storeForReturn): optimized return of 0,
2692         * (genCmp): experimental code for new genCmp which uses PIC18's
2693         special compare&skip instructions. Initial tests fail some times
2694         with variables grater than 1 byte in size, so new code is disabled,
2695         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2696         a single bit,
2697         * (genCast): began a fix to optimize the casting of a bit to another
2698         bit, now assigning a bitfield to another bitfield will fail, sorry,
2699         * src/pic16/main.c: disabled the use of lr-support feature,
2700         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2701         * added some function prototypes, added function _debugf prototype,
2702         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2703         bits with offset (case PO_GPR_BIT),
2704         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2705         command line,
2706         * (isBankInstruction): modified to return 0 for no banking instruction,
2707         and 1 for banking instruction,
2708         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2709         caused stop processing pCodes after a inline assembly block,
2710         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2711         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2712         registers when it shouldn't,
2713         * src/pic16/ralloc.c (allocReg): add preliminary support for
2714         supporting a limited set of temporary registers,
2715
2716 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2717
2718         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2719           genDataPointerSet): ensure assignments always copy in MSB to LSB
2720           order,
2721           (loadRegFromAop): recognize CLRH optimization,
2722           (genFunction): optimize RECEIVE iCodes in reentrant functions
2723
2724 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2725
2726         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2727           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2728           selected.
2729         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2730         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2731           contiguous with data
2732
2733 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2734
2735         * device/lib/_gptrget.c (_gptrget),
2736         * device/lib/_gptrgetc.c (_gptrgetc),
2737         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2738           instead of sjmp to ret
2739         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2740           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2741
2742 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2743
2744         * .version: bumped version to 2.4.7
2745         * device/lib/_gptrget.c (_gptrget): is now _naked
2746         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2747         * device/lib/_gptrput.c (_gptrput): is now _naked
2748         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2749           (createFunction): fixed xstack
2750         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2751         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2752           or bit either,
2753           (geniCodeCritical): store original interrupt state in an iTemp bit
2754           var unless stack-auto
2755         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2756         * src/SDCCmain.c (setIncludePath): added include/target to search path
2757         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2758         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2759           prototype,
2760           (processFuncArgs): put bit vars in bit area
2761         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2762           unsaveRBank): fixed xstack,
2763           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2764           (genFunction, genEndFunction): fixed xstack,
2765           (genAssign): optimization don't walk backwards through mem
2766         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2767         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2768         * support/regression/Makefile: also make library (for stack-auto) when
2769           making "all" and added "test-mcs51-xstack-auto"
2770         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2771         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2772         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2773         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2774         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2775           make-library by MAKE_LIBRARY
2776         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2777           regression tests for xstack
2778         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2779         * support/regression/tests/critical.c: test for critical on mcs51
2780
2781 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2782
2783         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2784           built version of sdcc instead of installed version
2785
2786 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2787
2788         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2789         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2790           vprintf.c now
2791         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2792         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2793           WARNING: remove device/lib/build/z80/printf.o by hand when
2794           updating from previous build!
2795         * device/lib/z80/printf.c: updated comment
2796         * support/regression/tests/bug1057979.c: test all ports now
2797         * support/regression/tests/bug1065458.c: file added
2798
2799 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2800
2801         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2802           *_start and *_end symbols for static functions
2803
2804 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2805
2806         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2807           and search crt0.o in all library paths,
2808           (setIncludePath): proper handling of --nostdinc,
2809           (setLibPath): proper handling of --nostdlib
2810         * support/regression/Makefile,
2811         * support/regression/ports/ds390/spec.mk,
2812         * support/regression/ports/gbz80/spec.mk,
2813         * support/regression/ports/hc08/spec.mk,
2814         * support/regression/ports/mcs51/spec.mk,
2815         * support/regression/ports/mcs51-large/spec.mk,
2816         * support/regression/ports/mcs51-stack-auto/spec.mk,
2817         * support/regression/ports/z80/spec.mk: use include and lib files from
2818           built version of sdcc instead of installed version
2819         * doc/sdccman.lyx: fixed typo in --nostdinc
2820
2821 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2822
2823         * src/pic/pcode.c,
2824         * src/pic/device.c,
2825         * src/pic/ralloc.c,
2826         * src/pic/gen.c : added support to generate code for struct bit fields.
2827
2828 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2829
2830         * as/xa51/xa_version.h,
2831         * device/include/errno.h,
2832         * device/include/regc515c.h,
2833         * device/lib/_itoa.c,
2834         * device/lib/_ltoa.c,
2835         * device/lib/ser_ir_cts_rts.c,
2836         * sim/ucsim/xa.src/glob.cc,
2837         * sim/ucsim/xa.src/inst_gen.cc,
2838         * sim/ucsim/xa.src/xa_bit.cc,
2839         * sim/ucsim/xa.src/xa_sfr.cc,
2840         * sim/ucsim/z80.src/inst_dd.cc,
2841         * sim/ucsim/z80.src/inst_fdcb.cc,
2842         * support/scripts/keil2sdcc.pl,
2843         * src/pic16/pic16.dsp,
2844         * src/pic16/pic16a.dsp: corrected cvs line endings
2845         * device/lib/printf_large.c: fixed bug 1057979
2846         * src/pic16/gen.c: fixed non-C standard code
2847         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2848         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2849         * support/regression/ports/mcs51/support.c: reload T1 asap
2850         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2851           pdata use and clear idata startup behaviour
2852         * support/regression/tests/bug1057979.c: added
2853
2854 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2855
2856         * device/examples/ds390/ow390/ad26.h,
2857         * device/examples/ds390/ow390/cnt1d.h,
2858         * device/examples/ds390/ow390/crcutil.c,
2859         * device/examples/ds390/ow390/ownet.h,
2860         * device/examples/ds390/ow390/owsesu.c,
2861         * device/examples/ds390/ow390/swt12.h,
2862         * device/examples/ds390/ow390/swtoper.c,
2863         * device/examples/ds390/ow390/temp10.h,
2864         * device/examples/ds390/ow390/thermodl.c,
2865         * device/examples/ds390/tinitalk/tinitalk.dsp,
2866         * device/examples/ds390/tinitalk/tinitalk.dsw,
2867         * device/examples/mcs51/clock/hw.h,
2868         * device/examples/mcs51/simple2/go.bat,
2869         * device/examples/serialcomm/windows/serial.h,
2870         * device/examples/xa51/dummy.c,
2871         * device/examples/xa51/hello.c,
2872         * device/include/80c51xa.h,
2873         * device/include/at89x051.h: corrected cvs line endings
2874
2875 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2876
2877         * src/pic16/main.c (options): added command line --gstack, to trace
2878         stack over/under flows,
2879         * added pragma 'wparam' to allow passing first byte of function
2880         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2881         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2882         call to __gstack_test function and sets up the symbol as extern,
2883         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2884         * popaop): added call to pic16_testStackOverflow,
2885         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2886         wparamList list,
2887         * (genCall, genPcall): now all parameters are passed via stack
2888         except in functions that are pass to wparam pragma in which WREG is
2889         used too,
2890         * (genPcall): REENTRANT flag is checked to see if variable prototype
2891         contains reentrant keyword, don't call a non-reentrant function, via
2892         a reentrant function pointer or vice versa, functions are never
2893         passed via WREG,
2894         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2895         D.Winkler,
2896         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2897         SIGSEGV when accessing a NULL register stucture,
2898         * (pic16_printGPointerType): modified to handle UPPER modifier for
2899         function initializers, changed prototype of function to simpler one,
2900         * (pic16_printIvalFuncPtr): check to see if function is already
2901         added in externs list,
2902         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2903         optimized a move from W to SFR with a move to the same register
2904         later after a CALL,
2905         * device/lib/pic16/debug: NEW directory, contains debug features
2906         which are enabled when linking with libdebug.lib, currently command
2907         line option --gstack enables stack pointer tracing for over/under
2908         flow, corresponding sources are in debug/gstack
2909
2910 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2911
2912         * doc/sdccman.lyx: updated SDCC version,
2913         * (PIC16 port): update list of command line options,
2914         * src/pic16/device.h (structure pic16_options_t): added field gstack
2915         to enable stack overflow tracing on push/pops,
2916         * src/pic16/device.c (statistics structure): added statistics
2917         structure,
2918         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2919         pic16_dump_int_registers): increase statistics counters for each
2920         * variable which is encountered
2921         * (pic16_dump_usection): emit each .udata variable to its own udata
2922         section,
2923         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2924         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2925         parameters via stack, otherwise use old scheme,
2926         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2927         assembler output file,
2928         * src/pic16/main.c: added command line options --gstack to enable
2929         push/pop tracing for stack overflow,
2930         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2931         instructions): added size of each instruction,
2932         * (pic16_countInstruction): estimate size of instructions in
2933         the_pFile list, inline assembly blocks are not counted,
2934         * (pic16_FixRegisterBanking): trace previous register usage, when
2935         banksel optimizations is greater than 0, don't emit a redudant
2936         banksel directive,
2937
2938 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2939
2940         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2941         * src/pic16/ralloc.c : applied same fix for pic16.
2942         * src/pic/gen.c : tidied it up a little.
2943
2944 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2945
2946         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2947         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2948
2949 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2950
2951         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2952
2953 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2954
2955         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2956         non-reentrant function __modsint in the interrupt function (thus
2957         corrupting math operations during serial I/O)
2958         * device/lib/ser_ir.c: as above, changed buffersize
2959         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2960         256.c,d for zeroing
2961         * doc/Makefile: added option -t for rsync
2962
2963 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2964
2965         * src/SDCCast.h (struct ast),
2966         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2967
2968 2004-10-20 Borut Razem <borut.razem AT siol.net>
2969
2970         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2971         package
2972
2973 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2974
2975         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2976         makefile targets,
2977         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2978         support functions to replace long sequences of MOVFF's from access
2979         bank registers to stack and vice versa,
2980         * src/pic16/device.h: added new field opt_flags, where optimization
2981         flags can be set to enable certain features,
2982         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2983         * pBlock, (genFunction, genEndFunction): surroung loop for
2984         saving/loading used registers in stack with PC_INFO pCodes,
2985         INF_LREGS. Code in between can then be optimized by pCode optimizer
2986         to support function calls,
2987         * (genDataPointerSet): fixed bug which loaded float fields in
2988         structures with corrupt data,
2989         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2990         in a standard way debug info on stderr. Feature used for developing
2991         and debugging only,
2992         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2993         obsolete chunks of code,
2994         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2995         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2996         * pic16/src/pcode.c (pic16_newpCodeInfo,
2997         * (pic16_newpCodeOpLocalRegs),
2998         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2999         feature,
3000         * (pic16_pCodeConstString): printing of the initial value of a
3001         symbol as a comment is inhibited since parsing was already done by
3002         copyStr and output is corrupt,
3003         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3004
3005 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3006
3007         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3008
3009 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3010
3011         * as/mcs51/lkarea.c: removed old K&R style,
3012           (lnksect): changed check on boundary error,
3013           (lnksect2): changed check on boundary error,
3014           (lnksect2): extend XSTK to end of page if size = 1
3015         * as/mcs51/lkmain.c: removed old K&R style,
3016           (Areas51): create l_IRAM symbol
3017         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3018         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3019           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3020         * device/lib/_mullong.c: added version to be compiled with xstack
3021         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3022         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3023         * device/lib/mcs51/crtxstack.asm: fixed comment
3024         * src/SDCCglue.c: maxInterrupts defaults to 0,
3025           (emitMaps): added pdata,
3026           (createInterruptVect): (re)moved default,
3027           (glue): added pdata,
3028           (glue): moved __start__xstack to XSTK with default size 1
3029         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3030           and options.float_rent when options.stackAuto is set,
3031           (linkEdit): only write XDATA_NAME if provided on command line
3032         * src/SDCCmem.h,
3033         * src/SDCCmem.c: added pdata
3034         * src/port.h: added pdata_name to PORT
3035         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3036           (saveRegisters, unsaveRegisters): removed usage of B,
3037           (genMinus): fixed accumulator clash,
3038           (genJumpTab): added comment, this needs another look
3039         * src/mcs51/gen.c: added check for "B in use" paranoia,
3040           added pushB() and popB()
3041         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3042           chance
3043         * src/avr/main.c,
3044         * src/ds390/main.c,
3045         * src/hc08/main.c,
3046         * src/mcs51/main.c,
3047         * src/pic/main.c,
3048         * src/pic16/main.c,
3049         * src/xa51/main.c,
3050         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3051           added PSEG (PAG,XDATA) or NULL to port specifier
3052         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3053         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3054           (_mcs51_genInitStartup): removed __start__xstack equ,
3055           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3056         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3057         * src/z80/gen.c (_rleAppend): fixed warnings
3058         * support/regression/tests/zeropad.c: added pdata test
3059         * .version: bumped to 2.4.6
3060
3061 2004-10-17 Borut Razem <borut.razem AT siol.net>
3062
3063         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3064         as a part of nightly build
3065
3066 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3067
3068         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3069         WREG holds the first byte function parameters,
3070         * (aopForSym): take special case for symbols which are in FARSPACE
3071         but in CODESPACE too,
3072         * (assignResultValue): modified to take into account _G.useWreg,
3073         * (genCall): don't use wreg for parameter passing when function is
3074         declared as reentrant, too, added optimization INCF to stack
3075         pointer when stack parameter count is 1,
3076         * (genFunction, genEndFunction): refurnished and fixed to not using
3077         wreg for passing parameters when function has varargs or is
3078         reentrant, fixed bug with symbol name compare for generating
3079         functions in absolute address,
3080         * (pic16_storeForReturn): refurnished,
3081         * (genCmp): began writing a new version of the function, not ready
3082         yet, therefore it is disabled,
3083         * (genAssign): do not read code memory when assigning a function to
3084         a pointer function,
3085         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3086         array of characters, not pointer,
3087         * (pic16initialComments): in debug mode emit an .ident directive for
3088         the assembler,
3089         * (_process_pragma): emit a new warning type (internal to pic16)
3090         when setting stack to default length, emit a similar warning when
3091         placing a function at absolute address and address is not word aligned
3092         * (_pic16_parseOptions): added 'return TRUE' statement,
3093         * (_pic16_linkEdit): if compiling a source, then add the source's
3094         file object, first in the list of objects to link,
3095
3096 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3097
3098         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3099         * src/pic/main.c : removed VC warning.
3100         * src/pic/gen.c : changed comment.
3101
3102 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3103
3104         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3105         reference to a deprecated symbol _GPTRREG was causing failure to
3106         link. Thanks G. M. Gallant for the info.
3107
3108 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3109
3110         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3111         comments for Bugs item #954788.
3112
3113 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3114
3115         * src/pic16/device.c (pic16_dump_gsection,
3116         * pic16_groupRegistersInSection): handle symbols declared to be in
3117         access bank differently,
3118         * src/pic16/gen.c (struct _G): added field resDirect,
3119         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3120         send values read from stack directly to result and don't allocate
3121         temporary values,
3122         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3123         same registers,
3124         * (pic16_sameRegsOfs): NEW,
3125         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3126         free because they were not allocated from temporary pool,
3127         * pic16_popRegFromString): workaround to fix a problem with
3128         allocating variables twice or never,
3129         * (genGenPointerGet): using PRODL instead of FSR0H,
3130         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3131         instead of FSR0H,
3132         * (genAssign): take advantage of the _G.resDirect flag,
3133         * (genCast): around line 11844, use mov2f instead of directly
3134         MOVFF'ing between operands to account for literal values,
3135         * src/pic16/genutils.c: some new debug functions for gpsim have been
3136         added,
3137         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3138         float with integer part only,
3139         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3140         place variables in access bank
3141         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3142         updated sources to reflect recent changes in gen.c
3143
3144 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3145
3146         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3147         sources that searched for headers in installation path, now the
3148         device/include/pic16 is used,
3149         * src/pic16/glue.c (pic16glue),
3150         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3151         .line directives if not in debug mode, this suppresses assembler's
3152         warnings for ignored directives
3153
3154 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3155
3156         * src/port.h: made reset_regparms prototype void parameter explicit.
3157         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3158         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3159         * doc/sdccman.lyx: documented warning disabling and how to use
3160           printf_large to make it print floats.
3161         * device/include/stdbool.h: NEW
3162         * device/lib/_atof.c,
3163         * device/lib/_divuint.c,
3164         * device/lib/_divulong.c,
3165         * device/lib/expf.c,
3166         * device/lib/printf_large.c,
3167         * device/lib/sincosf.c,
3168         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3169         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3170           a completely reentrant lib.
3171
3172 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3173
3174         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3175         * device/include/pic16/stdio.h: fixed bug with colon
3176
3177 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3178
3179         * device/include/pic16/stdio.h,
3180         * device/include/pic16/stdlib.h,
3181         * device/include/pic16/math.h: NEW
3182         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3183         declared as _naked to reduce overhead
3184         * device/lib/Makefile.in (target port-specific-objects-pic16):
3185         changed * to *.* so to ignore the CVS directory,
3186         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3187         stacked variables back in stack,
3188         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3189         corruption
3190
3191 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3192
3193         * .version: bumped version number to 2.4.5
3194         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3195         * support/Util/SDCCerr.c (messages structure): added entry for
3196         W_POSSBUG2
3197
3198         Large cumulative patch for pic16 port and libraries.
3199         * device/include/pic16/sdcc-lib.h,
3200         * device/include/pic16/stdarg.h,
3201         * device/include/asm/pic16/features.h,
3202         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3203         * device/include/pic16/float.h: changes reentrant keyword with
3204         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3205         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3206         updated target build-libraries to include objects from gptr,
3207         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3208         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3209         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3210         all function headings,
3211         * src/SDCCmain.c: added global parameter userIncDirsSet,
3212         * (parseCmdLine): when option -I is encountered add directory to
3213         userIncDirsSet too,
3214         * src/version.awk: added space between control and long,
3215         * src/pic16/NOTES: added some notes for the port,
3216         * src/pic16/gen.c: added prototype for mov2fp function,
3217         * (fReturnpic16[]): properly named return value registers,
3218         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3219         * (aopForSym): added code to handle symbols with onStack flag set,
3220         symbols onStack are allocated PTRSIZE bytes,
3221         * (aopFreeAsmop): handles special case where asmops are stack objects,
3222         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3223         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3224         added argument lock to trace flaws in allocating temporary registers
3225         when developing port,
3226         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3227         * (pic16_popRegFromString): reenabled allocating a direct register
3228         from string,
3229         * (assignResultValue): various beautifications,
3230         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3231         referenced function argument,
3232         * (genIpush): reenabled to allow stacked arguments, handles only
3233         ic->parmPush iCodes,
3234         * (genCall, genPcall): major changes to allow for variable argument
3235         functions, fixed a bug with falsely restoring stack pointer after
3236         returning from call,
3237         * (genFunction): pending code for critical function,
3238         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3239         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3240         * (genNearPointerGet): fixed bug with indirect reading, was always
3241         reading from INDF0
3242         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3243         pointers,
3244         * (genAddrOf): rewrote code to take address of a stacked function parameter
3245         * (genCast): fixed casting to generic pointer type,
3246         * src/pic16/gen.h: added AOP_STA,
3247         * (struct asmop): added field stk,
3248         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3249         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3250         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3251         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3252         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3253         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3254         generic pointers,
3255         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3256         and library paths,
3257         * (pic16_port structure): generic pointer size is set to 3,
3258         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3259         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3260         compiler warning,
3261         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3262         operand is an iTemp,
3263
3264 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3265
3266         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3267         * debugger/mcs51/simi.c: addapt new syntax of s51
3268
3269 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3270
3271         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3272         * src/pic16/pcode.c: commented out some calls to free() in order to
3273         fix bug #989576,
3274
3275 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3276
3277         * src/SDCCicode.h,
3278         * src/SDCCicode.c (isiCodeInFunctionCall),
3279         * src/avr/ralloc.c (selectSpil),
3280         * src/pic/ralloc.c (selectSpil),
3281         * src/pic16/ralloc.c (selectSpil),
3282         * src/ds390/ralloc.c (selectSpil),
3283         * src/hc08/ralloc.c (selectSpil),
3284         * src/xa51/ralloc.c (selectSpil),
3285         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3286         stack in the middle of a function call sequence (fixes bug #1020268)
3287         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3288         costs associated with the minimum switch case.
3289
3290 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3291
3292         * src/SDCC.lex: fixed bug #1030549
3293
3294 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3295
3296         * src/SDCCcse.h (struct cseDef),
3297         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3298         over a function call if the CSE is derived from a symbol whose
3299         address has been taken (fixes bug #1029883)
3300         * support/regression/tests/bug-1029883: a new regression test for
3301         this bug
3302
3303 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3304
3305         * src/hc08/gen.c (emitinline): fixed bug #1029778
3306         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3307         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3308         and starts toward RFE #905167)
3309
3310 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3311
3312         * src/pic16/gen.c (mov2f): New function to move an operand to
3313         another without considering if it is a literal or a register,
3314         * (pic16_sameRegs): don't check if they are both AOP_REG,
3315         * (AccRsh): removed andmask=0 lines,
3316         * (genLeftShift): duplicated to be improved in future versions,
3317         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3318         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3319         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3320         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3321         * (insertBankSwitch): fixed inserting banksel directives algorithm
3322         for instructions that follow a skip instruction, this fixes a report
3323         for broken subtraction code generation,
3324         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3325         iCode is a left op, just in case result and right share the same
3326         registers
3327
3328 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3329
3330         * src/hc08/main.c,
3331         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3332         preservation of HX
3333         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3334         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3335         on 2004-09-12; it was buggy
3336
3337 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3338
3339         * src/SDCCsymt.h: removed RESULT_CHECK
3340         * src/SDCCast.c,
3341         * src/SDCCglue.c,
3342         * src/SDCCval.c,
3343         * src/pic/glue.c,
3344         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3345
3346 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3347
3348         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3349         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3350         configuration values no more rejected by compiler, they are assigned
3351         to configuration registers with a warning message instead,
3352         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3353         the for-loop so last conf register is emitted too,
3354         * (_pic16_initPaths): link library libsdcc.lib by default,
3355         * (_hasNativeMulFor): modified test for multiplication according to
3356         Raphael Neider's remarks. Integer multiplication is also done with
3357         support functions,
3358         * device/include/pic16/pic18fregs.h: corrected type error in while
3359         testing and including 18f6720 header file
3360
3361 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3362
3363         * src/pic16/device.h (pic16_options): removed field use_crt,
3364         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3365         until an optimization to handle single bits is added,
3366         * (pic16_loadFSR0): moved before genUnpackBits,
3367         * (genAnd): some white lines removed,
3368         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3369         leave_reset flags in pic16_options when using crt modules,
3370
3371 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3372
3373         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3374           for bugs 898889 & 979599. Also used some safer print instructions.
3375
3376 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3377
3378         * src/pic16/device.h (pic16_options_t): added field use_crt,
3379         crt_name, no_crt,
3380         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3381         catch a probable future bug,
3382         * src/pic16/gen.c: aopIdx function commented out,
3383         * (genAssign): commented out old code which used aopIdx,
3384         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3385         code, added if conditionals to take into account the --use-crt
3386         command line options,
3387         * src/pic16/main.c (pic16_optionsTable): added new command line
3388         options, --use-crt= and --no-crt,
3389         * (_pic16_linkEdit): now the proper crt object is added in the
3390         linker command line except than when --no-crt is specified,
3391         * src/pic16/pcode.c,
3392         * src/pic16/pcode.h: added some structures and functions for a new
3393         optimization scheme to compansate for instruction overhead between
3394         same iCodes, this scheme is currently under development and is not
3395         working in any way,
3396         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3397         to && operator,
3398         * device/lib/pic16/startup/crt0i.c,
3399         * device/lib/pic16/startup/crt0iz.c: added global char variable
3400         __uflags to force the generation of an idata section
3401
3402 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3403
3404         * doc/Makefile,
3405         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3406         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3407
3408 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3409
3410         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3411         Frieder) and clarified the default code optimization mode
3412
3413 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3414
3415         * src/SDCC.lex (doPragma, process_pragma),
3416         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3417         "opt_code_size", and "opt_code_balanced"
3418         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3419         regrouped options by category, added support for category headers
3420         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3421         and "--opt-code-size"
3422         * doc/sdccman.lyx: documented these new options and pragmas
3423         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3424         preference into account
3425
3426 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3427
3428         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3429           geniCodePreDec): Fixed bug 904237 by generating a warning
3430         * src/SDCCerr.h,
3431         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3432
3433 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3434
3435         * src/pic/device.c : When no max ram set validate full memory range.
3436         * src/pic/pcode.c,
3437         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3438
3439 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3440
3441         * device/lib/_gptrget.c,
3442         * device/lib/_gptrput.c: updated comment
3443         * device/lib/calloc.c,
3444         * device/lib/free.c,
3445         * device/lib/malloc.c,
3446         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3447         * src/SDCCcse.c (cseBBlock),
3448         * src/SDCCicode.c (printOperand, geniCodeArray),
3449         * src/SDCCicode.h (struct operand): fixed bug 868103
3450         * support/regression/tests/bug-868103.c: added
3451         * src/SDCCast.c (searchLitOp),
3452         * src/SDCCcse.h (struct cseDef),
3453         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3454         * src/SDCCicode.h (struct operand),
3455         * src/SDCCsymt.h (struct sym_link),
3456         * src/avr/gen.c (hasInc),
3457         * src/ds390/gen.c (hasInc),
3458         * src/hc08/gen.c (genPlusIncr, hasInc),
3459         * src/mcs51/gen.c (hasInc),
3460         * src/pic16/glue.c (pic16_printIvalChar),
3461         * src/pic16/ralloc.c (regWithIdx),
3462         * src/xa51/gen.c (hasInc) : removed warnings
3463         * src/SDCCast.c (createBlock): added comment ???
3464         * src/hc08/ralloc.c: updated comments
3465
3466 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3467
3468         * doc/sdccman.lyx: updated section on switch statements, added
3469         section about semaphore locking
3470         * doc/Makefile: added option -info for latex2html
3471         * device/lib/_gptrget.c,
3472         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3473
3474 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3475
3476         * src/pic/device.h,
3477         * src/pic/device.c,
3478         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3479          maxram is less than 0x100.
3480
3481 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3482
3483         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3484
3485 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3486
3487         * src/port.h,
3488         * src/mcs51/main.c,
3489         * src/ds390/main.c,
3490         * src/z80/main.c,
3491         * src/hc08/main.c,
3492         * src/pic/main.c,
3493         * src/pic16/main.c,
3494         * src/avr/main.c,
3495         * src/xa51/main.c
3496         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3497         a jump table is the best form for a switch statement, including
3498         automatic insertion of missing cases to make the case range
3499         continuous. Developed in collaboration with Frieder Ferlemann.
3500
3501 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3502
3503         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3504         accumulator result if it needs sign extension
3505
3506 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3507
3508         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3509
3510 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3511
3512         * device/lib/gbz80/printf.c,
3513         * device/lib/z80/printf.c: removed define for NULL
3514
3515 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3516
3517         * as/xa51/xa_link.c,
3518         * device/examples/ds390/ow390/ad26.c,
3519         * device/examples/ds390/ow390/cnt1d.c,
3520         * device/examples/ds390/ow390/counter.c,
3521         * device/examples/ds390/ow390/ds2480.h,
3522         * device/examples/ds390/ow390/ds2480ut.c,
3523         * device/examples/ds390/ow390/findtype.c,
3524         * device/examples/ds390/ow390/gethumd.c,
3525         * device/examples/ds390/ow390/owllu.c,
3526         * device/examples/ds390/ow390/ownetu.c,
3527         * device/examples/ds390/ow390/swt12.c,
3528         * device/examples/ds390/ow390/swtloop.c,
3529         * device/examples/ds390/ow390/temp.c,
3530         * device/examples/ds390/ow390/temp10.c,
3531         * device/examples/ds390/ow390/thermo21.c,
3532         * device/examples/ds390/ow390/tinilnk.c,
3533         * device/examples/ds390/ow390/tstfind.c,
3534         * device/examples/serialcomm/windows/serial.cpp,
3535         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3536         * device/include/reg51.h: fixed line endings for cvs
3537
3538 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3539
3540         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3541         packRegsForAccUse, packRegisters): new accumulator register
3542         packing algorithm
3543         * support/regression/ports/hc08/support.c (_putchar): suppress
3544         warning of unused variable
3545         * src/SDCCicode.c: added SWAP entry to codeTable
3546
3547 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3548
3549         * device/lib/sprintf.c: forgot to add this file before previous commit
3550
3551 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3552
3553         * src/pic16/gen.c (genPackBits): added operand right in function
3554         parameters, load result directly if p_type is POINTER (that is
3555         called by genNearPointerSet)
3556         * (genUnPackBits): added operand left in function parameters,
3557         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3558         FSR0 if accessing bitfields,
3559
3560 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3561
3562         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3563           _print_format; updated printf, sprintf, vsprintf
3564         * device/include/asm/default/features.h: corrected comment/define
3565         * device/lib/Makefile.in: added sprintf.c
3566         * device/lib/libsdcc.lib: added sprintf module
3567         * device/lib/printf_large.c,
3568         * device/lib/vprintf.c,
3569         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3570           into these 3 files
3571         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3572         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3573         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3574           hc08 test
3575         * support/regression/tests/zeropad.c: define idata as data for hc08
3576
3577 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3578
3579         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3580         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3581         labels are referenced at least once (even if a reference is not found)
3582         * src/hc08/gen.c (emitcode): set isComment flag for comments
3583         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3584         loads), rules 6a..6b (optimize jumps to return)
3585
3586 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3587
3588         * device/lib/acosf.c (acosf),
3589         * device/lib/asinf.c (asinf),
3590         * device/lib/atanf.c (atanf),
3591         * device/lib/ceilf.c (ceilf),
3592         * device/lib/cosf.c (cosf),
3593         * device/lib/coshf.c (coshf),
3594         * device/lib/cotf.c (cotf),
3595         * device/lib/fabsf.c (fabsf),
3596         * device/lib/floorf.c (floorf),
3597         * device/lib/log10f.c (log10f),
3598         * device/lib/logf.c (logf),
3599         * device/lib/sinf.c (sinf),
3600         * device/lib/sinhf.c (sinhf),
3601         * device/lib/sqrtf.c (sqrtf),
3602         * device/lib/tanf.c (tanf),
3603         * device/lib/tanhf.c (tanhf),
3604         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3605         replaced all instances of "reentrant" in the library functions
3606         defined in math.h with this macro.
3607         * support/regression/tests/float_trans.c: reenabled test for hc08
3608
3609 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3610
3611         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3612         erroneously deleted
3613
3614 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3615
3616         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3617         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3618         multi-byte volatile operands are used
3619         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3620         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3621         initialization to area GSINIT0 so that it would always precede
3622         any static initializers in GSINIT
3623         * support/regression/tests/zeropad.c: fixed idata define for hc08
3624         * support/regression/tests/bug-927659.c,
3625         * support/regression/tests/float_trans.c: disabled tests for hc08
3626         pending missing library routines
3627         * .version: increased version number to 2.4.4 - hc08 port now passes
3628         regression tests
3629
3630
3631 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3632
3633         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3634         * Makefile.common.in,
3635         * as/Makefile,
3636         * as/hc08/Makefile.in,
3637         * as/mcs51/Makefile.in,
3638         * as/z80/Makefile.in,
3639         * debugger/mcs51/Makefile.in,
3640         * device/include/Makefile.in,
3641         * device/lib/Makefile.in,
3642         * doc/Makefile,
3643         * link/Makefile,
3644         * link/z80/Makefile.in,
3645         * packihx/Makefile.in,
3646         * sim/ucsim/main_in.mk,
3647         * sim/ucsim/avr.src/Makefile.in,
3648         * sim/ucsim/doc/Makefile.in,
3649         * sim/ucsim/gui.src/serio.src/Makefile.in,
3650         * sim/ucsim/hc08.src/Makefile.in,
3651         * sim/ucsim/s51.src/Makefile.in,
3652         * sim/ucsim/xa.src/Makefile.in,
3653         * sim/ucsim/z80.src/Makefile.in,
3654         * src/Makefile.in,
3655         * support/cpp2/Makefile.in,
3656         * support/librarian/Makefile,
3657         * support/makebin/Makefile: added DESTDIR to the install path proposed
3658         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3659         * doc/sdccman.lyx: added DESTDIR documentation
3660
3661 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3662
3663         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3664         instruction for interrupt handlers, use fast returns when returning
3665         from high priority interrupts
3666
3667 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3668
3669         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3670         code generation
3671         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3672         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3673         bugs, ported much of Bernhard's code from mcs51
3674         * src/mcs51/gen.c (genSend),
3675         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3676         than one when calling a reentrant function
3677         * device/lib/_mullong.c: defined an alternate struct layout for big
3678         endian ports (hc08)
3679
3680 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3681
3682         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3683         test
3684
3685 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3686
3687         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3688         are sane and complete before asking the port its prefered parameter
3689         passing method (fixes bug #1017633)
3690         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3691         and _ret3
3692
3693 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3694
3695         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3696         problem in bitfields >= 8 bits.
3697
3698 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3699
3700         * src/SDCCsymt.c: undid changes that were not meant to be committed
3701
3702 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3703
3704         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3705
3706 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3707
3708         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3709           copied and wrong bit got inverted
3710
3711 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3714         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3715         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3716         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3717         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3718         assignments to bitfields at known addresses
3719         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3720         reads from bitfields at known addresses
3721         * src/hc08/ralloc.c (packRegisters),
3722         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3723         genhc08Code): optimize pointer get values used as conditionals
3724         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3725         and branch
3726
3727 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3728
3729         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3730         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3731         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3732         as conditionals
3733
3734 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3735
3736         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3737
3738 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3739
3740         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3741         related problems
3742
3743 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3744
3745         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3746
3747 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3748
3749         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3750         mcs51 port
3751
3752 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3753
3754         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3755
3756 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3757
3758         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3759         cases use more compact code.
3760
3761 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3762
3763         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3764
3765 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3766
3767         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3768
3769 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3770
3771         * src/SDCCsymt.h,
3772         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3773         parameter of changePointer() from symbol* to sym_link*
3774         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3775         * src/SDCCsymt.c (compareType): void* type is castable to other
3776         pointers, but not necesarily an exact match.
3777         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3778         is no longer blindly treated as an exact match.
3779         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3780
3781 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3782
3783         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3784
3785 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3786
3787         * src/pic/gen.c,
3788         * src/pic/pcode.c,
3789         * src/pic/ralloc.h,
3790         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3791
3792 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3793
3794         * src/pic/device.c,
3795         * src/pic/device.h,
3796         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3797
3798 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3799
3800         * src/mcs51/gen.c (emitcode): fixed bug #992819
3801
3802 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3803
3804         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3805           there's no need to make it worse
3806
3807 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3808
3809         * src/mcs51/ralloc.c (deassignLR),
3810         * src/ds390/ralloc.c (deassignLR),
3811         * src/hc08/ralloc.c (deassignLR),
3812         * src/z80/ralloc.c (deassignLR),
3813         * src/pic/ralloc.c (deassignLR),
3814         * src/pic16/ralloc.c (deassignLR),
3815         * src/avr/ralloc.c (deassignLR),
3816         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3817         rlivePoint): fixed another part of bug #971834
3818
3819 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3820
3821         * src/z80/main.c: enabled "critical" keyword
3822         * src/z80/mappings.i,
3823         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3824         functions (fixes bug #979646)
3825         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3826
3827 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3828
3829         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3830           such as c:\mydir.
3831
3832 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3833
3834         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3835           doesn't disable too much optimizations
3836
3837 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3838
3839         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3840
3841 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3842
3843         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3844
3845 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3846
3847         * src/pic/gen.c tidied up tabs
3848         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3849         * src/pic/main.c tidied up tabs
3850         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3851         * src/pic/pcoderegs.c tidied up tabs
3852         * src/pic/ralloc.c tidied up tabs
3853
3854 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3855
3856         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3857         to S_FIXED for pic16 port and when symbol is not in level 0,
3858         allocate for S_REGISTER storage class and pic16 port, too,
3859         * src/pic16/device.h: prototype for checkSym,
3860         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3861         * (pic16_assignConfigWordValue): test the value and the mask to
3862         validate that the value is suitable for the configuration word,
3863         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3864         collect extern declared symbols, don't emit symbol twice, check
3865         first if symbol is in publics set first,
3866         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3867         * added command line '--fstack' which enables an experimental
3868         feature for stack access, too buggy to be used yet...
3869         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3870         * (pic16_allocDirReg): when register has storage class S_REGISTER
3871         allocate in pic16_dynAccessRegs,
3872         * device/include/pic16/pic18f????.h: modified configuration word
3873         naming convention, words started as CONFIG0H but should be CONFIG1H
3874
3875 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3876
3877         * device/include/mcs51reg.h: fixed bug 970993
3878
3879 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3882         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3883         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3884         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3885         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3886         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3887           error/warning numbers,
3888           added function setWarningDisabled()
3889         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3890         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3891           _memcmp.c _memmove.c calloc.c realloc.c free.c
3892         * support/regression/tests/malloc.c: added tests for new functionality
3893         * support/regression/tests/zeropad.c: added tests for truncated initializers
3894           and initialized char arrays starting with '\x0'
3895         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3896
3897 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3898
3899         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3900
3901 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3902
3903         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3904         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3905         peephole 177.e. Thanks to anonymous
3906
3907 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3908
3909         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3910         function isn't used in the source but referenced as a
3911         variable initializer then declare it as extern in .asm file
3912
3913 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3914
3915         * .version: increased version number to 2.4.3
3916
3917         Adding version extension according to ChangeLog CVS revision
3918         * src/Makefile.in (target all): added dependency 'version.h'
3919         * (rule version.h): added rule to create version.h from ChangeLog,
3920         * (rule dep): added dependency version.h,
3921         * src/version.awk: AWK script to create version.h
3922         * src/SDCCdwarf2.c (dwWriteModule),
3923         * src/SDCCglue.c (initialComments),
3924         * src/SDCCmain.c (printVersionInfo): modified to write after
3925         version string the version extension number,
3926         * src/SDCCutil.c: included "version.h"
3927         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3928         number,
3929         * src/SDCCutil.h: added prototype for getBuildNumber
3930
3931         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3932         includeDirsSet, too,
3933         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3934         const char [] is found in function prototype...
3935
3936         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3937         moving to WREG with source is already in WREG,
3938         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3939         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3940         * (aopForSym): stack'ed symbols are partially supported, added
3941         if-clause to support symbols in FARSPACE,
3942         * (sameRegs): added test for AOP_ACC to see if registers are same,
3943         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3944         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3945         * (pic16_popRegFromString): will not allocate a new register if it
3946         doesn't find one by name, bug may have introduced...
3947         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3948         * (genIpush): revived to use pic16 port's stack,
3949         * (genAddrOf): added incomplete case for stack'ed operand,
3950         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3951         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3952         can handle multibyte operands,
3953         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3954         * (pic16initialComments): added message for MPLAB compatibility
3955         mode enabled,
3956         * src/pic16/main.h: prototype for pic16_mplab_comp,
3957         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3958         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3959         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3960         because of increased complexity of procedure,
3961         * (_process_pragma): stack pragma changed to format 'stack pos len',
3962         emit symbol '_stack_end' to conform with gplink,
3963         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3964         to search for register,
3965         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3966         PO_GPR_REGISTER,
3967         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3968         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3969         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3970         case for PO_GPR_REGISTER,
3971         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3972         dies, the new era is ahead !...
3973         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3974         pic16_dynInternalRegs,
3975         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3976         * (pic16_allocDirReg): minor optimizations and bug fixes,
3977         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3978
3979         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3980         load stack and frame pointer with address of 'stack_end' symbol
3981
3982 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3983
3984         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3985         without source code but only variable initializers
3986
3987 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3988
3989         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3990         external are not declared as extern to reduce overhead while linking
3991
3992 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3993
3994         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3995
3996 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3997
3998         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3999           Yee Keat for the patch
4000         * src/SDCCast.c (decorateType): fixed bug #979599
4001         * src/ds390/gen.h: removed local fReturnSizeDS390
4002         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4003         * src/ds390/gen.c (genAnd, genOr, genXor),
4004         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4005
4006 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4007
4008         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4009         add relFilesSet to $3, manipulate $2 to handle linking of object
4010         files without source files in command line,
4011         * device/include/pic16 (all headers): added ID location macros,
4012         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4013         entries for ID location bytes,
4014         * (pic16_assignIdByteValue): NEW,
4015         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4016         added field dumpcalltree to pic16_options_t,
4017         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4018         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4019         emitting rFalseIfx label after check_carry label,
4020         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4021         pic16_emitDIRegs), NEW
4022         * (pic16glue): dump .calltree file when option --calltree found,
4023         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4024         * (_pic16_genAssemblerPreamble): emit ID locations after
4025         configuration registers,
4026         * (pic16_linkCmd): modifications of the link command,
4027         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4028         * (pic16_pCodeInitRegisters): don't init stack registers,
4029         * (pic16_findPrevInstruction): fixed bug,
4030         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4031         bug with immediate registers,
4032         * (buildCallTree): traces stack push and pop,
4033         * (pct2): dump also stack usage for each function,
4034         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4035         * (pic16_allocDirReg): various modifications,
4036         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4037         fixed to 1,
4038
4039 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4040
4041         * src/pic16/pcode.c: removed buggy double colon
4042
4043 2004-07-01 Borut Razem <borut.razem AT siol.net>
4044
4045         * support/scripts/sdcc.nsi: added include/pic16 to setup
4046
4047 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4048
4049         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4050         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4051         target 'clean',
4052         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4053         specific command line arguments. Also added sample lkr script
4054         for placing a variable at a specific memory bank.
4055         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4056         at a specific memory bank,
4057         * (pic16_dump_isection): fixed bug which caused string literals to
4058         be omitted when dumping idata section,
4059         * (pic16_groupRegistersInSection): added code to handle registers
4060         in specific memory banks,
4061         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4062         public, all references are renamed too,
4063         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4064         AOP_DPTR2,
4065         * (pic16_storeForReturn): added case to handle when dest is WREG,
4066         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4067         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4068         pic16_rel_udata, check to see if that register is marked as being
4069         a member of a specific memory bank,
4070         * (pic16_printIvalCharPtr): added code to add string literals either
4071         to code or the idata sections,
4072         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4073         also accept the 'udata' pragma,
4074         * src/pic16/main.h: new structure types sectName and sectSym
4075         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4076         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4077         * (pic16_findPrevInstruction): fixed, it returned nothing,
4078         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4079         instruction combinations,
4080         * (pic16_FixRegisterBanking): heavily reorganised,
4081         * (pic16_AnalyzeBanking): if generating banksel directives is
4082         disabled, then don't call FixRegisterBanking at all,
4083         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4084         completely removed,
4085         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4086
4087 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4088
4089         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4090         Phuah Yee Keat <yk.phuah AT nestac.com>
4091
4092 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4093
4094         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4095         correctly the IVT even if it is relocated to some other location
4096
4097 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4098
4099         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4100         * device/include/pic16/pic18f2220.h: NEW,
4101         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4102         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4103         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4104         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4105         nodefaultlibs, ivt_loc is the location of the interrupt vector
4106         table, and nodefaultlibs signs that default libraries should not be
4107         linked in link stage,
4108         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4109         according to --ivt-loc argument,
4110         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4111         when pragma stack is found,
4112
4113 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4114
4115         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4116         256 (range check), 257 (do while), 258.a-f (bit banging
4117         f.e. on 3-wire SPI bus)
4118
4119 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4120
4121         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4122         variables used exclusively within a loop
4123
4124 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4125
4126         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4127
4128 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4129
4130         * src/SDCClrange.c (computeClash): fixed bug #971834
4131
4132 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4133
4134         * src/mcs51/gen.c (genCmp): fixed bug #975903
4135         * src/hc08/gen.c (operandsEqu),
4136         * src/ds390/gen.c (operandsEqu),
4137         * src/z80/gen.c (operandsEqu),
4138         * src/pic/gen.c (operandsEqu),
4139         * src/pic16/gen.c (operandsEqu),
4140         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4141         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4142
4143 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4144
4145         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4146
4147 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4148
4149         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4150         default case in switch statement,
4151         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4152         to eliminate problem with initialisation of pointers, but problem
4153         still exists,
4154         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4155         * (emitStaticSegment): removed various lines emitting debug info,
4156         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4157         added processor registers for utilizing EEPROM,
4158         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4159         configurable and set 8
4160
4161 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4162
4163         * .version: increased version number to 2.4.2,
4164
4165         Cumulative patch for pic16 port
4166         * src/pic16/device.c: changed scheme to dump initial values for
4167         variables in idata segment, all print_idata* functions were removed,
4168         now the pic16_printIval* will be called,
4169         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4170         * _pic16_printPointerType, pic16_printPointerType,
4171         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4172         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4173         NEW, similar to the respective functions in SDCCglue.c,
4174         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4175         way, emitting hex bytes,
4176         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4177
4178 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4179
4180         * src/avr/ralloc.c (serialRegAssign),
4181         * src/xa51/ralloc.c (serialRegAssign),
4182         * src/pic/ralloc.c (serialRegAssign),
4183         * src/pic16/ralloc.c (serialRegAssign),
4184         * src/hc08/ralloc.c (serialRegAssign),
4185         * src/z80/ralloc.c (serialRegAssign),
4186         * src/ds390/ralloc.c (serialRegAssign),
4187         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4188
4189 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4190
4191         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4192         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4193
4194 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4195
4196         Cumulative patch for pic16 port:
4197         * src/pic16/device.h (typedef PIC16_device) modified fields for
4198         defining microcontrollers,
4199         * src/pic16/device.c: added new info for all devices in Pics16 array,
4200         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4201         to be optimised out by the pCode optimiser,
4202         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4203         specially, bug reported by G.M. Gallant,
4204         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4205         as force'd so that cannot be optimised out by pCode optimiser,
4206         * src/pic16/pcode.c,
4207         * src/pic16/pcodepeeph.c,
4208         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4209         they are disabled by default, but can be enabled explicit with
4210         command argument --denable-peeps, for testing,
4211         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4212         --pomit-ivt in COMPILE_FLAGS
4213
4214 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4215
4216         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4217           compilation on MSVC
4218
4219 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4220
4221         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4222
4223 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4224
4225         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4226         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4227
4228 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4229
4230         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4231         would only assign 0x300001 register.
4232
4233 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4234
4235         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4236         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4237
4238 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4239
4240         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4241         for ds80c400
4242         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4243         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4244         added peephole 254 (left shift), 255 (jump table)
4245
4246 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4247
4248         * device/lib/Makefile.in: removed comment line with model-pic16,
4249         * (target port-specific-objects-pic16): the libraries and objects
4250         are copied to the build directory form the device/lib/pic16/bin
4251         directory
4252
4253         Cumulative patch concerning pic16 port:
4254         * library directory has been re-organized,
4255         * added support for PIC18F1220,
4256         * added headers and library sources for chips 18f1220,18f6520,
4257         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4258
4259         * configuration registers setting has changed, now each supported
4260         device has a complete description of the registers it uses,
4261         * all initialisations are moved to idata sections, these section
4262         can be absolute or relocatable,
4263         * fixed initialisation of codespace variables,
4264         * fixed warning about PCLATU and gpsim,
4265         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4266         * (genAssign): use table reads when assigning from variables in codespace,
4267         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4268         char/int variables placed in codespace,
4269         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4270         registers set in .asm file, no need for --pomit-config-words anymore,
4271         * (pic16glue): some 8051 legacy segments are commented out
4272         (to be removed completely),
4273         * added support for alternative assembler and linker with --asm=
4274         and --link= command line arguments,
4275         * peepholes are disabled automatically in the port, no need to
4276         specify on command line,
4277         * port supports natively char/int/long multiplication, but converts
4278         all divisions to support functions,
4279         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4280         to the file set in variable $2,
4281         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4282         strings in ASCII format and not in hex,
4283         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4284         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4285         allocate proper register if iCodes aren't temporary,
4286
4287 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4288
4289         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4290
4291 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4292
4293         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4294         is commented out
4295
4296 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4297
4298         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4299         computed address is reused
4300         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4301         multi-byte bitfields
4302
4303 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4304
4305         * src/z80/gen.c: (genArrayInit): must check for pointers too
4306
4307 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4308
4309         * support/regression/tests/zeropad.c: never meant to commit the
4310           nestedstruct test: removed, added check for GCC version
4311
4312 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4313
4314         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4315         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4316         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4317           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4318           bugs 928906 and 954082 half-empty initializers
4319         * src/SDCCsymt.h,
4320         * src/SDCCsymt.c (getAllocSize): added for above fix
4321         * src/z80/gen.c (genArrayInit): fixed bug 741044
4322         * support/regression/tests/zeropad.c: added tests
4323
4324 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4325
4326         * src/pic16/device.c (pic16_dump_section): corrected bug which
4327         caused some symbols of the libraries to be misplaced
4328
4329 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4330
4331         * src/pic16/glue.c,
4332         * src/pic16/ralloc.h,
4333         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4334         to fix conflict with pic port
4335
4336 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4337
4338         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4339         externs configuration variables,
4340         * src/pic16/ralloc.h,
4341         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4342         prototype in header, commented out some debug messages
4343
4344 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4345
4346         * src/pic16/glue.c,
4347         * src/pic16/main.c,
4348         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4349         for gpasm COFF object generation. Thanks to D. Hawkins for
4350         his patch info
4351
4352 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4353
4354         * src/ds390/main.c,
4355         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4356         Brock for spotting this)
4357         * src/ds390/gen.c (genEndFunction),
4358         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4359         interrupt handler and critical. Disable push/pop optimizations when
4360         peephole optimizations disabled.
4361
4362 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4363
4364         Updated pic16 library sources and headers.
4365         * device/lib/pic16/pic18f*/ ,
4366         * device/include/pic16/*.h: modified to handle structured SFR
4367         definitions
4368
4369 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4370
4371         * src/port.h (PORT structure): added hook initPaths, now each
4372         port can declare its own default search paths,
4373         which can been seen with the --print-search-dirs option,
4374         see pic16 port for example,
4375         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4376         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4377         * (doPrintSearchDirs): NEW, replaces in a central manner the
4378         printing of search dirs which was split in set*Paths functions,
4379         * (main): added call to port->initPaths and doPrintSearchDirs,
4380         * src/avr/main.c,
4381         * src/ds390/main.c,
4382         * src/hc08/main.c,
4383         * src/izt/i186.c,
4384         * src/izt/tlcs900h.c,
4385         * src/mcs51/main.c,
4386         * src/pic/main.c,
4387         * src/pic16/main.c: modified port structures to reflect addition of
4388         initPaths hook,
4389
4390         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4391         * (pic16_dump_section): for registers in same address reserve memory once,
4392         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4393         to no_banksel,
4394         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4395         result is greater in size than right or left,
4396         * (pic16_genUMult8X8_8): there are some cases where the result can
4397         be 16 bits size, so handle these,
4398         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4399         * (pic16_outBitC): modified to emit pcodes,
4400         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4401         or not,
4402         * (genDivOneByte): implemented algorithm to divide 8-bits,
4403         * (genCmp): uncommented goto, but issues still exist,
4404         * (genAnd): fixed a bug with variables >8bits,
4405         * (genPackBits): optimization added that uses BCF/BSF to change a
4406         single bit,
4407         * (genAssign): fixed bug when assigning floating point literals,
4408         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4409         __sdcc_gsinit_startup label,
4410         * src/pic16/main.c (_pic16_init): removed search directory
4411         initialisations,
4412         * (_pic16_initPaths): NEW, used to initialise search directories,
4413         * (_hasNativeMulFor): support functions for all except char/int
4414         multiplication, and char division,
4415         * (PIC16_port struct): modified entry for native mul support,
4416         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4417         no_banksel option,
4418         * (buildCallTree): call to register_usage is ifdef'ed out,
4419
4420 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4421
4422         * device/include/string.h: applied Stas Sergeev's patch to make this
4423         header file compatible with the preprocessor -Wundef option
4424         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4425         failure (fixes bug #941458)
4426
4427 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4428
4429         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4430         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4431         that the variable, not the function, should be static
4432         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4433         to be consistent with non-literal case
4434
4435 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4436
4437         * src/SDCCast.c (isConformingBody): fixed bug #949967
4438         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4439         convilong): fixed bug #952086
4440
4441 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4442
4443         * src/SDCCmem.c (allocVariables): fixed bug #955321
4444
4445 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4446
4447         * src/hc08/main.c (_hc08_genAssemblerEnd),
4448         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4449         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4450         completely eliminated the use of a temporary file
4451         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4452         when more than one file linked
4453         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4454
4455 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4456
4457         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4458         which fixes bug #543481
4459         * support/regression/tests/bug-751703.c: fixed comments left from a
4460         cut and paste error
4461         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4462         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4463         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4464         scopes
4465         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4466         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4467         are now changed to underscores in moduleName
4468
4469 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4470
4471         * as/mcs51/lkmem.c: better fix for bug #954173
4472
4473 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4474         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4475
4476         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4477         * device/include/c8051f000.h,
4478         * device/include/c8051f120.h,
4479         * device/include/c8051f300.h,
4480         * device/include/c8051f310.h,
4481         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4482         PWM16) and detab'ed
4483
4484 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4485
4486         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4487         and mailing lists, doc'ed --no-peep-comments, removed reference
4488         to knoppix (newest version has no LyX/LaTeX), other minor changes
4489         * src/SDCCglue.c (glue): save 2 bytes stack space with
4490         option --main-return. The ljmp could probably be avoided too
4491
4492 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4493
4494         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4495
4496 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4497
4498         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4499         * src/SDCCopt.c (isLocalWithoutDef),
4500         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4501         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4502         (credit to Maarten Brock for patch #949363, on which this is based)
4503         * support/regression/tests/bug-751703.c: some test cases of extern used
4504         within inner scopes.
4505
4506 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4507
4508         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4509         SPEC_STRUCT
4510         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4511         struct definitions
4512         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4513         dwWriteLabel): fix to create valid debugger symbols even when
4514         the module name has non-alphanumeric symbols in it
4515         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4516         when a variable's allocation has been optimized away
4517
4518
4519 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4520
4521         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4522         * src/hc08/main.c,
4523         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4524         * src/mcs51/main.c,
4525         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4526         * src/ds390/main.c,
4527         * src/z80/gen.c (z80_emitDebuggerSymbol),
4528         * src/z80/main.c,
4529         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4530         * src/pic/main.c,
4531         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4532         * src/pic16/main.c,
4533         * src/avr/gen.c (avr_emitDebuggerSymbol),
4534         * src/avr/main.c,
4535         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4536         * src/xa51/main.c,
4537         * src/SDCCdebug.c (emitDebuggerSymbol),
4538         * src/SDCCdebug.h,
4539         * src/port.h: added a debugger struct to the port struct. Added a
4540         callback for defining debugger symbols
4541
4542         * src/SDCCast.c (createLabel),
4543         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4544         with isitmp = 1
4545         * src/SDCCicode.h,
4546         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4547         iCode back to the ast for the function
4548
4549         * src/hc08/ralloc.c (hc08_assignRegisters),
4550         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4551         unneeded fields from the regs struct.
4552         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4553         pushReg() & pullReg() functions instead of emitcode()
4554
4555         * src/hc08/gen.c (genLabel, genhc08Code),
4556         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4557
4558         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4559         debugger hooks
4560
4561         * src/hc08/gen.c (genEndFunction, genhc08Code),
4562         * src/hc08/gen.h,
4563         * src/mcs51/gen.c (genEndFunction, gen51Code),
4564         * src/mcs51/gen.h,
4565         * src/ds390/gen.c (genEndFunction, gen390Code),
4566         * src/ds390/gen.h,
4567         * src/z80/gen.c (genEndFunction, genZ80Code),
4568         * src/z80/gen.h,
4569         * src/z80/z80.h,
4570         * src/pic/gen.c (genEndFunction, genpic14Code),
4571         * src/pic/gen.h,
4572         * src/pic16/gen.c (genEndFunction, genpic16Code),
4573         * src/pic16/gen.h,
4574         * src/avr/gen.c (genEndFunction, genAVRCode),
4575         * src/avr/gen.h,
4576         * src/xa51/gen.c (genEndFunction, genXA51Code),
4577         * src/xa51/gen.h,
4578         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4579         specific code to cdbFile.c and out of the backend code generators
4580
4581         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4582         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4583         starting address is now 0
4584
4585         * as/hc08/asm.h,
4586         * as/hc08/m08pst.c,
4587         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4588         assembler directive for DWARF support
4589         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4590
4591         * src/src.dsp,
4592         * src/Makefile.in,
4593         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4594
4595 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4596
4597         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4598         and inappropriate peephole optimization in jump tables
4599
4600 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4601
4602         * as/hc08/m08pst.c,
4603         * src/SDCCglue.c: sdccopt works for the hc08 port now
4604
4605 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4606
4607         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4608
4609 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4610
4611         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4612
4613 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4614
4615         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4616         rules
4617         * src/SDCCmain.c,
4618         * src/SDCCglobl.h,
4619         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4620         comments from the peephole optimizer replacement rules
4621         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4622         symbols
4623         * src/SDCCcse.c (updateSpillLocation),
4624         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4625         equivalents
4626         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4627         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4628         objects far pointers
4629
4630 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4631
4632         * src/SDCCsymt.h: a missing part of my last change
4633         * src/pic/ralloc.c (regTypeNum),
4634         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4635
4636 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4637
4638         * src/SDCCicode.h,
4639         * src/SDCCicode.c (aggrToPtrDclType),
4640         * src/SDCCptropt.h,
4641         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4642         ptrPseudoSymConvert),
4643         * src/pic/ralloc.c (regTypeNum),
4644         * src/pic16/ralloc.c (regTypeNum),
4645         * src/hc08/ralloc.c (regTypeNum),
4646         * src/ds390/ralloc.c (regTypeNum),
4647         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4648         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4649
4650 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4651
4652         * link/z80/lkmain.c (afile),
4653         * as/hc08/lkmain.c (afile),
4654         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4655         prevent a pointer problem when a filename has no directory and
4656         no extension specified.
4657
4658 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4659
4660         * link/z80/lkmain.c (afile): allow periods in directory names
4661         * link/z80/lkmain.c (afile),
4662         * as/mcs51/lkmain.c (afile),
4663         * as/hc08/lkmain.c (afile): allow linker script file to have an
4664         extension other than ".lnk"
4665         * link/z80/lklex.c (getfid),
4666         * link/z80/lkmain.c (parse),
4667         * as/mcs51/lklex.c (getfid),
4668         * as/mcs51/lkmain.c (parse),
4669         * as/hc08/lklex.c (getfid),
4670         * as/hc08/lkmain.c (parse): Support comments in the linker script
4671         file on lines by themselves and after filenames
4672
4673 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4674
4675         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4676
4677 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4678
4679         * src/z80/peeph-z80.def: removed some peephole rules that don't
4680         work with multibyte arithmetic (fixed bug #937126)
4681         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4682         to registers and not global variables
4683         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4684         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4685         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4686         checking for assignments not internally generated (fixed bug #931895)
4687         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4688         structure member (fixed bug #930072)
4689
4690 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4691
4692         * src/SDCCmain.c (linkEdit),
4693         * src/hc08/main.c (_hc08_parseOptions),
4694         * as/hc08/Makefile.in,
4695         * as/hc08/aslink.h,
4696         * as/hc08/asm.h,
4697         * as/hc08/m08pst.c,
4698         * as/hc08/lkrloc.c (relr, rele),
4699         * as/hc08/lkarea.c (lnkarea)
4700         * as/hc08/lkmain.c (afile, parse),
4701         * as/hc08/lkelf.c: support for ELF output
4702         * as/hc08/lks19.c (s19),
4703         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4704
4705 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4706
4707         * as/mcs51/lkihx.c: Fixed bug #899105.
4708
4709 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4710
4711         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4712         .dsp files from Unix to DOS.
4713
4714 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4717         function pointers; we have been compliant for several months now.
4718         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4719         change that was accidently commented out
4720         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4721         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4722         bug #922319
4723
4724 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4725
4726         * src/hc08/gen.c: output of all of the internal debugging information
4727         is now controlled by the D() macro; it is disabled by default
4728
4729 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4730
4731         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4732         harder to keep the same registers during a CAST iCode
4733         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4734         long via int can be done in a single cast, if the signedness is
4735         correct.
4736         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4737         putchar() in tinibios.c in ds390's library
4738
4739 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4740
4741         * src/SDCCast.c (decorateType): fixed bug #898889,
4742         cast result of a literal complement too
4743         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4744         fixed check for bitfields
4745
4746 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4747
4748         * src/SDCCicode.c (geniCodeLogic): made it static,
4749         (geniCodeLogicAndOr): added in order to fix bug #905492,
4750         (ast2iCode): fixed bug #905492
4751         * support/regression/tests/bug-905492.c: added
4752         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4753         (processParms): fixed bug #927659: don't copy parms, this will clear
4754         decorated flag
4755         * support/regression/tests/bug-927659.c: added
4756
4757 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4758
4759         * src/SDCCast.c (addCast): don't cast float to char
4760         * device/lib/libsdcc.lib: added _memmove
4761
4762 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4763
4764         * device/lib/large/Makefile: fixed parallel execution by
4765         replacing `make` by `$(MAKE)`
4766
4767 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4770         offsets (fixes bug #923936)
4771
4772 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4773
4774         * device/lib/small/Makefile: fixed parallel execution by
4775         replacing `make` by `$(MAKE)`
4776
4777 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4778
4779         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4780
4781 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4782
4783         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4784         * src/regression/Makefile: Regression test was not running.
4785
4786 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4787
4788         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4789         complement if possible
4790         * src/SDCCval.c (valComplement),
4791         * src/SDCCicode.c (operandOperation): fixed complement of literal
4792         * support/regression/tests/onebyte.c (testComplement): added
4793
4794 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4795
4796         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4797         return an optimized tree; actually replace actParm with the new tree
4798         * src/SDCCast.h: added some parantheses to remove side effects
4799         * support/regression/tests/bug-920866.c
4800
4801 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4802         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4803         Bit operands were not being handled properly in the pic14 port.
4804         (now src/regression/add.c passes again).
4805
4806 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4807
4808         * src/SDCC.y (labeled_statement): case and default no longer require
4809         a following statement (RFE #893037)
4810
4811 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4812
4813         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4814         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4815         disabled (fixes bug #916294)
4816         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4817         "mov a,acc"; patch provided by Lenny Story
4818         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4819
4820 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4821
4822         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4823         functions
4824         * src/ds390/gen.c (genFunction, genEndFunction),
4825         * src/ds390/ralloc.c (ds390_assignRegisters),
4826         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4827         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4828         pushed if there are parameters passed on the stack. Also, a cleaner
4829         way to decide if r0/r1 should be pushed/popped. (Together they fix
4830         bug #918693)
4831
4832 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4833
4834         * doc/sdccman.lyx,
4835         * device/lib/mcs51/crtpagesfr.asm,
4836         * device/lib/mcs51/crtxinit.asm,
4837         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4838         to avoid confusion with Si Lab's SFRPAGE register.
4839
4840 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCCglue.c (emitMaps): allow public sfr variables
4843         * src/SDCCglue.c (initialComments): include compiler build date
4844         with compiler version and put the timestamp of the generated
4845         assembly file on a serperate line to be less confusing.
4846         * src/port.h: added genInitStartup hook
4847         * src/avr/main.c,
4848         * src/ds390/main.c,
4849         * src/hc08/main.c,
4850         * src/pic/main.c,
4851         * src/pic16/main.c,
4852         * src/xa51/main.c,
4853         * src/z80/main.c: genInitStartup initialize as NULL (default to
4854         historical behaviour)
4855         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4856         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4857         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4858         library instead of hard coding it into the compiler.
4859         * support/regression/ports/mcs51-stack-auto/spec.mk,
4860         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4861         * device/lib/mcs51/Makefile,
4862         * device/lib/small/Makefile,
4863         * device/lib/large/Makefile,
4864         * device/lib/mcs51/crtpagesfr.asm,
4865         * device/lib/mcs51/crtstart.asm,
4866         * device/lib/mcs51/crtxclear.asm,
4867         * device/lib/mcs51/crtxinit.asm,
4868         * device/lib/mcs51/crtclear.asm,
4869         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4870         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4871         and into user configurable files.
4872         * device/lib/clean.mk: clean mcs51 directory too
4873         * support/regression/tests/longlit.c: added static to T1 declaration
4874         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4875         accesses in the initialization code
4876
4877 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4878
4879         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4880         OSCTRIMVAL as noted in bug #916008
4881
4882 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4883
4884         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4885         in loops with multiple exits (reported as incorrect registers
4886         used by Martin Helmling in Sdcc-user list)
4887
4888 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4889
4890         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4891         made ds390 register extensions look less like error messages
4892
4893 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4894
4895         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4896         reported by Adam Wozniak in Sdcc-user list
4897
4898 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4899
4900         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4901         arithmetic optimizations, added debug output
4902
4903 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4904
4905         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4906         * sdcc.spec: updated and split sdcc into 3 rpms
4907         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4908         needed for literals of LEFT_OP and '+'
4909         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4910         introduced RESULT_TYPE_NOPROM
4911         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4912         left shift
4913         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4914         limited promotion to int only for '*'
4915         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4916
4917 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4918
4919         * src/pic16/gen.c (genSkip),
4920         (genc16bit2lit), (gencjneshort): commented out
4921         (is_LitOp): new helper function, checks operand type
4922         (genCmpEq): rewritten
4923
4924 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4925
4926         * support/regression/tests/bug-908454.c: added
4927
4928 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4929
4930         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4931         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4932         (geniCodeCast): cosmetic, don't preserve bit storage class
4933         (geniCodeLeftShift): added promotion
4934         (geniCodeLogic): fixed regression
4935         * src/SDCCsymt.c (computeTypeOr): accept bits too
4936         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4937
4938 2004-03-07  Borut Razem <borut.razem AT siol.net>
4939
4940         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4941
4942 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4943
4944         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4945         version of pic16_genPackRegisters which does not check if ic is a
4946         CAST operator,
4947         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4948         function cause string1.c regression test fails
4949
4950 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4951
4952         * sim/ucsim/configure.in,
4953         * sim/ucsim/configure,
4954         * sim/ucsim/doc/Makefile.in: use docdir
4955         * src/SDCC.y: fixed sbit atrributes
4956         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4957         * src/SDCCast.c (decorateType): |^& need special promotion handling
4958         * src/SDCCast.h,
4959         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4960         * src/SDCCsymt.h (computeType),
4961         * src/SDCCicode.c: computeType() needs op
4962         * src/SDCCsymt.c (checkTypeSanity),
4963         * doc/sddman.lyx: "plain" bitfields are unsigned
4964         * src/SDCCsymt.c (computeTypeOr): added
4965         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4966         |^& ops
4967         * src/SDCCval.c (val*): computeType() needs op
4968         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4969         * support/regression/tests/onebyte.c: added tests for |^&
4970
4971 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4972
4973         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4974         for writing icode into asm output.
4975
4976 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4977
4978         * src/pic16/device.c: added some debug lines enabled
4979         with macro DEBUG_CHECK,
4980         * src/pic16/genarith.c: more debug in genPlus,
4981         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4982         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4983         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4984         * (aopForSym): onStack symbols are re-placed in data memspace,
4985         and onStack flag is cleared,
4986         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4987         copy temporary pcodeop,
4988         * (genPcall): added warning for not updating PCLATU,
4989         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4990         always true for pic16 port,
4991         * (genMultOneWord): NEW, supports integer multiplication,
4992         * (genMult): modified to call genMultOneWord,
4993         * (ifxForOp): added warning when return NULL,
4994         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4995         flag is set before call to operandFromSymbol for implicit
4996         added structures,
4997         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4998         options.intlong_rent are set by default,
4999         * (_hasNativeMulFor): modified to allow port generation of integer
5000         multiplication,
5001         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5002         set regtype to REG_SFR for all registers, restricting seting the
5003         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5004
5005 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5006
5007         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5008         more than 500 times in the regression tests
5009
5010 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * support/Util/SDCCerr.h,
5013         * support/Util/SDCCerr.c,
5014         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5015         enumerator_list),
5016         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5017         for symbol conflicts.
5018         * support/valdiags/tests/enum.c,
5019         * support/valdiags/tests/tentdecl.c,
5020         * support/valdiags/tests/struct.c: expect possible error messages
5021         referring to original symbol definitions.
5022         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5023         * src/SDCCsymt.h,
5024         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5025
5026 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5027
5028         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5029
5030 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5031
5032         * src/pic16/ralloc.c (newReg): fixed bug #908929
5033
5034 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5035
5036         * src/ds390/gen.c: added missing #include "main.h"
5037
5038 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5039
5040         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5041         checking if symbol is already in set,
5042         * src/pic16/device.h: prototype for checkAddSym,
5043         * src/pic16/gen.c: (_G): added entry interruptvector,
5044         * (assignResultValue): removed some commented out lines,
5045         * (genFunction): check for ISR via sym->type, absolute section for
5046         interrupt code is created via a new pBlock, the goto instruction is
5047         placed now correctly at the interrupt vector position, changed all
5048         references from ivec to _G.interruptvector,
5049         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5050         is the interrupt is a high priority one, same for return from ISR,
5051         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5052         externs to calls of checkAddSym,
5053         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5054         pic16_pcode_verbose flag is set,
5055         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5056         * src/pic16/pcoderegs.c: message about how many registers are saved
5057         will only be emitted if pic16_pcode_verbose flag is set,
5058
5059 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5060
5061         * src/ds390/ralloc.h,
5062         * src/ds390/ralloc.c (ds390_regWithIdx),
5063         * src/ds390/gen.c (emitcode),
5064         * src/ds390/main.h,
5065         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5066         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5067         ds390operandCompare, getRegsRead, getRegsWritten,
5068         initializeAsmLineNode): customized instruction size calculation for
5069         ds390, started basis for some register optimizations
5070         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5071         corresponding assembly output
5072         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5073         missing push/pop of r0/r1. Optimized push/pops
5074
5075 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5076
5077         * src/mcs51/main.c (instructionSize): fixed ACALL size
5078         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5079
5080 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5081
5082         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5083         the sorting of rlist with NULL elements
5084         * (print_idataType, print_idata): NEW to create idata sections
5085         * src/pic16/device.h: idataSymSet new variable
5086         * src/pic16/gen.c (genFunction): fixed some bugs in string
5087         comparing, improved the absolute section creation for ISRs,
5088         added FSR0L/FSR0H in registers that are saved in an ISR,
5089         * (genInline): fixed the processing of inline snippets,
5090         now they undergo no process by the peephole optimizer
5091         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5092         are placed in idataSymSet,
5093         * (pic16emitStaticSeg): extern symbols are added in externs,
5094         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5095         switching when aboslute variables are placed in access bank memory
5096         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5097         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5098         commented out with #if,
5099         * (pic16_packRegisters): reintroduce the check for CAST because some
5100         symbols are not correctly handled,
5101         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5102         pCodeInstruction instead of pCode,
5103         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5104         pCodeAsmDir definition,
5105         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5106         directive, then the argument directive is emitted without the leading
5107         tab, hack for inline labels which must be in the first column,
5108         * (compareLabel,pic16_findNextInstruction),
5109         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5110         * (insertBankSwitch): modified for the new pCodeAsmDir,
5111
5112 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5113         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5114
5115         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5116         instance,
5117         * (pushSide): commented out with #if,
5118         * (assignResultValue): fixed some typos in saving
5119         registers,
5120         * (genPcall): FIXED and sync'ed with genCall,
5121         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5122         * (genNearPointerGet): fixed to handle some more cases,
5123         implementation scheme via table reads,
5124         * (genConstPointerGet): modified to access code memory correct,
5125         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5126         and improved to handle some cases
5127         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5128         instead of "RETLW" for init data
5129         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5130         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5131         variables are placed in access bank memory (<0x80 and >=0xf80),
5132         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5133         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5134         TBLWT_POSTDEC,TBLWT_PREINC
5135         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5136         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5137         directives
5138         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5139         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5140         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5141         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5142
5143 2004-02-29  Borut Razem <borut.razem AT siol.net>
5144
5145         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5146         support/Util/findme.h, support/Util/system.h: enhance binary relative
5147         search for lib and include by using findProgramPath()
5148
5149 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5150
5151         * src/SDCCpeeph.h,
5152         * src/SDCCpeeph.c (pcDistance),
5153         * src/port.h,
5154         * src/mcs51/ralloc.h,
5155         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5156         * src/mcs51/main.h,
5157         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5158         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5159         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5160         size calculation port specific, started basis for some register
5161         optimizations
5162         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5163         missing push/pop of r0/r1. Optimized push/pops
5164         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5165         * device/lib/_modsint.c (_modsint),
5166         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5167         and stack version so regression tests pass
5168
5169 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5170
5171         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5172         * src/SDCCast.c (decorateType): catch another small optimization
5173         with '?' operator
5174         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5175         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5176         modified to finally use computeType() all over SDCC,
5177         see Feature Request #877103
5178         * src/SDCCval.h: cosmetic
5179         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5180         valCompare(); regression tested in muldiv.c
5181         * support/regression/tests/muldiv.c (testMod): mod sign follows
5182         dividend only
5183
5184 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5185
5186         * src/SDCCast.c (decorateType): fixed bug #902362
5187         * doc/INSTALL.txt: fixed install instructions for win32
5188
5189 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5190
5191         * device/include/Makefile.in (install): fixed by replacing spaces
5192         by tabs
5193         * doc/README.txt,
5194         * doc/INSTALL.txt: updated for release
5195         * doc/sdccman.lyx: added warning for --xstack being buggy
5196
5197 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5198
5199         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5200         to eliminate build warnings.
5201         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5202
5203 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5204            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5205
5206         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5207         removed -penable-stack, added comment for stack pragma, added
5208         warning for not initializing the stack/frame registers, removed
5209         comment at interrupts section
5210
5211         Stack is made permanent, there is no ability to disable stack usage.
5212         * src/pic16/device.h,
5213         * src/pic16/device.c: removed all references to USE_STACK macro,
5214         * src/pic16/device.c (pic16_dump_section): when no elements in
5215         rlist, free rlist before return,
5216         * (pic16_dump_int_registers): NEW, internal registers are a new set
5217         of general purpose registers reused by each function,
5218         * (checkAddReg): returns 1 if registers is added to set,
5219         * (pic16_groupRegistersInSection): when a registers is of type
5220         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5221         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5222         SRCASECMP macro is moved here from device.c
5223         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5224         PO_PCLATU, PO_PRODL, PO_PRODH,
5225         * (pic16_pCodeOpType, genMinus,
5226         changed compares to "a" register, with AOP_ACC,
5227         * (pic16_genPlus): fixed some bugs and indented properly,
5228         * (pic16_addSign): changed size to size+offset in the MOVWF
5229         instruction,
5230         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5231         multiply 8-bit operand by literal, result is 8-bit,
5232         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5233         multiply 2 8-bit operand, result is 8-bit,
5234         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5235         genUMult8X*_16,
5236         * src/pic16/gen.c: changed accUse to contain WREG only,
5237         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5238         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5239         true, do not use immediate addressing any more unless sym is a
5240         pointer in codespace,
5241         * (aopForRemat): do not use immediate addressing when symbol not in
5242         codespace and when symbol's address is requested,
5243         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5244         accUse size (= 1),
5245         * (aopGet): added case for AOP_ACC and don't return "accumulator
5246         bug" but WREG instead,
5247         * (popGetTempReg): pushes contents of temporary register in stack,
5248         * (popReleaseTempReg): pops contents of temporary register from
5249         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5250         * (pic16_popGet): separated case AOP_ACC to return register WREG
5251         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5252         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5253         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5254         the use of immediate pointers to certain cases only.
5255
5256         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5257         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5258         * (assignResultValue, genCall, genRet): modified to use the new
5259         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5260         genPcall is still broken,
5261         * (genFunction): added code to create 'A' type pBlocks when
5262         interrupt functions are generated, code not extensively tested yet,
5263         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5264         * (genEndFunction): modified so ISRs pop stored registers from stack,
5265         * (genMultOneByte): cleanup,
5266         * (AccRsh): added flag andmask, to and result with appropriate mask,
5267         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5268         * (genDataPointerGet): fixed and reenabled its use,
5269         * (genNearDataPointerGet): bugs fixed,
5270         * (genDataPointerSet): bugs fixed,
5271         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5272         pic16_DumpSymbol, pic16_DumpOp,
5273         * src/pic16/genutils.h: function prototypes for the above functions,
5274         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5275         pointers,
5276         * (pic16emitRegularMap): many many many improvements, but needs a
5277         major cleanup,
5278         * src/pic16/main.c: enable_stack in pic16_options is removed,
5279         * (_pic16_parseOptions): removed command line options -penable-stack,
5280         * (_process_pragma): emit stack symbol only when stack pragma is
5281         processed,
5282         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5283         redirected to FSR0L/FSR0H pair,
5284         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5285         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5286         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5287         for immediates,
5288         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5289         * (dumpPicOptype): NEW,
5290         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5291         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5292         with movff instruction,
5293         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5294         added pic16_int_regs, some packRegsFor* functions are commented out,
5295         because produce errors,
5296         * src/pic16/NOTES: minor modifications
5297
5298 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5299
5300         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5301         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5302         --pack-iram.
5303         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5304         * as/mcs51/lkaomf51.c: fixed bug #895763
5305
5306 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5307
5308         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5309
5310 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5311
5312         * doc/sdccman.lyx: added details about the HC08 storage classes and
5313         interrupts, fixed the register usage info for z80 & gbz80
5314
5315 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5316
5317         * doc/sdccman.lyx: added more pic16 port documentation
5318         * device/include/pic16/: added header pic18fregs.h
5319
5320 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5321
5322         * doc/sdccman.lyx: added Vangelis' contribution
5323
5324 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5325
5326         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5327         extend to the next CALL or PCALL, not just to the next CALL.
5328
5329 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5330
5331         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5332
5333 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5334
5335         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5336         bug #895752 and a better fix for bug #716790
5337
5338 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5339
5340         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5341
5342 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5343
5344         * doc/sdccman.lyx: minor changes, minor changed
5345
5346 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5347
5348         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5349         which can't handle SDCC_NEWONEBYTEOPS,
5350         (geniCodeMultiply): removed conversion from mult to shift for pic14
5351         and pic16
5352
5353 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5354
5355         * src/hc08/gen.h,
5356         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5357         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5358         thus fixing bug #895406
5359
5360 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5361
5362         * device/lib/_modsint.c,
5363         * device/lib/_modslong.c: sign follows divisor only
5364         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5365         signs or signedness can be ignored
5366         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5367         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5368         added optimization for IFX,
5369         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5370         arguments;
5371         reenabled optimization for IFX, which was removed on 2004-01-11
5372         * src/SDCCast.h: added return type IFX
5373         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5374         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5375         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5376         SDCC_OLDONEBYTEOPS selects the old behaviour
5377         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5378         changed again and commented promotion rule
5379         * src/SDCCval.c (valDiv): promotion no longer necessary
5380         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5381         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5382         rewritten
5383         * support/regression/tests/onebyte.c: added
5384
5385 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5386
5387         * gen.c (genInline): reverted to old code for assemnling inline
5388         code because of bug reported James Chadd
5389
5390 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5391
5392         * ralloc.h: missing declarations from previous patch,
5393         seems that patch for ralloc.h was never applied, fixed
5394
5395 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5396            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5397
5398         * pcode.c,
5399         * pcode.h,
5400         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5401         indirect addressing. Marked FSR0 as deprecated
5402         * gen.c (pointerCode): commented out, not needed now
5403         (pic16_popGet2p): new MOVFF helper function
5404         (genGenPointerGet),
5405         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5406         (shiftRLong): removed duplicate debugging info
5407
5408 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5409
5410         * src/ds390/gen.c (genNearPointerGet),
5411         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5412         optimization with bits, but not bitfields.
5413         * src/ds390/ralloc.c (packRegisters),
5414         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5415
5416 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5417
5418         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5419
5420 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5421
5422         * src/SDCCsymt.h,
5423         * src/SDCCicode.c (operandFromSymbol),
5424         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5425         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5426         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5427         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5428         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5429         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5430         bug #892038
5431         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5432         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5433         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5434         * src/SDCCsymt.c (newSymbol),
5435         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5436         enumerator_list),
5437         * src/SDCCval.h,
5438         * src/SDCCval.c (newiList): fixed bug #885705
5439
5440 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5441
5442         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5443         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5444
5445 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5446
5447         * device/include/c8051f120.h,
5448         * device/include/c8051f300.h,
5449         * device/include/c8051f310.h: added/updated header files for Silicon
5450         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5451         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5452         in new section Submitting patches
5453
5454 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5455
5456         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5457         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5458         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5459         genGenPointerSet),
5460         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5461         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5462         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5463         genGenPointerSet),
5464         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5465         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5466         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5467         genGenPointerSet),
5468         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5469         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5470         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5471         genGenPointerSet): fixed bug #892400
5472         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5473         to eliminate build warnings.
5474         * src/SDCCast.c (processParms),
5475         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5476         fixed bug 751859
5477         * support/valdiag/valdiag.py: added GCC to the list of defines active
5478         when compiling with gcc
5479
5480 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5481
5482         * support/Util/SDCCerr.h,
5483         * support/Util/SDCCerr.c,
5484         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5485         with an incomplete type (fixed bug #883734)
5486         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5487
5488 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5489
5490         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5491
5492 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5493
5494         * src/SDCCast.c (decorateType),
5495         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5496         function pointer implementation
5497         * support/regression/tests/funptrs.c: added tests to verify both forms
5498         of function pointers work correctly. Added tests to verify parameters
5499         are passed in the correct order.
5500
5501 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5502
5503         * device.c (regCompare): registers are sorted by ascending
5504         address and increasing size,
5505         * main.c (_pic16_finaliseOptions): removed the declaration
5506         of compiler macro MCU. Now a macro of the format pic18fxxxx
5507         will be defined from the command line
5508
5509 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5510             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5511
5512         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5513         PCOP_RLCF was overwritten!
5514         * gen.c (genSkip): commented out calls to pic16_emitcode,
5515         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5516         * (genlshTwo),
5517         * (genRRC): added debugging info,
5518         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5519         overwritten while shifting,
5520         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5521         overwritten while shifting,
5522         * (AccLsh),
5523         * (AccRsh),
5524         * (shiftLLeftOrResult),
5525         * (shiftRLeftOrResult),
5526         * (shiftRLong),
5527         * (shiftLLong): Implemented with pic16_emitpcode
5528         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5529         * (genLeftShift): Fixed bug, operand for shift by variable always
5530         was "and"ed with 0x0f,
5531         * (genLeftShiftLiteral),
5532         * (genrshTwo),
5533         * (genRightShiftLiteral): added debugging info,
5534         * (genrshFour): added comment,
5535         * (genRightShift): determined signedness from operand "left"
5536         instead of "result"
5537
5538 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5539
5540         * src/SDCCicode.c (geniCodeParms),
5541         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5542         function pointers, fixed function pointer bugs #861242 and #861896
5543
5544 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5545
5546         * device/include/c8051f000.h,
5547         * device/include/c8051f120.h,
5548         * device/include/c8051f300.h: added header files for Silicon
5549         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5550
5551 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5552
5553         * src/SDCCast.c (processParams): added new type flow and restructured
5554         (gatherAutoInit): added new type flow
5555         (addCast): cosmetic changes
5556         (getLeftResultType): added new type flow for array indices, patch
5557         provided by Stas, see FR #877103
5558         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5559         array index patch by Stas
5560         * src/SDCCast.h: added prototype getResultTypeFromType()
5561         * src/SDCCval.h,
5562         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5563         * src/pic/glue.c (pic14emitStaticSeg),
5564         * src/pic16/glue.c (pic16emitStaticSeg),
5565         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5566         for initialization of symbols
5567         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5568         * support/Util/SDCCerr.h:
5569         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5570         * .version: bumped version number to 2.3.8
5571         * device/include/Makefile.in (install),
5572         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5573         avoid warnings
5574
5575 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5576
5577         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5578         Slade Rich fixed an optimization bug
5579         * src/pic/pcodepeep.c,
5580         * src/pic/pcoderegs.c
5581         * doc/Makefile (install): added test for directory
5582
5583 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5584
5585         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5586         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5587         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5588         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5589         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5590         * as/mcs51/asexpr.c (term),
5591         * as/hc08/asexpr.c (term): fixed bug #887146
5592
5593 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5594
5595         * src/z80/gen.c (genMult): handle single byte result product
5596         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5597         DUMMY_READ_VOLATILE (fixed bug #886367)
5598
5599 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5600
5601         * support/regression/tests/libmullong.c: fixed logic, on little endian
5602         hosts we ended without a mullong_wrapper()
5603
5604 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5605
5606         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5607         virus/worm forged address usage.
5608
5609 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5610
5611         Fixed promotion, it should be done on AST level:
5612         * src/SDCCast.c (addCast): added promotion to int
5613         (decorateType): updated call to upCast()
5614         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5615         usualUnaryConversions()
5616
5617 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5618
5619         * support/regression/tests/literalop.c (mulWrapper): Added a
5620         wrapper to remove integer overflow warnings.
5621
5622         * support/regression/tests/float_trans.c: Made work on host.
5623
5624         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5625         location of sz80.
5626
5627         * support/regression/generate-cases.py (main): Changed from inline
5628         to a main method.
5629
5630         * doc/Makefile (install): Changed to depth first to get rid of
5631         missing directory install warning.
5632
5633         * as/Makefile (install-doc): Made work on Mac.
5634
5635 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5636
5637         * src/SDCCast.c: added an additional type flow in decorateType() of
5638         opposite direction, see feature request #860006; it's enabled at runtime
5639         by setting the environment variable SDCC_NEWTYPEFLOW
5640         * src/SDCCast.h: changed prototype of decorateType()
5641         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5642         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5643         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5644         see feature request #877103
5645         * src/SDCCval.c: updated call of decorateType()
5646         (valBitwise): fixed bug #882876
5647         (valMinus): added promotion
5648         (valLogicAndOr): result is unsigned
5649         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5650         * src/SDCCsymt.c (computeType),
5651         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5652         must not cause an unsigned operation
5653         * src/pic/glue (pic14emitRegularMap),
5654         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5655
5656 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5657
5658         * src/pic/pcode.c (PCodeID): commented out left over debug code
5659
5660 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5661
5662         * support/valdiag/tests/overflow.c: added shift tests
5663         * src/pic/device.c,
5664         * src/pic/gen.c,
5665         * src/pic/gen.h,
5666         * src/pic/glue.c,
5667         * src/pic/main.c,
5668         * src/pic/pcode.c,
5669         * src/pic/pcode.h,
5670         * src/pic/pcodepeep.c,
5671         * src/pic/pcoderegs.c,
5672         * src/pic/ralloc.c,
5673         * src/pic/ralloc.h: applied patch from Slade Rich;
5674         added support for multiple code pages and multiple RAM banks on the
5675         PIC 14 port. The ASM files now no longer simply assume all the
5676         code / RAM are in the same page / bank. This means the linker can
5677         safely allocate code/RAM of separate ASM files to different pages/banks.
5678         * doc/sdccman.lyx: added Slade's tips
5679         * src/mcs51/peeph.def: fixed bug #880768
5680
5681 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5682
5683         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5684         * src/SDCCast.c (decorateType): fixed bug #880197
5685
5686 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5687
5688         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5689         getopt.h.
5690
5691         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5692         strtof is not part of C89 and isn't included with Mac OS X.
5693
5694 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5695
5696         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5697         shiftL2Left2Result): fixed bug #879326
5698         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5699         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5700         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5701         address fetch for clr instruction
5702         * device/lib/hc08/_mulint.c: created optimized assembly version
5703         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5704
5705 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5706
5707         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5708         proposed in FR #877103
5709
5710 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5711
5712         * src/SDCCval.c (cheapestVal): added missing checks
5713         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5714         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5715
5716 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5717
5718         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5719         equal operands
5720
5721 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5722
5723         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5724         loaded with the linker search paths (-L arguments) and the libraries
5725         to be linked with the current source (-l arguments). Changes
5726         currently will affect only the pic16 port.
5727         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5728         include path the port specific paths and port specific libraries,
5729         * gplink command now contains the $3 argument,
5730         * src/pic16/device.h,
5731         * src/pic16/device.c,: structure PIC_device is made public and
5732         renamed to PIC16_device, the same for variable Pics which is renamed
5733         to Pics16. Updated all references to them.
5734         * src/pic16/glue.c (pic16glue): corrected bug with code
5735         initialization which bypassed the variable initializations block.
5736
5737         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5738         COMPILE_FLAGS and added the --nostdinc option
5739
5740 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5741
5742         * device/include/mc68hc908jb8.h: Register defs for another member
5743         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5744
5745 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5746
5747         Documenting changes from previous commits.
5748         * configure.in (version 1.56),
5749         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5750         when generating output files to configure the pic16 library,
5751         but now I've commented it out, since gputils aren't installed in the
5752         SF compile farm, so library won't compile
5753
5754         * device/lib/Makefile.in (version 1.56): initially I've added in
5755         target 'all' the prerequestive 'model-pic16' so it compiled the
5756         pic16 library, but now I've commented it out for the same reasons
5757         above,
5758         * added targets 'model-pic16' and 'objects-pic16' to compile the
5759         library
5760         * added target 'port-specific-objects-pic16' to handle the
5761         generated libraries and copy them into the build/ directory
5762         * added target 'clean-intermediate-pic16' to clean intermediate
5763         files into pic16 directory
5764         * in target 'installdirs' added line to create directory pic16 in
5765         the installation path
5766
5767         * device/include/Makefile.in (version 1.11): in target 'install'
5768         added lines to copy all header files to installation path,
5769         * in target 'installdirs' added line create directory for pic16
5770         headers in the installation path
5771
5772 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5773
5774         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5775          a function call
5776
5777 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5778
5779         * configure,
5780         * device/lib/configure.in,
5781         * device/lib/configure: fixed for autoconf 2.57
5782
5783 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5784
5785         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5786         option so that it actually works. Made it specific to the z80, since
5787         the gbz80 doesn't have these kinds of I/O ports.
5788
5789 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5790
5791         * device/include/z180.h,
5792         * device/lib/_memcpy.c,
5793         * device/lib/_memmove.c,
5794         * device/lib/_mulint.c,
5795         * device/lib/ser_ir.c,
5796         * device/lib/ser_ir_cts_rts.c,
5797         * device/lib/_strcmp.c,
5798         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5799         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5800         portmode; added deprecation warning for bank= and protmode= forms.
5801         Also, guard against buffer overflow.
5802         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5803
5804 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5805
5806         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5807         changed interrupt vector table generation to only emit declared vectors.
5808         * device/include/Makefile.in: added missing backslash
5809         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5810
5811 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5812
5813         Mainly changes to support compilation of the device libraries
5814         * src/pic16/device.c: stack is allocated via symbol and not
5815         via literal number. The symbol is placed in the corresponding
5816         position of the data ram
5817         * (pic16_dump_section): relocatable and absolute uninitialized
5818         data are now emitted in sorted order to reduce section naming,
5819         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5820         weren't marked as being in the access bank,
5821
5822 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5823
5824         Added portion of GNU PIC Library under the directory
5825         device/include/pic16 and device/lib/pic16. These files
5826         contain the declarations of SFRs for the PIC18Fxx2 devices.
5827         The directory is initialized via configure from toplevel.
5828
5829 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5830
5831         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5832         the spilllocations to be compared correctly
5833
5834 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5835
5836         * src/SDCCast.c (decorateType): fixed bug introduced today
5837
5838 2004-01-12  Borut Razem <borut.razem AT siol.net>
5839
5840         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5841         doc/sdccman.lyx: upper case pragmas are deprecated
5842
5843 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5844
5845         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5846         in simpler and even better code
5847
5848 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5849
5850         * src/SDCCicode.c (operandOperation): fixed bug #874819
5851         * src/SDCCast.c (decorateType): fixed
5852         char foo (unsigned long ul) { return ul > 0; }
5853
5854 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5855
5856         * doc/sdccman.lyx: Moved and added some sections, small changes
5857         all over. Telling LaTeX to be less strict with word spacing
5858         to better keep the right margin. Changed some notes about
5859         maintainance of the ports in section 3.2.1 - is it OK like this?
5860
5861 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5862
5863         SDCC source changes:
5864         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5865         convilong): modified to inform the pic16 port that builtin functions
5866         are external
5867
5868         PIC16 PORT specific changes:
5869         * src/pic16/device.c pic16_dump_equates() added,
5870         processor registers declared internally by the port are emitted in
5871         the translation as equates,
5872         * src/pic16/gen.c: inline code is passed unprocessed to the
5873         translation,
5874         * (pic16_popGetLit2): fnuction modified to take second operand as
5875         pCodeOp pointer and not as literal,
5876         * (popRegFromIdx): prefixed with pic16_,
5877         * (pic16_popCombine2): modified to receive already allocated pCode
5878         operands,
5879         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5880         * (genFunction): initializes local stack frame and pushes on stack
5881         all the registers used by this function,
5882         * (genEndFunction): restores all registers from stack and restores
5883         stack frame,
5884         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5885         improvements,
5886         * (pic16glue): changed the program startup sequence,
5887         * added new dbName code 'A' for functions placed in absolute section
5888         * src/pic16/main.c: added function attribute _naked,
5889         * added pragma 'code' to place a fnuction at an absolute address,
5890         * added command line arguments --debug-ralloc and --pcode-verbose,
5891         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5892         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5893         * (pic16_newpCodeOpLit2): modified to take the second operand as
5894         pCodeOp pointer,
5895         * (pic16_printpBlock): modified to emit each function in a separate
5896         section,
5897         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5898         UPPER for immediate operands,
5899         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5900         instruction,
5901         * src/pic16/peeph.def: all peepholes with movff are commented out,
5902         because there is a problem in the pcode peep optimizer,
5903         * src/pic16/ralloc.c: the register allocator can now reuse local
5904         function symbols for another function. This saves register usage.
5905         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5906
5907         Added file src/pic16/NOTES with information about program writing on
5908         the current port version.
5909
5910 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5911
5912         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5913         and peephole 252 (array access)
5914
5915 2004-01-09  Borut Razem <borut.razem AT siol.net>
5916
5917         * src/SDCCmain.c : fixed #872250: -l command line defined library
5918           files are scanned before standard library files
5919
5920 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5921
5922         * src/SDCCast.c (decorateType): fixed bug #874046
5923
5924 2004-01-09  Borut Razem <borut.razem AT siol.net>
5925
5926         * support/scripts/sdcc.nsi: remove previous installation
5927
5928 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5929
5930         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5931         bytes for last interrupt vector (mcs51)
5932         * sdcc.spec: fixed typo
5933
5934 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5935
5936         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5937         gen51Code): more efficient parameter receive for --model-large
5938         ("bug" #845294)
5939
5940 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5941
5942         * src/ds390/main.c,
5943         * src/z80/main.c: added missed needLinkerScript flags (more than
5944         one port structure defined in these file)
5945         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5946         bug #795325
5947
5948 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5949
5950         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5951         * src/port.h: added flag needLinkerScript in port->linker
5952         structure to inform whether to create a .lnk file or not,
5953         * src/avr/main.c,
5954         * src/ds390/main.c,
5955         * src/hc08/main.c,
5956         * src/mcs51/main.c,
5957         * src/pic/main.c,
5958         * src/pic16/main.c,
5959         * src/xa51/main.c,
5960         * src/z80/main.c: changed appropriately to configure
5961         needLinkerScript flag
5962         * src/pic/gen.c,
5963         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5964         * src/pic/glue.c: added variable udata_section_name to
5965         override default uninitialized data segment definition for
5966         devices only with SHAREBANK memory (reported from Erik Epetrich)
5967         * (pic14emitOverlay): modified to emit a commented overlay segment
5968         directive when no overlay data exist
5969         * (picglue): modified to emit uninitialized data segment
5970         according to udata_section_name
5971         * src/pic/main.c (_pic14_parseOptions): added command line
5972         options --udata-section-name=[name] to override default
5973         udata definition name
5974         * modified _linkCmd and _asmCmd to include compiler passed
5975         arguments via -W option
5976         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5977         object file from '.rel' to '.o' in port->linker structure,
5978         changed size of fptr from 2 to 3 in port structure
5979
5980 2004-01-07  Borut Razem <borut.razem AT siol.net>
5981
5982         * support/scripts/sdcc.nsi: update PATH
5983         * support/scripts/sdcc.ico: craeted
5984
5985 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5986
5987         * device/include/Makefile.in: fix install
5988         * doc/Makefile: fix install
5989
5990 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5991
5992         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5993         in bug #860505
5994         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5995         how the function variable allocation summary is displayed; also
5996         include information about variables allocated to the overlay
5997         segment
5998
5999 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6000
6001         * as/mcs51/lkmain.c: Help about -Y option
6002         * as/mcs51/lkarea.c: Fixed gcc warnings
6003
6004 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6005
6006         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6007         fixed warning
6008         * support/valdiag/tests/overflow.c: added
6009         * src/SDCCast.c (decorateType),
6010         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6011         LEFT_OP (left shift)
6012
6013 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6014
6015         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6016         (default behaviour).
6017
6018 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6019
6020         A python script to validate compiler diagnostic messages. It can be
6021         used to verify that sdcc complains about bad c source code and
6022         gives a good location of the error.
6023         * support/valdiag/Makefile,
6024         * support/valdiag/valdiag.py,
6025         * support/valdiag/tests/*
6026
6027 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6028
6029         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6030         * src/SDCCsymt.c (newEnumType),
6031         * src/SDCCsymt.h
6032         * support/Util/SDCCerr.c,
6033         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6034         enum related bugs.
6035         * support/regression/tests/enum.c: added test for enum values that
6036         require at least 2 bytes of storage.
6037
6038 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6039
6040         * src/common.h: added ifndef/define/endif macros
6041         around the header file.
6042         Bug reported from Jesus Calvino-Fraga
6043
6044 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6045
6046         * sdcc.spec: updated
6047         * device/include/Makefile.in: don't install CVS directories
6048         * device/lib/Makefile.in: added removal of CVS directories after install
6049         * doc/Makefile: fixed install, added local_icons
6050         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6051         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6052         * src/ds390/gen.c (genRightShift): fixed bug #870788
6053         * src/SDCCast.c (decorateType): fixed bug #870781
6054
6055 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6056
6057         PIC16 port related changes:
6058         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6059         added variable stackPos,
6060
6061         * gen.c: genCall, assignResultValue: added support for
6062         pushing/retrieving function parameters to/from stack,
6063         genFunction,genEndFunction: setup stack frame for the
6064         generated function,
6065         genAddrOf: will be changed according to bug 863624
6066
6067         * added files genutils.c and genutils.h which contain gen*
6068         debugged and optimised functions extracted from gen.c
6069
6070         * glue.c: added variable 'externs' which holds extern symbols,
6071         pic16emitRegularMap: is modified to properly handle relocatable
6072          symbols under the new scheme,
6073         pic16createInterruptVect: is modified
6074         pic16printPublics: is modified to emit 'global' assembler directives,
6075         added pic16_printExterns to print extern symbols,
6076         pic16glue: initializes stack/frame pointer in the beginning of
6077         the assembly output. Temporary hack, will be corrected later,
6078         because gplink yet does not support stack and SDCC does not
6079         yet support a type of crt0.o object to create the final binary.
6080
6081         * Removed many lines that contain 8051 legacy code.
6082         * The code is finally placed under a 'code' directive.
6083         * Added port specific options.
6084
6085         * _process_pragma: simplified since now we do not need *special*
6086         include file to define SFR registers. But a separate header
6087         will be needed. This will be developed later.
6088         * _pic16_parseOptions: added, parses port specific options:
6089         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6090         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6091         --preplace-udata-with=
6092
6093         * _pic16_setDefaultOptions: modified to initialize section names,
6094         but hack is temporarly out of order since it needs improvement.
6095         * _pic16_genAssemblerPreamble: configuration words are emitted by
6096         their address instead of their name. This part is incomplete and
6097         supports only the 18Fxx2 devices. Other devices will emit an error
6098         during assembly since they do not contain the same set of config
6099         registers
6100         * _pic16_genIVT: is modified,
6101
6102         * pcode.c: added definitions for some hardware registers that are needed
6103         for stack support
6104         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6105         All PCI entries are updated. Now LFSR is supported.
6106         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6107         * added pic16_newpCodeOpLit2 to support instructions with
6108         two literal arguments
6109         * pic16_pCode2str: corrected code that emits assembler instructions
6110         with two literal operands and those that have an access bit modifier
6111         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6112         this fixes a bug which caused some labels to be lost, when an
6113         assembler directive was added, i.e. banksel,
6114         * pic16_FixRegisterBanking: improved logic that causes the insertion
6115         of bank switching,
6116         * InlineFunction: functions that are called once, are not any more
6117         inlined. This can be a port option in the future,
6118
6119         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6120
6121         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6122         hold the corresponding uninitialized symbols,
6123         * pic16_allocProcessorRegister: registers have explicit marked the
6124         accessBank field,
6125         * pic16_allocInternalRegister: registers are explicit marked as
6126         not used,
6127         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6128         processing list, so bit registers were lost,
6129         *
6130
6131         * ralloc.h: added field 'accessBank' and original symbol operand
6132         in register definition,
6133         * removed the field isMapped from register definition,
6134
6135         ** Several functions have been removed from various sources:
6136         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6137         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6138         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6139         pic16_assignRelocatableRegisters
6140
6141         ** others have been introduced:
6142         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6143         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6144
6145 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6146
6147         * support/scripts/inc2h.pl: changed definition of BIT_AT
6148         to emit 'sbit at' instead of 'bit at'. This was a request.
6149
6150         PIC16 port related preliminary changes:
6151         * gen.c: prefixed function popRegFromString with
6152         pic16_ and all references to it corrected
6153         * pcode.c: all pic16_pc_* hardware registers prefixed
6154         with underscore (_),
6155         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6156         * ralloc.c: newReg(): when register is REG_SFR then
6157         set address to rIdx,
6158         pic16_allocProcessorRegister(): marks register wasUsed=0
6159         pic16_writeUsedRegs(): added a call to assign processor
6160         registers via pic16_assignFixedRegisters
6161
6162 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6163
6164         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6165         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6166         variables in unused register banks.  Also the SSEG is placed
6167         wherever there is enough space for it, and IDATA can be anywhere
6168         in internal RAM.  For now compile using -Wl-Y[stack_size].
6169         The mem file is different for this option as well, since it
6170         makes no sense of talking about DSEG lenght.
6171
6172 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6173
6174         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6175         in certain cases, e.g. when ROM assignment, patch provided
6176         from Albert den Haan.
6177
6178 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6179
6180         Many signedness and type propagation fixes:
6181         * src/SDCCicode.c: made geniCodeCast() static
6182         replaced SPEC_ by IS_ (cosmetic)
6183         (operandOperation): fixed div and mod operation
6184         (usualBinaryConversions): added support for promotion of char
6185         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6186         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6187         (geniCodeAdd): an array index will stay unsigned, even if promoted
6188         from char to int
6189         (geniCodeArray): ditto
6190         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6191         * src/SDCCsymt.c (computeType): added more support for char;
6192         promotion of char is selectable by promoteCharToInt, fixed signedness
6193         for all cases
6194         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6195         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6196         * src/SDCCval (val*): replaced signedness calculation by
6197         computeType()
6198         rearranged if-branches (cosmetic)
6199         (valShift): added warning W_SHIFT_CHANGED
6200         (valCompare): fixed problem with different types
6201         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6202         * support/regression/tests/literalop.c: added many cases
6203         * support/regression/tests/ast_constant_folding.c: changed finally to
6204         'unsigned int'
6205         * .version: new year, new version: 2.3.7
6206         * src/SDCCmain.c (main): applied patch #866468
6207         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6208         provided by Scott Bronson
6209         * doc/sdccman.lyx: updated documentation for sdcdb
6210         updated and added chapter tips
6211
6212 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6213
6214         * src/SDCCsymt.h: missing from yesterday's commits
6215
6216 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6217
6218         * src/SDCC.y (struct_or_union_specifier),
6219         * support/Util/SDCCerr.c,
6220         * support/Util/SDCCerr.h: verify that struct & union tags are used
6221         as declared.
6222
6223 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * src/SDCCglobl.h: missing from yesterday's commits
6226
6227 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6228
6229         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6230         sft_attributes, struct_declaration, parameter_declaration,
6231         type_name, start_block, declaration_list),
6232         * src/SDCC.lex (check_type): support redefinition of typedef names
6233
6234 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6235
6236         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6237         aligned xdata arrays. Erik helped me with the if clause.
6238
6239 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6240
6241         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6242         warning
6243
6244 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6245
6246         * src/SDCCast.h,
6247         * src/SDCCast.c (newAst_),
6248         * src/SDCCicode.h,
6249         * src/SDCCicode.c (ast2iCode, newiCode),
6250         * src/SDCCglobl.h,
6251         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6252         expr, statement, expression_statement, selection_statement,
6253         iteration_statement, expr_opt, jump_statement): foundation for tracking
6254         sequence points
6255         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6256         point code too)
6257
6258 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6259
6260         * support/Util/SDCCerr.c,
6261         * src/SDCCast.h,
6262         * src/SDCCast.c (createCase, createDefault, decorateType),
6263         * src/SDCClabel.c (labelUnreach),
6264         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6265         to error messages.
6266         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6267         (with thanks to Stas Sergeev)
6268         * device/include/time.h,
6269         * device/lib/time.c (CheckTime): suppress unreachable code warning
6270
6271 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6272
6273         * src/SDCCast.c (createIvalCharPtr),
6274         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6275         bug #753752)
6276         * support/regression/tests/nullstring.c: tests for these two bugs
6277
6278 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * support/Util/SDCCerr.h,
6281         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6282         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6283         about storage class and 'at' used inside struct or union
6284         * src/SDCCBBlock.c (iCodeFromeBBlock),
6285         * src/SDCCcse.c (ifxOptimize),
6286         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6287         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6288         printIval, emitStaticSeg, emitOverlay),
6289         * src/SDCClabel.c (deleteIfx),
6290         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6291         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6292         gatherAutoInit, processParms),
6293         * support/Util/SDCCerr.h,
6294         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6295         reporting for post-parse errors.
6296
6297 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6298
6299         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6300         implicit casts via union; they don't work on big endian systems
6301         (possible fix for bug #861138)
6302
6303 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6304
6305         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6306         * src/mcs51/main.c: fixed the fix for bug #737001
6307
6308 2003-12-15  Borut Razem <borut.razem AT siol.net>
6309
6310         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6311
6312 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6313
6314         * support/makebin/makebin.c: put output in binary mode
6315
6316 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6317
6318         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6319         xdata and data memory on startup. Set the environment variable
6320         SDCC_NOGENRAMCLEAR to disable this.
6321         * src/mcs51/peephole.def,
6322         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6323         (allows non-interrupt and interrupt code to safely compete for a resource
6324         without the non-interrupt code having to disable interrupts)
6325
6326 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6327
6328         * src/SDCCicode.c (geniCodeAdd),
6329         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6330         with valFromType if type might be a pointer and host is big endian).
6331         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6332         types, not just integer types.
6333         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6334         multiply defined with mismatching "at" address.
6335
6336 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6339         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6340         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6341         with embedded nulls (fixed bug #753752)
6342
6343 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6344
6345         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6346         Apparently this did not see much testing (endless loop)
6347
6348 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6349
6350         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6351
6352 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6355         gracefully handle NULL memmap pointers
6356
6357 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6358
6359         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6360         instead of deleting the iCode when an operand is volatile
6361         * src/z80/gen.c (genDummyRead),
6362         * src/mcs51/gen.c (genDummyRead),
6363         * src/ds390/gen.c (genDummyRead),
6364         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6365         not just IC_RIGHT
6366         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6367         * src/SDCC.y: fixed bug #850420
6368
6369 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         Applied z80 i/o port patch from Peter Townson and fixed some operators
6372         to better handle operands in A register.
6373         * device/include/z180.h
6374         * src/SDCC.y
6375         * src/SDCCglue.c
6376         * src/z80/gen.c
6377         * src/z80/gen.h
6378         * src/z80/main.c
6379         * src/z80/peeph-z80.def
6380         * src/z80/peeph.def
6381         * src/z80/z80.h
6382
6383 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6384
6385         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6386
6387 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         * device/lib/hc08/_mullong.c: Removed extra #endif
6390
6391 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         * sim/ucsim/hc08.src/inst.cc,
6394         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6395         carries from x to h
6396         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6397         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6398         * device/include/stdarg.h: fixed varargs for hc08
6399         * device/lib/Makefile.in,
6400         * device/lib/hc08/Makefile,
6401         * device/lib/hc08/_mulint.c,
6402         * device/lib/hc08/_mullong.c: fixed some endian problems
6403
6404 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6405
6406         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6407         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6408         * device/lib/_gptrget.c,
6409         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6410
6411 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6414         * src/SDCCast.c (astErrors): fixed bug #846007
6415         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6416
6417 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6418
6419         * src/SDCCast.c (decorateType): disabled a transformation I added in
6420         revision 1.188 (access to fields of a structure at an absolute address);
6421         it breaks with bitfields, extern declarations, and gcse analysis.
6422         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6423         could be assigned through a pointer, so don't complain.
6424         * src/SDCCast.c (astErrors),
6425         * src/SDCCast.h,
6426         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6427
6428 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6429
6430         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6431         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6432         output of __config directives, since gpasm now supports them
6433         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6434         pre-processor macro, i.e. -DMCU=p18f452
6435         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6436         and modified to handle 'cast' icode similarly to '=' icode
6437         * src/pic16/device.h (typedef struct PIC_device): added field
6438         'extMIface' to indicate that chip has external memory interface
6439         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6440         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6441         18F8720
6442
6443 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6444
6445         * src/SDCC.y (pointer): fixed bug #846006
6446         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6447         * src/SDCCast.c (decorateType): fixed bug #846009
6448         * src/ds390/peeph.def,
6449         * src/ds390/gen.c (genAnd, genOr),
6450         * src/mcs51/peeph.def,
6451         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6452
6453 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6454
6455         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6456         * src/SDCCdflow.c
6457         * src/SDCCcse.c
6458         * src/SDCCcse.h
6459         * src/SDCCBBlock.h
6460         * src/SDCCBBlock.c
6461
6462 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6463
6464         fixed bug #845089
6465         * src/SDCCbitv.h,
6466         * src/SDCCbitv.c: added function to free a bitvector
6467         * src/SDCClrange.h,
6468         * src/SDCClrange.c: added function to recompute the liveranges
6469         * src/avr/ralloc.c,
6470         * src/ds390/ralloc.c,
6471         * src/hc08/ralloc.c,
6472         * src/mcs51/ralloc.c,
6473         * src/pic/ralloc.c,
6474         * src/pic16/ralloc.c,
6475         * src/xa51/ralloc.c,
6476         * src/z80/ralloc.c: recompute the liveranges after register packing
6477
6478 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6479
6480         * src/SDCCloop.c (newInduction): fixed bug #845630
6481
6482 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6483
6484         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6485         inadvertantly left behind from my 2003-11-12 change
6486
6487 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6488
6489         Updated headers I neglected to commit yesterday.
6490         * src/SDCClrange.h,
6491         * src/SDCCicode.h
6492
6493 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6494
6495         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6496         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6497         * src/SDCCopt.c (eBBlockFromiCode),
6498         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6499         the creation of the key hash table from the sequencing so it can be used
6500         earlier (for some GCSE bug fixes still pending)
6501
6502 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6503
6504         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6505         * support/regression/tests/addsub.c: testing genPlus shortcut
6506
6507 2003-11-15  Borut Razem <borut.razem AT siol.net>
6508
6509         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6510
6511 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6512
6513         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6514         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6515         ordering is immaterial.
6516         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6517
6518 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6519
6520         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6521         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6522         (SIGSEV) of bug #840381
6523         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6524         unlink new file before rename if new and old filenames are the same)
6525
6526 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6527
6528         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6529         uninitialized variables) for the mcs51. Set environment variable
6530         SDCC_GENRAMCLEAR to test.
6531         xdata initialization slightly shorter
6532
6533 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6534
6535         * src/SDCCsymt.h,
6536         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6537         #838241 & 780691 (basicly the same bug)
6538         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6539         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6540
6541 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6542
6543         * src/SDCCmain.c (linkEdit): "fix" #834252
6544
6545 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6548         * src/SDCCast.h,
6549         * src/SDCC.y: fixed bug #819403
6550
6551 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6552
6553         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6554         the reentrant attribute.
6555         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6556         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6557         simulation
6558         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6559         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6560         erroneously reduced to a literal.
6561         * src/hc08/ralloc.c (packRegisters, rematStr),
6562         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6563         some cases
6564
6565 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6566
6567         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6568         * doc/sdccman.lyx: changed from 'article' to 'book'
6569         * doc/Makefile: readded test_suite_spec and cdbfileformat
6570
6571 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6572
6573         * device/include/stdlib.h: include malloc.h to comply with ANSI
6574         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6575
6576 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6577
6578         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6579         * doc/clean.mk: also remove *.out files
6580         * doc/sdccman.lyx: some additions, larger top/bottom margins
6581
6582 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6583
6584         * src/SDCC.y: fixed bug #837365
6585         * support/regression/tests/bitopcse.c
6586         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6587         a symbol (might be valop instead)
6588         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6589         * device/lib/clean.mk: added hc08 to the cleaning list
6590
6591 2003-11-04  Borut Razem <borut.razem AT siol.net>
6592
6593         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6594           made 2003-11-04
6595         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6596           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6597           malloc is declared in standard stdlib.h
6598
6599 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         * device/lib/hc08/Makefile: need to clean .rel not .o files
6602         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6603
6604 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6605
6606         * src/port.h,
6607         * src/hc08/main.c,
6608         * src/mcs51/main.c,
6609         * src/ds390/main.c,
6610         * src/z80/main.c,
6611         * src/avr/main.c,
6612         * src/pic/main.c,
6613         * src/pic16/main.c,
6614         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6615         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6616         tests (which uses the port's oclsExpense function)
6617         * src/SDCC.y,
6618         * src/SDCCast.c,
6619         * src/SDCCicode.c,
6620         * src/hc08/gen.c,
6621         * src/ds390/gen.c,
6622         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6623
6624 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         * src/SDCCcse.c (ifxOptimize),
6627         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6628         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6629         deleting the IFX iCode.
6630         * src/hc08/ralloc.c: reduced unneeded slocs
6631         * src/hc08/gen.c: fixed bug in asmopToBoolean
6632
6633 2003-11-04  Borut Razem <borut.razem AT siol.net>
6634
6635         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6636           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6637           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6638           transferred to configure
6639
6640 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6641
6642         Use headers defined in the C[++] standards:
6643         * sim/ucsim/gui.src/serio.src/fileio.cc
6644         * sim/ucsim/gui.src/serio.src/frontend.cc
6645         * sim/ucsim/gui.src/serio.src/main.cc
6646         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6647         * support/Util/NewAlloc.c
6648         * as/hc08/lklibr.c
6649         * as/mcs51/lklibr.c
6650         * as/z80/aslist.c
6651         * as/z80/assym.c
6652
6653 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6654
6655         * Added MSVC projects for hc08 assembler and linker:
6656         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6657         /as/hc08/link_hc08.dsp
6658
6659 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6660
6661         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6662
6663 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6664
6665         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6666
6667 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6668
6669         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6670
6671 2003-10-31  Borut Razem <borut.razem AT siol.net>
6672
6673         * support/cpp2/cpplib.h,
6674           support/cpp2/cpplib.c,
6675           support/cpp2/cpplex.c,
6676           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6677           to switch _asm block preprocessing on / off. Default is
6678           #pragma preproc_asm +
6679
6680 2003-10-31  Borut Razem <borut.razem AT siol.net>
6681
6682         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6683           when outputting comment blocks (when executed with -C option) and
6684           _asm (SDCPP specific) blocks
6685
6686 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6687
6688         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6689
6690 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6691
6692         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6693
6694 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6695
6696         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6697         * src/SDCCast.c (decorateType): fixed bug #832664
6698
6699 2003-10-31  Borut Razem <borut.razem AT siol.net>
6700
6701         * support\cpp2\cpplex.c: fixed for SDCPP:
6702           comments(when executed with -C option) and _asm blocks
6703           were included even if they where in skipped #if block.
6704           Applied solution from GCC cpp 3.3.2
6705
6706 2003-10-31  Borut Razem <borut.razem AT siol.net>
6707
6708         * src/SDCC.lex: sdcc now understands both formats:
6709           '# <line_number> <file_name>' and
6710           '#line <line_number> <file_name>'
6711         * support/cpp2/cppmain.c: sdcpp now generates the standard
6712           '# <line_number> <file_name>' instead of former
6713           '#line <line_number> <file_name>'
6714
6715 2003-10-30  Borut Razem <borut.razem AT siol.net>
6716
6717         * support/cpp2/cpphash.h,
6718         * support/cpp2/cpplib.h
6719         * support/cpp2/cpplex.c,
6720         * support/cpp2/cppmain.c,
6721         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6722
6723 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6724
6725         Fixed a number of problems revealed by bug #827883.
6726         * src/SDCCloop.c (loopInvariants): Spill location of the
6727         result operand should be recomputed if extracted from
6728         a loop. Also, don't extract assignments of an iTemp
6729         from a literal.
6730         * src/SDCCast.c (isConformingBody): loop reversal should
6731         not occur if the control variable is involved with a
6732         relational operator.
6733
6734 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6735
6736         * .version: bumped to 2.3.6 to reflect the big improvements
6737         made by Erik and Klaus. Thanks!
6738
6739 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6740
6741         Replaced the livrange code.
6742         * src/SDCClrange.c: added new LR code
6743         * src/SDCCloop.c,
6744         * src/SDCCBBlock.h: removed remainig parts from old LR code
6745         * src/ds390/ralloc.c,
6746         * src/ds390/gen.c: minor fixes to make it work with new code
6747
6748 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6749
6750         * as/hc08/asm.h,
6751         * as/hc08/lkrloc.c,
6752         * src/hc08/gen.c,
6753         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6754         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6755         (tweaked fix for bug #818696)
6756
6757 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6758
6759         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6760
6761 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * src/SDCCmain.c,
6764         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6765         * src/mcs51/gen.c (gencjneshort),
6766         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6767         more efficient (per Scott Bronson's suggestion)
6768
6769 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6770
6771         Extended the semantics of the critical keyword to include
6772         individual statements. See RFE #827755 and #799831
6773         * src/SDCC.y
6774         * src/SDCCicode.c
6775         * src/SDCCopt.c
6776         * src/SDCCast.c
6777         * support/Util/SDCCerr.c
6778         * support/Util/SDCCerr.h
6779         * src/mcs51/gen.c
6780         * src/ds390/gen.c
6781         * src/hc08/gen.c
6782
6783 2003-10-19  Borut Razem <borut.razem AT siol.net>
6784
6785         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6786
6787 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6790         Fixed bug #818696
6791         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6792         and predecrement operand is displayed
6793
6794 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6795
6796         * src/SDCCval.c (valMinus): fixed bug #826041
6797
6798 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6799
6800         Some hc08 related updates that I missed earlier
6801         * sim/ucsim/stypes.h
6802         * support/regression/ports/hc08/spec.mk
6803
6804 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6805
6806         New target "hc08" for the Motorola 68hc08 family of micros
6807
6808         * configure
6809         * configure.in
6810         * Makefile
6811         * src/hc08/*
6812         * src/SDCCmain.c
6813         * src/port.h
6814         * sim/ucsim/hc08.src/*
6815         * sim/ucsim/configure.in
6816         * src/ucsim/configure
6817         * sim/ucsim/packages_in.mk
6818         * as/hc08/*
6819         * as/Makefile
6820         * device/include/mc68hc908qy.h
6821         * device/lib/hc08/*
6822         * device/lib/Makefile.in
6823         * support/regression/ports/hc08/*
6824         * support/regression/Makefile
6825
6826 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6827
6828         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6829         regression test
6830         * src/ds390/gen.c (genCast): fixed bug #821957
6831
6832 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6833
6834         * device/lib/logf.c: "fixed" overlay bug
6835         * support/regression/ports/host/spec.mk: added m library
6836         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6837         * support/regression/tests/float_trans: added (for Eric)
6838
6839 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6840
6841         * src/mcs51/gen.c (genCpl): fixed bug
6842         http://sf.net/mailarchive/message.php?msg_id=6263915
6843
6844 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6845
6846         * src/SDCCast.c (decorateType): added extended constant folding
6847         * src/SDCCsymt.c (computeType): cleanup
6848         * src/SDCCval.c (valShift): minor optimization
6849         * support/regression/tests/ast_constant_folding.c: added
6850
6851 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6852
6853         * src/SDCCmain.c: removed some unintended changes
6854
6855 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6856
6857         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6858         * src/z80/gen.c: fixed part of bug #817589
6859         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6860
6861 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6862
6863         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6864         * src/SDCCcflow.c
6865         * src/SDCCcse.c
6866         * src/SDCCdflow.c
6867         * src/SDCClabel.c
6868         * src/SDCClrange.c
6869         * src/SDCCmem.c
6870         * src/SDCCopt.c
6871         * src/SDCCpeeph.c
6872         * src/SDCCset.c
6873         * src/avr/ralloc.c
6874         * src/ds390/ralloc.c
6875         * src/izt/ralloc.c
6876         * src/mcs51/ralloc.c
6877         * src/pic/ralloc.c
6878         * src/pic16/ralloc.c
6879         * src/xa51/ralloc.c
6880         * src/z80/ralloc.c
6881         * src/z80/gen.c: removed unused label "release:"
6882
6883 2003-10-06  Borut Razem <borut.razem AT siol.net>
6884
6885         * src/SDCC.lex: removed definition of unused variables
6886           save_optimize and save_options
6887
6888 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6889
6890         * clean.mk: removed '=' in "-maxdepth=1"
6891         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6892         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6893
6894 2003-10-06  Borut Razem <borut.razem AT siol.net>
6895
6896         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6897           my_unput() replaced by unput()
6898
6899 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6900
6901         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6902         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6903         type-punned pointer will break strict-aliasing rules"
6904         Old LR behaviour is again default; Klaus' LR can be choosen by
6905         defining the environment variable LRKLAUS
6906         * src/SDCCBBlock.h
6907         * src/SDCCloop.c
6908         * src/SDCClrange.c
6909         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6910         * clean.mk: fixed removal of files in bin/CVS/
6911         * device/lib/clean.mk: fixed removal of directories small and large
6912         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6913         * src/SDCCicode.c,
6914         * src/SDCCval.c: removed superflous test for pedantic
6915
6916 2003-10-05  Borut Razem <borut.razem AT siol.net>
6917
6918         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6919           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6920           message "unmatched #pragma SAVE and #pragma RESTORE"
6921
6922 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6923
6924         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6925           assembly, critical functions, atomic, nojtbound)
6926
6927 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6928
6929         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6930         * src/SDCCBBlock.h
6931         * src/SDCCloop.c
6932         * src/SDCCloop.h
6933         * src/SDCClrange.c
6934
6935 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6936
6937         * src/z80/gen.h,
6938         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6939         * src/mcs51/gen.h
6940         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6941         * src/ds390/gen.h
6942         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6943         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6944         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6945
6946 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6947
6948         * src/z80/gen.c (genRet): fixed bug #524753
6949         * src/z80/gen.c (genCast): fixed internal error on cast from
6950         pointer to long
6951         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6952         fix for bug #477835 to the z80
6953         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6954         for tracking iCodes in the peephole optimizer for z80
6955
6956 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6957
6958         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6959         the other part of bug #814548
6960         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6961
6962 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6963
6964         * src/SDCCcse.c: fixed part of bug #814548
6965
6966 2003-09-28  Borut Razem <borut.razem AT siol.net>
6967
6968         * src/asm.c: rewrite of printILine() to use temporary file instead
6969           a pipe
6970         * src/xa51/main.c: commented out declaration of int rewinds
6971
6972 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6973
6974         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6975
6976 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6977
6978         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6979         * src/asm.c (printILine): Fixed bug #811015
6980
6981 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6982
6983         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6984         freeing.
6985
6986 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6987
6988         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6989         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6990         to correctly handle general case of AOP_PAIRPTR
6991         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6992
6993 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6994
6995         * src/mcs51/ralloc.c (fillGaps),
6996         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6997         register positioning bug)
6998
6999 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7000
7001         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7002
7003 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7004
7005         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7006         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7007         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7008         (ralloc doesn't intentionally do this now, but perhaps later)
7009         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7010         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7011         register positioning bugs (Fixed bug #762602 and #795325)
7012         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7013         (Fixed bug #808779)
7014         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7015         lines that --i-code-in-asm generates
7016
7017 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7018
7019         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7020         trying to fclose a FILE* that was already closed.
7021
7022 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7023
7024         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7025         of const struct should be treated as if const themselves)
7026
7027 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7028
7029         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7030
7031 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7032
7033         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7034         Unix (/n) and DOS (/r/n) line terminations.
7035
7036 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7037
7038         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7039         bug #613775
7040
7041 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7042
7043         * src/mcs51/gen.c (genFunction, genEndFunction),
7044         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7045         and restore of EA so that stack offsets to parameters are
7046         correct when using both critical and reentrant/stack-auto.
7047         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7048         size (can be triggered in error if sloc is shared between
7049         different sized objects)
7050         * device/include/float.h: fixed macros to explicitly use
7051         unsigned long where needed
7052
7053 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7054
7055         Feature req. 799831: added code to allow nesting of critical functions
7056         * src/mcs51/gen.c (genFunction, genEndFunction)
7057         * src/ds390/gen.c (genFunction, genEndFunction)
7058
7059 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7060
7061         * src/SDCCsymt.c (sclsFromPtr),
7062         * src/SDCCsymt.h,
7063         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7064         support for standard C idiom of memory mapped variables; for
7065         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7066         to xdata int at 0x1234 tempvar = 1.
7067         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7068         provided by Akiya ISHIDA
7069
7070 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7071
7072         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7073         * src/SDCCval.c (constVal): added reduction from int to char
7074         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7075         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7076         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7077         to ignore the sign
7078         * support/regression/tests/shifts.c: fixed
7079
7080 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7081
7082         * src/z80/gen.c (genXor): Fixed bug #805445
7083
7084 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7085
7086         Fixed bug #621531 (const & volatile confusion in the type chain).
7087         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7088         refer to the const or volatile state of the pointer itself.
7089
7090         * src/SDCCast.c
7091         * src/SDCCglue.c
7092         * src/SDCCicode.c
7093         * src/SDCCsymt.c
7094         * src/SDCCval.c
7095         * src/SDCC.y
7096         * src/SDCCsymt.h
7097         * src/pic/gen.c
7098         * src/pic/ralloc.c
7099         * src/pic16/gen.c
7100         * src/pic16/ralloc.c
7101         * support/regression/tests/const.c
7102
7103 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7104
7105         When checking for duplicated modules, use absolute paths
7106         instead of relative paths.  Files changed:
7107
7108         * as/mcs51/lklib.c
7109         * link/z80/lklib.c
7110
7111 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7112
7113         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7114
7115 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7116
7117         * device/include/string.h: added size_t typedef, changed
7118         prototypes to use size_t, eliminated separate reentrant and
7119         non-reentrant declarations, added _memmove declaration
7120         * device/lib/_memcpy.c: changed to use size_t instead of int,
7121         changed /4 to >>2 to avoid division library call
7122         * device/lib/_memcmp.c,
7123         * device/lib/_memset.c,
7124         * device/lib/_strncat.c,
7125         * device/lib/_strncpy.c,
7126         * device/lib/_strncmp.c: changed to use size_t instead of int
7127         * device/lib/_memmove.c: new file (fixed bug #772294)
7128         * device/lib/Makefile.in: added _memmove.c
7129         * device/lib/z80/asm_strings.s: fixed bug #772290
7130         * support/regression/tests/bitfields.c: attempt to fix host assertion
7131         failure on amd64-unknown-linux2.2
7132
7133 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7134
7135         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7136         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7137         * as/z80/asmain.c (main): fixed bug #801766
7138
7139 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7140
7141         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7142         compilers
7143
7144 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7145
7146         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7147         reported in bug #800609
7148
7149 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7150
7151         * Top header beautifications in src/pic16 directory:
7152           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7153           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7154           pcoderegs.h, ralloc.c, ralloc.h
7155         * main.c: added top header and GPL license notice
7156         * pcode.c: fixed the if-conditional warning
7157
7158 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7159
7160         * device/lib/_mullong.c: replaced int by short for gcc
7161
7162 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7163
7164         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7165         and JUMPTABLE iCodes properly now (worked by accident before)
7166         * src/mcs51/gen.c (leftRightUseAcc),
7167         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7168         iCode properly now. Use getSize instead of nRegs since a & b
7169         aren't part of the nRegs tally.
7170
7171 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7172
7173         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7174         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7175           before instructions that use the _STATUS register
7176
7177 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7178
7179         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7180         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7181         fetching of the pointer
7182         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7183         copied from genNearPointerSet()
7184         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7185         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7186         If they pop r0/r1 they must be called in the opposite order than aopOp().
7187         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7188         (resp. --stack-auto), prepared for --xstack
7189
7190 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7191
7192         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7193
7194 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7195
7196         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7197         these ports have their own __sdcc_external_start()
7198
7199 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7200
7201         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7202         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7203         type for bits was changed. It resulted in bit variables becoming
7204         global, which is not permitted in PIC 14 assembly output.
7205
7206 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7207
7208         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7209
7210 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7211
7212         Z80 and MCS51 linkers complaint if a public symbol is defined
7213         in more than one library module:
7214
7215         * as/mcs51/lklib.c
7216         * link/z80/lklib.c
7217         * as/mcs51/Makefile.in
7218
7219 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7220
7221         A few small changes that speed up the peephole optimizer.
7222
7223         * src/SDCCpeeph.c
7224
7225 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7226
7227         Try to make the peephole optimizer smarter by maintaining
7228         an association between the assembly source code and the
7229         iCodes that originated them. Put this information to use
7230         with a new peephole rule condition "notVolatile" so that
7231         the rules can be aggressive yet still safe.
7232
7233         * src/SDCCpeeph.c
7234         * src/SDCCpeeph.h
7235         * src/mcs51/gen.c
7236         * src/mcs51/peeph.def
7237
7238 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7239
7240         Fixed bug #741761
7241
7242         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7243         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7244         if the left or right operand symbols have the accuse flag set.
7245
7246 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7247
7248         Changed the type of the result of the ! (NOT) operator to char;
7249         previously it returned the same type as the source. This allows
7250         us to eliminate all the genFloatNot functions (all of its target
7251         implementations were very buggy) since !float can use the same
7252         code as !long now.
7253
7254         * src/SDCCicode.c (ast2iCode): ! returns char
7255         * src/mcs51/gen.c (genNot, genNotFloat),
7256         * src/ds390/gen.c (genNot, genNotFloat),
7257         * src/z80/gen.c (genNot, genNotFloat),
7258         * src/pic/gen.c (genNot, genNotFloat),
7259         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7260
7261 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7262
7263         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7264         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7265            during interrupts. Ensure WSAVE is located at a shared bank address.
7266         2. Fixed page selection in some places
7267         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7268            the registers name strings.
7269         4. Fixed "signed / unsigned compare" compiler warnings.
7270         5. The PIC port manages its own allocation of the general purpose
7271            registers, but makes no attempt to reuse them. As a result when
7272            compiling it soon runs out of general purpose registers. Some
7273            additional code was added to the files pcode.c and device.c to walk
7274            through the function call tree and rename the registers so that they
7275            get reused.
7276
7277         * src/pic/device.c
7278         * src/pic/gen.c
7279         * src/pic/glue.c
7280         * src/pic/pcode.c
7281         * src/pic/pcode.h
7282         * src/pic/ralloc.c
7283         * src/pic/ralloc.h
7284         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7285         genPlus() & genMinus() when the result is the same as left or right
7286
7287 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7290
7291 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7292
7293         Made bitfield a distinct type from bit so that bitfields
7294         convert as per ANSI C and bits retain their traditional
7295         boolean style behaviour. Implemented bitfield support in
7296         the z80 port.
7297
7298         * src/SDCCsymt.h,
7299         * src/SDCCsymt.c,
7300         * src/SDCCast.c,
7301         * src/cdbFile.c,
7302         * src/mcs51/gen.c,
7303         * src/ds390/gen.c: bit v bitfield split
7304         * src/z80/gen.c: New support for bitfields
7305         * support/regression/tests/bitfields.c: reenabled z80,
7306         added more tests
7307
7308 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7309
7310         Rules 246.x, 247.x relate to bitfields, the others speed up
7311         access to xdata mapped I/O devices.
7312
7313         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7314
7315 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         Cleaned up genPackBits and genUnpackBits and added two helper
7318         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7319         for literal assignments in genPackBits (thanks to Frieder for
7320         reminding me).
7321
7322         * src/mcs51/gen.c
7323         * src/ds390/gen.c
7324
7325 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         Fixed bug #748310 (pointer to function type mishandled when the
7328         function name is omitted). Also fixed a SIGSEGV when a function
7329         attribute (reentrant, etc) is used on a non-function or on a
7330         function but misplaced before the parameter list.
7331
7332         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7333         bug #748310
7334         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7335         * support/Util/SDCCerr.h,
7336         * support/Util/SDCCerr.c: Added func attr misuse error msg
7337
7338 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7339
7340         Fixed bug #787649 by anonymous
7341         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7342         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7343
7344 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7345
7346         Fixed numerous bitfield problems.
7347
7348         * src/SDCC.y: More bitfield related error checking
7349         * src/SDCCsymt.h,
7350         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7351         * support/Util/SDCCerr.h,
7352         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7353         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7354         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7355         * support/regression/tests/bitfields.c: tests added
7356
7357 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7358
7359         Made the constant following the "interrupt" keyword optional. If
7360         omitted, the function will not automatically be given an entry
7361         in the interrupt vector table (similar to #pragma NOIV, but
7362         less syntacticly kludgy). The interrupt number is also now
7363         range checked. Also fixed a bug in the high order bit example
7364         in the manual.
7365
7366         * src/SDCC.y
7367         * src/SDCCmem.c
7368         * src/SDCCglue.c
7369         * src/SDCCsymt.h
7370         * support/Util/SDCCerr.c
7371         * support/Util/SDCCerr.h
7372         * doc/sdccman.lyx
7373
7374 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7375
7376         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7377         * src/SDCCicode.c (operandOperation): rewritten some ops
7378         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7379         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7380         other type
7381         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7382         be re-activated by defining REDUCE_LITERALS)
7383         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7384         unsigned, but are signed by default
7385         * src/SDCCval.c (constVal): rearranged
7386         * src/SDCCval.c (valMod): preliminary fix
7387         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7388         * support/regression/literalop.c: added, work in progress
7389
7390 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7391
7392         Generate warnings for useless declarations like "char data;"
7393         that don't do what new users expect.
7394
7395         * src/SDCC.y
7396         * support/Util/SDCCerr.h
7397         * support/Util/SDCCerr.c
7398
7399 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7400
7401         * src/SDCCval.c (valMult): fix overflow detection of negative int
7402
7403 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7406
7407         Changes to support big endian targets:
7408
7409         * src/ports.h
7410         * src/SDCCglue.c
7411         * src/avr/main.c
7412         * src/ds390/main.c
7413         * src/izt/i186.c
7414         * src/mcs51/main.c
7415         * src/pic/main.c
7416         * src/pic16/main.c
7417         * src/xa51/main.c
7418         * src/z80/main.c
7419
7420 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7421
7422         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7423         * device/lib/time.c: fixed warning "integer overflow in expression"
7424
7425 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7426
7427         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7428         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7429         constants are unsigned; added recognition of "u" flag for unsigned
7430         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7431         * src/SDCCval.c (valDiv, valMod): fixed signdness
7432         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7433         signedness of modulo, left and right shift
7434         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7435         * support/Util/SDCCerr.h: added warning W_INT_OVL
7436         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7437         * src/SDCCast.c (ast_print): improved output of constants
7438
7439 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7440
7441         Fixed some warnings when building with MSVC:
7442
7443         * as\mcs51\asdata.c
7444         * as\z80\asdata.c
7445         * as\mcs51\asm.h
7446         * as\z80\asm.h
7447         * link\z80\aslink.h
7448         * link\z80\lkdata.c
7449         * link\z80\lkeval.c
7450         * link\z80\lkgb.c
7451         * link\z80\lkihx.c
7452         * link\z80\lks19.c
7453         * link\z80\lksym.c
7454         * support\cpp2\cpplib.c
7455         * src\ds390\gen.c
7456         * src\mcs51\gen.c
7457
7458 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7459
7460         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7461
7462 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7463
7464         * support\librarian\clean.mk: Do not remove Makefile.
7465         * support\librarian\Makefile: added.
7466
7467 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7468
7469         Added librarian to MSVC build:
7470         * all.dsp
7471         * sdcc.dsw
7472         * support\librarian\librarian.dsp
7473
7474         'configure' not needed for librarian, removed:
7475         * support\librarian\configure
7476         * support\librarian\configure.in
7477         * support\librarian\config_in.h
7478         * support\librarian\Makefile.in
7479
7480         Hopefully these ones built the librarian and the rest of sdcc properly:
7481         * Makefile
7482         * Makefile.common.in
7483
7484         Messed up 'configure', so revert to previous version:
7485         * configure
7486         * configure.in
7487
7488 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7489
7490         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7491         there, while the mantissa of a double is "only" 53 bits wide.
7492
7493 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7494
7495         Adding sdcclib to the build.  MSVC project coming soon.
7496         Files added/changed:
7497
7498         * support\librarian\clean.mk
7499         * support\librarian\configure
7500         * support\librarian\configure.in
7501         * support\librarian\config_in.h
7502         * support\librarian\Makefile.bcc
7503         * support\librarian\Makefile.in
7504         * support\librarian\sdcclib.c
7505         * Makefile.bcc
7506         * Makefile
7507         * Makefile.common.in
7508         * configure
7509         * configure.in
7510
7511 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7512
7513         Linker now complaints if linked modules have conflicting options, for
7514         example, one compiled using --model-large and another one compiled with
7515         --model-small.  The following files were modified:
7516
7517         * as\mcs51\asdata.c
7518         * as\mcs51\aslink.h
7519         * as\mcs51\asm.h
7520         * as\mcs51\asmain.c
7521         * as\mcs51\asout.c
7522         * as\mcs51\i51pst.c
7523         * as\mcs51\lkdata.c
7524         * as\mcs51\lklibr.c
7525         * as\mcs51\lkmain.c
7526         * as\z80\asdata.c
7527         * as\z80\asm.h
7528         * as\z80\asmain.c
7529         * as\z80\asout.c
7530         * as\z80\z80pst.c
7531         * link\z80\aslink.h
7532         * link\z80\lkdata.c
7533         * link\z80\lklibr.c
7534         * link\z80\lkmain.c
7535         * src\SDCCglue.c
7536
7537 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7538
7539         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7540         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7541
7542 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7543
7544         * src/z80/mappings.i: fix _mul[us][int,long] entries
7545
7546 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7547
7548         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7549
7550 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7551
7552         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7553         * support/regression/tests/bitopcse.c: added
7554         fixed warning:
7555         * src/avr/gen.c:
7556         * src/pic/gen.c:
7557         * src/pic16/gen.c:
7558         * src/z80/gen.c:
7559         * src/xa51/gen.c:
7560
7561 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7562
7563         added support for new library format to z80, gbz80 linkers:
7564         *link/z80/aslink.h
7565         *link/z80/lklex.c
7566         *link/z80/lklib.c
7567         *link/z80/lklist.c
7568
7569 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7570
7571         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7572         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7573
7574 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7575
7576         added DUMMY_READ_VOLATILE:
7577         * src/SDCC.y:
7578         * src/avr/gen.c:
7579         * src/xa51/gen.c:
7580         * src/z80/gen.c:
7581         * src/pic/gen.c:
7582         * src/pic16/gen.c:
7583         * src/mcs51/gen.c:
7584         * src/ds390/gen.c:
7585         * src/SDCCcse.c (algebraicOpts): many improvements
7586         * src/SDCCcse.h: removed algebraicOpts()
7587         * src/SDCCicode.c (picDummyRead): added
7588
7589 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7590
7591         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7592         "Insufficient space in data memory".
7593
7594 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7595
7596         * src/mcs51/gen.c: fixed bug #771358
7597         * src/z80/gen.c: fixed bug #759087
7598
7599 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7600
7601         * src/pic16/glue.c: minor cleanup by Vangelis
7602
7603 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7604
7605         * device/include/regc515c.h: fixed #758477
7606         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7607         * device/lib/_gptrput.c: saved a few bytes
7608         * my tab spacing is 8, yours too?)
7609         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7610         * device/lib/serial.c: process RX bytes earlier than TX bytes
7611         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7612
7613 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7614
7615         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7616
7617 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7618
7619     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7620
7621 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7622
7623         * device/lib/Makefile.in: bad fix, reverted to 1.43
7624
7625 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7626
7627         * device/lib/Makefile.in: added missing z80 object files
7628
7629 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7630
7631         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7632         pic16 progress by Vangelis:
7633         * src/SDCCglobl.h:
7634         * src/SDCCmain.c:
7635         * src/pic/Makefile:
7636         * src/pic:
7637         * pic/Makefile:
7638         * pic16/device.c:
7639         * pic16/device.h:
7640         * pic16/gen.c:
7641         * pic16/gen.h:
7642         * pic16/genarith.c:
7643         * pic16/glue.c:
7644         * pic16/main.c:
7645         * pic16/pcode.c:
7646         * pic16/pcode.h:
7647         * pic16/pcodepeep.c:
7648         * pic16/peeph.def:
7649
7650 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7651
7652     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7653
7654 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7655
7656     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7657     added gbz80 build to MSVC project.
7658     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7659     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7660     from 8051 stuff and setup so it links using a .lnk file.
7661
7662 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7663
7664     * support/librarian/sdcclib.c: sdcc librarian.
7665     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7666     with sdcclib.
7667
7668 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7669
7670     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7671
7672 2003-07-02  Borut Razem <borut.razem AT siol.net>
7673
7674         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7675         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7676         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7677         src/xa51/main.c, src/z80/main.c:
7678         virtualization of glue() function: each port has it's own glue function,
7679         which is accessed by do_glue function pointer in PORT.general structure
7680
7681 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7682
7683         * DS800C400 fun, improved ROM interface and tinibios.
7684
7685 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7686
7687         * More support for DS80C400. Now includes beginning of interface to ROM.
7688
7689 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7690
7691         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7692
7693 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7694
7695         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7696
7697 2003-06-19  Borut Razem <borut.razem AT siol.net>
7698
7699         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7700
7701 2003-06-19  Borut Razem <borut.razem AT siol.net>
7702
7703         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7704         fixed Z80 port - crt0.o: cannot open.
7705
7706 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7707
7708         * support/Util/MySystem.c (merge_command): revert bad fix
7709
7710 2003-06-18  Borut Razem <borut.razem AT siol.net>
7711
7712         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7713
7714 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7715
7716         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7717         option --use-stdout sends errors to stdout instead of stderr.
7718
7719 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7720
7721         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7722
7723 2003-06-15  Borut Razem <borut.razem AT siol.net>
7724
7725         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7726         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7727         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7728         fixed width array of pointers replaced with sets;
7729         multiple include and lib paths ared transferred to preprocessor and linker
7730         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7731         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7732         fixed width array of pointers
7733         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7734         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7735         fixupPath(), getPathDifference()
7736         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7737         fixed width array of pointers
7738
7739 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7740
7741         * src/pic16/ralloc.c: fix warnings
7742         * src/pic16/pcode.c: fix warning
7743
7744 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7745
7746          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7747         know all the details, but essentially this set of changes enable
7748         the pic16 port to generate movff instructions and generate assembler
7749         directives,
7750         * src/SDCCmain.c:
7751         * src/pic16/gen.c:
7752         * src/pic16/glue.c:
7753         * src/pic16/pcode.c:
7754         * src/pic16/device.c:
7755         * src/pic16/main.c:
7756         * src/pic16/pcode.h:
7757         * src/pic16/pcoderegs.c:
7758         * src/pic16/ralloc.c:
7759         * src/pic16/ralloc.h:
7760
7761 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7762
7763         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7764         added option --vc, so sdcc errors and warnings are compatible with
7765         Microsoft Visual Studio.
7766
7767 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7768
7769         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7770           device/lib/libfloat.lib: added atof function.
7771
7772 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7773
7774         * doc/sdccman.lyx: updated to Lyx 1.3
7775         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7776         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7777         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7778
7779 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7780
7781         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7782
7783 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7784
7785         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7786           additions to the "related tools/documentation" section
7787
7788 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7789
7790         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7791
7792 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7793
7794         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7795         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7796
7797 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7798
7799         * doc/sdccman.lyx: fix double dash and other minor things
7800         * doc/Makefile: fix double dash
7801
7802 2003-05-28  Karl Bongers(patches from Martin Helmling)
7803         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7804           condition and ignore commands.
7805
7806 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7807
7808         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7809           is in parts still quite out of date, I did changes as far as I felt makes sense
7810           for a non-native english speaker.
7811           Please feel free to add to the manual or to correct my changes.
7812         * doc/Makefile: undid touching the date of intermediate tex files.
7813
7814 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7815
7816         * doc/sdccman.lyx: Manual has an index now
7817
7818 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7819
7820         Finalize muluint/mulsint and mululong/mulslong merging:
7821         * device/lib/_mulint.c
7822         * device/lib/_mullong.c
7823         * device/lib/gbz80/mul.s
7824         * device/lib/gbz80/stubs.s
7825         * device/lib/z80/mul.s
7826         * device/lib/z80/stubs.s
7827         * src/SDCCsymt.c (initCSupport)
7828
7829 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7830
7831         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7832         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7833           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7834           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7835           instead of /Zm500.
7836
7837 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7838
7839         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7840           the regression tests I'm not brave enough to enable 245.b, 245.c
7841         * doc/sdccman.lyx: added latex preamble for hyperref package.
7842           Using pdflatex this will give you a hyperlinked pdf file with
7843           bookmarks. (prepend '%' before /usepackage if this breaks something)
7844
7845 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7846
7847          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7848
7849 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7850
7851         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7852
7853 2003-05-21    <johan AT balder>
7854
7855         * src/SDCCglue.c (printIval): fixed bug #739934
7856
7857 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7858
7859         Applied patch from bug 737905 (renamed yylineo to mylineno):
7860         * src/altlex.c
7861         * src/SDCCast.c
7862         * src/SDCglobl.h
7863         * src/SDCC.lex
7864         * src/SDCCsymt.c
7865         * src/SDCCval.c
7866         * src/pic16/pcode.c: Cleaned warnings
7867         * src/pic16/pcodeflow.c: Cleaned warnings
7868         * src/pic16/pcoderegs.c: Cleaned warnings
7869
7870 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7871
7872         * src/pic16/pcode.c: Cleaned warnings
7873         * src/pic16/pcodepeep.c: Cleaned warnings
7874         * src/pic16/ralloc.c: Cleaned warnings
7875
7876 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7877
7878         * doc/sdccman.lyx: fixed bug 739745
7879         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7880
7881 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7882
7883         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7884         it can be defined with CFLAGS when running configure
7885         * src/SDCCmain.c: fixed compiling + linking with object files
7886
7887 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7888
7889         * configure.in: configure for pic16 port,
7890             added --disable-pic16-port
7891         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7892         * src/SDCCmain.c: linkOptions is changed to set *,
7893             added if/endif conditional macros to remove options help
7894             messages from optionsTable when a port is not configured, added
7895             support for the PIc16 port in the ports table, when executing
7896             the compiler with no port specified on command line, a default
7897             port is selected with the new macro DEFAULT_PORT which is
7898             defined in port.h, in setDefaultOptions() linkOptions is removed
7899             from initialization assignment, since now it is a set,
7900             parseCmdLine uses setParseWithComma for linkOptions, in
7901             linkEdit() linkOptions are accessed with new function indexSet()
7902             which returns the i'th item of a set variable. See SDCCset.c, in
7903             linkEdit() when calling buildCmdLine(), added linkOptions as
7904             last argument. Now users can pass arguments to gplink via the
7905             -Wl option, main() uses pic16glue() to glue up pic16 programs
7906         * src/SDCCpeeph.c: various changes to support pic16
7907         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7908             return the i'th item of the set
7909         * src/SDCCset.h: added function prototype for indexSet()
7910         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7911         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7912         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7913             added macro DEFAULT_PORT
7914         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7915         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7916             generated
7917         * src/pic16/glue.c: commented out some error producing lines
7918         * src/pic16/main.c: __config directives are commented out to stop
7919             gpasm complaining and test the linkage with gplink, _linkCmd and
7920             _asmCmd changed to be more gplink and gpasm friendly
7921         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7922             produced an error when parsed, peep rule 12 is added to utilize
7923             movff, but it is commented out since the pCode does not support
7924             yet a command with 2 address arguments
7925
7926 2003-05-18    <johan AT balder>
7927
7928         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7929         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7930 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7931
7932         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7933   Added feature to script commands from file.
7934
7935 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7936
7937         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7938         * src/SDCCutil.c: include ctype.h for win32
7939
7940 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7941
7942         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7943
7944 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7945
7946         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7947   Fixed so you can set breakpoints prior to run, run does not stop
7948   on entry now.  Add tbreak.  Other enhancements and fixes for use
7949   with ddd.
7950
7951 2003-05-12  Borut Razem <borut.razem AT siol.net>
7952
7953         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7954
7955 2003-05-11  Borut Razem <borut.razem AT siol.net>
7956
7957         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7958         the path of bin directory, so that PATH is the only env. variable, which has to be set
7959         in case of standard installation.
7960         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7961         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7962         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7963
7964 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7965
7966         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7967         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7968         temp files are in the port dir; clean the gen/test directory when
7969         generating new test.c
7970         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7971         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7972         * support/regression/tests/zeropad.c: added
7973
7974 2003-05-09    <johan AT balder>
7975
7976         * src/SDCCglue.c: fixed bug #597940
7977
7978 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7979
7980         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7981   cache sfr, optimize next,step, fix off by one sourceline,
7982   support ddd list function.
7983         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7984
7985 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7986
7987         * support/regression/HTMLgen.py: added compare_s2f()
7988         * support/regression/Makefile: redo 1.27
7989         * support/regression/generate-cases.py: redo 1.5
7990
7991 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7992
7993         * support/regression/tests/float.c: workaround 33 bit hex constant
7994         * support/regression/tests/simplefloat.c: fix division for host
7995
7996 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7997
7998         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7999         that tame's the PIC's over-aggressive optimizer.
8000
8001 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8002
8003          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8004          support for MSVC.
8005
8006 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8007
8008         Initial support for DS80C400. "Hello world" runs on TINIm400
8009         (with polled I/O).
8010
8011 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8012
8013          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8014          * Some notes on ddd usage added in debugger/README
8015          Martin Helmling adding more features and fixes for ddd GUI debugger.
8016          Code added for nexti, stepi, up, down, and other adjustments.
8017
8018 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8019
8020         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8021         * src/pic/peeph.def Added two rules to optimize carry manipulation
8022         * src/pic/* removed debug printfs
8023
8024 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8025
8026         * debugger/mcs51/cmd.c: added header newalloc.h
8027
8028 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8029
8030         * as/Makefile: new EXEEXT
8031         * as/z80/Makefile: remove trailing slash of BUILDIR
8032         * as/z80/clean.mk: new EXEEXT
8033         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8034         * support/cpp2/Makefile.in: new EXEEXT
8035         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8036
8037 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8038
8039         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8040         EXEEXT was introduced to fix all related problems with targets
8041         "clean", "install" and "uninstall"; a couple of further flaws
8042         especially with "clean" have been fixed too
8043         * as/mcs51/Makefile.in
8044         * as/mcs51/clean.mk
8045         * as/z80/Makefile
8046         * Makefile
8047         * clean.mk
8048         * debugger/mcs51/Makefile.in
8049         * debugger/mcs51/clean.mk
8050         * link/z80/Makefile
8051         * link/z80/Makefile.in
8052         * link/z80/clean.mk
8053         * link/Makefile
8054         * packihx/Makefile.in
8055         * packihx/clean.mk
8056         * sim/ucsim/Makefile
8057         * sim/ucsim/clean.mk
8058         * sim/ucsim/avr.src/Makefile.in
8059         * sim/ucsim/avr.src/clean.mk
8060         * sim/ucsim/s51.src/Makefile.in
8061         * sim/ucsim/s51.src/clean.mk
8062         * sim/ucsim/xa.src/Makefile.in
8063         * sim/ucsim/xa.src/clean.mk
8064         * sim/ucsim/z80.src/Makefile.in
8065         * sim/ucsim/z80.src/clean.mk
8066         * sim/ucsim/main_in.mk
8067         * sim/ucsim/packages_in.mk
8068         * sim/ucsim/gui.src/Makefile.in
8069         * sim/ucsim/gui.src/serio.src/Makefile.in
8070         * sim/ucsim/gui.src/serio.src/clean.mk
8071         * src/Makefile.in
8072         * src/clean.mk
8073         * support/cpp2/Makefile.in
8074         * support/cpp2/clean.mk
8075         * support/makebin/Makefile
8076         * support/makebin/clean.mk
8077         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8078         * doc/sdccman.lyx: --program-suffix no longer needed
8079
8080 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8081
8082          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8083          Martin Helmling added support for ddd GUI debugger.
8084          Code added to display assembly, set variables, and other commands
8085          to interface to ddd.
8086
8087 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8088
8089         * as/Makefile: fix target clean
8090         * as/clean.mk: fix target clean
8091         * as/z80/clean.mk: fix target clean
8092
8093 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8094
8095         * Makefile.common.in: added  AT EXEEXT AT
8096         * configure.in: removed all mingw32 stuff
8097         * configure: rebuilt from configure.in
8098         * doc/sdccman.lyx: updated section "installation"
8099         * support/scripts/sdcc_mingw32: adapted to configure
8100         * support/scripts/sdcc_cygwin_mingw32: added
8101
8102 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8103
8104         * src/pic Added object file support for the PIC port
8105         * src/pic Applied patch from Craig Franklin (this started the object file support)
8106         * src/regression Updated the PIC regression tests for object files
8107
8108 2003-04-20  Borut Razem <borut.razem AT siol.net>
8109
8110         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8111           lklex.c: In function `getfid':
8112           lklex.c:203: warning: array subscript has type `char'
8113         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8114           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8115         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8116           stack handling macros
8117
8118 2003-04-19  Borut Razem <borut.razem AT siol.net>
8119
8120         * "handling space characters in file path" task:
8121         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8122         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8123         * support/Util/MySystem.h: make it self-sufficient
8124         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8125           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8126           handling space characters in file path
8127         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8128           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8129         * support/Util/MySystem.c: handling space characters in executable's path
8130
8131 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8132
8133         * as/z80/Makefile: fix permanent rebuild of z80
8134         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8135         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8136
8137 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8138
8139         * src/SDCCopt.c: add special case optimization to replace modulo by
8140           a power of two with a bitwise AND.
8141
8142 2003-04-18    <johan AT balder>
8143
8144         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8145
8146 2003-04-17    <johan AT balder>
8147
8148         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8149         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8150
8151 2003-04-13  Borut Razem <borut.razem AT siol.net>
8152
8153         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8154         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8155           fixed mingw problem in adl_NORMALIZE_PATH
8156
8157 2003-04-12  Borut Razem <borut.razem AT siol.net>
8158
8159         * fixed "#pragma SAVE/RESTORE can not be nested":
8160         * src/SDCC.lex: reworked pragma handling functions
8161         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8162         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8163
8164 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8165
8166         * src/SDCCutil.c (pathEquivalent): defined but not used
8167         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8168         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8169         * configure: rebuilt from configure.in
8170         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8171         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8172         * device/include/Makefile.in: replace sdcc_datadir
8173         * device/lib/Makefile.in: replace sdcc_datadir
8174         * Makefile.common.in: add LDFLAGS from configure
8175         * packihx/Makefile.in: use LDFLAGS
8176         * src/Makefile.in: use LDFLAGS
8177         * support/cpp2/Makefile.in: add LDFLAGS from configure
8178         * support/makebin/Makefile: use LDFLAGS
8179         * .version: bumped version number to 2.3.5
8180
8181 2003-04-12  Borut Razem <borut.razem AT siol.net>
8182
8183         * completed "different paths" task:
8184         * src/SDCCmacro.c: fixed bug in handling quotes
8185         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8186         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8187
8188 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8189
8190         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8191
8192 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8193
8194         * ds390/gen.c ds390/peeph.def: fix bug 706781
8195
8196 2003-04-11  Borut Razem <borut.razem AT siol.net>
8197
8198         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8199
8200 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8201
8202         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8203         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8204          set - this bit used to not be set...).
8205         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8206           bad code in PIC Port
8207         * src/regression/and2.c added to test bug 609268
8208         * src/regression/Makefile added and2.c to regression test
8209
8210
8211 2003-04-08    <johan AT CP255758-A>
8212
8213         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8214         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8215         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8216
8217 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8218
8219         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8220         fix bug #487815
8221         * support/cpp2/Makefile.in: fix bug #487815
8222         * configure: rebuilt from configure.in
8223         * Makefile.common.in: docdir changed, new path suffixes
8224         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8225         * sdcc_vc_in.h: reflect changes from sdccconf.h
8226         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8227         * src/SDCCutil.h: remove BINDIR hack
8228         * doc/sdccman.lyx: update new path hierarchy
8229
8230 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8231
8232         * src/SDCCpeeph.c: added okToRemoveSLOC test
8233
8234 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8235
8236         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8237
8238 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8239
8240         * src/SDCCpeeph.c: added labelIsReturnOnly test
8241         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8242
8243 2003-04-05    <johan AT balder>
8244
8245         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8246         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8247         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8248         * src/SDCCast.c: fixed a warning
8249         * src/SDCCast.h: fixed a warning
8250         * src/SDCCicode.c (operandFromAst): fixed a warning
8251
8252 2003-04-04    <johan AT balder>
8253
8254         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8255         * src/SDCCast.c (decorateType): fixed bug #715076
8256         * src/SDCC.y: fixed bug #702907
8257
8258 2003-04-03    <johan AT balder>
8259
8260         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8261         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8262         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8263         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8264         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8265
8266 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8267
8268         * _decdptr.c: fix return values
8269         * _gptrget.c: fix return values
8270         * _gptrgetc.c: fix return values
8271         * _gptrput.c: fix return values
8272         * _mulint.c: fix return values
8273         * as/z80/Makefile: fix 'make -j' problem
8274
8275 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8276
8277         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8278         * configure.in: big cleanup, updated to autoconf 2.5x
8279         * configure: rebuilt from configure.in
8280         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8281         * sdcc_vc_in.h: reflect changes from sdccconf.h
8282         * doc/Makefile: fixed a flaw in "make install"
8283
8284 2003-04-02    <johan AT balder>
8285
8286         * src/ds390/gen.c (genCmp): no comments
8287         * src/mcs51/gen.c (genCmp): no comments
8288         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8289         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8290
8291 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8292
8293         * support/regression/generate-cases.py: place generated file in given sub directory
8294         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8295         * support/regression/Makefile: improvements for 'make -j';
8296         side effect: it's simpler and faster now
8297
8298 2003-03-31  Borut Razem <borut.razem AT siol.net>
8299
8300         * src/z80/main.c: link-{port} and as-{port} defined without path
8301         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8302
8303 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8304
8305         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8306
8307 2003-03-30  Borut Razem <borut.razem AT siol.net>
8308
8309         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8310           changed type of list parameter to set
8311         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8312         * src/port.h: changed type of do_assemble() parameter to set
8313         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8314           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8315           definition of "cppoutfilename" macro with NULL value in preProcess()
8316         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8317         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8318         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8319           replaced with set *binPathSet
8320         * shash_add() deallocates the item, if allready exsists, before adding the new one
8321         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8322
8323 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8324
8325         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8326           a nested for loop bug in the PIC port
8327         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8328           for loops
8329
8330 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8331
8332         * support/Util/dbuf.h: remove C++ stuff to make it portable
8333
8334 2003-03-28  Borut Razem <borut.razem AT siol.net>
8335
8336         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8337           literal strings in stringLiteral()
8338         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8339         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8340           to the project
8341
8342 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8343
8344         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8345
8346 2003-03-26    <johan AT balder>
8347
8348         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8349         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8350         * src/SDCCast.c (decorateType): fixed " -v < 3"
8351
8352 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8353
8354         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8355         Added Lenny Story's debug infrastructure changes:
8356         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8357         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8358         * src/cdbFile.c: added
8359         * src/SDCCdebug.c: added
8360         * src/SDCCdebug.h: added
8361         * src/SDCCast.c (createFunction)
8362         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8363         * src/SDCCmain.c (parseCmdLine, main)
8364         * src/SDCCmem.c (redoStackOffsets)
8365         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8366         * src/SDCCsymt.h
8367         * src/common.h
8368         * src/avr/gen.c (genAVRCode)
8369         * src/ds390/gen.c (gen390Code)
8370         * src/mcs51/gen.c (gen51Code)
8371         * src/pic/gen.c (genpic14Code)
8372         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8373         * src/xa51/gen.c (genXA51Code)
8374         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8375
8376 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8377
8378         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8379         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8380
8381 2003-03-22    <johan AT balder>
8382
8383         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8384
8385 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8386
8387         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8388         * doc/cdbfileformat.lyx: added, written by Lenny Story
8389         * doc/Makefile: added cdbfileformat.lyx
8390         * doc/clean.mk: added cdbfileformat.lyx
8391
8392 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8393
8394         * src/mcs51/peeph.def: fix bug #705773
8395
8396 2003-03-20    <johan AT balder>
8397
8398         An sfr/sbit can have an "at #" AND an initializer
8399         * src/SDCCsymt.c (checkSClass):
8400         * src/SDCCmem.c (allocGlobal):
8401         * src/SDCCmem.c (allocLocal):
8402         * src/SDCCast.c (createBlock):
8403
8404 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8405
8406         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8407
8408 2003-03-16    <johan AT balder>
8409
8410         Undid the hackup of const and volatile, the problem is much bigger
8411         * src/SDCC.y:1.65
8412         * src/SDCCast.c:1.171
8413         * src/SDCCglue.c:1.138
8414         * src/SDCCicode.c:1.146
8415         * src/SDCCsymt.c:1.150
8416         * src/SDCCval.c:1.65
8417
8418 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8419
8420         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8421         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8422
8423 2003-03-13    <johan AT balder>
8424
8425         Hackup const and volatile modifiers in type chains a bit:
8426         * src/SDCC.y:1.63
8427         * src/SDCCast.c:1.169
8428         * src/SDCCglue.c:1.136
8429         * src/SDCCicode.c:1.143
8430         * src/SDCCsymt.c1.146
8431         * src/SDCCsymt.h1.59
8432         * src/SDCCval.c:1.63
8433
8434 2003-03-12    <johan AT balder>
8435
8436         * src/SDCCBBlock.h: more LRH debugging junk
8437         * src/SDCCcflow.h: more LRH debugging junk
8438         * src/SDCCloop.c: more LRH debugging junk
8439         * src/SDCC.y (struct_declaration): fixed bug #697590
8440         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8441         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8442         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8443
8444 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8445         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8446         test function names must now match exactly).
8447         * src/SDCCcse.c: added special case in findCheaperOp to allow
8448         extending a short integer. Makes less awful code for bug 700121 test case.
8449
8450 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8451
8452         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8453         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8454
8455 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8456
8457         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8458         actually called (operandsNotEqual() was called for all
8459         operandsNotEqualX tests).
8460
8461 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8462
8463         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8464         with shorter literals. Fixes bug 700121.
8465
8466 2003-03-11    <johan AT balder>
8467
8468         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8469
8470 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8471
8472         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8473         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8474
8475 2003-03-10  Borut Razem <borut.razem AT siol.net>
8476
8477         * src/SDCCmain.c: pipe preprocessor's output
8478         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8479         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8480         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8481         which closes all pipes in pipeSet set
8482         * src/SDCCset.c: free deleted item in function deleteSetItem()
8483         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8484         moved from z80 to src subproject
8485         * .version: increased version number to 2.3.4
8486
8487 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8488
8489         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8490         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8491         * support/regression/ports/xa51/spec.mk: fix typo
8492
8493 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8494
8495         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8496
8497 2003-03-09  Borut Razem <borut.razem AT siol.net>
8498
8499         * src/SDCCmain.c: pipe preprocessor's output
8500         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8501         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8502         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8503         which closes all pipes in pipeSet set
8504         * src/SDCCset.c: free deleted item in function deleteSetItem()
8505         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8506         moved from z80 to src subproject
8507
8508 2003-03-09  Borut Razem <borut.razem AT siol.net>
8509
8510         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8511         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8512         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8513         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8514         * src/SDCCglobl.h: unification of WIN32 native definitions
8515
8516 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8517
8518         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8519
8520 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8521
8522         * src/configure.in:   check for endianess (even while cross-compiling)
8523         * src/configure:      check for endianess (even while cross-compiling)
8524         * src/configure_in.h: check for endianess (even while cross-compiling)
8525         * src/avr/gen.c:        remove old endianess stuff
8526         * src/mcs51/gen.c:      remove old endianess stuff
8527         * src/ds390/gen.c:      remove old endianess stuff
8528         * src/pic/gen.c:        remove old endianess stuff
8529         * src/pic/genarith.c:   remove old endianess stuff
8530         * src/pic/glue.c:       fix endianess check
8531         * src/pic16/gen.c:      remove old endianess stuff
8532         * src/pic16/genarith.c: remove old endianess stuff
8533         * src/pic16/glue.c:     fix endianess check
8534         * src/xa51/gen.c:       remove old endianess stuff
8535         * src/z80/gen.c:        fix endianess check
8536         * src/SDCCglue.c:       fix endianess check
8537         * src/ds390/peeph.def: fix bug 700036
8538
8539 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8540
8541         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8542         * src/configure: find appropriate data-types on host for SDCC's int and long
8543         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8544         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8545         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8546
8547 2003-03-07    <johan AT balder>
8548
8549         Just a big NOOP:
8550                 some minor cleanups before the big shot
8551                 OP_DEFS and OP_USES now use Kevin's protection
8552                 new option --nolabelopt
8553
8554         * src/SDCCBBlock.c:
8555         * src/SDCCast.c,:
8556         * src/SDCCcflow.c:
8557         * src/SDCCcse.c:
8558         * src/SDCCicode.c:
8559         * src/SDCCicode.h:
8560         * src/SDCClabel.c:
8561         * src/SDCCloop.c:
8562         * src/SDCCmain.c:
8563         * src/ds390/ralloc.c:
8564         * src/mcs51/ralloc.c:
8565         * src/pic/ralloc.c:
8566         * src/xa51/ralloc.c:
8567         * src/z80/ralloc.c:
8568
8569 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * src/pic/pcode.c (get_op): fix 64 bit warnings
8572         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8573         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8574         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8575         * support/regression/tests/malloc.c: fix 64 bit warnings
8576
8577 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8578
8579         * src/mcs51/gen.c (genMinus): fixed bug 696436
8580
8581 2003-03-02  Borut Razem <borut.razem AT siol.net>
8582
8583         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8584
8585 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         * configure.in: test for mkstemp
8588         * sdccconf_in.h: add HAVE_MKSTEMP
8589
8590 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * device/include/ctype.h: removed warning while using --stack-auto
8593         * device/include/malloc.h: removed warning while using --stack-auto
8594         * device/include/string.h: removed warning while using --stack-auto
8595
8596 2003-02-23  Borut Razem <borut.razem AT siol.net>
8597
8598         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8599         because NDEBUG is defined (see man assert)
8600         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8601
8602 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8603
8604         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8605         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8606
8607 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8608
8609         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8610         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8611
8612 2003-02-18    <johan AT balder>
8613
8614         * as/mcs51/asmain.c (asmbl): module can start with a digit
8615         * as/z80/asmain.c (asmbl): module can start with a digit
8616
8617 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8618
8619         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8620         * src/asm.c: fix pipe() for Mingw32
8621
8622 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8623
8624         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8625         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8626         make -V work again; --c1mode reads now from stdin
8627         * doc/sdccman.lyx: added --c1mode
8628         * support/Util/SDCCerr.c: new messages for c1 mode
8629         * support/Util/SDCCerr.h: new messages for c1 mode
8630         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8631
8632 2003-02-15    <johan AT balder>
8633
8634         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8635
8636 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8637
8638         * doc/sdccman.lyx: Environment variables, -o and other minor things
8639
8640 2003-02-14    <johan AT balder>
8641
8642         * src/xa51/main.c: before anyone really tries to use it :)
8643
8644         * Install doc's in share/sdcc/doc
8645         * removed some obsolete files
8646         * Do a proper make distclean and uninstall
8647         M Makefile.common.in
8648         R sdccbuild.sh
8649         M as/Makefile
8650         M device/include/Makefile.in
8651         M device/lib/Makefile.in
8652         M doc/sdccman.lyx
8653         M link/Makefile
8654         M sim/ucsim/doc/Makefile.in
8655         M src/clean.mk
8656         R src/avr/peeph.rul
8657         R src/xa51/peeph.rul
8658         M support/cpp2/Makefile.in
8659         M support/makebin/Makefile
8660
8661
8662 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8663
8664         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8665
8666 2003-02-10  Borut Razem <borut.razem AT siol.net>
8667
8668         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8669         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8670         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8671         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8672         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8673         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8674         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8675         src/z80/Makefile.bcc: Borland Makefile cleanup
8676         * as/z80/Makefile.bcc: Added Borland Makefile
8677         * support/cpp2/borland.h: Removed
8678
8679 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8682         * src/SDCC.lex: new pragma NOIV
8683         * src/SDCCglobl.h: new pragma NOIV
8684         * src/SDCCmem.c: new pragma NOIV
8685
8686 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8687
8688         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8689
8690 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8691
8692         * src/SDCCmain.c: signal handling is switched off by --debug
8693         * doc/Makefile: small fix for install; use clean.mk again
8694         * doc/clean.mk: clean *.pdf and *.html too
8695
8696 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8697
8698         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8699         * device/lib/printfl.c: fix a ds390 bug by making it portable
8700         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8701         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8702         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8703         * debugger/mcs51/cmd.c: converted multi-line string literals
8704         * sim/ucsim/globals.cc: converted multi-line string literals
8705         * src/SDCCmain.c: introduced signal handler to remove temp files
8706         * doc/Makefile: small tweaks, implement clean
8707         * doc: removed generated files
8708
8709 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8710
8711         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8712         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8713         Address Record is not correctly generated for DS390."
8714
8715 2003-02-02  Borut Razem <borut.razem AT siol.net>
8716
8717         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8718         * as/mcs51/asm.h: fixed compilation with Borland C
8719         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8720         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8721         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8722         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8723         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8724         src/z80/Makefile.bcc: delete $(LIB) only if exist
8725         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8726
8727 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * device/include/malloc.h: introduced NULL
8730         * device/include/string.h: introduced NULL
8731         * device/include/stdlib.h: introduced NULL
8732         * device/lib/_memcpy.c: removed NULL
8733         * device/lib/_strcat.c: removed NULL
8734         * device/lib/_strchr.c: removed NULL
8735         * device/lib/_strcmp.c: removed NULL
8736         * device/lib/_strcpy.c: removed NULL
8737         * device/lib/_strcspn.c: removed NULL
8738         * device/lib/_strlen.c: removed NULL
8739         * device/lib/_strncat.c: removed NULL
8740         * device/lib/_strncmp.c: removed NULL
8741         * device/lib/_strncpy.c: removed NULL
8742         * device/lib/_strpbrk.c: removed NULL
8743         * device/lib/_strrchr.c: removed NULL
8744         * device/lib/_strspn.c: removed NULL
8745         * device/lib/_strstr.c: removed NULL
8746         * device/lib/_strtok.c: removed NULL
8747         * device/lib/malloc.c: removed NULL, include own header
8748
8749 2003-02-02    <johan AT balder>
8750
8751         * 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
8752         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8753         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8754         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8755         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8756         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8757
8758 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8759
8760         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8761         area 'DATA'"
8762
8763 2003-02-01    <johan AT balder>
8764
8765         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8766
8767 2003-01-31    <johan AT CP255758-A>
8768
8769         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8770
8771 2003-01-30    <johan AT balder>
8772
8773         * src/SDCCBBlock.c: automatic bug detection
8774         * src/SDCCicode.c: automatic bug detection
8775
8776 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8777
8778         * src/SDCCglobl.h:   now --xram-size 0 works
8779         * src/SDCCmain.c:    now --xram-size 0 works
8780
8781 2003-01-29    <johan AT balder>
8782
8783         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8784
8785 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8786
8787         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8788         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8789         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8790         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8791         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8792         * src/SDCCmain.c:    Added options --xram-size and --code-size
8793
8794 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8795
8796         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8797         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8798
8799 2003-01-27    <johan AT balder>
8800
8801         * src/SDCC.y: fixed bug #613764
8802
8803 2003-01-26    <johan AT balder>
8804
8805         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8806         * src/SDCCsymt.h: fixed bug #673374
8807         * src/SDCCglue.c: fixed bug #661910
8808         * src/SDCCast.c: fixed bug #458099 and 673374
8809
8810 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8811
8812         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8813         * as/mcs51/strcmpi.h: added
8814         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8815         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8816         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8817         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8818         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8819         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8820         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8821         * as/mcs51/Makefile.aslink: new module strcmpi
8822         * as/mcs51/Makefile.asx8051: new module strcmpi
8823         * as/mcs51/Makefil.bcc: new module strcmpi
8824         * as/mcs51/Makefile.in: new module strcmpi
8825         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8826
8827 2003-01-26    <johan AT balder>
8828
8829         * src/SDCCglue.c: reverted back to 1.124
8830         * src/SDCCast.c: reverted back to 1.156
8831         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8832
8833 2003-01-25    <johan AT balder>
8834
8835         * src/SDCCglue.c: A better fix for bug #661910
8836         * src/SDCCast.c: A better fix for bug #661910
8837         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8838
8839 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8840
8841         * src/Makefile.in: remove spawn.o
8842         * src/SDCCmain.c: remove spawn.h
8843         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8844         * src/spawn.c: removed
8845         * src/spawn.h: removed
8846         * support/regression/ports/ds390/spec.mk: link with -r
8847
8848 2003-01-24    <johan AT CP255758-A>
8849
8850         * src/ds390/gen.c (aopOp): fixed bug #667458
8851         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8852         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8853         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8854
8855 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8856
8857         * src/mcs51/peeph.def: better assembler identation by Frieder
8858         * src/mcs51/gen.c: better assembler identation by Frieder
8859
8860 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8861
8862         * as/z80/string.h: removed for gcc 3.2
8863         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8864         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8865
8866 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8867
8868         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8869         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8870         * support/regression/Makefile: separate temp files for ports
8871         * support/regression/generate-cases.py: separate temp files for ports
8872         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8873         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8874
8875 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8876
8877         * moved tinitalk to device/examples/ds390
8878
8879 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8880
8881         * as/mcs51/lkmem.c: rflag is for DS390
8882         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8883         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8884                          (linkEdit): move mem- and map-files the same way as ihx-files
8885         * src/z80/main.c (_setDefaultOptions): removed --generic
8886         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8887         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8888         * src/pic/glue.c (picglue): --c1mode works again
8889         * src/pic16/glue.c (pic16glue): --c1mode works again
8890         * src/asm.c (printCLine): fix #660034
8891
8892 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8893
8894         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8895         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8896         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8897         * as/mcs51/lkmem (summary): better fix for sp problem
8898         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8899         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8900         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8901                                               remove --stack-after-data
8902
8903 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8906         * src/SDCCutil.c (join): ugly bug: missing '\0'
8907         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8908
8909 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8912         * src/port.h: typo
8913         * src/pic/main.c (_asmCmd): gpasm supports -o
8914         * src/z80/main.c: more general macros
8915         * device/lib/Makefile.in: remove intermediate files
8916
8917 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8918
8919         * .version: Bumped version number to 2.3.3
8920         * src/SDCCBBlock.c: new option -o
8921         * src/SDCCglobl.h: new option -o
8922         * src/SDCCglue.c: new option -o
8923         * src/SDCCmain.c: new option -o
8924         * src/asm.c: new option -o
8925         * src/ds390/main.c: new option -o
8926         * src/pic/glue.c: new option -o
8927         * src/pic/pcode.c: new option -o
8928         * src/pic/ralloc.c: new option -o
8929         * src/pic16/glue.c: new option -o
8930         * src/pic16/pcode.c: new option -o
8931         * src/pic16/ralloc.c: new option -o
8932         * src/z80/main.c: new option -o
8933         * device/lib/Makefile.in: use -o
8934         * support/regression/ports/ds390/spec.mk: use -o
8935         * support/regression/ports/gbz80/spec.mk: use -o
8936         * support/regression/ports/mcs51/spec.mk: use -o
8937         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8938         * support/regression/ports/z80/spec.mk: use -o
8939         * support/regression/ports/ucz80/spec.mk: use -o
8940         * support/regression/ports/xa51/spec.mk: use -o
8941         * support/regression/fwk/lib/timeout.c: fix usage string
8942
8943 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8944         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8945
8946 2003-01-07    <johan AT balder>
8947
8948         * src/SDCCast.c (decorateType): fixed bug #600035
8949
8950 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8951         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8952         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8953         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8954         * src/pic/pcode.c: outcommented unused variable to remove warnings
8955         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8956
8957 2003-01-06    <karl AT turbobit.com>
8958         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8959    regression tests.
8960
8961 2003-01-06    <johan AT balder>
8962
8963         * src/SDCCicode.c: fixed array add
8964
8965 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8966         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8967         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8968
8969 2003-01-04    <johan AT balder>
8970
8971         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8972
8973 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8974         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8975
8976 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8977         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8978         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8979
8980 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8981         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8982
8983 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8984         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8985
8986 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8987         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8988
8989 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8990
8991     * in \sdcc\as\mcs51\ changed these files in order to create an
8992     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8993     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8994     following files to include the previous two files: aslink.dsp,
8995     Makefile.aslink, Makefile.bcc, and Makefile.in.
8996
8997     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8998     .adb instead of .cdb
8999
9000 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9001
9002         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9003         value from option --iram-size.
9004
9005 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9006
9007         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9008         dram[] array.
9009
9010 2002-09-18    <wiml AT hhhh.org>
9011
9012         * SDCClrange.h: exposed setFromRange() and setToRange()
9013         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9014           packRegsForAccUse() (bug 542397)
9015         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9016           multiple times and emitting the fetch operations more than once
9017           added aopGetUsesAcc() function to allow binary operators to
9018           fetch their operands in the correct order; made genMinus() emit
9019           compact code for X = LITERAL - Y
9020
9021 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9022         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9023         sprintf() in line 1267.
9024
9025 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9026         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9027         like ports.
9028
9029 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9030         Changes to aslink (All the changes are marked with 'JCF'):
9031
9032         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9033         summary().
9034
9035         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9036         area BSEG.  Also moves, if possible, the DATA area down into the internal
9037         ram so more space is available.
9038
9039         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9040         sflag.
9041
9042         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9043         not bytes.  Function summary() which creates a memory usage summary
9044         file with extension .mem.  Reports of overlaping stack and small stack
9045         size.  If the space for the stack is less than 16 bytes aslink trows a
9046         warning.
9047
9048         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9049         the 8051.  Option 'y' for memory summary output file.
9050
9051         Changes to sdcc (All the changes are marked with 'JCF'):
9052
9053         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9054
9055         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9056         overlaying area for it (uses RegBankUsed[4]).
9057
9058         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9059         bank zero as used by default.  By default aslink locates the stack
9060         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9061         the creation of the .mem file.  Delegates the allocation of data area
9062         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9063         the begining of the stack area to aslink.
9064
9065         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9066         glue() in SDCCglue.c creates an area for it.
9067
9068 2002-09-03  Borut Razem <borut.razem AT siol.net>
9069         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9070         sdcc/src/pic/glue.c:
9071         introduced atexit() handler for teporay files removal in case of
9072         errors, assertions, ...
9073
9074 2002-08-29  Borut Razem <borut.razem AT siol.net>
9075         * sdcc/support/cpp2/auto-host_vc_in.h:
9076         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9077         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9078         Maybe there is a similar problem with BORLANDC? It should be checked!
9079
9080         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9081         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9082         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9083         was not executed, and the compiler (cl) launched a warning:
9084         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9085
9086 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9087         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9088
9089 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9090         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9091
9092         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9093           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9094           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9095           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9096           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9097           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9098           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9099         - added Release configuration in VS projects
9100         - review of compiler an linker options
9101         - VC .exe files are generated in bin_vc directory, not to interfere
9102           with binaries generated from other projects (cygwin, mingw, bcc ...)
9103
9104         * sdcc/src/yacc.dsp: added
9105
9106         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9107         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9108         and insert the version number definitions from .version
9109
9110         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9111
9112         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9113         added - genarate auto-host.h using auto-host_vc_in.h as template
9114
9115         * sdcc/sdcc_vc.h,
9116         removed from CVS, generated automatically
9117
9118 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9119         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9120
9121 2002-08-11  Borut Razem <borut.razem AT siol.net>
9122         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9123
9124 2002-08-10  Borut Razem <borut.razem AT siol.net>
9125         * src/SDCCmain.c (main):
9126         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9127         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9128         The consequence was that some temporary files were not removed.
9129
9130         * src/SDCCglue.c:
9131         unification of code in functions tempfilename() and tempfile():
9132         function tempnam() is defined in Visual Studio 6.0 and .NET
9133
9134         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9135
9136         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9137           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9138         - removed compiler command line option /WX: Treats all warnings as errors
9139         - update a list of source files, included into the project
9140
9141         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9142           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9143         changed project type to Generic Project so that can be correcly converted to VS.NET project
9144
9145         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9146
9147         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9148
9149         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9150
9151         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9152         added return 0 statements after assert() to make compiler happy
9153
9154         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9155         added newline in the def file to keep MSC compiler satisfied
9156
9157         * sdcc/src/z80/gen.c:
9158         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9159           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9160         - solved MSC error in function aopDump()
9161
9162         * sdcc_vc.h: define PREFIX as "\\sdcc"
9163
9164 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9165         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9166
9167 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9168         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9169         - Rewrote the register banking algorithm.
9170         - Added pCode live-range analysis to registers (for now, only non-used and
9171         singly-used registers optimized away)
9172
9173         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9174
9175         * 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.
9176
9177 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9178         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9179
9180 2002-04-22  Michael Hope  <michaelh AT vroom>
9181
9182         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9183
9184         * configure.in (DD_COPT): Added include support required for gbdk.
9185
9186         * .version: Bumped version number just to increase it.
9187
9188         * src/SDCCmain.c: Added -nostdinc to the default options.
9189
9190 2002-04-15  Michael Hope  <michaelh AT vroom>
9191
9192         * device/lib/z80/printf.c (sprintf): Added.
9193
9194         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9195
9196         * src/z80/peeph.def: Added transpose redundent load rule.
9197
9198         * src/z80/main.c: Added force callee saves for jaune.
9199
9200         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9201
9202         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9203
9204 2002-03-28  Johan Knol  <johan AT balder>
9205
9206         * src/SDCCval.c: fixed bug #532436
9207
9208 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9209         * /src/port.h:
9210         Added "char *Processor" field to the port structure.
9211
9212         * /src/SDCCmain.c:
9213         Added -p option. Allows port dependent processor to be specified.
9214
9215         * all ports:
9216         Initialized the new field char *Processor field to NULL in all ports
9217
9218         * /src/pic/*:
9219         Compiler generated registers for interrupt context saving
9220         were not getting allocated.
9221
9222 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9223
9224         * /src/SDCCast.c:
9225         Fixed left shift. Will promote the left side of a left shift
9226         if a) left shifting more than size of operand or b) when assigned
9227         to something size > size of left side
9228
9229 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9230         * src/pic/*
9231         tons of changes. Register allocation has been
9232         rewritten. Added customization for the various PICs. Flow
9233         analysis is restructured. ...
9234
9235         * src/pic/device.h:
9236         Added
9237
9238         * src/pic/device.c:
9239         Added. device.c is a PIC port hack to accomodate variations
9240         in PIC devices.
9241
9242 2002-03-13  Michael Hope  <michaelh AT vroom>
9243
9244         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9245
9246 2002-03-04  johanknol  <johanknol AT manik>
9247
9248         * /src/SDCCval.c: fixed
9249
9250         const unsigned char arr[][2] = { { 0, 1 } };
9251         t18.c:1: error: Initializer element is not constant
9252
9253 2002-03-04  bela  <bela AT manik>
9254
9255         * /device/include/mcs51reg.h:
9256         ds89c420 register definition update
9257
9258 2002-03-03    <johan AT FRIJA>
9259
9260         * support/Util/SDCCerr.c: did something, but don't no why anymore
9261
9262         * support/regression/tests/bug-524691.c: made it a little less shy
9263
9264         * src/SDCCast.c (decorateType): fixed bug #524697
9265
9266         * src/SDCCast.c: made some lineno improvements
9267
9268         * src/SDCCval.c (getNelements): changed warning to error
9269
9270         * src/SDCCglue.c (printIvalArray): changed warning to error
9271
9272         * src/SDCCicode.c: fixed a warning for mingw
9273
9274         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9275
9276         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9277
9278 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9279
9280         * src/ds390/peeph.def:
9281         Added some more peephole rules
9282
9283         * src/ds390/gen.c: Various fixes & enhancements
9284
9285         * src/SDCClrange.c, src/SDCClrange.h:
9286         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9287
9288         * src/ds390/ralloc.c:
9289         various fixes & enhancements (ds390) specific
9290
9291         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9292         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9293         from rallocs.
9294
9295         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9296
9297 2002-03-02    <johan AT FRIJA>
9298
9299         * src/SDCCast.c (decorateType): fixed bug #524708
9300
9301         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9302
9303         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9304
9305 2002-03-01  Michael Hope  <michaelh AT vroom>
9306
9307         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9308
9309         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9310
9311 2002-03-01    <johan AT FRIJA>
9312
9313         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9314
9315         * src/SDCCast.c (decorateType): fixed bug #524209
9316
9317         * src/SDCCval.c (valNot): fixed bug #524195
9318
9319 2002-02-26    <johan AT balder>
9320
9321         * src/xa51/gen.c: fixed a warning
9322
9323         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9324
9325         * src/SDCCast.c (decorateType): fixed bug #522534
9326
9327 2002-02-23    <johan AT balder>
9328
9329         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9330
9331 2002-02-22    <johan AT balder>
9332
9333         * src/SDCCast.c: fixed bug #514865
9334
9335         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9336
9337 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9338
9339         * sdcc/src/SDCCloop.c:
9340         Previous fix was not good. basic blocks that have "break" or "return" are
9341         not really partof a loop , but live ranges used in these blocks should
9342         be live thru the entire loop, so set partOfLoop but don't add them to
9343         loop region
9344
9345 2002-02-21    <johan AT FRIJA>
9346
9347         * src/SDCCcse.c: fixed bug #514308
9348
9349 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9350
9351         * src/SDCCloop.c:
9352         Fixed BUG #519583. If a conditional block ended in a return/break
9353         statement inside a loop, it was not being considered part of the loop.
9354
9355         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9356
9357 2002-02-10  Karl Bongers <karl AT turbobit.com>
9358
9359         * debugger/*:
9360         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9361         with lots of comments and notes.
9362
9363         * device/examples/test2.c:
9364         Fix bug, "red" variable not being initialized(compiler complained).
9365
9366         * device/examples/Makefile, examples/test3.c:
9367         Add Makefile in device/examples folder, compiles test3.c
9368         for use as a multiple module SDCDB test case.
9369
9370         * sim/ucsim/cmd.src/cmdset.cc:
9371         Took out debug printfs in ucsim "next" command.
9372
9373         * sim/ucsim/xa.src:
9374         Karl and Johan start ucsim XA support.  Most dissassembly working,
9375         about 75% emulation done(plenty of work remaining).
9376
9377         * sim/ucsim/z80.src:
9378         Add Z80 support to ucsim, add test-ucz80 regression test,
9379         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9380         Notice z80 compiler fails on examples/test3.c/crc code.
9381
9382 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9383
9384         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9385         Added support for --parms-in-bank1
9386
9387         * src/ds390/peeph.def:
9388         added a few more peephole optimzations
9389
9390         * src/ds390/main.c:
9391         1) added __builtin_inp & __builtin_outp used to read in data of given length
9392            from a memory mapped port
9393         2) added __builtin_memcmp
9394         3) added __builtin_swapw swap bytes of a short
9395
9396         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9397         1) handle multiple send & receives from register bank1
9398         2) ralloc can now allocate DPTR1 to some liveRanges
9399
9400         * src/SDCCsymt.c, src/SDCCsymt.h:
9401         changes to handle multiple sends & receives
9402
9403         * src/SDCCptropt.h:
9404         added some pointer arithmetic optimization
9405
9406         * src/SDCCptropt.c:
9407         added some pointer arithmetic optimizations but not stable yet so not
9408         called from anywhere (will get this working shortly)
9409
9410         * src/SDCCopt.c: fixed for multiple sends & receives
9411
9412         * src/SDCCmain.c:
9413         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9414         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9415            set preprocessor defines (depending on options)
9416
9417         * src/SDCCicode.c, src/SDCCicode.h:
9418         changes made to handle multiple sends & receives
9419
9420         * src/SDCCglobl.h:
9421         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9422
9423         * src/SDCCcse.c, src/SDCCcse.h:
9424         added function findbackward def (to be used in upcoming optimization)
9425
9426         * src/SDCCcflow.c, src/SDCCcflow.h:
9427         added function returnAtEnd - to determine if a basic block terminates with
9428         a RETURN iCode
9429
9430         * src/SDCCast.c, src/SDCCast.h:
9431         added option parms-in-bank1
9432
9433         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9434         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9435         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9436         adjusted for --parms-in-bank1 option
9437
9438         * device/include/string.h:
9439         donot redefine "reentrant" keyword
9440
9441         * device/include/ds80c390.h: Added some more SFRs
9442
9443 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9444
9445         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9446
9447 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9448
9449         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9450
9451 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9452
9453         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9454
9455 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9456
9457         * Added --xram-movc option
9458
9459 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9460
9461         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9462
9463 2002-01-11  Johan Knol
9464
9465         * Added math lib of Jesus Calvino-Fraga
9466
9467 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9468
9469         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9470         * support/regression/Makefile: new target test-mcs51-stack-auto
9471         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9472
9473 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9474
9475         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9476
9477 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9478
9479         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9480
9481 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9482
9483         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9484
9485         * src/SDCCglue.h: add definition for printIvalChar()
9486
9487 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9488
9489         * src/SDCCast.c: fix #498138 by Johan
9490
9491         * src/SDCCglue.c: fix #498138 by Johan
9492
9493 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9494
9495         * support/regression/Makefile: fix clean
9496
9497         * support/regression/ports/ds390/support.c: fix transmission of last character
9498
9499 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9500
9501         * /sdcc/src/ds390/gen.c:
9502         a) improved computing address of stack variable
9503         b) took out some #if 0 code
9504         c) improved parmBytes adjustment
9505         d) improved genPlusIncr & genMinusIncr
9506         e) genCmp could generate bad code (when left assigned to DPTR)
9507         f) Fixed bug in hasInc
9508
9509         * /sdcc/src/ds390/ralloc.c:
9510         a) packRegsForSupport could mess up live information (Fixed)
9511         b) packRegsDPTRuse could be incorrect for left & right shift
9512
9513         * /sdcc/src/mcs51/ralloc.c:
9514         packRegsForSupport could mess up the live information (Fixed)
9515
9516         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9517
9518         * /sdcc/src/SDCCast.c:
9519         can reverse a loop even if function call is present as long
9520         as the loop control variable is local & is not passed as parameter
9521
9522 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9523
9524         * /sdcc/ChangeLog: *** empty log message ***
9525
9526         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9527         More builtin function additions for TININative
9528
9529         * /sdcc/src/ds390/ralloc.c:
9530         Had broken the regression testsuite
9531
9532         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9533
9534         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9535         Added funcattr hasStackParms will be set for reentrant functions when there
9536         are paramteres on the stack, this helps in minimizing frame pointer generation
9537         typeFromStr can handle function pointers now
9538
9539         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9540         *** empty log message ***
9541
9542 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9543
9544         * /src/ds390/gen.c, /src/ds390/main.c:
9545         More builtin function additions for TININative
9546
9547         * /src/ds390/ralloc.c:
9548         Had broken the regression testsuite
9549
9550         * /src/SDCCast.c: Fixed a bug in dumptree
9551
9552         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9553         Added funcattr hasStackParms will be set for reentrant functions when there
9554         are paramteres on the stack, this helps in minimizing frame pointer generation
9555         typeFromStr can handle function pointers now
9556
9557         * /doc/builtins.txt, /doc/TININative.txt:
9558         *** empty log message ***
9559
9560
9561 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9562
9563         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9564         ALPHA version for -mTININative
9565
9566         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9567         updated to reflect changes in the port structure
9568
9569         * /src/port.h:
9570         added function do_assemble (similar to do_link) if non-null this function
9571         will be called to do assembly (-mTININative) requires a multi command
9572         assembly
9573         added function genAssemblerEnd will be called to generate assembler Epilogue
9574
9575         * /src/SDCCsymt.c:
9576         added _JavaNative to debug info printing
9577
9578         * /src/SDCCmain.c: added option --tini-libid
9579         added port->do_assemble function (-mTININative) has a multi command assemble
9580
9581         * /src/SDCCglue.c: Disabled "constExpr" check
9582         added port->genAssemblerEnd function
9583
9584         * /src/SDCCglobl.h: Added option --tini-libid value
9585
9586         * /src/SDCCast.h:
9587         tookout optimizeCompare from the header (has no external references)
9588
9589         * /src/SDCCast.c: made one more function "static"
9590
9591 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9592
9593         * src/z80/mappings.i: Added z80asm support.
9594
9595         * src/z80/main.c: Added z80asm support on --asm=z80asm
9596
9597         * src/z80/gen.c: Fixed asm portability issues.
9598
9599         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9600
9601         * src/SDCCglue.c (printExterns): Added global/extern split.
9602
9603 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9604
9605         * support/regression/Makefile: added test for mcs51 model large
9606
9607         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9608
9609         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9610
9611 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9612
9613         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9614
9615 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9616
9617         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9618
9619         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9620
9621 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9622
9623         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9624
9625         * support/regression/tests/simplefloat.c: Port to mcs51.
9626
9627 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9628         * support/regression/tests/bug-485362.c: Added.
9629
9630         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9631
9632         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9633
9634         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9635
9636         * src/z80/gen.c (aopDump): Added a dump function.
9637
9638 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9639         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9640
9641         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9642
9643         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9644
9645         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9646
9647         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9648
9649         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9650
9651         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9652
9653         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9654
9655         * support/regression/ports/ds390/support.c: Use tinibios.
9656
9657         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9658
9659 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9660
9661         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9662         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9663
9664         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9665
9666         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9667
9668 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9669
9670         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9671
9672         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9673         (packRegsForIYUse): Created and optimised.
9674
9675 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9676
9677         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9678 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9679
9680         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9681
9682         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9683
9684         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9685
9686 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9687
9688         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9689
9690         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9691
9692 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9693
9694         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9695
9696         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9697
9698         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9699
9700 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9701
9702         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9703         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9704         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9705
9706         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9707
9708         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9709         (genNotFloat): Added.
9710         (genUminusFloat): Added.
9711
9712         * device/lib/z80/Makefile: Added floating pt stubs.
9713
9714         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9715
9716         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9717
9718         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9719
9720 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9721
9722         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9723
9724         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9725
9726         * sdcc/support/regression/Makefile: Add port ds390.
9727
9728         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9729
9730         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9731
9732         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9733
9734         * sdcc/support/regression/ports/ds390/support.c: Added.
9735
9736         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9737
9738         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9739
9740         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9741
9742 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9743
9744         * device/include/malloc.h: Added z80 and gbz80 support.
9745
9746         * device/lib/gbz80/heap.s: Added.
9747
9748         * device/lib/z80/heap.s: Added.
9749
9750         * device/lib/malloc.c: Added z80 and gbz80 support.
9751
9752         * support/regression/tests/malloc.c (testMalloc): Added.
9753
9754         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9755
9756         * support/regression/tests/bug-478094.c: Added.
9757
9758         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9759
9760 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9761
9762         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9763
9764         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9765
9766         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9767
9768         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9769
9770         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9771
9772 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9773
9774         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9775
9776 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9777
9778         * support/regression/tests/bug-477927.c: Added.
9779
9780         * src/z80/peeph.def: Added minor rules.
9781
9782         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9783
9784         * src/z80/peeph.def: Added jump optimisation modification.
9785
9786 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9787
9788         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9789
9790 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9791
9792         * support/regression/tests/funptrs.c: Added.
9793
9794 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9795
9796         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9797
9798 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9799
9800         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9801
9802         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9803
9804         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9805         (movLeft2ResultLong): Created.
9806
9807         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9808         (joinPushes): Added.  Joins two char pushes into a word push.
9809
9810 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9811
9812         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9813
9814         * support/makebin/Makefile (install): Added creation of dest dir.
9815
9816 2001-10-24 Karl Bongers <karl AT turbobit.com>
9817
9818         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9819
9820 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9821
9822         * src/z80/ralloc.c: Turned off faulty pack for one use.
9823
9824         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9825
9826         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9827
9828 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9829
9830         * support/regression/Makefile: Improved clean
9831
9832         * support/regression/ports/gbz80/spec.mk: Added clean
9833
9834         * support/regression/ports/host/spec.mk: Added clean
9835
9836         * support/regression/ports/z80/spec.mk: Added clean
9837
9838         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9839
9840         * support/regression/ports/mcs51/timeout.c: little improvements
9841
9842 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9843
9844         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9845
9846         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9847
9848         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9849
9850 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9851
9852         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9853
9854         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9855
9856 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9857         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9858
9859         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9860
9861         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9862
9863         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9864
9865         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9866
9867         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9868
9869         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9870
9871         * support/regression/tests/longor.c: Added.
9872
9873 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9874
9875         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9876
9877         * as/mcs51/aslink.h: define PATH_MAX
9878
9879         * as/mcs51/asm.h: define PATH_MAX
9880
9881         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9882
9883         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9884
9885         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9886
9887         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9888
9889         * src/SDCCglobl.h: define PATH_MAX
9890
9891         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9892
9893         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9894
9895 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9896
9897         * src/z80/gen.c (gencjneshort): Fixed
9898
9899         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9900
9901 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9902
9903         * support/regression/tests/bug-469671.c: Added.
9904
9905         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9906
9907 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9908
9909         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9910
9911         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9912
9913 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9914
9915         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9916
9917         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9918
9919         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9920
9921         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9922
9923         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9924
9925         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9926
9927         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9928
9929 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9930
9931         * 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.
9932
9933         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9934
9935         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9936
9937 2001-10-07    <johan AT FRIJA>
9938
9939         * device/lib/gets.c (gets): fixed the return value.
9940
9941 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9942         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9943
9944         * 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.
9945
9946         * 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.
9947
9948         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9949
9950         * src/pic/gen.c: Removed Safe_strdup.
9951
9952         * configure.in: Added option to enable libgc support.
9953
9954         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9955         (bitVectUnion): Optimised.
9956         (bitVectIntersect): Optimised.
9957         (bitVectBitsInCommon): Optimised.
9958         (bitVectCplAnd): Optimised.
9959
9960         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9961
9962 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9963
9964         * src/SDCCmain.c: distinguish between assembler debug and plain options
9965
9966         * src/avr/main.c:   remove standard assembler options
9967
9968         * src/ds390/main.c: remove standard assembler options
9969
9970         * src/mcs51/main.c: remove standard assembler options
9971
9972         * src/port.h: removed "PENDING" comment
9973
9974 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9975
9976         * src/device/lib/_mulint.c  : new, with assember functions
9977
9978         * src/device/lib/_mullong.c : new, with assember functions
9979
9980         * src/device/lib/_divuint.c : with assember functions
9981
9982         * src/device/lib/_divsint.c : with assember functions
9983
9984         * src/device/lib/_divulong.c: with assember functions
9985
9986         * src/device/lib/_divslong.c: with assember functions
9987
9988         * src/device/lib/_moduint.c : with assember functions
9989
9990         * src/device/lib/_modsint.c : with assember functions
9991
9992         * src/device/lib/_modulong.c: with assember functions
9993
9994         * src/device/lib/_modslong.c: with assember functions
9995
9996         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9997
9998         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9999
10000         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10001                                       replaced _mululong.c and _mulslong.c by _mullong.c
10002
10003 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10004
10005         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10006
10007 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10008
10009         * src/SDCCglue.c: test, if win32api is available for MINGW
10010
10011 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10014         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10015         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10016         * support/regression/ports/host/spec.mk: removed GENERIC
10017         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10018         * support/regression/ports/z80/spec.mk: removed GENERIC
10019
10020 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10021
10022         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10023
10024         * support/regression/tests/bug-467035.c: Created.
10025
10026 2001-10-01    <johan AT FRIJA>
10027
10028         * src/SDCC.y: fixed bug #466586 part 1
10029
10030 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10031
10032         * SDCCicode.c: z80 has no generic pointers
10033         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10034
10035 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10036
10037         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10038
10039 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10040
10041         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10042
10043         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10044
10045 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10046
10047         * configure.in: Fixed up so that ucsim is only configured once.
10048
10049         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10050
10051         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10052         (getPathDifference): As above.
10053
10054         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10055
10056         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10057
10058 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10059         * .version: Updated to 2.3.1
10060
10061         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10062         Added copyright header.
10063
10064         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10065         (assemble): Added support for macro based assembler commands.
10066         (linkEdit): Added support for macro based linker commands.
10067         (preProcess): Changed the pre-processor to use macros.
10068         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10069         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10070
10071         * device/lib/z80/crt0.s: Added module name for debugging.
10072
10073 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10074
10075         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10076
10077         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10078
10079         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10080
10081         * src/Makefile.in: Added SDCCmacro and SDCCutil
10082
10083 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10084
10085         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10086
10087 2001-09-16    <johan AT FRIJA>
10088
10089         * 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.
10090
10091 2001-09-15    <johan AT FRIJA>
10092
10093         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10094         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10095
10096 2001-09-11    <johan AT FRIJA>
10097
10098         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10099
10100 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10101
10102         * support/regression/tests/bug-460444.c: Added test case.
10103
10104         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10105         (genCast): Added justification for all of the asserts.
10106
10107 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10108
10109         * support/regression/support.c: _xdata replaced by xdata
10110
10111         * support/regression/spec.mk: removed _generic
10112
10113 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10114
10115         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10116
10117         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10118         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10119
10120         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10121
10122         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10123
10124         * support/regression/tests/bug-460010.c: Added test case.
10125
10126         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10127
10128 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10129
10130         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10131
10132         * support/regression/testfwk.c: removed workaround for bug #436344
10133
10134         * support/regression/tests/bp.c: use less memory with mcs51
10135
10136         * support/regression/tests/bug-441448.c: use less memory
10137
10138         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10139
10140         * support/regression/collate-results.py: typo
10141
10142 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10143
10144         * support/regression/tests/fetchoverlap.c: Added new test case.
10145
10146         * support/regression/tests/bp.c: Added new test case.
10147
10148         * support/regression/tests/bug-448984.c: Added new test case.
10149
10150         * support/regression/tests/pow2shifts.c: Added new test case.
10151
10152         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10153         (genlshTwo): Fixed right shift for count > 8.
10154
10155         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10156
10157 2001-09-08    <johan AT FRIJA>
10158
10159         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10160
10161 2001-09-07    <johan AT FRIJA>
10162
10163         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10164
10165         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10166
10167 2001-09-06    <johan AT FRIJA>
10168
10169         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10170         * bernhard noted me at this: "() equals to (void)" (1.38)
10171
10172 2001-09-05    <johan AT FRIJA>
10173
10174         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10175
10176 2001-09-04    <johan AT FRIJA>
10177
10178         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10179
10180
10181 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10182
10183         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10184
10185 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10186
10187         * link/z80/aslink.h: Fixed path for PATH_MAX
10188
10189 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10190
10191         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10192
10193         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10194
10195         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10196
10197         * 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.
10198
10199 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10200
10201         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10202         (genCmp): Fixed up genCmp for the GB with longs.
10203
10204         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10205
10206         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10207
10208         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10209
10210         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10211
10212 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10213
10214         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10215
10216 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10217
10218         * 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.
10219
10220         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10221
10222 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10223
10224         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10225
10226         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10227
10228 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10229
10230   * sim/ucsim/configure:    little improvement of Cygwin-detection
10231   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10232   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10233   * support/regression/tests/bug-221100.c: small changes for mcs51
10234   * support/regression/tests/bug-221168.c: small changes for mcs51
10235   * support/regression/tests/bug-227710.c: small changes for mcs51
10236   * support/regression/tests/staticinit.c: small changes for mcs51
10237   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10238   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10239   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10240
10241 $Revision$