Corrected typo in prototype of __fsgt
[fw/sdcc] / ChangeLog
1 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2
3         * device/include/float.h: Corrected typo in prototype of __fsgt
4
5 2005-11-25 Borut Razem <borut.razem AT siol.net>
6
7         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
8           added creation of model-mcs51-stack-auto libraries
9
10 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
11
12         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
13         and fields-list too
14         * src/SDCCast.c (createIvalArray): removed obsolete comment
15
16 2005-11-24 Borut Razem <borut.razem AT siol.net>
17
18         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
19           added missing device/lib/mcs51/crt*.asm sources
20
21 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
22
23         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
24
25 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
26
27         * device/lib/_fs2schar.c,
28         * device/lib/_fs2sint.c,
29         * device/lib/_fs2slong.c: optimized inline asm
30
31 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
32
33         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
34           Better handling of floats between -1.0 and 0.0.
35
36 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
37
38         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
39           (the missing "if"s prohibited removal of redundant labels)
40
41 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
42
43         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
44           Properly convert floats between -1.0 and 0.0 to long, int, and char
45           types (max integer value of negative floats tends to zero).
46         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
47           Removed changes made so to work properly with floats between
48           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
49           and _fs2char.c
50
51 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
52
53         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
54         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
55         (genCast) cosmetic change
56         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
57         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
58         from mcs51
59         * support/regression/tests/bitfields (testSignedBitfields): added
60
61 2005-11-18 Borut Razem <borut.razem AT siol.net>
62
63         * sdcc/device/lib/Makefile.in: remove all unnecessary files
64         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
65           introduced SILENT option to make building of pic16 libraries less
66
67 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
68
69         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
70           Now they work properly with floats between -1.0 and 0.0
71         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
72
73 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
74
75         * src/SDCCicode.c (printOperand): added missing else
76
77 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
78
79         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
80         reformatted for better readability
81         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
82         signed bitfields
83
84 2005-11-17 Borut Razem <borut.razem AT siol.net>
85
86         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
87           introduced SILENT option to make building of pic16 libraries less
88           verbose - used for nightly snapshot build
89         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
90           available on Win32 platforms.
91         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
92           medium, large, pic and pic16
93
94 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
95
96         * device/lib/printf_large.c: Temporary patch for bug 1358192:
97           printf("%f"...) sets fraction to zero.
98
99 2005-11-16 Raphael Neider <rneider AT web.de>
100
101         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
102           fixes #1357221
103         * src/pic/gen.c (genIfx): implemented for CARRY bit
104         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
105           to generic pointers, fixes #1357332,
106           (pic16_movLit2f): NEW,
107           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
108
109 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
112
113 2005-11-11 Raphael Neider <rneider AT web.de>
114
115         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
116         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
117           compute pointer's type from operand,
118           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
119           improved single bit reads, fixes bug #1353379
120
121 2005-11-09 Borut Razem <borut.razem AT siol.net>
122
123         * support/scripts/sdcc.nsi: added lib/pic to the package
124
125 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
126
127         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
128
129 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
130
131         * support/regression/tests/bug1348008.c: added
132         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
133         * support/regression/tests/bug1337835.c: updated comment
134
135 2005-11-06 Borut Razem <borut.razem AT siol.net>
136
137         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
138           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
139           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
140           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
141           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
142           dynamic construction of cl_error_class and derivates - 2.nd try
143
144 2005-11-05 Borut Razem <borut.razem AT siol.net>
145
146         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
147           bug, which caused Bus Errors on sparc solaris
148
149 2005-11-04 Borut Razem <borut.razem AT siol.net>
150
151         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
152           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
153           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
154           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
155           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
156           and derivates to resolve the initialization problem on OSX
157
158 2005-11-02 Borut Razem <borut.razem AT siol.net>
159
160         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
161           corrected typo - #include <winsock2.h>
162
163 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
164
165         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
166           (_asxxxx_mapping): added org directive for future enhancements
167
168 2005-11-01 Borut Razem <borut.razem AT siol.net>
169
170         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
171           enabled sockets on WIN32
172         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
173
174 2005-10-31 Borut Razem <borut.razem AT siol.net>
175
176         * support/regression/generate-cases.py: escape backslashes in {testcase}:
177           WIN32 backslash path delimiters should be escaped when used in C strings
178         * support/regression/tests/bitfields.c: exclude failing assertions for
179           __CYGWIN32__ and __MINGW32__ hosts
180
181 2005-10-30 Borut Razem <borut.razem AT siol.net>
182
183         * src/SDCCutil.c: corrected double comparison typo
184
185 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
186
187         * device/lib/medium/Makefile: added for new memory model medium
188         * device/include/asm/mcs51/features.h: updated for medium/pdata
189         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
190           added Multiply & Accumulate sbit's and MAC0_PAGE define
191         * device/include/mcs51/c8051f300.h: added sfr16 definitions
192         * device/include/mcs51/c8051f310.h: added sfr16 definitions
193         * device/lib/_mullong.c: update for medium model
194         * device/lib/incl.mk: added medium model
195         * doc/sdccman.lyx: documented medium model
196         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
197         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
198         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
199         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
200           (allocParms): set SCLS and OCLS to pdata for medium model
201         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
202           for pdata,
203           (powof2): return <0 if not power of 2
204         * src/avr/gen.c (genBitWise): use updated powof2
205         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
206           (shiftR2Left2Result): small optimization in setup, save acc when storing,
207           (shiftLLeftOrResult): use B if necessary
208         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
209         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
210         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
211         * support/regression/Makefile.in: added test-mcs51-medium
212         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
213
214 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
215
216         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
217         specifier unsigned
218         * device/lib/time.c (mktime): fixed bug 1334315
219
220 2005-10-28 Raphael Neider <rneider AT web.de>
221
222         * device/include/pic/p16f_common.inc: added common declarations
223         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
224
225 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
228           (aopPutUsesAcc): added to predict accumulator use,
229           (assignResultValue): save acc if necessary,
230           (genMinusDec): store result if indirectly addressed,
231           (genDivOneByte):  save acc if necessary,
232           (movLeft2Result): bugfix if left already in acc,
233           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
234             attention to accumulator use (esp. pdata),
235           (genReceive): receive pdata correctly
236         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
237         * src/SDCCicode.h: added isOperandInPagedSpace prototype
238
239 2005-10-27 Raphael Neider <rneider AT web.de>
240
241         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
242
243 2005-10-27 Raphael Neider <rneider AT web.de>
244
245         * .version: changed version to 2.5.4
246         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
247         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
248           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
249             arithmetics support routines
250         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
251         * device/lib/Makefile.in: also create installdir for pic
252
253         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
254           pic14 port as well
255         * src/pic/device.c (dump_sfr): rewritten to delegate register
256           placement to the linker (use `extern sym' rather than sym EQU addr),
257           (validAddress): fixed to check last specified address
258         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
259           (popGetLit): truncate literal value to 8 bit,
260           (popGet): moved assert to more appropriate place
261           (popGetExternal): create pCode operand from and mark the according
262             symbol as being `extern'
263           (popGetAddr): added sanity check on immediate's offset, provide
264             GPOINTER tag on demand
265           (aopPut): fixed for immediates,
266           (mov2w_op): move operand's address or contents to WREG (depending on
267             operand type), safer variant of mov2w,
268           (movwf,call_libraryfunc): NEW, handy abbreviations,
269           (get_argument_pcop,get_return_val_pcop,pass_argument,
270           get_returnvalue): interface for accessing function parameters and
271             return values,
272           (assignResultValuei,genRet): use new parameter/return value interface
273           (pic14_getDataSize): back to old version handling generic pointers,
274           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
275             provided implementation and/or fixed old one,
276           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
277             calls, removed legacy 8051 reference code
278           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
279           (loadSignToC): NEW, move the operands sign bit to CARRY,
280           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
281             genRightShiftSigned, accepts negative shift counts,
282           (setup_fsr): load FSR and adjust IRP (indirect memory access),
283           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
284             generic pointers, __data pointers and __code pointers,
285           (genUnpackBits,genPackBits): rewritten to work with generic pointers
286             and signed bitfields, limit bitfields to 8 bit,
287           (genDataPointerGet): fixed number of bytes read,
288           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
289           (genPointerGet,genPointerSet): fixed handling of __code pointers,
290             pointers to constant data are no longer assumed to point to __code
291             space, removed invalid pointer types,
292           (bitpatternFromVal): retrieve the PICs representation of an integer
293             or float literal,
294           (genDataPointerSet): fixed assigning to po_immediate operands,
295           (genGenPointerSet): implemented as library call,
296           (genIfx): fixed incorrect condition,
297           (genAddrOf): limit generic pointers' addresses to 2 bytes,
298             provide GPOINTER tag according to destination's storage class,
299           (genCast): added code to handle casting to generic pointers, added
300             sign-/zero extension of the result
301           (aop_isLitLike,op_isLitLike): fixed handling of immediates
302         * src/pic/gen.h: added macros to access IRP bit in STATUS register
303         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
304           extend the result
305         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
306           address/register resides in the shared banks
307           (emitSymbolToFile): improved to handle global and `pinned' symbols,
308             put all variables into separate sections (have the linker arrange
309             them)
310           (picglue): put init code and interrupt handlers in separate sections
311         * src/pic/main.c: added port specific options table, modified to PORT
312           structure to make GPOINTERs 3 byte, added pic14_options
313           (_pic14_do_link): private linking routine (update paths to libraries,
314             add libsdcc.lib by default)
315         * src/pic/main.h: declare pic14_options
316         * src/pic/pcode.c: fixed instructions i/o relations,
317           (RegCond): reverted to correct version,
318           (newpCodeOpLit): truncate literals to 8 bit,
319           (genericPrint): added debug output,
320           (getRegFromInstruction): fixed for various operand types, simplified
321           (BuildFlow): fixed broken handling of isntructions with labels
322           (LinkFlow): start at last instruction in flow (skip trailing comments),
323             pass the flow on to the next instruction after CALL
324           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
325           (insertPCodeInstruction): fixed inserting after a skip instruction,
326           (DoBankSelect): fixed for labeled instructions
327           (OptimizepBlock): honor --nopeep switch
328           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
329         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
330         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
331           (pCodeOptime2pCodes): allow disabling this optimization via
332             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
333             but is still buggy), started implementation of a dataflow based
334             pCode optimization (CSE + dead code elimination)
335           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
336         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
337           names are independant of the stack location and therefore portable across
338           devices
339
340 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
341
342         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
343           (selectSpil): fixed bug 1337835 by not spilling bit variables
344         * support/regression/tests/bug1337835.c: added test for this bug
345         * src/mcs51/peeph.def: restart after rule 3.c,
346           addded rules 263.x to optimize loading constants
347
348 2005-10-26 Raphael Neider <rneider AT web.de>
349
350         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
351         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
352           (genAssign): emit warning when casting literals to generic pointer
353             type, also applies when taking the address of a fixed variable,
354           (genCast): improved casting to generic pointers
355         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
356           extern variables, added verbose error message
357         * device/include/pic16/{string.h,errno.h}: added #pragma library c
358
359 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
360
361         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
362         carry must be complemented too
363         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
364         could be emitted by genMinus
365         * src/SDCCval.c (constVal): fixed bug 1305065
366
367 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
368
369         * src/SDCCast.c (addCast): added promotion for bit variables
370         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
371         promotion casts + optimisation
372         (optimizeGetWord): fix warning 'i' might be used uninitialized
373         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
374         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
375
376 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
377
378         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
379         all chars are promoted to int; promotion should be handled in SDCCast.c
380
381 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
382
383         * device/lib/_strcmp.c: Fixed bug 1326457
384
385 2005-10-11 Raphael Neider <rneider AT web.de>
386
387         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
388         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
389
390 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
391
392         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
393         * support/regression/tests/sfr16.c: added test for the sfr32 bug
394
395 2005-10-04 Raphael Neider <rneider AT web.de>
396
397         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
398           device/lib/pic16/pics.all: added pic18f1320
399         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
400
401 2005-09-30 Raphael Neider <rneider AT web.de>
402
403         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
404         * src/pic16/devices.inc: NEW, provides device descriptions
405         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
406
407 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
408
409         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
410           GETHBIT
411
412 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
413
414         * doc/sdccman.lyx: updated Highest Order Bit documentation,
415           documented Any Order Bit, Higher Order Byte and Higher Order Word
416         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
417         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
418           (optimizeGetAbit): new, to get any bit, not only the high bit,
419           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
420           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
421           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
422           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
423             RIGHT_OP: also try GETBYTE, GETWORD optimization,
424             GETABIT, GETBYTE, GETWORD: decorate them,
425           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
426           (ast_print): added GETABIT, GETBYTE, GETWORD
427         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
428         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
429           (geniCodeBinary): new generic binary icode,
430           (ast2iCode): added GETABIT, GETBYTE, GETWORD
431         * src/port.h: updated comment for PORT.hasExtBitOp
432         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
433           (genGetByte): new, to get a single byte,
434           (genGetWord): new, to get a word from a long,
435           (gen51Code): added GETABIT, GETBYTE, GETWORD
436         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
437
438 2005-09-23 Raphael Neider <rneider AT web.de>
439
440         * configure.in, configure: have device/lib/pic configured
441         * device/lib/Makefile.in: added model-pic14
442         * device/lib/clean.mk: added pic/ to clean rule
443         * device/lib/pic: added rudimentary pic14 library providing support
444           functions for multiplication/division/generic pointer access
445         * src/SDCCopt.c (convilong): mark support functions as extern
446           for pic14 port as well
447         * src/pic/gen.c (genMult): added assertions,
448           (genpic14Code): emit warning on unhandled iCodes
449         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
450         * src/pic/pcode.c (pCodeOpCopy),
451         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
452           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
453           SFR_REGISTER}), made safe for future extensions
454         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
455           instructions even if preceeded by SKIP instructions (also remove
456           them); removed unused code
457         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
458           prevents leaving parts of the structure uninitialized after copying
459
460 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
461
462         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
463           ago by me
464         * support/regression/tests/addsub.c: added test for the bug
465
466 2005-09-21 Raphael Neider <rneider AT web.de>
467
468         * device/include/pic16/pic18f1220.h,
469           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
470         * device/lib/pic16/Makefile.rules: added missing opening paren
471         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
472           are provided in genutils.c,
473           (genUminusFloat,genUminus,genCmpEq): added asserts on different
474           operand/result sizes,
475           (genCmp): assert on NULL pointers first, then check deref'ed values
476         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
477           result size
478
479 2005-09-18 Raphael Neider <rneider AT web.de>
480
481         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
482           as these are now unused,
483           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
484         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
485           local, avoids uninitialized pointer dereference on r->name
486         * src/pic16/ralloc.c (newReg): fixed indentation
487
488 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
489
490         * src/SDCCval.c (constVal): fixed bug 730366
491         * support/Util/SDCCerr.c,
492         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
493
494 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
495
496         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
497
498 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
499
500         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
501
502 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
503
504         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
505           (hex2dec): made hex_digit unsigned char, removed ascii dependance
506         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
507           (hex2dec): made hex_digit unsigned char, removed ascii dependance
508         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
509         * packihx/packihx.c (hexDigit): made c unsigned char
510         * as/mcs51/lklibr.c (fndsym),
511         * link/z80/lkgb.c (gb),
512         * link/z80/lklibr.c (fndsym),
513         * link/z80/lkrloc.c (relr),
514         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
515         * src/SDCC.lex (checkCurrFile, process_pragma),
516         * src/SDCCglue.c (spacesToUnderscores),
517         * src/SDCCmain.c (setParseWithComma, processFile),
518         * src/asm.c (tvsprintf, printCLine),
519         * src/avr/gen.c (emitcode, aopPut),
520         * src/ds390/gen.c (emitcode),
521         * src/hc08/gen.c (emitcode, emitinline),
522         * src/mcs51/gen.c (emitcode, genInline),
523         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
524           tokenizeLineNode),
525         * src/pic/ralloc.c (debugLog),
526         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
527           tokenizeLineNode),
528         * src/pic16/ralloc.c (debugLog),
529         * src/z80/main.c (_process_pragma):
530            made all ctype.h function calls safe
531         * src/SDCCopt.c: include math.h for fabs
532         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
533           and used them throughout the code to make ctype.h function calls safe
534         * src/ds390/main.c (asmLineNodeFromLineNode),
535         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
536         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
537            unsigned char*
538         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
539           (newpCodeAsmDir): made ctype.h function calls safe
540         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
541           pic16_emitcode):  made lbp unsigned char*
542         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
543           (pic16_newpCodeAsmDir): made ctype.h function calls safe
544         * src/xa51/gen.c (emitcode),
545         * src/z80/gen.c (_emit2): made lbp unsigned char*
546         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
547            char*
548
549 2005-09-05 Raphael Neider <rneider AT web.de>
550
551         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
552           access bank splitpoint
553
554 2005-09-05 Raphael Neider <rneider AT web.de>
555
556         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
557
558 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
559
560         * .version: changed to version 2.5.3
561         * doc/sdccman.lyx: changed version to 2.5.3,
562           documented --codeseg and --constseg and pragma codeseg and constseg,
563           documented bit parameters (reentrant) and bit returning
564         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
565            currFunc->recvSize, but is this ok for all ports?
566           (ast2iCode): result of ~ on unsigned char must be cast to int for
567            bool to work
568         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
569           function pointers in bit space
570         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
571           (processFuncArgs): call port.reg_parm() with reentrancy info
572         * src/port.h,
573         * src/avr/main.c,
574         * src/ds390/main.c,
575         * src/hc08/main.c,
576         * src/pic/main.c,
577         * src/pic16/main.c,
578         * src/xa51/main.c,
579         * src/z80/main.c: port.reg_parm prototype extended with
580           "bool reentrant" parameter
581         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
582           options.stackAuto for allocating bit register parameters
583         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
584           (genSend): set BitBankUsed if it is,
585           (selectRegBank): factored out of genCall for use in genPcall,
586           (genCall): removed redundant dtype assignmen, use selectRegBank,
587           (genPcall): handle returning in Carry properly, save in F0 if needed,
588           (genReceive): handle bit register parameters
589         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
590           (mcs51_assignRegisters): enable bit registers for all reentrant
591            functions and don't set BitBankUsed unconditionally
592         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
593         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
594         * support/regression/tests/funptrs.c: added tests for BOOL and for return
595
596 2005-08-27 Borut Razem <borut.razem AT siol.net>
597
598         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
599         ppc-osx (Darwin) does not support -u option. It seems that it is
600         supported only on Linux - GNU cp
601
602 2005-08-25 Borut Razem <borut.razem AT siol.net>
603
604         * sim/ucsim/gui.src/serio.src/Makefile.in,
605           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
606           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
607           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
608           install and strip, since the strip at /usr/ccs/bin should be used
609           on solaris
610
611 2005-08-24 Borut Razem <borut.razem AT siol.net>
612
613         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
614
615 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
616
617         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
618         ffffffffu
619
620 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * as/mcs51/aslink.h: completed lkrloc.c prototypes
623         * as/mcs51/lkmain.c (link_main): fixed warning
624         * device/include/stdbool.h: ds390 has no advanced bit support yet
625         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
626         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
627         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
628           and updated their macros
629         * src/SDCCval.c (constVal): updated comment for renamed b_long
630
631 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
632
633         * as/mcs51/asdata.c: changed ctype['['] to BINOP
634         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
635           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
636           (oprio): set priority for '['
637         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
638            and adb_24_bit
639         * as/mcs51/asm.h: added defines R_BIT and S_BIT
640         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
641         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
642         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
643           added overlayable BIT_BANK area
644         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
645           (summary2): explain 'T' in legenda
646         * as/mcs51/lkrloc.c: replaced old K&R style,
647           (relr): added R_BIT processing,
648           (errmsg): added "Bit-addressable relocation error",
649           (adb_bit): added for converting from byte- to bit-addressable space,
650           (adb_24_bit): added for converting from byte- to bit-addressable space
651         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
652            used in reentrant functions now even as return value
653         * device/lib/_gptrput.c (_gptrput): removed obsolete code
654         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
655           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
656         * src/SDCCglobl.h: added indicator BitBankUsed
657         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
658            the bit registers b0-b7
659         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
660           (geniCodeCast): fixed bug 1263853,
661           (geniCodeLogicAndOr): put result in bool or char,
662           (geniCodeReceive): added parameter func for accessing the return type,
663           (geniCodeFunctionBody): pass func to geniCodeReceive
664         * src/SDCCmain.c: added indicator BitBankUsed
665         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
666         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
667           (checkSClass): don't put automatic bool/bit on stack,
668           (checkFunction): removed check on function cannot return bit
669         * src/SDCCsymt.h: added newBoolLink prototype
670         * src/mcs51/gen.c (rb1regs): added bit registers,
671           (movc): created for assigning to carry,
672           (pushReg, popReg): created for pushing registers,
673           (sameRegs): check both AOP_REG and AOP_CRY types,
674           (aopOp): handle bit registers,
675           (aopPut): optimization no self-assign,
676           (saveRegisters): push reg->base (bits) only once for bit registers,
677            and use pushReg,
678           (unsaveRegisters): pop reg->base only once and use popReg,
679           (assignResultValue): added parameter func and return in carry for bits,
680           (genIpush): optimization no reload in A if not changed,
681           (genSend): bit parameters in reentrant functions are passed in bit
682            registers by first assigning to bits in B, then save registers and
683            copy B to bits,
684           (genCall): handle returning in Carry properly, save it in F0 if needed,
685           (genPcall): updated assignResultValue call, this is not safe yet for bit
686            returning function !!!
687           (genFunction): don't generate equ's for bit registers and use pushReg,
688           (genEndFunction): take care of bit returning functions and use popReg,
689           (genRet): return bit in Carry,
690           (genIfx): optimize bit registers and other directly addressable bits,
691           (genReceive): updated assignResultValue call
692         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
693           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
694            registers when using stack-auto
695         * src/mcs51/ralloc.c (_G): added allBitregs,
696           (regs8051): added the bit registers,
697           (createStackSpil): use macro IS_BIT,
698           (getRegBit): added to allocate a bit register, else spill,
699           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
700           (updateRegUsage): factored out to ease stepping while debugging,
701           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
702            also allocate bit registers,
703           (fillGaps): handle bit registers,
704           (findAllBitregs): added to create bit vector with all bit registers,
705           (mcs51_allBitregs): returns this bit vector,
706           (mcs51_assignRegisters): when using stack-auto use bit registers for
707            passing parameters and creating local variables
708         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
709
710 2005-08-22 Borut Razem <borut.razem AT siol.net>
711
712         * device/lib/Makefile.in: replaced find option -or with -o
713           to make it run on solaris
714
715 2005-08-22 Raphael Neider <rneider AT web.de>
716
717         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
718           fixes #1265442 (crash on Solaris)
719
720 2005-08-20 Borut Razem <borut.razem AT siol.net>
721
722         * configure, configure.in: added tests for libsocket and libnsl libraries,
723           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
724           from support/regression/Makefile.in
725         * support/regression/Makefile.in: added
726         * device/lib/pic16/Makefile.common.in: force make to use bash shell
727         * sim/ucsim/libtool: regenerated on sparc-solaris
728         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
729           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
730           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
731           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
732           sparc-solaris, which doesn't use GNU ld linker
733         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
734         * as/Makefile: find on sparc-solaris does not support -maxdepth option
735
736 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
737
738         * src/mcs51/peeph.def: updated comments
739
740 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
741
742         * device/lib/_gptrget.c,
743         * device/lib/_gptrput.c: slightly shorter
744         * doc/sdccman.lyx: incremented version
745         * src/mcs51/peeph.def: moved peephole comments to the line of first
746           change to better keep line correlation, reanimated 186.e
747         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
748
749 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
750
751         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
752           David Saxton with quotes around file name.
753
754 2005-08-15 Borut Razem <borut.razem AT siol.net>
755
756         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
757           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
758           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
759           make tests run on x86_64 platform
760
761 2005-08-13 Raphael Neider <rneider AT web.de>
762
763         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
764           as it might be executed DURING a build (parallel make is wonderful)
765
766 2005-08-13 Raphael Neider <rneider AT web.de>
767
768         * device/lib/Makefile.in (port-specific-objects-pic16):
769           revert to cp $(PORT)/bin/*.* $(PORTDIR)
770         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
771           dependency
772         * device/lib/pic16/Makefile.rules: build subdirs before creating
773           the library, removed builddir rule, create $(builddir) early in
774           recurse rule, use empty recurse rule for leaf directories
775         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
776           mkdir errors (race condition), removed duplicate suffix "hex"
777           from clean rules
778         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
779         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
780           prevents mkdir -p from aborting on Alpha
781
782 2005-08-12 Raphael Neider <rneider AT web.de>
783
784         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
785           db-statements in order to allow for arrays of pointers in code
786           sections to be placed without interspersed 0-padding, fixes
787           bug #1256215
788         * (emitStatistics): fixed division by zero for pic18f1220
789         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
790           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
791         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
792         * (pic16_pCodeConstString): keep track of already emitted string
793           literals to prevent "duplicate definitions of symbol _str_NR"
794         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
795           debug message
796         * device/lib/Makefile.in: ignore failing PIC16 library builds
797         * device/lib/pic16/Makefile: do not build if gputils are missing
798         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
799
800 2005-08-10 Raphael Neider <rneider AT web.de>
801
802         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
803           my last commit)
804
805 2005-08-10 Raphael Neider <rneider AT web.de>
806
807         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
808           Rokas' patch to add the new fixed point type "__fixed16x16"
809         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
810           functions for __fixed16x16 arithmetics
811         * device/lib/pic16: reimplemented the build system to support
812           a separate build directory, better handling of libio (create
813           the library in a separate subdir for each architecture) and
814           easier configuration (centralized in Makefile.common)
815
816 2005-08-07 Raphael Neider <rneider AT web.de>
817
818         * src/pic16/gen.c (genrshTwo): fixed sign extension
819         * src/pic16/device.c: added pic18f2320, 4220 and 4320
820         * device/include/pic16/pic18f2220.h: changed some bit definitions,
821           added T0CONbits
822         * device/include/pic16/pic18f4220.h: NEW, header for
823           pic18f4220 and pic18f4320
824         * device/include/pic16/pic18fregs.h: added new devices,
825           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
826         * device/include/pic16/signal.h: resolved name clashes
827           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
828           to also allow testing for interrupt enable bits, added
829           comments on how to use the macros
830         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
831         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
832           register definitions for the devices
833         * device/lib/pic16/pics.all: added new devices
834         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
835           allocated memory
836         * device/lib/pic16/libc/stdlib/memfree: do not count
837           the block header as free memory
838         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
839           simplified and added missing end-of-blocklist-marker
840           (reported by Peter Onion, fixes #1252814)
841         * (_mergeHeapBlock): fixed loop condition
842         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
843           len==0, restructured code
844         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
845           up a bit, reduced bitfield accesses, prevent endless loops
846           in case of heap corruption
847         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
848           "unreferenced arguments/must return a value" warnings
849         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
850           replaced BAUDREG with SPBRG
851         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
852           device/lib/pic16/debug/gstack/gstack.c: replaced
853           _naked, _asm, _endasm with __naked, __asm, __endasm
854
855 2005-08-05 Raphael Neider <rneider AT web.de>
856
857         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
858           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
859
860 2005-08-05 Borut Razem <borut.razem AT siol.net>
861
862         * device/lib/Makefile.in: added missing ';'
863         * configure: removed ^M characters
864
865 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
866
867         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
868           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
869           License
870
871 2005-08-04 Borut Razem <borut.razem AT siol.net>
872
873         * configure.in: pic16 libraries build 2nd try - enable running
874           configure in device/lib/pic16
875         * configure: regenerated from configure.in
876         * device/lib/Makefile.in: create $(PORT)/bin directory
877
878 2005-08-03 Raphael Neider <rneider AT web.de>
879
880         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
881           to get/set values via pointers
882         * (genUnpackBits,genPackBits): changed detection of
883           ptr->bitfield vs. sym.bitfield, fixed access via generic
884           pointers, removed dead (wrong) code for multibyte bitfields
885         * (genNearPointerGet, genGenPointerGet): removed useless code,
886           fixed bitfield detection, fixes #1250594
887         * (genNearPointerSet): removed useless code
888         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
889           and introduced macro pic16_emitpcode that conditionally emits
890           the origin of the following pCode (useful for debugging SDCC)
891         * src/pic16/pcode.c: changed (and disabled) some debug outputs
892         * (createDefmap): fixed handling of LFSR for --optimize-df
893
894 2005-08-02 Borut Razem <borut.razem AT siol.net>
895
896         * device/lib/Makefile.in: pic16 libraries build enabled since
897           gputils-0.13.2 are now localy installed at sourceforge's compile farm
898
899 2005-08-02 Raphael Neider <rneider AT web.de>
900
901         * src/pic16/gen.c (genPackBits): removed deprecated warning
902         * (genGenPointerSet): fixed bitfield detection
903
904 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
905
906         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
907
908 2005-07-31 Raphael Neider <rneider AT web.de>
909
910         * device/lib/pic16/libdev/pic18f458.c,
911           device/include/pic16/pic18f458.h: added missing T0CONbits
912
913 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
914
915         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
916
917 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
918
919         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
920
921 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
922
923         * device/include/mcs51/at89c51ed2.h: added.
924
925 2005-07-23 Raphael Neider <rneider AT web.de>
926
927         * src/pic/gen.h: added emitpcode macro for debugging
928         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
929           and replace by macro adding debug information on demand
930         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
931         * (gencjne): tried to fix; replaced with correct (slower) code
932         * (gen{Unp,P}ackBits): fixed single bit access
933         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
934         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
935           previous instruction
936         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
937           register has to be handled with care (forbidding movement
938           of assignments/uses, removing assignments completely, ...)
939         * (pCodeOptime2pCodes): make use of regIsSpecial
940         * added lots of debugging output (commented out)
941         * src/pic/rallloc.c (deassignLRs): prevent operand registers
942           from being reused as result UNLESS it is known to work
943
944 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
945
946         * support/Util/dbuf.h: include <stddef.h> for size_t
947         * .version: changed to version 2.5.2
948
949 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
950
951         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
952
953 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
954
955         * src/hc08/gen.c (genMinus): fixed bug #1241835,
956           (genModOneByte): removed needless psha/pula
957
958 2005-07-22 Raphael Neider <rneider AT web.de>
959
960         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
961           have PIC14 handled like PIC16, fixes broken pic14 linker calls
962         * src/pic/gen.c (resolveIfx): do not "invent" labels
963         * (genSkipc): changed to positive logic
964         * (genSkipCond): removed as no longer needed
965         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
966           backport from PIC16
967         * (genLeftShift): check operands are in different registers
968         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
969           INCF does not update CARRY...
970         * src/pic/main.c: fixed _linkCmd
971         * src/pic/pcode.c (unlinkpCode): added inactive code
972         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
973           alive (do not assign result and operand overlapping registers)
974
975 2005-07-22 Raphael Neider <rneider AT web.de>
976
977         * src/pic/device.c (dump_sfr): replaced register declaration with
978           call to emitSymbolToFile() to avoid duplicate symbols
979         * (assignRelocatableRegisters): do not declare external symbols
980         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
981           right (take size of type, not etype)
982         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
983         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
984         * (packRegsForAccUse): disabled assignment of WREG as
985           the result reg to prevent occurence of just fixed #1235003,
986           fixes #1242954
987         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
988           symbols (avoids duplicate symbols in .asm file)
989         * (pic14emitRegularMap): use emitSymbolToFile()
990         * src/pic/gen.c (aopOp): fixed spillLocation handling
991         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
992         * (genDataPointerSet): removed unneccessary variables/output
993
994 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
995
996         * as/mcs51/lkarea.c: enlarged codemap for banked memory
997         * device/lib/mcs51/crtbank.asm: added # to 0x0F
998
999 2005-07-21 Raphael Neider <rneider AT web.de>
1000
1001         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1002           architecture cannot handle them efficiently, fixes bug #1235003
1003         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1004           check for empty sets before using them (fixes bug #1232190)
1005
1006 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1007
1008         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1009           (lnksect2): generate warnings for memory overlap
1010         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1011           constseg to set the name of these segments so you can instruct the linker
1012           to place them in banks
1013         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1014         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1015           added code_seg and const_seg to options
1016         * src/SDCCglue.c (emitMaps): use options.const_seg,
1017           (createInterruptVect): put interrupt vectors in segment HOME,
1018           (glue): put HOME before static segment and put the main glue in HOME,
1019           (glue): use options.code_seg
1020         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1021         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1022           these segments so you can instruct the linker to place them in banks
1023           (linkEdit): use code_loc for HOME segment which should be the first
1024           segment in code memory now
1025         * src/SDCCmem.c: fixed more stuff like bug 1238386
1026         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1027           (changePointer): don't change function pointers to code pointers for
1028           banked functions,
1029           (compareType): added exceptional check for banked function pointers
1030         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1031         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1032           after static in code memory
1033         * src/mcs51/gen.c: added aopLiteralLong prototype,
1034           (aopForSym): use getSize for functions,
1035           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1036           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1037           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1038           the segment,
1039           (genPcall): use call for literal function pointers and generate banked
1040           calls over the one trampoline so there's only one place for the user to
1041           modify according to his/hers hardware,
1042           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1043           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1044         * src/mcs51/main.c: added keyword banked,
1045           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1046         * support/Util/SDCCerr.c,
1047         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1048           needed for passing the bank and address to the trampoline
1049         * device/lib/mcs51/crtbank.asm: added for bankswitching
1050         * device/lib/mcs51/Makefile: added crtbank
1051
1052 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1053
1054         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1055           for fields at offset 0 of a struct or union as reported
1056           on 2005-07-07 in the developer mailing list.
1057
1058 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1059
1060         * src/SDCCmem.c: fixed bug 1238386
1061
1062 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1063
1064         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1065           (patch #1144962), added peephole 300, enabled 259.x
1066         * doc/sdccman.lyx: removed screenshot and provided link instead
1067
1068 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1069
1070         * doc/sdccman.lyx: added section about debugging with ddd
1071         * doc/figures/ddd_example.eps: screenshot of debugging session
1072
1073 2005-07-04 Raphael Neider <rneider AT web.de>
1074
1075         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1076           like CODE pointers, fixes #1115683
1077         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1078           call, fixes bugs #1232211, #1228110,
1079           fixed wrong casts to pCodeFlow from pCodeInstructions
1080
1081 2005-07-04 Raphael Neider <rneider AT web.de>
1082
1083         * src/pic/gen.c (popGet): changed assert to allow for
1084           bit operands
1085         * (popGetAddr): changed signature to provide
1086           an additional index, patched all call sites
1087         * (genCmpEq): handle literal-like operands correctly
1088         * (genAddrOf): added sanity checks on __code/__data pointers
1089         * (genAssign): added handling of symbols from __code section
1090         * (gencjne): do not generate code for comparisons whose result
1091           is neither stored nor used, fixes bug #1171114
1092         * (AccLsh, AccRsh): operate on operand instead of WREG
1093         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1094           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1095           by known count
1096         * rewrote complete shift-by-literal logic, commented unused
1097           functions out
1098         * (genConstPointerGet): get multiple bytes (if result size > 1),
1099           fixed handling of non-immediate addresses
1100         * (genPointerGet): handle CODE pointers like CONST pointers
1101         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1102         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1103           operand is to be treated as a literal or not
1104         * (mov2w,genPcall,genCmpEq),
1105           src/pic/genarith.c: use aop_isLitLike() to decide between
1106           literal/register contents
1107         * (addSign): added missing offset
1108         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1109           only emit comment in debug-mode,
1110           use {aop,op}_isLitLike throughout the file
1111         * src/pic/glue.c: fix initializers for pointers (work in progress)
1112         * src/pic/pcode.c (get_op): honor index on _const symbols
1113         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1114         * (dumppBlock): added pCode size estimation
1115         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1116           check for IS_SYMOP before OP_SYMBOL'ing
1117         * fixed indentation, compacted switch-statements
1118         * (allocReg): find free register and allocate it instead of
1119           allocating new registers all the time
1120         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1121           registers as its operands (necessary only for multibyte GETs)
1122
1123 2005-07-01 Raphael Neider <rneider AT web.de>
1124
1125         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1126           debugging .asm-output macros FENTRY + FEXIT
1127         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1128           way... I wonder...
1129         * (emitpComment): NEW, printf to pCode
1130         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1131           offset handling
1132         * (popGetAddr): NEW, variant of popGet to access an immediates
1133           high(er) bytes instead of the n'th byte of memory they reference,
1134           replaced popGet with popGetAddr where neccessary
1135         * (genDataPointerGet): reactivated and fixed implementation
1136         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1137           accesses
1138         * (genDataPointerSet): fixed multibyte assignments
1139         * (genpic14Code): fixed --i-code-in-asm handling
1140         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1141         * (genPlus): fixed index-out-of-bounds error
1142         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1143         * src/pic/ralloc.c: added debugging output macro FENTRY2
1144         * (spillThis): fixed indentation, enbraced for-body for clarity
1145         * (rematStr): commented out as now unused
1146         * (regTypeNum): commented out special spill case (overwrites
1147           arbitrary values)
1148         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1149
1150 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1151
1152         * doc/sdccman.lyx: documented sfr16/sfr32,
1153           added example for using storage class with function pointers
1154         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1155
1156 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1157
1158         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1159         * device/lib/_itoa.c,
1160         * device/lib/_ltoa.c: optimized codesize
1161         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1162           but don't know how to suppress the double warning.
1163         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1164         * support/Util/SDCCerr.c,
1165         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1166
1167 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1168
1169         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1170           fixed old K&R prototypes
1171         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1172         * device/lib/_gptrget.c,
1173         * device/lib/_gptrgetc.c,
1174         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1175           also new versions for small generic pointers and banked generic pointers
1176         * src/port.h: added const_name
1177         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1178         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1179         * src/SDCCcse.c (findPrevIc): check all associative operators
1180         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1181         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1182         * src/SDCCmem.c: updated comments,
1183           set far-space to 0 for pdata, results in optimized code
1184         * src/SDCCmem.h: added macro CONST_NAME
1185         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1186           moving the info into the highest bits, see also gptrget/gptrput
1187         * src/src.dsp: added sdcc.ico to project files
1188         * src/avr/gen.c (genCast): fixed bug 0x%d
1189         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1190         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1191           relation between ptr_type and DCL_TYPE,
1192           (genCast): fixed bug 0x%d
1193         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1194           (CODE)" for const_name
1195         * src/hc08/gen.c (genCast): fixed bug 0x%d
1196         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1197           (hc08_port): added "CONST (CODE)" for const_name
1198         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1199           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1200           between ptr_type and DCL_TYPE,
1201           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1202           operand* and took AOP() inside function so sfr-ness can be checked,
1203           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1204           new prototype,
1205           (genFunction, genEndFunction): optimized stack setup,
1206           (genMinus): optimized for literals with ending zeroes (in bytes),
1207           (genCast): fixed bug 0x%d
1208         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1209           (mcs51_port): added "CONST (CODE)" for const_name
1210         * src/mcs51/peeph.def: made rule 226 more generic
1211         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1212         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1213         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1214         * src/z80/main.c (z80_port): added NULL for const_name,
1215           (gbz80_port): added NULL for const_name
1216         * support/regression/tests/bug663539.c,
1217         * support/regression/tests/sfr16.c: new tests
1218
1219 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1220
1221         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1222
1223 2005-06-24 Raphael Neider <rneider AT web.de>
1224
1225         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1226           corrected typos...
1227         * device/include/pic16/signal.h: added USBIF
1228           and SIG_USB
1229
1230 2005-06-24 Raphael Neider <rneider AT web.de>
1231
1232         * device/lib/pic16/libdev/pic18f2455.c,
1233           device/include/pic16/pic18f2455.h: NEW
1234         * device/include/pic16/pic18fregs.h,
1235           device/lib/pic16/pics.all,
1236           src/pic16/device.c: added 18f2455
1237         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1238           device/include/pic16/{pic18f[68][567].h,usart.h}:
1239           replaced MULTIPLE_USARTS define with more relaible
1240           compatibility sfrs (for USART access)
1241
1242 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1243
1244         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1245           and the output asm file line is printed on two lines.
1246
1247 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1248
1249         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1250           BGT, BLE, BHI, and BLS instructions
1251         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1252           genCmpEq): removed
1253         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1254           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1255           fixes bug #1216342
1256         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1257
1258 2005-06-15 Raphael Neider <rneider AT web.de>
1259
1260         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1261         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1262         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1263           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1264           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1265
1266 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1267
1268         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1269           Marcel Telka in bug #1215704
1270
1271 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1272
1273         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1274           located in shared memory bank.
1275
1276 2005-05-31 Raphael Neider <rneider AT web.de>
1277
1278         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1279           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1280           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1281
1282 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1283
1284         * device/lib/_strncpy.c: fixed the fix
1285
1286 2005-05-26 Raphael Neider <rneider AT web.de>
1287
1288         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1289           initializers with \0, bug #1208187
1290         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1291           intializers with \0, bug #1208187
1292
1293 2005-05-26 Raphael Neider <rneider AT web.de>
1294
1295         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1296           initializers with \0, bug #1208187
1297         * src/pic16/main.c (_process_pragma): added sanity checks
1298           for stack position and size, emit warnings when appropriate
1299
1300 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * device/lib/_strncpy.c: fixed not filling with \0
1303
1304 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1305
1306         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1307           createFunction),
1308         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1309           compound_statement),
1310         * src/SDCCsymt.h,
1311         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1312
1313 2005-05-24 Raphael Neider <rneider AT web.de>
1314
1315         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1316
1317 2005-05-24 Raphael Neider <rneider AT web.de>
1318
1319         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1320           TRISE definitions, closes bug #1162453
1321
1322 2005-05-22 Raphael Neider <rneider AT web.de>
1323
1324         * src/pic16/main.c (_process_pragma): check for missing
1325           arguments to pragmas code and udata
1326         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1327           consistency fixes to match other headers (thanks to Jim Paris)
1328         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1329
1330 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1331
1332         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1333
1334 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1335
1336         * support/regression/tests/bug1198642.c: new test
1337         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1338         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1339         * support/scripts/resource.h,
1340         * support/scripts/resource.rc,
1341         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1342         * support/scripts/sdcc.ico: added 32x32 icon
1343
1344 2005-05-18 Raphael Neider <rneider AT web.de>
1345
1346         * device/lib/pic16/libdev/pic18f*.c,
1347         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1348           keywords to "__sfr" and "__at (X)"
1349         * device/include/pic16/pic18fregs.h: added pic18f4520
1350         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1351           #1203088 (MPLAB compatibility)
1352
1353 2005-05-17 Raphael Neider <rneider AT web.de>
1354
1355         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1356         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1357         * device/lib/pic16/pics.all: added new devices
1358         * src/pic16/device.c: added support for pic18f4520
1359
1360 2005-05-16 Raphael Neider <rneider AT web.de>
1361         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1362         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1363         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1364           convenience function for bit access
1365
1366 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1367
1368         * device/lib/printf_large.c: fixed bug 1193299
1369         * support/regression/tests/bug1057979.c: added test %3.3s
1370
1371 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1372
1373         * device/include/mcs51/8051.h,
1374         * device/include/mcs51/8052.h: made parseable with lint
1375         * device/include/mcs51/lint.h: added include file for (sp)lint
1376         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1377         * doc/cdbfileformat.lyx,
1378         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1379
1380 2005-05-14 Raphael Neider <rneider AT web.de>
1381
1382         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1383         * device/lib/pic16/libc/stdlib/itoa.c (new)
1384         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1385         * device/lib/pic16/libio/Makefile: exclude subdir according to
1386           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1387         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1388         * src/pic16/gen.c (genFunction): prevent annoying warning
1389         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1390           nameclashes on BeOS
1391         * support/cpp2/cppmain.c (cpp_output_string): new
1392         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1393           fixes bug 1116802
1394
1395 2005-05-13 Borut Razem <borut.razem AT siol.net>
1396
1397         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1398
1399 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1400
1401         * .version: changed to version 2.5.1; back to bleeding edge development
1402
1403 2005-05-11 Borut Razem <borut.razem AT siol.net>
1404
1405         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1406           generate PDF version 1.3 documents
1407
1408 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1409
1410         * .version: changed to version 2.5.0
1411
1412 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1413
1414         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1415
1416 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1417
1418         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1419         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1420         well as many smaller updates.
1421         * .version: changed to version 2.5.0-pre1
1422
1423 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1424
1425         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1426
1427 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * support/regression/tests/bug1185672.c: added
1430         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1431           bug 1185672
1432         * src/mcs51/gen.c (genCall): added comments, made it look safer
1433         * src/mcs51/gen.c (genEndFunction): simplified
1434
1435 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1436
1437         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1438
1439 2005-04-14 Borut Razem <borut.razem AT siol.net>
1440
1441         * fixed bug 1045046 - SIGSEGV with really simple code?:
1442           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1443           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1444
1445 2005-04-14 Borut Razem <borut.razem AT siol.net>
1446
1447         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1448           src/pic16/device.h: temporarily disabled experimental #inline pragma
1449           for 2.5.0 release
1450
1451 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1452
1453         * device/include/z80/stdio.h,
1454         * device/include/z80/string.h: removed these highly incomplete files so
1455           SDCC can use the default ones in device/include/
1456
1457 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1458
1459         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1460         gcc warning.
1461         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1462         fix sdcpp warnings.
1463
1464 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1465
1466         * device/include/malloc.h: removed redundant __reentrant prototypes
1467         * device/lib/_mullong.c: added working xstack variant in asm (C version
1468           doesn't pass regression tests)
1469         * device/lib/bpx.c: used __data and made bpx char for mcs51
1470         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1471           (createFunction): fixed bug with xstackPtr
1472         * src/SDCCcse.c: corrected comments
1473         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1474           (killDeadCode, eBBlockFromiCode): removed unused code
1475         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1476           corrected comments
1477         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1478           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1479           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1480           (genModOneByte): fixed warning in MSVC
1481         * src/mcs51/main.c (): added comments
1482         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1483
1484 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1487
1488 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1491
1492 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1493
1494         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1495         characters arrays of larger size than the declared one.
1496
1497 2005-04-10 Borut Razem <borut.razem AT siol.net>
1498
1499         * src/pic/gen.c (genInline),
1500           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1501           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1502           (findNextInstruction), (findPrevInstruction),
1503           (findInstructionUsingLabel),
1504           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1505         * src/pic/pcode.c (findLabel): added missing '\n'
1506         * src/src.dsp: added SDCCdwarf2.c to the project
1507
1508 2005-04-09 Borut Razem <borut.razem AT siol.net>
1509
1510         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1511
1512 2005-04-08 Raphael Neider <rneider AT web.de>
1513
1514         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1515           into the chain after a given one) and mergeDefmapSymbols (combine
1516           defmap entries for each symbol per pcode)
1517         * (createDefmap): have defmap entries merged in the end
1518         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1519           a symbol before replacing one access type's symbol, merge symbols in
1520           the end (replacement symbol might already have an entry)
1521         * (assignValnums): keep reference to written WREG intact
1522
1523 2005-04-08 Raphael Neider <rneider AT web.de>
1524
1525         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1526           Alpha)
1527
1528 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1529
1530         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1531         bytes
1532
1533 2005-04-07 Raphael Neider <rneider AT web.de>
1534
1535         * device/include/pic16/usart.h: added compatibility defines for
1536           devices with more than one USART
1537         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1538
1539 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * device/lib/Makefile.in: updated for port specific include
1542
1543 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1544
1545         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1546
1547 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1548
1549         * device/include/8051.h,
1550         * device/include/8052.h,
1551         * device/include/at89S8252.h,
1552         * device/include/at89c55.h,
1553         * device/include/at89x051.h,
1554         * device/include/at89x51.h,
1555         * device/include/at89x52.h,
1556         * device/include/mcs51reg.h,
1557         * device/include/reg51.h,
1558         * device/include/reg764.h,
1559         * device/include/regc515c.h,
1560         * device/include/sab80515.h: (re)moved these 12 files
1561         * device/include/mcs51/8051.h,
1562         * device/include/mcs51/8052.h,
1563         * device/include/mcs51/at89S8252.h,
1564         * device/include/mcs51/at89c55.h,
1565         * device/include/mcs51/at89x051.h,
1566         * device/include/mcs51/at89x51.h,
1567         * device/include/mcs51/at89x52.h,
1568         * device/include/mcs51/mcs51reg.h,
1569         * device/include/mcs51/reg51.h,
1570         * device/include/mcs51/reg764.h,
1571         * device/include/mcs51/regc515c.h,
1572         * device/include/mcs51/sab80515.h: and added them here
1573
1574 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * device/include/stdarg.h: changed SDCC specific keywords to double
1577           underlined form.
1578         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1579           mcs51 and ds390.
1580         * device/include/hc08/mc68hc908gp32.h,
1581         * device/include/hc08/mc68hc908jb8.h,
1582         * device/include/hc08/mc68hc908jkjl.h,
1583         * device/include/hc08/mc68hc908qy.h: fixed comments
1584         * device/include/mcs51/README: updated
1585         * device/include/mcs51/c8051f120.h: added PINRSF
1586         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1587         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1588           amidst code. Also inline is not supported.
1589
1590 2005-04-06 Raphael Neider <rneider AT web.de>
1591
1592         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1593         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1594           callers stack/frame pointers
1595
1596 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1597
1598         * device/include/pic16/usart.h: added, missing in previous commit,
1599         * device/include/pic16/adc.h: fixed typo,
1600         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1601         commit,
1602         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1603         <p18fxxx.inc>
1604         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1605         uninitialized because a bug appears with gplink
1606         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1607         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1608         complains for unrecognised option
1609
1610 2005-04-05 Raphael Neider <rneider AT web.de>
1611
1612         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1613           structs as well (using memcpy)
1614         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1615           on ISRs (GOTO has no label)
1616         * src/pic16/device.h: added OF_OPTIMIZE_DF
1617         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1618           new data flow analysis/optimization
1619         * src/pic16/pcode.c: added (prototypes for and implementation of)
1620           dataflow analysis functions, fixed pCodeInstructions' inCond and
1621           outCond values, made RCALL a branch instruction
1622         * (pic16_unlinkpCode): keep C line if possible
1623         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1624           C line moved if possible
1625         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1626         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1627           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1628         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1629           new flow)
1630         * (pic16_getJumptabpCode): NEW, needed in...
1631         * (LinkFlow): fixed handling of jumptables, calls and conditional
1632           branches
1633         * (pic16_InsertCommentAfter): NEW
1634         * (pic16_pCodeReplace): made verbose and flow preserving
1635         * (AnalyzeFlow): added call to data flow analysis
1636         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1637         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1638         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1639
1640 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1641
1642         * src/SDCCast.c (decorateType): fixed bug #1105626
1643
1644 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1645
1646         * device/include/asm/pic16/features.h,
1647         * pic18f*.h headers,
1648         * device/include/pic16/adc.h,
1649         * device/include/pic16/delay.h,
1650         * device/include/pic16/i2c.h,
1651         * device/include/pic16/malloc.h,
1652         * device/include/pic16/stdio.h,
1653         * device/include/pic16/stdlib.h,
1654         * device/include/pic16/string.h,
1655         * device/lib/pic16/libc/stdio/printf_tiny.c,
1656         * device/lib/pic16/libc/stdio/printf_small.c,
1657         * device/lib/pic16/libc/stdio/strmgpsim.c,
1658         * device/lib/pic16/libc/stdio/strmmssp.c,
1659         * device/lib/pic16/libc/stdio/strmusart.c,
1660         * device/lib/pic16/libc/stdio/vfprintf.c,
1661         * device/lib/pic16/libc/stdlib/ltoa.c,
1662         * device/lib/pic16/libc/stdlib/putchar.c,
1663         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1664         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1665         * device/lib/pic16/libc/stdlib/memchrram.c,
1666         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1667         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1668         * device/lib/pic16/libio/adc/adcbusy.c,
1669         * device/lib/pic16/libio/adc/adcread.c,
1670         * device/lib/pic16/libio/adc/adcsetch.c,
1671         * device/lib/pic16/libio/usart/ubaud.c,
1672         * device/lib/pic16/libio/usart/ubusy.c,
1673         * device/lib/pic16/libio/usart/udrdy.c,
1674         * device/lib/pic16/libio/usart/uopen.c,
1675         * device/lib/pic16/libio/usart/uputc.c,
1676         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1677         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1678         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1679         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1680         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1681         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1682         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1683         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1684         specific keywords to double underlined form,
1685         * device/lib/pic16/libc/Makefile.rules,
1686         * device/lib/pic16/libsdcc/Makefile.rules,
1687         * device/lib/pic16/libm/Makefile,
1688         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1689         to compile with C standard set in Makefile.common
1690         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1691         rand.c and crc.c in compilation process,
1692         * device/lib/pic16/libsdcc/int/divuint.c,
1693         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1694         `c' from signed to unsigned,
1695         * device/lib/pic16/startup/crt0.c,
1696         * device/lib/pic16/startup/crt0i.c,
1697         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1698         keywords to double underlined form, bug fixes in _do_cinit function
1699         which prevented the correct initialization of the .idata segment,
1700         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1701         core to enter a infinite loop
1702         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1703
1704 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1705
1706         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1707
1708 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1709
1710         * device/include/Makefile.in: add support for hc08 subdirectory
1711         * device/include/hc08/: new subdirectory
1712         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1713         Lucas Loizaga, thanks!
1714         * device/include/hc08/mc68hc908qy.h,
1715         * device/include/hc08/mc68hc908gp32.h,
1716         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1717         their own directory. Changed internal macro names to use the compiler
1718         reserved namespace. Changed SDCC specific keywords to double
1719         underlined form.
1720         * device/include/math.h,
1721         * device/include/malloc.h,
1722         * device/include/stdarg.h,
1723         * device/include/stdbool.h
1724         * device/include/string.h,
1725         * device/include/tinibios.h,
1726         * device/include/ds400rom.h,
1727         * device/include/8051.h,
1728         * device/include/8052.h,
1729         * device/include/80c51xa.h,
1730         * device/include/at89c55.h,
1731         * device/include/at89S8252.h,
1732         * device/include/at89x51.h,
1733         * device/include/at89x52.h,
1734         * device/include/ds80c390.h,
1735         * device/include/reg764.h,
1736         * device/include/regc515c.h,
1737         * device/include/sab80515.h,
1738         * device/include/mcs51/c8051f000.h,
1739         * device/include/mcs51/c8051f018.h,
1740         * device/include/mcs51/c8051f020.h,
1741         * device/include/mcs51/c8051f040.h,
1742         * device/include/mcs51/c8051f060.h,
1743         * device/include/mcs51/c8051f120.h,
1744         * device/include/mcs51/c8051f300.h,
1745         * device/include/mcs51/c8051f310.h,
1746         * device/include/mcs51/c8051f320.h,
1747         * device/include/mcs51/c8051f330.h,
1748         * device/include/mcs51/c8051f350.h,
1749         * device/include/z180.h: Changed SDCC specific keywords to double
1750         underlined form.
1751
1752 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1753
1754         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1755         18F4455,
1756         * (pic16_assignConfigWordValue): disable testing of configuration
1757         register value with config mask,
1758         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1759         function with port->fun_prefix,
1760         * (genFunction): when generating a naked interrupt function never
1761         create an absolute segment placed in interrupt vector address, place
1762         the actual interrupt function at IVA instead, when an interrupt
1763         function is generated with unspecified interrupt then do not create
1764         the absolute section,
1765         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1766         code for generating a call to generic pointer get/put function with
1767         a call to function pic16_callGenericPointer(),
1768         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1769         the call to the generic pointer get/put functions with prefixing the
1770         function name with port->fun_prefix,
1771         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1772         * src/pic16/main.c (_process_pragma): prefix function with
1773         port->fun_prefix,
1774         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1775         calling assembler, old 18Fxxxx macro is deprecated,
1776         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1777         PC_ASMDIR in while condition,
1778         * (findInstruction): add PC_ASMDIR in while condition,
1779         * (buildCallTree): prefix main with port->fun_prefix,
1780         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1781         identifier for variable with banked access in instructions BTFSS,
1782         BTFSC, BCF, BSF, BTG
1783         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1784         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1785         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1786         perform optimization when enviroment variable NO_REG_OPT is set,
1787         * (insideLRBlock): NEW, return 1 if register is inside an
1788         INF_LOCALREGS block,
1789         * (RemoveRegFromLRBlock): remove a register that is completely
1790         eliminated by register optimization, but it is still left in local
1791         register store/restore in/from stack block,
1792         * (Remove2pcodes): after removing register, check to see if it
1793         should be removed from local register store/restore in/from stack
1794         block,
1795         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1796         DUMMY_READ_VOLATILE,
1797
1798         * device/include/pic16/adc.h: minor prototype modifications and
1799         update,
1800         * device/include/pic16/malloc.h: added GPL notice various
1801         modifications,
1802         * device/include/pic16/stdint.h: NEW, standard header for ints
1803         * device/include/pic16/delay.h: NEW, header for delay functions,
1804         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1805         delay1mtcy,
1806         * device/include/pic16/signal.h: NEW, header providing helper macros
1807         for implementing signal handlers,
1808         * device/include/pic16/stdio.h: added prototypes for functions,
1809         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1810         prototypes for stdin and stdout, added macro PUTCHAR to
1811         automatically implement putchar function prototype,
1812         * device/include/pic16/usart.h: modified and updated USART library,
1813         * device/lib/pic16/libio/adc/,
1814         * device/lib/pic16/libio/i2c: some modifications to improve library
1815         performance,
1816         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1817         family of functions,
1818         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1819         family of functions and other sources,
1820         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1821         of the PIC18Fxx[28] devices,
1822         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1823         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1824         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1825         _do_cinit function, because the previous failed when local variables
1826         where not placed in the same memory bank,
1827         * device/lib/pic16/libsdcc/char/: various modifications to improve
1828         library performance,
1829         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1830         information on the new functions of the c library and more...
1831
1832 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1833
1834         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1835
1836 2005-03-26 Raphael Neider <rneider AT web.de>
1837
1838         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1839           if condition == CARRY)
1840         * (genCmp): adapted to new genSkipc semantics
1841         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1842           on rIfx (genCmp was broken)
1843
1844 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1845
1846         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1847         * src/z80/main.c (_keywords[]),
1848         * src/SDCCglobal.h (struct options),
1849         * src/SDCC.y,
1850         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1851         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1852         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1853         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1854         always available in leading double underscore form. The C99 support is
1855         mostly missing, but it's a start.
1856         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1857         reserved identifier "__data".
1858
1859 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1860
1861         * src/mcs51/peeph.def: fixed bug 1170013
1862
1863 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1864
1865         * device/include/mcs51reg.h: fixed bug 842007
1866
1867 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1868
1869         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1870         last time.
1871
1872 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1873
1874         * src/port.h (struct PORT),
1875         * src/avr/ralloc.c (avr_assignRegisters),
1876         * src/avr/main.c,
1877         * src/ds390/ralloc.c (ds390_assignRegisters),
1878         * src/ds390/main.c,
1879         * src/hc08/ralloc.c (hc08_assignRegisters),
1880         * src/hc08/main.c,
1881         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1882         * src/mcs51/main.c,
1883         * src/pic/ralloc.c (pic14_assignRegisters),
1884         * src/pic/main.c,
1885         * src/pic16/ralloc.c (pic16_assignRegisters),
1886         * src/pic16/main.c,
1887         * src/xa51/ralloc.c (xa51_assignRegisters),
1888         * src/xa51/main.c,
1889         * src/z80/ralloc.c (z80_assignRegisters),
1890         * src/z80/ralloc.h,
1891         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1892         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1893         * src/SDCCcse.h,
1894         * src/SDCCdflow.c (computeDataFlow),
1895         * src/SDCCdflow.h,
1896         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1897         * src/SDCCloop.h,
1898         * src/SDCCcflow.c (*),
1899         * src/SDCCcflow.h,
1900         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1901         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1902         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1903         immedDom() returning wrong block; probably fixes bug #1160833)
1904
1905 2005-03-20 Borut Razem <borut.razem AT siol.net>
1906
1907         * support/scripts/inc2h.pl: WIN32 port
1908
1909 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1910
1911         * device/lib/makefile.in: added abs.c and labs.c
1912
1913 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1914
1915         * device/include/stdint.h: added
1916         * device/lib/abs.c: added
1917         * device/lib/labs.c: added
1918         * device/include/stdlib.h: added abs() and labs() prototypes
1919         * device/lib/libsdcc.lib: added abs and labs
1920         * device/include/float.h,
1921         * device/lib/_fsmul.c,
1922         * device/lib/printf_fast.c,
1923         * device/lib/printf_tiny.c: updated comments
1924
1925 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1926
1927         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1928         bug #1164313
1929
1930 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1931
1932         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1933         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1934
1935 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1936
1937         * device/lib/printf_large.c: removed inline assembly for portability and
1938           readability. Use printf_fast if speed or size are more important.
1939         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1940         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1941
1942 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1943
1944         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1945         prevent compiler warning
1946
1947 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1948
1949         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1950         moved to level 0 and declared as static. Also they are explicit
1951         placed in access bank. This was necessery because some times they
1952         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1953         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1954         optimizations. Currently only compare to unsigned char is implemented,
1955         * src/pic16/gen.c: added fReturnIdx array,
1956         * (struct resolvedIfx) is moved to gen.h and made public,
1957         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1958         * (aopForSym): added an optimization to directly store in stack of
1959         the operand of a SEND iCode,
1960         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1961         but as registers instead (AOP_REG) using the fReturnIdx array,
1962         * (pic16_freeAsmop): remove the freed register from the
1963         _G.sregsAlloc field,
1964         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1965         a compare of 'WREG',
1966         * (pic16_popGetTempRegCond): changed function prototype, now
1967         function takes also a bitVector argument v which holds the current
1968         set of registers that are allocated for stack access by aopForSym,
1969         registers allocated in aopForSym for accessing stack symbols are not
1970         any more part of the functions usedRegs field,
1971         * (genCall): some times aopOp is called for a stack variable to be
1972         send, aopForSym might perform the push, if this is true make sure
1973         that genCall doesn't push the variable twice by testing _G.resDirect,
1974         * (genFunction): changed testing for unspecified interrupt number
1975         from 256 to INTNO_UNSPEC,
1976         * modified selection scheme of frame pointer generation. Previously
1977         if function did use local registers a frame pointer was generated,
1978         now a frame pointer is generated only if function has arguments
1979         (that need PLUSW2 register access), or has stack arguments, or the
1980         compiler is not instructed to omit the frame pointer,
1981         * (genEndFunction): before restoring local registers that were saved
1982         in the function preamble, also restore the registers that *might*
1983         have been allocated for stack access,
1984         * (genRet): removed some old comments,
1985         * (genCmp, the active (RN's) version): added a call to the
1986         pic16_genCmp_special function to perform the compare with a more
1987         robust and optimized way,
1988         * (genInline): a feature has been added in inline code generation,
1989         which allows a wildcard variable substitution when writing inline
1990         assembly. Code is incomplete and experimental therefore undocumented,
1991         * (genCast): changed order of aopOp for result and right to allow
1992         aopForSym to directly load the result if possible,
1993         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1994         perform an optimized compare on some selected special occasions,
1995         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1996         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1997         generate an IVT any more,
1998         * src/pic16/main.c (pic16_optionsTable): added command line option
1999         --optimize-cmp,
2000         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2001         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2002         macros,
2003         * src/pic16/NOTES: Raphael Neider added in list of active developers
2004         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2005         jumptable_end to prevent bug #,
2006         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2007         inCond and outCond fields,
2008         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2009         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2010         turn off register spilling,
2011         * (packRegsForOneUse): synced with other ports' versions although it
2012         is not used currently,
2013         * (pic16_packRegisters): added an optimization while reading
2014         structure bitfields, some registers may be saved (malloc code is
2015         decreased by 80 bytes)
2016
2017 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2018
2019         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2020         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2021         this can be optimized more?
2022
2023 2005-03-10 Raphael Neider <rneider AT web.de>
2024
2025         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2026           genNearPointerGet): (hopefully) fixed access to bitfields via
2027           pointers (p->bitN = x; and x = p->bitN; failed)
2028
2029 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2030
2031         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2032
2033 2005-03-09 Raphael Neider <rneider AT web.de>
2034
2035         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2036
2037 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2038
2039         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2040         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2041           (regTypeNum): set REG_BIT type if necessary
2042         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2043         * support/regression/tests/critical.c: check bug 1144613
2044
2045 2005-03-02 Raphael Neider <rneider AT web.de>
2046
2047         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2048
2049 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2050
2051         * src/avr/ralloc.c (serialRegAssign),
2052         * src/ds390/ralloc.c (serialRegAssign),
2053         * src/hc08/ralloc.c (serialRegAssign),
2054         * src/mcs51/ralloc.c (serialRegAssign),
2055         * src/pic/ralloc.c (serialRegAssign),
2056         * src/pic16/ralloc.c (serialRegAssign),
2057         * src/xa51/ralloc.c (serialRegAssign),
2058         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2059
2060 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2061
2062         * src/SDCCast.c (decorateType): fixed bug 1124787
2063
2064 2005-02-20 Hubert Sack <sack AT digiplan.de>
2065         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2066
2067         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2068         patch #1121755
2069
2070 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2071
2072         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2073         to keep the correct label reference count when adding/removing references
2074         to labels. A peephole file using this is appended to patch #1144962.
2075
2076 2005-02-14 Raphael Neider <rneider AT web.de>
2077
2078         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2079         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2080         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2081           retrievals of result operand's value on assignment
2082
2083 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2084
2085         * device/include/pic16/string.h: modified prototype for memccpy()
2086         to memccpy(void *, void *, char, size_t)
2087         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2088         check whether to omit frame pointer or not,
2089         * (genInline): convert all occurences of "\n" to LF in inline
2090         assembler blocks, this helps formatting the inline text,
2091         * (pic16_loadFSR0): modified prototype,
2092         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2093         removed some 8051 legacy code,
2094         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2095         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2096         before allocating temporary registers in functions,
2097
2098 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2099
2100         * support/regression/tests/bitvars.c: corrected the "fix"
2101
2102 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2103
2104         * support/regression/tests/bitvars.c,
2105         * support/regression/tests/bitwise.c,
2106         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2107
2108 2005-02-10 Raphael Neider <rneider AT web.de>
2109
2110         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2111           different size for Alpha
2112         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2113
2114 2005-02-09 Raphael Neider <rneider AT web.de>
2115
2116         * src/SDCC.lex(doPragma) : save and restore warning options as well
2117           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2118         * have #pragma less_pedantic set the errorlevel to WARNING
2119           (fixes #1117001)
2120         * (cloneOptimize) : fixed wrong malloc's size
2121         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2122           facilitate correct handling of #pragma (save|restore)
2123
2124 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2125
2126         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2127
2128 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2129
2130         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2131
2132 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2133
2134         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2135
2136 2005-02-02 Raphael Neider <rneider AT web.de>
2137
2138         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2139         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2140         * (pic16_storeForReturn): fixed to allow returning function pointers
2141         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2142         * device/include/pic16/{stddef.h,stdbool.h}: added
2143
2144 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2145
2146         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2147
2148 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2149
2150         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2151         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2152          appeared to be required
2153
2154 2005-01-31 Borut Razem <borut.razem AT siol.net>
2155
2156         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2157           include/mcs51 and include/z80 directories to the package
2158
2159 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2160
2161         * src/hc08/gen.c (genFunction): fixed bug #1112752
2162
2163 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2164
2165         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2166
2167 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2168
2169         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2170
2171 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2172
2173         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2174
2175 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2176
2177         * device/include/c8051fxxx.h: removed these 6 files
2178         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2179
2180 2005-01-26 Raphael Neider <rneider AT web.de>
2181
2182         * src/pic16/gen.c (genAssign): fixed assignment from longs
2183           in codespace (were cut to three bytes)
2184         * (genDummyRead): implemented (except for CODESPACE...),
2185           fixed bug #1108575
2186         * src/pic16/glue.c (emitStatistics): beautified
2187         * device/lib/pic16/libm/Makefile: added include path
2188
2189 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2190
2191         * src/z80/gen.c (aopPut): fixed bug #1103902
2192
2193 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2194
2195         * device/lib/expf.c: fixed bug #1095792
2196
2197 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2198
2199         * device/lib/pic16/libm: added Math library sources
2200
2201 2005-01-24 Raphael Neider <rneider AT web.de>
2202
2203         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2204           to enable upcast to pCodeOpReg2 (there is no type tag to
2205           differenciate the two and pic16_popGet2p cast into PCOR2)
2206         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2207           (sizeof(sectNames) changed to sizeof(sectName))
2208           Both patches fix segfaults under MinGW.
2209
2210 2005-01-23 Raphael Neider <rneider AT web.de>
2211
2212         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2213           Safe_[mc]?alloc()'ed variables
2214         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2215           of (byte sized) temporaries (assign them to WREG for now)
2216         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2217           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2218           this might fix SIGSEGVs on MinGW...
2219         * src/SDCCopt.c (killDeadCode): restored original behaviour
2220           (volatile operands might get thrown away though)
2221
2222 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2223
2224         * src/pic16/gen.c: fixed bug #1106975,
2225         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2226         pointer update, INTCON is saved, global interrupts are disabled and
2227         restored after updateing TOS.
2228         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2229         * added function attribute 'shadowregs' to take advantage of shadow
2230         registers,
2231         * added function attribute 'wparam' as an alternative to the wparam
2232         pragma,
2233         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2234         user declares a non-ISR function as 'shadowregs',
2235         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2236
2237 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2238
2239         * .version: bumped version number to 2.4.8
2240         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2241         pic16 port,
2242         * device/lib/pic16/libio/i2c/: I2C module support library,
2243         * device/include/pic16/i2c.h: I2C support library header,
2244         * device/lib/pic16/libc/stdio/: standard IO support sources,
2245         * (printf_small.c): printf_small() source, supports float print,
2246         * (printf_tiny.c): printf_tiny() source, does not support floats,
2247         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2248         enable global optimizations for entire library source, other
2249         Makefiles in the source tree are also modified to reflect this,
2250         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2251         function,
2252         * doc/sdccman.lyx: updated to reflect new changes,
2253         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2254         sym->onStack if-case,
2255         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2256         sbit, idata, _idata, xdata, _xdata,
2257         * added pragma library, to link an external library, (see doc),
2258         * removed command line options, --pomit-config-words, --pomit-ivt,
2259         --pleave-reset-vector,
2260         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2261         when calling assembler to reflect memory model used, also define
2262         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2263         reflect stack model used,
2264         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2265         on stack return NULL,
2266
2267 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2268
2269         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2270           of the operands is volatile. Fixes #1020220
2271
2272 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2273
2274         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2275         * (OptimizeRegUsage): make sure that there is really no other flow where
2276           the first pCode is used
2277
2278 2005-01-22 Raphael Neider <rneider AT web.de>
2279
2280         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2281           to fix #1106967 (pCode->seq are not set up correctly)
2282
2283 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2284
2285         * src/SDCCglue.c (glue): make sure code area is declared before the
2286         static initialization area.
2287
2288 2005-01-21 Raphael Neider <rneider AT web.de>
2289
2290         * device/lib/Makefile.in: fixed test for pic16 install dir
2291         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2292           optimizations
2293         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2294           added --optimize-goto compiler switch and pragma wparam documentation
2295         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2296         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2297           and PRODH closing bug #1071770 (peephole optimizer)
2298
2299 2005-01-19 Raphael Neider <rneider AT web.de>
2300
2301         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2302           cmdLine buffers (used when calling sdcpp...) are large enough
2303           (MAX_PATH=256 truncates arguments leading to system halts when
2304           used in MinGW...)
2305         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2306         * (genUminus): rewritten to for efficiency
2307         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2308           used uninitialized in some cases)
2309         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2310           copy the third byte from the int -- now assumes 0x80 (data memory)
2311         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2312           operands (genAddLit expects the iCode's operands to swapped as
2313           well), fixed leftover bytes (crashed for short left operands)
2314         * (pic16_genMinusDec): performance improvements, removed false
2315           PIC14 emitSKPNCs
2316         * (pic16_genMinus): fixed to cope with differently sized operands
2317         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2318           for --obanksel > 1
2319         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2320         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2321           new banksel optimization
2322         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2323           analysis for temporary registers (segfaults...)
2324         * src/pic16/peeph.def: added rule
2325
2326 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2327
2328         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2329         which converts a float number to its ASCII representation
2330         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2331         functions to convert the fractional and integer part of a float to ASCII,
2332         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2333         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2334         ram
2335         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2336         _STATMEM macros,
2337         * device/include/pic16/adc.h: added GPL info,
2338         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2339         a pCodeOp as tested operand,
2340         * (genNearPointerGet): optimized bit testing, does not use
2341         intermediate register for bit value, test directly instead with
2342         BTFSS, BTFSC, works only for single bits,
2343         * (genpic16Code): dump the name of the iCode in the asm,
2344         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2345         renamed to pic16_decodeOp,
2346         * (serialRegAssign): do not allocate a temporary register for iCode
2347         sequences that test a single bit for 1/0
2348
2349 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2350
2351         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2352         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2353         access stack and frame pointers. They are initially assigned to
2354         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2355         accessing SFRs. Updated all occurences of modification of stack or
2356         frame pointer in gen.c and pcode.c,
2357         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2358         assigning of a literal value to pointers,
2359         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2360         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2361         selected
2362
2363 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2364
2365         * doc/sdccman.lyx: update documentation about stack pragma, added
2366         some info for stack memory models
2367
2368 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2369
2370         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2371
2372 2005-01-08 Raphael Neider <rneider AT web.de>
2373
2374         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2375           udata sections to fix bug #1097823
2376
2377 2005-01-05 Raphael Neider <rneider AT web.de>
2378
2379         * src/pic16/gen.c (genGenericShift): added handling of differently
2380           sized left operand and result
2381
2382 2005-01-04 Raphael Neider <rneider AT web.de>
2383
2384         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2385         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2386           to hold the condition bit)
2387         * added new version of genCmp (old code available via #define)
2388         * added new version of genShiftLeft/genShiftRight in a generic
2389           way, now supports shifting by negative values
2390         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2391           shiftCount (expected by genGenericShift)
2392         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2393         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2394           dump
2395         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2396           is an invalid literal too...)
2397
2398 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2399
2400         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2401         from Raphael Neider,
2402         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2403         for 8-bit literals. This fixes some literal operands which are sign
2404         extended to 16-bits ints when instruction needs only 8-bits.
2405
2406 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2407
2408         * device/lib/logf.c: added mcs51 assembly version
2409         * device/lib/expf.c: added mcs51 assembly version
2410         * device/lib/_logexpf.c: new shared asm code for expf and logf
2411         * device/include/math.h: add defines for assembly math library
2412         * device/lib/Makefile.in: build new _logexpf.c
2413         * device/lib/libfloat.lib: use new _logexpf.c
2414
2415 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2416
2417         * src/pic/device.c
2418         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2419           device types which have less than 0x7f registers.
2420
2421 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2422
2423         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2424
2425 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2426
2427         * device/lib/printf_fast.c: only build on supported arch.
2428         * device/lib/printf_tiny.c: only build on supported arch.
2429         * device/lib/printf_fast_f.c: only build if asm float lib
2430         * device/lib/_fsget1arg.c: only build if asm float lib
2431         * device/lib/_fsget2args.c: only build if asm float lib
2432         * device/lib/_fsnormalize.c: only build if asm float lib
2433         * device/lib/_fsreturnval.c: only build if asm float lib
2434         * device/lib/_fsrshift.c: only build if asm float lib
2435         * device/lib/_fsswapargs.c: only build if asm float lib
2436         * device/include/stdio.h: don't provide print_fast,
2437           print_fast_f, print_tiny prototypes if --xstack used
2438
2439 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2440
2441         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2442         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2443           to the SOURCES
2444
2445 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2446
2447         * device/lib/printf_fast_f.c: same as printf_fast, but
2448           with floating point enabled
2449         * device/lib/printf_fast.c: minor tweaks
2450         * device/include/stdio.h: add printf_fast_f
2451
2452 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2453
2454         * src/SDCCmain.c: make --float-reent default for mcs51
2455         * device/lib/_fsadd.c: added mcs51 assembly version
2456         * device/lib/_fssub.c: added mcs51 assembly version
2457         * device/lib/_fsmul.c: added mcs51 assembly version
2458         * device/lib/_fsdiv.c: added mcs51 assembly version
2459         * device/lib/_fseq.c: added mcs51 assembly version
2460         * device/lib/_fsneq.c: added mcs51 assembly version
2461         * device/lib/_fsgt.c: added mcs51 assembly version
2462         * device/lib/_fslt.c: added mcs51 assembly version
2463         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2464         * device/lib/Makefile.in: add _fscmp to build
2465         * device/lib/libfloat.lib: add _fscmp to build
2466
2467 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2468
2469         * device/lib/_fs2slong.c: added mcs51 assembly version
2470         * device/lib/_fs2sint.c: added mcs51 assembly version
2471         * device/lib/_fs2schar.c: added mcs51 assembly version
2472         * device/lib/_fs2ulong.c: added mcs51 assembly version
2473         * device/lib/_fs2uint.c: added mcs51 assembly version
2474         * device/lib/_fs2uchar.c: added mcs51 assembly version
2475         * device/lib/_slong2fs.c: added mcs51 assembly version
2476         * device/lib/_sint2fs.c: added mcs51 assembly version
2477         * device/lib/_schar2fs.c: added mcs51 assembly version
2478         * device/lib/_ulong2fs.c: added mcs51 assembly version
2479         * device/lib/_uint2fs.c: added mcs51 assembly version
2480         * device/lib/_uchar2fs.c: added mcs51 assembly version
2481         * device/include/float.h: added #define to select asm vs c
2482
2483 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2484
2485         * device/lib/printf_fast.c: improvements to float output
2486         * device/include/float.h: add defines for assembly float library
2487         * device/lib/_fsget1arg.c: receive 1 float arg
2488         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2489         * device/lib/_fsnormalize.c: normalize a float
2490         * device/lib/_fsreturnval.c: return float, various helper routines
2491         * device/lib/_fsrshift.c: right shift a float's mantissa
2492         * device/lib/_fsswapargs.c: swap 2 floats
2493         * device/lib/Makefile.in: build these 6 new files for mcs51
2494         * device/lib/libfloat.lib: add these 6 files to the library
2495
2496 2004-12-26 Borut Razem <borut.razem AT siol.net>
2497
2498         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2499           built by gcc 3.4.2
2500
2501 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2502
2503         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2504           and fully reentrant and register bank neutral.
2505         * device/lib/printf_fast.c: added float (not enabled by default),
2506           added compact/slower integer (also not enabled by default),
2507           improved size/speed of fast integer code, other minor changes
2508         * device/include/stdio.h, device/lib/Makefile.in,
2509           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2510
2511 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2512
2513         * src/pic16/pcode.c: declaring variables other than at the start of a
2514           block is not supported in C by VC6.
2515
2516 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2517
2518         * applied a previous patch from Raphael Neider that wasn't included
2519         in the previous commits, which fixes infinite loops within jumptable
2520         improvements,
2521         * made some fixes that previous patches introduced
2522
2523 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2524
2525         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2526         that fixes an issue with AOP_PCODE asmop's offset,
2527         * (pic16_popCopyReg): update instance field too,
2528         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2529         function of pic port,
2530         * (genCmp, genAnd, genAssign),
2531         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2532
2533 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2534
2535         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2536         variables initial values to idata section,
2537         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2538         variables in some functions. This utilizes parmBytes field of iCode
2539         structure to hold the offset of the variable in stack. (might be
2540         able to use the stack field too?)
2541         * applied patch from Raphael Neider # ### , # ###
2542         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2543         variable initial values in idata section,
2544         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2545         for static variables with initial value
2546         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2547         applied fix in while loop from Raphael Neider.
2548
2549 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2550
2551         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2552         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2553         * src/ds390/ralloc.c (serialRegAssign): spill bits
2554         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2555         * support/Util/SDCCerr.c,
2556         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2557         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2558         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2559
2560 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2561
2562         * device/include/sdcc-lib.h: inserted LGPL, added includes
2563           asm/ds390/features.h and asm/mcs51/features.h
2564         * device/include/asm/default/features.h,
2565         * device/include/asm/gbz80/features.h,
2566         * device/include/asm/z80/features.h: added empty _AUTOMEM
2567           and _STATMEM
2568         * device/include/asm/ds390/features.h,
2569         * device/include/asm/mcs51/features.h: added files with defines for
2570           _AUTOMEM and _STATMEM indicating automatic and static storage class
2571         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2572         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2573         * src/SDCCicode.c (geniCodeCast),
2574         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2575         * src/SDCCloop.c (loopInduction): removed unused variable lr
2576         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2577           to convertToFcall to include char modulo (RFE 1065037), added check
2578           if left operand is unsigned and use abs of literal value
2579         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2580           as it doesn't work after conversion from peephole.def to peephole.rul
2581         * src/mcs51/gen.c (toBoolean): added check for size,
2582           (genModOneByte): optimized code for signed char modulo a literal
2583           power of 2 (thanks to Hubert Sack),
2584           (genRRC): removed unnecessary "clr c",
2585           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2586         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2587           jump optimization,
2588           swapped rules 256.c and 256.d,
2589           extended 256.d by using new multiple checks (thanks Erik),
2590           added rules 256.e and 256.f,
2591           updated rule 261.a and 261.b to new generated code
2592         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2593
2594 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2595
2596         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2597           induction related bugs, including first part of bug #1074377
2598
2599 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2600
2601         * applied patch from bug-report #1076292,
2602         * applied patches for genAnd and Goto-optimizations for Raphael
2603         Neider,
2604         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2605         dump a less iCode information,
2606         * src/pic16/device.h (pic16_options_t): added field debgen,
2607         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2608         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2609         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2610         puclic,
2611         * (various functions): added macros FENTRY and FENTRY2 to functions,
2612         to emit function prologue,
2613         * (various functions): fixed indentation,
2614         * (genNearPointerGet): fixed loading of FSR0,
2615         * (genPackBits): applied patch from Raphael Neider to fix updating
2616         of FSR0 and touching only the modified bits,
2617         * src/pic16/genarith.c (various functions): added macros FENTRY to
2618         emit function prologue in comments,
2619         * src/pic16/pcode.h: added functions debugf2, debugf3,
2620         * src/pic16/ralloc.c: partial fix for packForPush caused
2621         segmentation fault,
2622
2623 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2624
2625         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2626           <stsp AT users.sourceforge.net> with reversed byte order
2627         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2628
2629 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2630
2631         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2632           bug #1074377
2633         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2634         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2635
2636 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2637
2638         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2639
2640 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2641
2642         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2643           conditions,
2644           (setFromConditionArgs): friendly operand parser for peephole rules,
2645           (operandBaseName, operandsNotRelated): new peephole condition
2646           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2647           architecture specific register naming into account, handles n-way
2648           comparisons, and supports quoted literals
2649         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2650
2651 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2652
2653         * src/mcs51/peeph.def: fixed bug #1076940
2654
2655 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2656
2657         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2658
2659 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2660
2661         Adding support for replacing ljmps with sjmps in jumptables
2662         generated for switch statements. For now you need to set the
2663         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2664         Now 4 algorithms for mcs51 jumptable generation are used:
2665         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2666         addresses loaded pc-relative for up to 112 cases and stack-pushing
2667         target addresses loaded with offset from dptr for up to 256 cases.
2668
2669         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2670         * src/mcs51/main.c: adapted constants for switch table generation
2671         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2672
2673 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2674
2675         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2676         * support/regression/tests/bug1057979.c: added test for bug 1073386
2677
2678 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2679
2680         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2681         compilers
2682
2683 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2684
2685         * src/pic16/device.h,
2686         * src/pic16/genarith.c,
2687         * src/pic16/glue.c,
2688         * src/pic16/main.c,
2689         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2690
2691 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2692
2693         Large cummulative patch for pic16 port.
2694         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2695         to call when a stack overflow occurs,
2696         * (malloc.h): added CVS Id tag,
2697         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2698         variable,
2699         * added libc directory. The current version of LibC contains string
2700         functions, ctype functions and macros and some functions of the
2701         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2702         be extensively tested in the future. Standard disclaimer here.
2703         Library is not automatically build yet. But one can build it by
2704         invoking 'make' inside the libc directory.
2705         * added ADC library under libio. Preliminary version yet.
2706
2707         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2708         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2709         aopForRemat() now and not by pic16_aopOp(),
2710         * (pic16_popGetTempReg): removed warning messgae when allocating
2711         temporary registers, its a buggy feature and will be removed,
2712         * (pic16_popGet): set register instance field in AOP_CRY,
2713         * (pic16_outBitC): fixed for results in size greater than 1,
2714         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2715         * (pic16_storeForReturn): optimized return of 0,
2716         * (genCmp): experimental code for new genCmp which uses PIC18's
2717         special compare&skip instructions. Initial tests fail some times
2718         with variables grater than 1 byte in size, so new code is disabled,
2719         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2720         a single bit,
2721         * (genCast): began a fix to optimize the casting of a bit to another
2722         bit, now assigning a bitfield to another bitfield will fail, sorry,
2723         * src/pic16/main.c: disabled the use of lr-support feature,
2724         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2725         * added some function prototypes, added function _debugf prototype,
2726         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2727         bits with offset (case PO_GPR_BIT),
2728         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2729         command line,
2730         * (isBankInstruction): modified to return 0 for no banking instruction,
2731         and 1 for banking instruction,
2732         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2733         caused stop processing pCodes after a inline assembly block,
2734         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2735         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2736         registers when it shouldn't,
2737         * src/pic16/ralloc.c (allocReg): add preliminary support for
2738         supporting a limited set of temporary registers,
2739
2740 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2741
2742         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2743           genDataPointerSet): ensure assignments always copy in MSB to LSB
2744           order,
2745           (loadRegFromAop): recognize CLRH optimization,
2746           (genFunction): optimize RECEIVE iCodes in reentrant functions
2747
2748 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2749
2750         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2751           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2752           selected.
2753         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2754         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2755           contiguous with data
2756
2757 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2758
2759         * device/lib/_gptrget.c (_gptrget),
2760         * device/lib/_gptrgetc.c (_gptrgetc),
2761         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2762           instead of sjmp to ret
2763         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2764           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2765
2766 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2767
2768         * .version: bumped version to 2.4.7
2769         * device/lib/_gptrget.c (_gptrget): is now _naked
2770         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2771         * device/lib/_gptrput.c (_gptrput): is now _naked
2772         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2773           (createFunction): fixed xstack
2774         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2775         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2776           or bit either,
2777           (geniCodeCritical): store original interrupt state in an iTemp bit
2778           var unless stack-auto
2779         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2780         * src/SDCCmain.c (setIncludePath): added include/target to search path
2781         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2782         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2783           prototype,
2784           (processFuncArgs): put bit vars in bit area
2785         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2786           unsaveRBank): fixed xstack,
2787           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2788           (genFunction, genEndFunction): fixed xstack,
2789           (genAssign): optimization don't walk backwards through mem
2790         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2791         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2792         * support/regression/Makefile: also make library (for stack-auto) when
2793           making "all" and added "test-mcs51-xstack-auto"
2794         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2795         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2796         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2797         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2798         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2799           make-library by MAKE_LIBRARY
2800         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2801           regression tests for xstack
2802         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2803         * support/regression/tests/critical.c: test for critical on mcs51
2804
2805 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2806
2807         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2808           built version of sdcc instead of installed version
2809
2810 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2811
2812         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2813         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2814           vprintf.c now
2815         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2816         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2817           WARNING: remove device/lib/build/z80/printf.o by hand when
2818           updating from previous build!
2819         * device/lib/z80/printf.c: updated comment
2820         * support/regression/tests/bug1057979.c: test all ports now
2821         * support/regression/tests/bug1065458.c: file added
2822
2823 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2824
2825         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2826           *_start and *_end symbols for static functions
2827
2828 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2829
2830         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2831           and search crt0.o in all library paths,
2832           (setIncludePath): proper handling of --nostdinc,
2833           (setLibPath): proper handling of --nostdlib
2834         * support/regression/Makefile,
2835         * support/regression/ports/ds390/spec.mk,
2836         * support/regression/ports/gbz80/spec.mk,
2837         * support/regression/ports/hc08/spec.mk,
2838         * support/regression/ports/mcs51/spec.mk,
2839         * support/regression/ports/mcs51-large/spec.mk,
2840         * support/regression/ports/mcs51-stack-auto/spec.mk,
2841         * support/regression/ports/z80/spec.mk: use include and lib files from
2842           built version of sdcc instead of installed version
2843         * doc/sdccman.lyx: fixed typo in --nostdinc
2844
2845 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2846
2847         * src/pic/pcode.c,
2848         * src/pic/device.c,
2849         * src/pic/ralloc.c,
2850         * src/pic/gen.c : added support to generate code for struct bit fields.
2851
2852 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2853
2854         * as/xa51/xa_version.h,
2855         * device/include/errno.h,
2856         * device/include/regc515c.h,
2857         * device/lib/_itoa.c,
2858         * device/lib/_ltoa.c,
2859         * device/lib/ser_ir_cts_rts.c,
2860         * sim/ucsim/xa.src/glob.cc,
2861         * sim/ucsim/xa.src/inst_gen.cc,
2862         * sim/ucsim/xa.src/xa_bit.cc,
2863         * sim/ucsim/xa.src/xa_sfr.cc,
2864         * sim/ucsim/z80.src/inst_dd.cc,
2865         * sim/ucsim/z80.src/inst_fdcb.cc,
2866         * support/scripts/keil2sdcc.pl,
2867         * src/pic16/pic16.dsp,
2868         * src/pic16/pic16a.dsp: corrected cvs line endings
2869         * device/lib/printf_large.c: fixed bug 1057979
2870         * src/pic16/gen.c: fixed non-C standard code
2871         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2872         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2873         * support/regression/ports/mcs51/support.c: reload T1 asap
2874         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2875           pdata use and clear idata startup behaviour
2876         * support/regression/tests/bug1057979.c: added
2877
2878 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2879
2880         * device/examples/ds390/ow390/ad26.h,
2881         * device/examples/ds390/ow390/cnt1d.h,
2882         * device/examples/ds390/ow390/crcutil.c,
2883         * device/examples/ds390/ow390/ownet.h,
2884         * device/examples/ds390/ow390/owsesu.c,
2885         * device/examples/ds390/ow390/swt12.h,
2886         * device/examples/ds390/ow390/swtoper.c,
2887         * device/examples/ds390/ow390/temp10.h,
2888         * device/examples/ds390/ow390/thermodl.c,
2889         * device/examples/ds390/tinitalk/tinitalk.dsp,
2890         * device/examples/ds390/tinitalk/tinitalk.dsw,
2891         * device/examples/mcs51/clock/hw.h,
2892         * device/examples/mcs51/simple2/go.bat,
2893         * device/examples/serialcomm/windows/serial.h,
2894         * device/examples/xa51/dummy.c,
2895         * device/examples/xa51/hello.c,
2896         * device/include/80c51xa.h,
2897         * device/include/at89x051.h: corrected cvs line endings
2898
2899 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2900
2901         * src/pic16/main.c (options): added command line --gstack, to trace
2902         stack over/under flows,
2903         * added pragma 'wparam' to allow passing first byte of function
2904         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2905         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2906         call to __gstack_test function and sets up the symbol as extern,
2907         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2908         * popaop): added call to pic16_testStackOverflow,
2909         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2910         wparamList list,
2911         * (genCall, genPcall): now all parameters are passed via stack
2912         except in functions that are pass to wparam pragma in which WREG is
2913         used too,
2914         * (genPcall): REENTRANT flag is checked to see if variable prototype
2915         contains reentrant keyword, don't call a non-reentrant function, via
2916         a reentrant function pointer or vice versa, functions are never
2917         passed via WREG,
2918         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2919         D.Winkler,
2920         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2921         SIGSEGV when accessing a NULL register stucture,
2922         * (pic16_printGPointerType): modified to handle UPPER modifier for
2923         function initializers, changed prototype of function to simpler one,
2924         * (pic16_printIvalFuncPtr): check to see if function is already
2925         added in externs list,
2926         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2927         optimized a move from W to SFR with a move to the same register
2928         later after a CALL,
2929         * device/lib/pic16/debug: NEW directory, contains debug features
2930         which are enabled when linking with libdebug.lib, currently command
2931         line option --gstack enables stack pointer tracing for over/under
2932         flow, corresponding sources are in debug/gstack
2933
2934 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2935
2936         * doc/sdccman.lyx: updated SDCC version,
2937         * (PIC16 port): update list of command line options,
2938         * src/pic16/device.h (structure pic16_options_t): added field gstack
2939         to enable stack overflow tracing on push/pops,
2940         * src/pic16/device.c (statistics structure): added statistics
2941         structure,
2942         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2943         pic16_dump_int_registers): increase statistics counters for each
2944         * variable which is encountered
2945         * (pic16_dump_usection): emit each .udata variable to its own udata
2946         section,
2947         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2948         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2949         parameters via stack, otherwise use old scheme,
2950         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2951         assembler output file,
2952         * src/pic16/main.c: added command line options --gstack to enable
2953         push/pop tracing for stack overflow,
2954         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2955         instructions): added size of each instruction,
2956         * (pic16_countInstruction): estimate size of instructions in
2957         the_pFile list, inline assembly blocks are not counted,
2958         * (pic16_FixRegisterBanking): trace previous register usage, when
2959         banksel optimizations is greater than 0, don't emit a redudant
2960         banksel directive,
2961
2962 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2963
2964         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2965         * src/pic16/ralloc.c : applied same fix for pic16.
2966         * src/pic/gen.c : tidied it up a little.
2967
2968 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2969
2970         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2971         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2972
2973 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2974
2975         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2976
2977 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2978
2979         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2980         non-reentrant function __modsint in the interrupt function (thus
2981         corrupting math operations during serial I/O)
2982         * device/lib/ser_ir.c: as above, changed buffersize
2983         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2984         256.c,d for zeroing
2985         * doc/Makefile: added option -t for rsync
2986
2987 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2988
2989         * src/SDCCast.h (struct ast),
2990         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2991
2992 2004-10-20 Borut Razem <borut.razem AT siol.net>
2993
2994         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2995         package
2996
2997 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2998
2999         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3000         makefile targets,
3001         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3002         support functions to replace long sequences of MOVFF's from access
3003         bank registers to stack and vice versa,
3004         * src/pic16/device.h: added new field opt_flags, where optimization
3005         flags can be set to enable certain features,
3006         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3007         * pBlock, (genFunction, genEndFunction): surroung loop for
3008         saving/loading used registers in stack with PC_INFO pCodes,
3009         INF_LREGS. Code in between can then be optimized by pCode optimizer
3010         to support function calls,
3011         * (genDataPointerSet): fixed bug which loaded float fields in
3012         structures with corrupt data,
3013         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3014         in a standard way debug info on stderr. Feature used for developing
3015         and debugging only,
3016         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3017         obsolete chunks of code,
3018         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3019         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3020         * pic16/src/pcode.c (pic16_newpCodeInfo,
3021         * (pic16_newpCodeOpLocalRegs),
3022         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3023         feature,
3024         * (pic16_pCodeConstString): printing of the initial value of a
3025         symbol as a comment is inhibited since parsing was already done by
3026         copyStr and output is corrupt,
3027         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3028
3029 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3030
3031         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3032
3033 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * as/mcs51/lkarea.c: removed old K&R style,
3036           (lnksect): changed check on boundary error,
3037           (lnksect2): changed check on boundary error,
3038           (lnksect2): extend XSTK to end of page if size = 1
3039         * as/mcs51/lkmain.c: removed old K&R style,
3040           (Areas51): create l_IRAM symbol
3041         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3042         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3043           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3044         * device/lib/_mullong.c: added version to be compiled with xstack
3045         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3046         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3047         * device/lib/mcs51/crtxstack.asm: fixed comment
3048         * src/SDCCglue.c: maxInterrupts defaults to 0,
3049           (emitMaps): added pdata,
3050           (createInterruptVect): (re)moved default,
3051           (glue): added pdata,
3052           (glue): moved __start__xstack to XSTK with default size 1
3053         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3054           and options.float_rent when options.stackAuto is set,
3055           (linkEdit): only write XDATA_NAME if provided on command line
3056         * src/SDCCmem.h,
3057         * src/SDCCmem.c: added pdata
3058         * src/port.h: added pdata_name to PORT
3059         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3060           (saveRegisters, unsaveRegisters): removed usage of B,
3061           (genMinus): fixed accumulator clash,
3062           (genJumpTab): added comment, this needs another look
3063         * src/mcs51/gen.c: added check for "B in use" paranoia,
3064           added pushB() and popB()
3065         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3066           chance
3067         * src/avr/main.c,
3068         * src/ds390/main.c,
3069         * src/hc08/main.c,
3070         * src/mcs51/main.c,
3071         * src/pic/main.c,
3072         * src/pic16/main.c,
3073         * src/xa51/main.c,
3074         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3075           added PSEG (PAG,XDATA) or NULL to port specifier
3076         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3077         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3078           (_mcs51_genInitStartup): removed __start__xstack equ,
3079           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3080         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3081         * src/z80/gen.c (_rleAppend): fixed warnings
3082         * support/regression/tests/zeropad.c: added pdata test
3083         * .version: bumped to 2.4.6
3084
3085 2004-10-17 Borut Razem <borut.razem AT siol.net>
3086
3087         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3088         as a part of nightly build
3089
3090 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3091
3092         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3093         WREG holds the first byte function parameters,
3094         * (aopForSym): take special case for symbols which are in FARSPACE
3095         but in CODESPACE too,
3096         * (assignResultValue): modified to take into account _G.useWreg,
3097         * (genCall): don't use wreg for parameter passing when function is
3098         declared as reentrant, too, added optimization INCF to stack
3099         pointer when stack parameter count is 1,
3100         * (genFunction, genEndFunction): refurnished and fixed to not using
3101         wreg for passing parameters when function has varargs or is
3102         reentrant, fixed bug with symbol name compare for generating
3103         functions in absolute address,
3104         * (pic16_storeForReturn): refurnished,
3105         * (genCmp): began writing a new version of the function, not ready
3106         yet, therefore it is disabled,
3107         * (genAssign): do not read code memory when assigning a function to
3108         a pointer function,
3109         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3110         array of characters, not pointer,
3111         * (pic16initialComments): in debug mode emit an .ident directive for
3112         the assembler,
3113         * (_process_pragma): emit a new warning type (internal to pic16)
3114         when setting stack to default length, emit a similar warning when
3115         placing a function at absolute address and address is not word aligned
3116         * (_pic16_parseOptions): added 'return TRUE' statement,
3117         * (_pic16_linkEdit): if compiling a source, then add the source's
3118         file object, first in the list of objects to link,
3119
3120 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3121
3122         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3123         * src/pic/main.c : removed VC warning.
3124         * src/pic/gen.c : changed comment.
3125
3126 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3127
3128         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3129         reference to a deprecated symbol _GPTRREG was causing failure to
3130         link. Thanks G. M. Gallant for the info.
3131
3132 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3133
3134         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3135         comments for Bugs item #954788.
3136
3137 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3138
3139         * src/pic16/device.c (pic16_dump_gsection,
3140         * pic16_groupRegistersInSection): handle symbols declared to be in
3141         access bank differently,
3142         * src/pic16/gen.c (struct _G): added field resDirect,
3143         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3144         send values read from stack directly to result and don't allocate
3145         temporary values,
3146         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3147         same registers,
3148         * (pic16_sameRegsOfs): NEW,
3149         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3150         free because they were not allocated from temporary pool,
3151         * pic16_popRegFromString): workaround to fix a problem with
3152         allocating variables twice or never,
3153         * (genGenPointerGet): using PRODL instead of FSR0H,
3154         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3155         instead of FSR0H,
3156         * (genAssign): take advantage of the _G.resDirect flag,
3157         * (genCast): around line 11844, use mov2f instead of directly
3158         MOVFF'ing between operands to account for literal values,
3159         * src/pic16/genutils.c: some new debug functions for gpsim have been
3160         added,
3161         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3162         float with integer part only,
3163         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3164         place variables in access bank
3165         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3166         updated sources to reflect recent changes in gen.c
3167
3168 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3169
3170         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3171         sources that searched for headers in installation path, now the
3172         device/include/pic16 is used,
3173         * src/pic16/glue.c (pic16glue),
3174         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3175         .line directives if not in debug mode, this suppresses assembler's
3176         warnings for ignored directives
3177
3178 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3179
3180         * src/port.h: made reset_regparms prototype void parameter explicit.
3181         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3182         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3183         * doc/sdccman.lyx: documented warning disabling and how to use
3184           printf_large to make it print floats.
3185         * device/include/stdbool.h: NEW
3186         * device/lib/_atof.c,
3187         * device/lib/_divuint.c,
3188         * device/lib/_divulong.c,
3189         * device/lib/expf.c,
3190         * device/lib/printf_large.c,
3191         * device/lib/sincosf.c,
3192         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3193         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3194           a completely reentrant lib.
3195
3196 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3197
3198         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3199         * device/include/pic16/stdio.h: fixed bug with colon
3200
3201 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3202
3203         * device/include/pic16/stdio.h,
3204         * device/include/pic16/stdlib.h,
3205         * device/include/pic16/math.h: NEW
3206         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3207         declared as _naked to reduce overhead
3208         * device/lib/Makefile.in (target port-specific-objects-pic16):
3209         changed * to *.* so to ignore the CVS directory,
3210         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3211         stacked variables back in stack,
3212         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3213         corruption
3214
3215 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3216
3217         * .version: bumped version number to 2.4.5
3218         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3219         * support/Util/SDCCerr.c (messages structure): added entry for
3220         W_POSSBUG2
3221
3222         Large cumulative patch for pic16 port and libraries.
3223         * device/include/pic16/sdcc-lib.h,
3224         * device/include/pic16/stdarg.h,
3225         * device/include/asm/pic16/features.h,
3226         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3227         * device/include/pic16/float.h: changes reentrant keyword with
3228         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3229         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3230         updated target build-libraries to include objects from gptr,
3231         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3232         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3233         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3234         all function headings,
3235         * src/SDCCmain.c: added global parameter userIncDirsSet,
3236         * (parseCmdLine): when option -I is encountered add directory to
3237         userIncDirsSet too,
3238         * src/version.awk: added space between control and long,
3239         * src/pic16/NOTES: added some notes for the port,
3240         * src/pic16/gen.c: added prototype for mov2fp function,
3241         * (fReturnpic16[]): properly named return value registers,
3242         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3243         * (aopForSym): added code to handle symbols with onStack flag set,
3244         symbols onStack are allocated PTRSIZE bytes,
3245         * (aopFreeAsmop): handles special case where asmops are stack objects,
3246         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3247         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3248         added argument lock to trace flaws in allocating temporary registers
3249         when developing port,
3250         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3251         * (pic16_popRegFromString): reenabled allocating a direct register
3252         from string,
3253         * (assignResultValue): various beautifications,
3254         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3255         referenced function argument,
3256         * (genIpush): reenabled to allow stacked arguments, handles only
3257         ic->parmPush iCodes,
3258         * (genCall, genPcall): major changes to allow for variable argument
3259         functions, fixed a bug with falsely restoring stack pointer after
3260         returning from call,
3261         * (genFunction): pending code for critical function,
3262         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3263         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3264         * (genNearPointerGet): fixed bug with indirect reading, was always
3265         reading from INDF0
3266         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3267         pointers,
3268         * (genAddrOf): rewrote code to take address of a stacked function parameter
3269         * (genCast): fixed casting to generic pointer type,
3270         * src/pic16/gen.h: added AOP_STA,
3271         * (struct asmop): added field stk,
3272         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3273         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3274         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3275         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3276         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3277         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3278         generic pointers,
3279         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3280         and library paths,
3281         * (pic16_port structure): generic pointer size is set to 3,
3282         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3283         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3284         compiler warning,
3285         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3286         operand is an iTemp,
3287
3288 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3289
3290         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3291         * debugger/mcs51/simi.c: addapt new syntax of s51
3292
3293 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3294
3295         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3296         * src/pic16/pcode.c: commented out some calls to free() in order to
3297         fix bug #989576,
3298
3299 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3300
3301         * src/SDCCicode.h,
3302         * src/SDCCicode.c (isiCodeInFunctionCall),
3303         * src/avr/ralloc.c (selectSpil),
3304         * src/pic/ralloc.c (selectSpil),
3305         * src/pic16/ralloc.c (selectSpil),
3306         * src/ds390/ralloc.c (selectSpil),
3307         * src/hc08/ralloc.c (selectSpil),
3308         * src/xa51/ralloc.c (selectSpil),
3309         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3310         stack in the middle of a function call sequence (fixes bug #1020268)
3311         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3312         costs associated with the minimum switch case.
3313
3314 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3315
3316         * src/SDCC.lex: fixed bug #1030549
3317
3318 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3319
3320         * src/SDCCcse.h (struct cseDef),
3321         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3322         over a function call if the CSE is derived from a symbol whose
3323         address has been taken (fixes bug #1029883)
3324         * support/regression/tests/bug-1029883: a new regression test for
3325         this bug
3326
3327 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3328
3329         * src/hc08/gen.c (emitinline): fixed bug #1029778
3330         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3331         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3332         and starts toward RFE #905167)
3333
3334 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3335
3336         * src/pic16/gen.c (mov2f): New function to move an operand to
3337         another without considering if it is a literal or a register,
3338         * (pic16_sameRegs): don't check if they are both AOP_REG,
3339         * (AccRsh): removed andmask=0 lines,
3340         * (genLeftShift): duplicated to be improved in future versions,
3341         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3342         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3343         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3344         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3345         * (insertBankSwitch): fixed inserting banksel directives algorithm
3346         for instructions that follow a skip instruction, this fixes a report
3347         for broken subtraction code generation,
3348         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3349         iCode is a left op, just in case result and right share the same
3350         registers
3351
3352 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3353
3354         * src/hc08/main.c,
3355         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3356         preservation of HX
3357         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3358         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3359         on 2004-09-12; it was buggy
3360
3361 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3362
3363         * src/SDCCsymt.h: removed RESULT_CHECK
3364         * src/SDCCast.c,
3365         * src/SDCCglue.c,
3366         * src/SDCCval.c,
3367         * src/pic/glue.c,
3368         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3369
3370 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3371
3372         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3373         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3374         configuration values no more rejected by compiler, they are assigned
3375         to configuration registers with a warning message instead,
3376         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3377         the for-loop so last conf register is emitted too,
3378         * (_pic16_initPaths): link library libsdcc.lib by default,
3379         * (_hasNativeMulFor): modified test for multiplication according to
3380         Raphael Neider's remarks. Integer multiplication is also done with
3381         support functions,
3382         * device/include/pic16/pic18fregs.h: corrected type error in while
3383         testing and including 18f6720 header file
3384
3385 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3386
3387         * src/pic16/device.h (pic16_options): removed field use_crt,
3388         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3389         until an optimization to handle single bits is added,
3390         * (pic16_loadFSR0): moved before genUnpackBits,
3391         * (genAnd): some white lines removed,
3392         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3393         leave_reset flags in pic16_options when using crt modules,
3394
3395 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3396
3397         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3398           for bugs 898889 & 979599. Also used some safer print instructions.
3399
3400 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3401
3402         * src/pic16/device.h (pic16_options_t): added field use_crt,
3403         crt_name, no_crt,
3404         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3405         catch a probable future bug,
3406         * src/pic16/gen.c: aopIdx function commented out,
3407         * (genAssign): commented out old code which used aopIdx,
3408         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3409         code, added if conditionals to take into account the --use-crt
3410         command line options,
3411         * src/pic16/main.c (pic16_optionsTable): added new command line
3412         options, --use-crt= and --no-crt,
3413         * (_pic16_linkEdit): now the proper crt object is added in the
3414         linker command line except than when --no-crt is specified,
3415         * src/pic16/pcode.c,
3416         * src/pic16/pcode.h: added some structures and functions for a new
3417         optimization scheme to compansate for instruction overhead between
3418         same iCodes, this scheme is currently under development and is not
3419         working in any way,
3420         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3421         to && operator,
3422         * device/lib/pic16/startup/crt0i.c,
3423         * device/lib/pic16/startup/crt0iz.c: added global char variable
3424         __uflags to force the generation of an idata section
3425
3426 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3427
3428         * doc/Makefile,
3429         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3430         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3431
3432 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3433
3434         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3435         Frieder) and clarified the default code optimization mode
3436
3437 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3438
3439         * src/SDCC.lex (doPragma, process_pragma),
3440         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3441         "opt_code_size", and "opt_code_balanced"
3442         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3443         regrouped options by category, added support for category headers
3444         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3445         and "--opt-code-size"
3446         * doc/sdccman.lyx: documented these new options and pragmas
3447         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3448         preference into account
3449
3450 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3451
3452         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3453           geniCodePreDec): Fixed bug 904237 by generating a warning
3454         * src/SDCCerr.h,
3455         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3456
3457 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3458
3459         * src/pic/device.c : When no max ram set validate full memory range.
3460         * src/pic/pcode.c,
3461         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3462
3463 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3464
3465         * device/lib/_gptrget.c,
3466         * device/lib/_gptrput.c: updated comment
3467         * device/lib/calloc.c,
3468         * device/lib/free.c,
3469         * device/lib/malloc.c,
3470         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3471         * src/SDCCcse.c (cseBBlock),
3472         * src/SDCCicode.c (printOperand, geniCodeArray),
3473         * src/SDCCicode.h (struct operand): fixed bug 868103
3474         * support/regression/tests/bug-868103.c: added
3475         * src/SDCCast.c (searchLitOp),
3476         * src/SDCCcse.h (struct cseDef),
3477         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3478         * src/SDCCicode.h (struct operand),
3479         * src/SDCCsymt.h (struct sym_link),
3480         * src/avr/gen.c (hasInc),
3481         * src/ds390/gen.c (hasInc),
3482         * src/hc08/gen.c (genPlusIncr, hasInc),
3483         * src/mcs51/gen.c (hasInc),
3484         * src/pic16/glue.c (pic16_printIvalChar),
3485         * src/pic16/ralloc.c (regWithIdx),
3486         * src/xa51/gen.c (hasInc) : removed warnings
3487         * src/SDCCast.c (createBlock): added comment ???
3488         * src/hc08/ralloc.c: updated comments
3489
3490 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3491
3492         * doc/sdccman.lyx: updated section on switch statements, added
3493         section about semaphore locking
3494         * doc/Makefile: added option -info for latex2html
3495         * device/lib/_gptrget.c,
3496         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3497
3498 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3499
3500         * src/pic/device.h,
3501         * src/pic/device.c,
3502         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3503          maxram is less than 0x100.
3504
3505 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3506
3507         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3508
3509 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3510
3511         * src/port.h,
3512         * src/mcs51/main.c,
3513         * src/ds390/main.c,
3514         * src/z80/main.c,
3515         * src/hc08/main.c,
3516         * src/pic/main.c,
3517         * src/pic16/main.c,
3518         * src/avr/main.c,
3519         * src/xa51/main.c
3520         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3521         a jump table is the best form for a switch statement, including
3522         automatic insertion of missing cases to make the case range
3523         continuous. Developed in collaboration with Frieder Ferlemann.
3524
3525 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3526
3527         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3528         accumulator result if it needs sign extension
3529
3530 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3531
3532         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3533
3534 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3535
3536         * device/lib/gbz80/printf.c,
3537         * device/lib/z80/printf.c: removed define for NULL
3538
3539 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3540
3541         * as/xa51/xa_link.c,
3542         * device/examples/ds390/ow390/ad26.c,
3543         * device/examples/ds390/ow390/cnt1d.c,
3544         * device/examples/ds390/ow390/counter.c,
3545         * device/examples/ds390/ow390/ds2480.h,
3546         * device/examples/ds390/ow390/ds2480ut.c,
3547         * device/examples/ds390/ow390/findtype.c,
3548         * device/examples/ds390/ow390/gethumd.c,
3549         * device/examples/ds390/ow390/owllu.c,
3550         * device/examples/ds390/ow390/ownetu.c,
3551         * device/examples/ds390/ow390/swt12.c,
3552         * device/examples/ds390/ow390/swtloop.c,
3553         * device/examples/ds390/ow390/temp.c,
3554         * device/examples/ds390/ow390/temp10.c,
3555         * device/examples/ds390/ow390/thermo21.c,
3556         * device/examples/ds390/ow390/tinilnk.c,
3557         * device/examples/ds390/ow390/tstfind.c,
3558         * device/examples/serialcomm/windows/serial.cpp,
3559         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3560         * device/include/reg51.h: fixed line endings for cvs
3561
3562 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3563
3564         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3565         packRegsForAccUse, packRegisters): new accumulator register
3566         packing algorithm
3567         * support/regression/ports/hc08/support.c (_putchar): suppress
3568         warning of unused variable
3569         * src/SDCCicode.c: added SWAP entry to codeTable
3570
3571 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3572
3573         * device/lib/sprintf.c: forgot to add this file before previous commit
3574
3575 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3576
3577         * src/pic16/gen.c (genPackBits): added operand right in function
3578         parameters, load result directly if p_type is POINTER (that is
3579         called by genNearPointerSet)
3580         * (genUnPackBits): added operand left in function parameters,
3581         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3582         FSR0 if accessing bitfields,
3583
3584 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3585
3586         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3587           _print_format; updated printf, sprintf, vsprintf
3588         * device/include/asm/default/features.h: corrected comment/define
3589         * device/lib/Makefile.in: added sprintf.c
3590         * device/lib/libsdcc.lib: added sprintf module
3591         * device/lib/printf_large.c,
3592         * device/lib/vprintf.c,
3593         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3594           into these 3 files
3595         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3596         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3597         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3598           hc08 test
3599         * support/regression/tests/zeropad.c: define idata as data for hc08
3600
3601 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3602
3603         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3604         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3605         labels are referenced at least once (even if a reference is not found)
3606         * src/hc08/gen.c (emitcode): set isComment flag for comments
3607         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3608         loads), rules 6a..6b (optimize jumps to return)
3609
3610 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3611
3612         * device/lib/acosf.c (acosf),
3613         * device/lib/asinf.c (asinf),
3614         * device/lib/atanf.c (atanf),
3615         * device/lib/ceilf.c (ceilf),
3616         * device/lib/cosf.c (cosf),
3617         * device/lib/coshf.c (coshf),
3618         * device/lib/cotf.c (cotf),
3619         * device/lib/fabsf.c (fabsf),
3620         * device/lib/floorf.c (floorf),
3621         * device/lib/log10f.c (log10f),
3622         * device/lib/logf.c (logf),
3623         * device/lib/sinf.c (sinf),
3624         * device/lib/sinhf.c (sinhf),
3625         * device/lib/sqrtf.c (sqrtf),
3626         * device/lib/tanf.c (tanf),
3627         * device/lib/tanhf.c (tanhf),
3628         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3629         replaced all instances of "reentrant" in the library functions
3630         defined in math.h with this macro.
3631         * support/regression/tests/float_trans.c: reenabled test for hc08
3632
3633 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3634
3635         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3636         erroneously deleted
3637
3638 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3639
3640         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3641         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3642         multi-byte volatile operands are used
3643         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3644         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3645         initialization to area GSINIT0 so that it would always precede
3646         any static initializers in GSINIT
3647         * support/regression/tests/zeropad.c: fixed idata define for hc08
3648         * support/regression/tests/bug-927659.c,
3649         * support/regression/tests/float_trans.c: disabled tests for hc08
3650         pending missing library routines
3651         * .version: increased version number to 2.4.4 - hc08 port now passes
3652         regression tests
3653
3654
3655 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3656
3657         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3658         * Makefile.common.in,
3659         * as/Makefile,
3660         * as/hc08/Makefile.in,
3661         * as/mcs51/Makefile.in,
3662         * as/z80/Makefile.in,
3663         * debugger/mcs51/Makefile.in,
3664         * device/include/Makefile.in,
3665         * device/lib/Makefile.in,
3666         * doc/Makefile,
3667         * link/Makefile,
3668         * link/z80/Makefile.in,
3669         * packihx/Makefile.in,
3670         * sim/ucsim/main_in.mk,
3671         * sim/ucsim/avr.src/Makefile.in,
3672         * sim/ucsim/doc/Makefile.in,
3673         * sim/ucsim/gui.src/serio.src/Makefile.in,
3674         * sim/ucsim/hc08.src/Makefile.in,
3675         * sim/ucsim/s51.src/Makefile.in,
3676         * sim/ucsim/xa.src/Makefile.in,
3677         * sim/ucsim/z80.src/Makefile.in,
3678         * src/Makefile.in,
3679         * support/cpp2/Makefile.in,
3680         * support/librarian/Makefile,
3681         * support/makebin/Makefile: added DESTDIR to the install path proposed
3682         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3683         * doc/sdccman.lyx: added DESTDIR documentation
3684
3685 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3686
3687         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3688         instruction for interrupt handlers, use fast returns when returning
3689         from high priority interrupts
3690
3691 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3692
3693         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3694         code generation
3695         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3696         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3697         bugs, ported much of Bernhard's code from mcs51
3698         * src/mcs51/gen.c (genSend),
3699         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3700         than one when calling a reentrant function
3701         * device/lib/_mullong.c: defined an alternate struct layout for big
3702         endian ports (hc08)
3703
3704 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3705
3706         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3707         test
3708
3709 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3710
3711         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3712         are sane and complete before asking the port its prefered parameter
3713         passing method (fixes bug #1017633)
3714         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3715         and _ret3
3716
3717 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3718
3719         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3720         problem in bitfields >= 8 bits.
3721
3722 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * src/SDCCsymt.c: undid changes that were not meant to be committed
3725
3726 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3727
3728         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3729
3730 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3731
3732         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3733           copied and wrong bit got inverted
3734
3735 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3736
3737         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3738         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3739         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3740         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3741         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3742         assignments to bitfields at known addresses
3743         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3744         reads from bitfields at known addresses
3745         * src/hc08/ralloc.c (packRegisters),
3746         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3747         genhc08Code): optimize pointer get values used as conditionals
3748         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3749         and branch
3750
3751 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3752
3753         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3754         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3755         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3756         as conditionals
3757
3758 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3759
3760         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3761
3762 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3763
3764         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3765         related problems
3766
3767 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3768
3769         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3770
3771 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3772
3773         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3774         mcs51 port
3775
3776 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3777
3778         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3779
3780 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3781
3782         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3783         cases use more compact code.
3784
3785 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3786
3787         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3788
3789 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3790
3791         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3792
3793 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3794
3795         * src/SDCCsymt.h,
3796         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3797         parameter of changePointer() from symbol* to sym_link*
3798         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3799         * src/SDCCsymt.c (compareType): void* type is castable to other
3800         pointers, but not necesarily an exact match.
3801         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3802         is no longer blindly treated as an exact match.
3803         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3804
3805 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3806
3807         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3808
3809 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3810
3811         * src/pic/gen.c,
3812         * src/pic/pcode.c,
3813         * src/pic/ralloc.h,
3814         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3815
3816 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3817
3818         * src/pic/device.c,
3819         * src/pic/device.h,
3820         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3821
3822 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3823
3824         * src/mcs51/gen.c (emitcode): fixed bug #992819
3825
3826 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3827
3828         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3829           there's no need to make it worse
3830
3831 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3832
3833         * src/mcs51/ralloc.c (deassignLR),
3834         * src/ds390/ralloc.c (deassignLR),
3835         * src/hc08/ralloc.c (deassignLR),
3836         * src/z80/ralloc.c (deassignLR),
3837         * src/pic/ralloc.c (deassignLR),
3838         * src/pic16/ralloc.c (deassignLR),
3839         * src/avr/ralloc.c (deassignLR),
3840         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3841         rlivePoint): fixed another part of bug #971834
3842
3843 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3844
3845         * src/z80/main.c: enabled "critical" keyword
3846         * src/z80/mappings.i,
3847         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3848         functions (fixes bug #979646)
3849         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3850
3851 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3852
3853         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3854           such as c:\mydir.
3855
3856 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3857
3858         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3859           doesn't disable too much optimizations
3860
3861 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3862
3863         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3864
3865 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3866
3867         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3868
3869 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3870
3871         * src/pic/gen.c tidied up tabs
3872         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3873         * src/pic/main.c tidied up tabs
3874         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3875         * src/pic/pcoderegs.c tidied up tabs
3876         * src/pic/ralloc.c tidied up tabs
3877
3878 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3879
3880         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3881         to S_FIXED for pic16 port and when symbol is not in level 0,
3882         allocate for S_REGISTER storage class and pic16 port, too,
3883         * src/pic16/device.h: prototype for checkSym,
3884         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3885         * (pic16_assignConfigWordValue): test the value and the mask to
3886         validate that the value is suitable for the configuration word,
3887         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3888         collect extern declared symbols, don't emit symbol twice, check
3889         first if symbol is in publics set first,
3890         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3891         * added command line '--fstack' which enables an experimental
3892         feature for stack access, too buggy to be used yet...
3893         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3894         * (pic16_allocDirReg): when register has storage class S_REGISTER
3895         allocate in pic16_dynAccessRegs,
3896         * device/include/pic16/pic18f????.h: modified configuration word
3897         naming convention, words started as CONFIG0H but should be CONFIG1H
3898
3899 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3900
3901         * device/include/mcs51reg.h: fixed bug 970993
3902
3903 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3904
3905         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3906         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3907         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3908         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3909         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3910         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3911           error/warning numbers,
3912           added function setWarningDisabled()
3913         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3914         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3915           _memcmp.c _memmove.c calloc.c realloc.c free.c
3916         * support/regression/tests/malloc.c: added tests for new functionality
3917         * support/regression/tests/zeropad.c: added tests for truncated initializers
3918           and initialized char arrays starting with '\x0'
3919         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3920
3921 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3922
3923         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3924
3925 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3926
3927         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3928         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3929         peephole 177.e. Thanks to anonymous
3930
3931 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3932
3933         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3934         function isn't used in the source but referenced as a
3935         variable initializer then declare it as extern in .asm file
3936
3937 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3938
3939         * .version: increased version number to 2.4.3
3940
3941         Adding version extension according to ChangeLog CVS revision
3942         * src/Makefile.in (target all): added dependency 'version.h'
3943         * (rule version.h): added rule to create version.h from ChangeLog,
3944         * (rule dep): added dependency version.h,
3945         * src/version.awk: AWK script to create version.h
3946         * src/SDCCdwarf2.c (dwWriteModule),
3947         * src/SDCCglue.c (initialComments),
3948         * src/SDCCmain.c (printVersionInfo): modified to write after
3949         version string the version extension number,
3950         * src/SDCCutil.c: included "version.h"
3951         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3952         number,
3953         * src/SDCCutil.h: added prototype for getBuildNumber
3954
3955         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3956         includeDirsSet, too,
3957         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3958         const char [] is found in function prototype...
3959
3960         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3961         moving to WREG with source is already in WREG,
3962         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3963         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3964         * (aopForSym): stack'ed symbols are partially supported, added
3965         if-clause to support symbols in FARSPACE,
3966         * (sameRegs): added test for AOP_ACC to see if registers are same,
3967         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3968         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3969         * (pic16_popRegFromString): will not allocate a new register if it
3970         doesn't find one by name, bug may have introduced...
3971         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3972         * (genIpush): revived to use pic16 port's stack,
3973         * (genAddrOf): added incomplete case for stack'ed operand,
3974         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3975         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3976         can handle multibyte operands,
3977         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3978         * (pic16initialComments): added message for MPLAB compatibility
3979         mode enabled,
3980         * src/pic16/main.h: prototype for pic16_mplab_comp,
3981         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3982         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3983         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3984         because of increased complexity of procedure,
3985         * (_process_pragma): stack pragma changed to format 'stack pos len',
3986         emit symbol '_stack_end' to conform with gplink,
3987         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3988         to search for register,
3989         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3990         PO_GPR_REGISTER,
3991         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3992         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3993         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3994         case for PO_GPR_REGISTER,
3995         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3996         dies, the new era is ahead !...
3997         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3998         pic16_dynInternalRegs,
3999         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4000         * (pic16_allocDirReg): minor optimizations and bug fixes,
4001         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4002
4003         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4004         load stack and frame pointer with address of 'stack_end' symbol
4005
4006 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4007
4008         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4009         without source code but only variable initializers
4010
4011 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4012
4013         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4014         external are not declared as extern to reduce overhead while linking
4015
4016 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4017
4018         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4019
4020 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4021
4022         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4023           Yee Keat for the patch
4024         * src/SDCCast.c (decorateType): fixed bug #979599
4025         * src/ds390/gen.h: removed local fReturnSizeDS390
4026         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4027         * src/ds390/gen.c (genAnd, genOr, genXor),
4028         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4029
4030 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4031
4032         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4033         add relFilesSet to $3, manipulate $2 to handle linking of object
4034         files without source files in command line,
4035         * device/include/pic16 (all headers): added ID location macros,
4036         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4037         entries for ID location bytes,
4038         * (pic16_assignIdByteValue): NEW,
4039         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4040         added field dumpcalltree to pic16_options_t,
4041         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4042         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4043         emitting rFalseIfx label after check_carry label,
4044         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4045         pic16_emitDIRegs), NEW
4046         * (pic16glue): dump .calltree file when option --calltree found,
4047         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4048         * (_pic16_genAssemblerPreamble): emit ID locations after
4049         configuration registers,
4050         * (pic16_linkCmd): modifications of the link command,
4051         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4052         * (pic16_pCodeInitRegisters): don't init stack registers,
4053         * (pic16_findPrevInstruction): fixed bug,
4054         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4055         bug with immediate registers,
4056         * (buildCallTree): traces stack push and pop,
4057         * (pct2): dump also stack usage for each function,
4058         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4059         * (pic16_allocDirReg): various modifications,
4060         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4061         fixed to 1,
4062
4063 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4064
4065         * src/pic16/pcode.c: removed buggy double colon
4066
4067 2004-07-01 Borut Razem <borut.razem AT siol.net>
4068
4069         * support/scripts/sdcc.nsi: added include/pic16 to setup
4070
4071 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4072
4073         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4074         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4075         target 'clean',
4076         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4077         specific command line arguments. Also added sample lkr script
4078         for placing a variable at a specific memory bank.
4079         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4080         at a specific memory bank,
4081         * (pic16_dump_isection): fixed bug which caused string literals to
4082         be omitted when dumping idata section,
4083         * (pic16_groupRegistersInSection): added code to handle registers
4084         in specific memory banks,
4085         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4086         public, all references are renamed too,
4087         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4088         AOP_DPTR2,
4089         * (pic16_storeForReturn): added case to handle when dest is WREG,
4090         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4091         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4092         pic16_rel_udata, check to see if that register is marked as being
4093         a member of a specific memory bank,
4094         * (pic16_printIvalCharPtr): added code to add string literals either
4095         to code or the idata sections,
4096         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4097         also accept the 'udata' pragma,
4098         * src/pic16/main.h: new structure types sectName and sectSym
4099         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4100         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4101         * (pic16_findPrevInstruction): fixed, it returned nothing,
4102         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4103         instruction combinations,
4104         * (pic16_FixRegisterBanking): heavily reorganised,
4105         * (pic16_AnalyzeBanking): if generating banksel directives is
4106         disabled, then don't call FixRegisterBanking at all,
4107         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4108         completely removed,
4109         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4110
4111 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4112
4113         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4114         Phuah Yee Keat <yk.phuah AT nestac.com>
4115
4116 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4117
4118         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4119         correctly the IVT even if it is relocated to some other location
4120
4121 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4122
4123         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4124         * device/include/pic16/pic18f2220.h: NEW,
4125         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4126         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4127         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4128         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4129         nodefaultlibs, ivt_loc is the location of the interrupt vector
4130         table, and nodefaultlibs signs that default libraries should not be
4131         linked in link stage,
4132         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4133         according to --ivt-loc argument,
4134         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4135         when pragma stack is found,
4136
4137 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4138
4139         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4140         256 (range check), 257 (do while), 258.a-f (bit banging
4141         f.e. on 3-wire SPI bus)
4142
4143 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4144
4145         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4146         variables used exclusively within a loop
4147
4148 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4149
4150         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4151
4152 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4153
4154         * src/SDCClrange.c (computeClash): fixed bug #971834
4155
4156 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4157
4158         * src/mcs51/gen.c (genCmp): fixed bug #975903
4159         * src/hc08/gen.c (operandsEqu),
4160         * src/ds390/gen.c (operandsEqu),
4161         * src/z80/gen.c (operandsEqu),
4162         * src/pic/gen.c (operandsEqu),
4163         * src/pic16/gen.c (operandsEqu),
4164         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4165         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4166
4167 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4168
4169         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4170
4171 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4172
4173         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4174         default case in switch statement,
4175         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4176         to eliminate problem with initialisation of pointers, but problem
4177         still exists,
4178         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4179         * (emitStaticSegment): removed various lines emitting debug info,
4180         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4181         added processor registers for utilizing EEPROM,
4182         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4183         configurable and set 8
4184
4185 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4186
4187         * .version: increased version number to 2.4.2,
4188
4189         Cumulative patch for pic16 port
4190         * src/pic16/device.c: changed scheme to dump initial values for
4191         variables in idata segment, all print_idata* functions were removed,
4192         now the pic16_printIval* will be called,
4193         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4194         * _pic16_printPointerType, pic16_printPointerType,
4195         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4196         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4197         NEW, similar to the respective functions in SDCCglue.c,
4198         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4199         way, emitting hex bytes,
4200         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4201
4202 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4203
4204         * src/avr/ralloc.c (serialRegAssign),
4205         * src/xa51/ralloc.c (serialRegAssign),
4206         * src/pic/ralloc.c (serialRegAssign),
4207         * src/pic16/ralloc.c (serialRegAssign),
4208         * src/hc08/ralloc.c (serialRegAssign),
4209         * src/z80/ralloc.c (serialRegAssign),
4210         * src/ds390/ralloc.c (serialRegAssign),
4211         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4212
4213 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4214
4215         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4216         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4217
4218 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4219
4220         Cumulative patch for pic16 port:
4221         * src/pic16/device.h (typedef PIC16_device) modified fields for
4222         defining microcontrollers,
4223         * src/pic16/device.c: added new info for all devices in Pics16 array,
4224         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4225         to be optimised out by the pCode optimiser,
4226         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4227         specially, bug reported by G.M. Gallant,
4228         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4229         as force'd so that cannot be optimised out by pCode optimiser,
4230         * src/pic16/pcode.c,
4231         * src/pic16/pcodepeeph.c,
4232         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4233         they are disabled by default, but can be enabled explicit with
4234         command argument --denable-peeps, for testing,
4235         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4236         --pomit-ivt in COMPILE_FLAGS
4237
4238 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4239
4240         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4241           compilation on MSVC
4242
4243 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4244
4245         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4246
4247 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4248
4249         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4250         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4251
4252 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4253
4254         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4255         would only assign 0x300001 register.
4256
4257 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4258
4259         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4260         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4261
4262 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4263
4264         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4265         for ds80c400
4266         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4267         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4268         added peephole 254 (left shift), 255 (jump table)
4269
4270 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4271
4272         * device/lib/Makefile.in: removed comment line with model-pic16,
4273         * (target port-specific-objects-pic16): the libraries and objects
4274         are copied to the build directory form the device/lib/pic16/bin
4275         directory
4276
4277         Cumulative patch concerning pic16 port:
4278         * library directory has been re-organized,
4279         * added support for PIC18F1220,
4280         * added headers and library sources for chips 18f1220,18f6520,
4281         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4282
4283         * configuration registers setting has changed, now each supported
4284         device has a complete description of the registers it uses,
4285         * all initialisations are moved to idata sections, these section
4286         can be absolute or relocatable,
4287         * fixed initialisation of codespace variables,
4288         * fixed warning about PCLATU and gpsim,
4289         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4290         * (genAssign): use table reads when assigning from variables in codespace,
4291         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4292         char/int variables placed in codespace,
4293         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4294         registers set in .asm file, no need for --pomit-config-words anymore,
4295         * (pic16glue): some 8051 legacy segments are commented out
4296         (to be removed completely),
4297         * added support for alternative assembler and linker with --asm=
4298         and --link= command line arguments,
4299         * peepholes are disabled automatically in the port, no need to
4300         specify on command line,
4301         * port supports natively char/int/long multiplication, but converts
4302         all divisions to support functions,
4303         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4304         to the file set in variable $2,
4305         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4306         strings in ASCII format and not in hex,
4307         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4308         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4309         allocate proper register if iCodes aren't temporary,
4310
4311 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4312
4313         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4314
4315 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4316
4317         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4318         is commented out
4319
4320 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4321
4322         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4323         computed address is reused
4324         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4325         multi-byte bitfields
4326
4327 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4328
4329         * src/z80/gen.c: (genArrayInit): must check for pointers too
4330
4331 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4332
4333         * support/regression/tests/zeropad.c: never meant to commit the
4334           nestedstruct test: removed, added check for GCC version
4335
4336 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4337
4338         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4339         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4340         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4341           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4342           bugs 928906 and 954082 half-empty initializers
4343         * src/SDCCsymt.h,
4344         * src/SDCCsymt.c (getAllocSize): added for above fix
4345         * src/z80/gen.c (genArrayInit): fixed bug 741044
4346         * support/regression/tests/zeropad.c: added tests
4347
4348 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4349
4350         * src/pic16/device.c (pic16_dump_section): corrected bug which
4351         caused some symbols of the libraries to be misplaced
4352
4353 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4354
4355         * src/pic16/glue.c,
4356         * src/pic16/ralloc.h,
4357         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4358         to fix conflict with pic port
4359
4360 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4361
4362         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4363         externs configuration variables,
4364         * src/pic16/ralloc.h,
4365         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4366         prototype in header, commented out some debug messages
4367
4368 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4369
4370         * src/pic16/glue.c,
4371         * src/pic16/main.c,
4372         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4373         for gpasm COFF object generation. Thanks to D. Hawkins for
4374         his patch info
4375
4376 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4377
4378         * src/ds390/main.c,
4379         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4380         Brock for spotting this)
4381         * src/ds390/gen.c (genEndFunction),
4382         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4383         interrupt handler and critical. Disable push/pop optimizations when
4384         peephole optimizations disabled.
4385
4386 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4387
4388         Updated pic16 library sources and headers.
4389         * device/lib/pic16/pic18f*/ ,
4390         * device/include/pic16/*.h: modified to handle structured SFR
4391         definitions
4392
4393 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4394
4395         * src/port.h (PORT structure): added hook initPaths, now each
4396         port can declare its own default search paths,
4397         which can been seen with the --print-search-dirs option,
4398         see pic16 port for example,
4399         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4400         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4401         * (doPrintSearchDirs): NEW, replaces in a central manner the
4402         printing of search dirs which was split in set*Paths functions,
4403         * (main): added call to port->initPaths and doPrintSearchDirs,
4404         * src/avr/main.c,
4405         * src/ds390/main.c,
4406         * src/hc08/main.c,
4407         * src/izt/i186.c,
4408         * src/izt/tlcs900h.c,
4409         * src/mcs51/main.c,
4410         * src/pic/main.c,
4411         * src/pic16/main.c: modified port structures to reflect addition of
4412         initPaths hook,
4413
4414         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4415         * (pic16_dump_section): for registers in same address reserve memory once,
4416         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4417         to no_banksel,
4418         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4419         result is greater in size than right or left,
4420         * (pic16_genUMult8X8_8): there are some cases where the result can
4421         be 16 bits size, so handle these,
4422         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4423         * (pic16_outBitC): modified to emit pcodes,
4424         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4425         or not,
4426         * (genDivOneByte): implemented algorithm to divide 8-bits,
4427         * (genCmp): uncommented goto, but issues still exist,
4428         * (genAnd): fixed a bug with variables >8bits,
4429         * (genPackBits): optimization added that uses BCF/BSF to change a
4430         single bit,
4431         * (genAssign): fixed bug when assigning floating point literals,
4432         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4433         __sdcc_gsinit_startup label,
4434         * src/pic16/main.c (_pic16_init): removed search directory
4435         initialisations,
4436         * (_pic16_initPaths): NEW, used to initialise search directories,
4437         * (_hasNativeMulFor): support functions for all except char/int
4438         multiplication, and char division,
4439         * (PIC16_port struct): modified entry for native mul support,
4440         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4441         no_banksel option,
4442         * (buildCallTree): call to register_usage is ifdef'ed out,
4443
4444 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4445
4446         * device/include/string.h: applied Stas Sergeev's patch to make this
4447         header file compatible with the preprocessor -Wundef option
4448         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4449         failure (fixes bug #941458)
4450
4451 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4452
4453         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4454         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4455         that the variable, not the function, should be static
4456         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4457         to be consistent with non-literal case
4458
4459 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4460
4461         * src/SDCCast.c (isConformingBody): fixed bug #949967
4462         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4463         convilong): fixed bug #952086
4464
4465 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4466
4467         * src/SDCCmem.c (allocVariables): fixed bug #955321
4468
4469 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * src/hc08/main.c (_hc08_genAssemblerEnd),
4472         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4473         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4474         completely eliminated the use of a temporary file
4475         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4476         when more than one file linked
4477         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4478
4479 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4480
4481         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4482         which fixes bug #543481
4483         * support/regression/tests/bug-751703.c: fixed comments left from a
4484         cut and paste error
4485         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4486         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4487         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4488         scopes
4489         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4490         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4491         are now changed to underscores in moduleName
4492
4493 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4494
4495         * as/mcs51/lkmem.c: better fix for bug #954173
4496
4497 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4498         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4499
4500         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4501         * device/include/c8051f000.h,
4502         * device/include/c8051f120.h,
4503         * device/include/c8051f300.h,
4504         * device/include/c8051f310.h,
4505         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4506         PWM16) and detab'ed
4507
4508 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4509
4510         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4511         and mailing lists, doc'ed --no-peep-comments, removed reference
4512         to knoppix (newest version has no LyX/LaTeX), other minor changes
4513         * src/SDCCglue.c (glue): save 2 bytes stack space with
4514         option --main-return. The ljmp could probably be avoided too
4515
4516 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4517
4518         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4519
4520 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4521
4522         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4523         * src/SDCCopt.c (isLocalWithoutDef),
4524         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4525         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4526         (credit to Maarten Brock for patch #949363, on which this is based)
4527         * support/regression/tests/bug-751703.c: some test cases of extern used
4528         within inner scopes.
4529
4530 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4533         SPEC_STRUCT
4534         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4535         struct definitions
4536         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4537         dwWriteLabel): fix to create valid debugger symbols even when
4538         the module name has non-alphanumeric symbols in it
4539         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4540         when a variable's allocation has been optimized away
4541
4542
4543 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4544
4545         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4546         * src/hc08/main.c,
4547         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4548         * src/mcs51/main.c,
4549         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4550         * src/ds390/main.c,
4551         * src/z80/gen.c (z80_emitDebuggerSymbol),
4552         * src/z80/main.c,
4553         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4554         * src/pic/main.c,
4555         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4556         * src/pic16/main.c,
4557         * src/avr/gen.c (avr_emitDebuggerSymbol),
4558         * src/avr/main.c,
4559         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4560         * src/xa51/main.c,
4561         * src/SDCCdebug.c (emitDebuggerSymbol),
4562         * src/SDCCdebug.h,
4563         * src/port.h: added a debugger struct to the port struct. Added a
4564         callback for defining debugger symbols
4565
4566         * src/SDCCast.c (createLabel),
4567         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4568         with isitmp = 1
4569         * src/SDCCicode.h,
4570         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4571         iCode back to the ast for the function
4572
4573         * src/hc08/ralloc.c (hc08_assignRegisters),
4574         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4575         unneeded fields from the regs struct.
4576         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4577         pushReg() & pullReg() functions instead of emitcode()
4578
4579         * src/hc08/gen.c (genLabel, genhc08Code),
4580         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4581
4582         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4583         debugger hooks
4584
4585         * src/hc08/gen.c (genEndFunction, genhc08Code),
4586         * src/hc08/gen.h,
4587         * src/mcs51/gen.c (genEndFunction, gen51Code),
4588         * src/mcs51/gen.h,
4589         * src/ds390/gen.c (genEndFunction, gen390Code),
4590         * src/ds390/gen.h,
4591         * src/z80/gen.c (genEndFunction, genZ80Code),
4592         * src/z80/gen.h,
4593         * src/z80/z80.h,
4594         * src/pic/gen.c (genEndFunction, genpic14Code),
4595         * src/pic/gen.h,
4596         * src/pic16/gen.c (genEndFunction, genpic16Code),
4597         * src/pic16/gen.h,
4598         * src/avr/gen.c (genEndFunction, genAVRCode),
4599         * src/avr/gen.h,
4600         * src/xa51/gen.c (genEndFunction, genXA51Code),
4601         * src/xa51/gen.h,
4602         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4603         specific code to cdbFile.c and out of the backend code generators
4604
4605         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4606         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4607         starting address is now 0
4608
4609         * as/hc08/asm.h,
4610         * as/hc08/m08pst.c,
4611         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4612         assembler directive for DWARF support
4613         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4614
4615         * src/src.dsp,
4616         * src/Makefile.in,
4617         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4618
4619 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4620
4621         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4622         and inappropriate peephole optimization in jump tables
4623
4624 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4625
4626         * as/hc08/m08pst.c,
4627         * src/SDCCglue.c: sdccopt works for the hc08 port now
4628
4629 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4630
4631         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4632
4633 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4634
4635         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4636
4637 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4638
4639         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4640         rules
4641         * src/SDCCmain.c,
4642         * src/SDCCglobl.h,
4643         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4644         comments from the peephole optimizer replacement rules
4645         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4646         symbols
4647         * src/SDCCcse.c (updateSpillLocation),
4648         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4649         equivalents
4650         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4651         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4652         objects far pointers
4653
4654 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4655
4656         * src/SDCCsymt.h: a missing part of my last change
4657         * src/pic/ralloc.c (regTypeNum),
4658         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4659
4660 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4661
4662         * src/SDCCicode.h,
4663         * src/SDCCicode.c (aggrToPtrDclType),
4664         * src/SDCCptropt.h,
4665         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4666         ptrPseudoSymConvert),
4667         * src/pic/ralloc.c (regTypeNum),
4668         * src/pic16/ralloc.c (regTypeNum),
4669         * src/hc08/ralloc.c (regTypeNum),
4670         * src/ds390/ralloc.c (regTypeNum),
4671         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4672         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4673
4674 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4675
4676         * link/z80/lkmain.c (afile),
4677         * as/hc08/lkmain.c (afile),
4678         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4679         prevent a pointer problem when a filename has no directory and
4680         no extension specified.
4681
4682 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4683
4684         * link/z80/lkmain.c (afile): allow periods in directory names
4685         * link/z80/lkmain.c (afile),
4686         * as/mcs51/lkmain.c (afile),
4687         * as/hc08/lkmain.c (afile): allow linker script file to have an
4688         extension other than ".lnk"
4689         * link/z80/lklex.c (getfid),
4690         * link/z80/lkmain.c (parse),
4691         * as/mcs51/lklex.c (getfid),
4692         * as/mcs51/lkmain.c (parse),
4693         * as/hc08/lklex.c (getfid),
4694         * as/hc08/lkmain.c (parse): Support comments in the linker script
4695         file on lines by themselves and after filenames
4696
4697 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4698
4699         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4700
4701 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4702
4703         * src/z80/peeph-z80.def: removed some peephole rules that don't
4704         work with multibyte arithmetic (fixed bug #937126)
4705         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4706         to registers and not global variables
4707         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4708         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4709         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4710         checking for assignments not internally generated (fixed bug #931895)
4711         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4712         structure member (fixed bug #930072)
4713
4714 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * src/SDCCmain.c (linkEdit),
4717         * src/hc08/main.c (_hc08_parseOptions),
4718         * as/hc08/Makefile.in,
4719         * as/hc08/aslink.h,
4720         * as/hc08/asm.h,
4721         * as/hc08/m08pst.c,
4722         * as/hc08/lkrloc.c (relr, rele),
4723         * as/hc08/lkarea.c (lnkarea)
4724         * as/hc08/lkmain.c (afile, parse),
4725         * as/hc08/lkelf.c: support for ELF output
4726         * as/hc08/lks19.c (s19),
4727         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4728
4729 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4730
4731         * as/mcs51/lkihx.c: Fixed bug #899105.
4732
4733 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4734
4735         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4736         .dsp files from Unix to DOS.
4737
4738 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4739
4740         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4741         function pointers; we have been compliant for several months now.
4742         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4743         change that was accidently commented out
4744         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4745         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4746         bug #922319
4747
4748 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4749
4750         * src/hc08/gen.c: output of all of the internal debugging information
4751         is now controlled by the D() macro; it is disabled by default
4752
4753 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4754
4755         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4756         harder to keep the same registers during a CAST iCode
4757         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4758         long via int can be done in a single cast, if the signedness is
4759         correct.
4760         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4761         putchar() in tinibios.c in ds390's library
4762
4763 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4764
4765         * src/SDCCast.c (decorateType): fixed bug #898889,
4766         cast result of a literal complement too
4767         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4768         fixed check for bitfields
4769
4770 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4771
4772         * src/SDCCicode.c (geniCodeLogic): made it static,
4773         (geniCodeLogicAndOr): added in order to fix bug #905492,
4774         (ast2iCode): fixed bug #905492
4775         * support/regression/tests/bug-905492.c: added
4776         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4777         (processParms): fixed bug #927659: don't copy parms, this will clear
4778         decorated flag
4779         * support/regression/tests/bug-927659.c: added
4780
4781 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4782
4783         * src/SDCCast.c (addCast): don't cast float to char
4784         * device/lib/libsdcc.lib: added _memmove
4785
4786 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4787
4788         * device/lib/large/Makefile: fixed parallel execution by
4789         replacing `make` by `$(MAKE)`
4790
4791 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4792
4793         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4794         offsets (fixes bug #923936)
4795
4796 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4797
4798         * device/lib/small/Makefile: fixed parallel execution by
4799         replacing `make` by `$(MAKE)`
4800
4801 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4802
4803         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4804
4805 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4806
4807         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4808         * src/regression/Makefile: Regression test was not running.
4809
4810 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4811
4812         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4813         complement if possible
4814         * src/SDCCval.c (valComplement),
4815         * src/SDCCicode.c (operandOperation): fixed complement of literal
4816         * support/regression/tests/onebyte.c (testComplement): added
4817
4818 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4819
4820         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4821         return an optimized tree; actually replace actParm with the new tree
4822         * src/SDCCast.h: added some parantheses to remove side effects
4823         * support/regression/tests/bug-920866.c
4824
4825 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4826         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4827         Bit operands were not being handled properly in the pic14 port.
4828         (now src/regression/add.c passes again).
4829
4830 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4831
4832         * src/SDCC.y (labeled_statement): case and default no longer require
4833         a following statement (RFE #893037)
4834
4835 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4836
4837         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4838         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4839         disabled (fixes bug #916294)
4840         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4841         "mov a,acc"; patch provided by Lenny Story
4842         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4843
4844 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4847         functions
4848         * src/ds390/gen.c (genFunction, genEndFunction),
4849         * src/ds390/ralloc.c (ds390_assignRegisters),
4850         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4851         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4852         pushed if there are parameters passed on the stack. Also, a cleaner
4853         way to decide if r0/r1 should be pushed/popped. (Together they fix
4854         bug #918693)
4855
4856 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4857
4858         * doc/sdccman.lyx,
4859         * device/lib/mcs51/crtpagesfr.asm,
4860         * device/lib/mcs51/crtxinit.asm,
4861         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4862         to avoid confusion with Si Lab's SFRPAGE register.
4863
4864 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4865
4866         * src/SDCCglue.c (emitMaps): allow public sfr variables
4867         * src/SDCCglue.c (initialComments): include compiler build date
4868         with compiler version and put the timestamp of the generated
4869         assembly file on a serperate line to be less confusing.
4870         * src/port.h: added genInitStartup hook
4871         * src/avr/main.c,
4872         * src/ds390/main.c,
4873         * src/hc08/main.c,
4874         * src/pic/main.c,
4875         * src/pic16/main.c,
4876         * src/xa51/main.c,
4877         * src/z80/main.c: genInitStartup initialize as NULL (default to
4878         historical behaviour)
4879         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4880         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4881         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4882         library instead of hard coding it into the compiler.
4883         * support/regression/ports/mcs51-stack-auto/spec.mk,
4884         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4885         * device/lib/mcs51/Makefile,
4886         * device/lib/small/Makefile,
4887         * device/lib/large/Makefile,
4888         * device/lib/mcs51/crtpagesfr.asm,
4889         * device/lib/mcs51/crtstart.asm,
4890         * device/lib/mcs51/crtxclear.asm,
4891         * device/lib/mcs51/crtxinit.asm,
4892         * device/lib/mcs51/crtclear.asm,
4893         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4894         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4895         and into user configurable files.
4896         * device/lib/clean.mk: clean mcs51 directory too
4897         * support/regression/tests/longlit.c: added static to T1 declaration
4898         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4899         accesses in the initialization code
4900
4901 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4902
4903         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4904         OSCTRIMVAL as noted in bug #916008
4905
4906 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4907
4908         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4909         in loops with multiple exits (reported as incorrect registers
4910         used by Martin Helmling in Sdcc-user list)
4911
4912 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4913
4914         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4915         made ds390 register extensions look less like error messages
4916
4917 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4918
4919         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4920         reported by Adam Wozniak in Sdcc-user list
4921
4922 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4923
4924         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4925         arithmetic optimizations, added debug output
4926
4927 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4928
4929         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4930         * sdcc.spec: updated and split sdcc into 3 rpms
4931         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4932         needed for literals of LEFT_OP and '+'
4933         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4934         introduced RESULT_TYPE_NOPROM
4935         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4936         left shift
4937         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4938         limited promotion to int only for '*'
4939         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4940
4941 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4942
4943         * src/pic16/gen.c (genSkip),
4944         (genc16bit2lit), (gencjneshort): commented out
4945         (is_LitOp): new helper function, checks operand type
4946         (genCmpEq): rewritten
4947
4948 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4949
4950         * support/regression/tests/bug-908454.c: added
4951
4952 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4953
4954         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4955         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4956         (geniCodeCast): cosmetic, don't preserve bit storage class
4957         (geniCodeLeftShift): added promotion
4958         (geniCodeLogic): fixed regression
4959         * src/SDCCsymt.c (computeTypeOr): accept bits too
4960         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4961
4962 2004-03-07  Borut Razem <borut.razem AT siol.net>
4963
4964         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4965
4966 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4967
4968         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4969         version of pic16_genPackRegisters which does not check if ic is a
4970         CAST operator,
4971         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4972         function cause string1.c regression test fails
4973
4974 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4975
4976         * sim/ucsim/configure.in,
4977         * sim/ucsim/configure,
4978         * sim/ucsim/doc/Makefile.in: use docdir
4979         * src/SDCC.y: fixed sbit atrributes
4980         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4981         * src/SDCCast.c (decorateType): |^& need special promotion handling
4982         * src/SDCCast.h,
4983         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4984         * src/SDCCsymt.h (computeType),
4985         * src/SDCCicode.c: computeType() needs op
4986         * src/SDCCsymt.c (checkTypeSanity),
4987         * doc/sddman.lyx: "plain" bitfields are unsigned
4988         * src/SDCCsymt.c (computeTypeOr): added
4989         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4990         |^& ops
4991         * src/SDCCval.c (val*): computeType() needs op
4992         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4993         * support/regression/tests/onebyte.c: added tests for |^&
4994
4995 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4996
4997         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4998         for writing icode into asm output.
4999
5000 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5001
5002         * src/pic16/device.c: added some debug lines enabled
5003         with macro DEBUG_CHECK,
5004         * src/pic16/genarith.c: more debug in genPlus,
5005         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5006         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5007         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5008         * (aopForSym): onStack symbols are re-placed in data memspace,
5009         and onStack flag is cleared,
5010         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5011         copy temporary pcodeop,
5012         * (genPcall): added warning for not updating PCLATU,
5013         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5014         always true for pic16 port,
5015         * (genMultOneWord): NEW, supports integer multiplication,
5016         * (genMult): modified to call genMultOneWord,
5017         * (ifxForOp): added warning when return NULL,
5018         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5019         flag is set before call to operandFromSymbol for implicit
5020         added structures,
5021         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5022         options.intlong_rent are set by default,
5023         * (_hasNativeMulFor): modified to allow port generation of integer
5024         multiplication,
5025         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5026         set regtype to REG_SFR for all registers, restricting seting the
5027         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5028
5029 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5030
5031         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5032         more than 500 times in the regression tests
5033
5034 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5035
5036         * support/Util/SDCCerr.h,
5037         * support/Util/SDCCerr.c,
5038         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5039         enumerator_list),
5040         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5041         for symbol conflicts.
5042         * support/valdiags/tests/enum.c,
5043         * support/valdiags/tests/tentdecl.c,
5044         * support/valdiags/tests/struct.c: expect possible error messages
5045         referring to original symbol definitions.
5046         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5047         * src/SDCCsymt.h,
5048         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5049
5050 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5051
5052         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5053
5054 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5055
5056         * src/pic16/ralloc.c (newReg): fixed bug #908929
5057
5058 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5059
5060         * src/ds390/gen.c: added missing #include "main.h"
5061
5062 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5063
5064         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5065         checking if symbol is already in set,
5066         * src/pic16/device.h: prototype for checkAddSym,
5067         * src/pic16/gen.c: (_G): added entry interruptvector,
5068         * (assignResultValue): removed some commented out lines,
5069         * (genFunction): check for ISR via sym->type, absolute section for
5070         interrupt code is created via a new pBlock, the goto instruction is
5071         placed now correctly at the interrupt vector position, changed all
5072         references from ivec to _G.interruptvector,
5073         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5074         is the interrupt is a high priority one, same for return from ISR,
5075         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5076         externs to calls of checkAddSym,
5077         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5078         pic16_pcode_verbose flag is set,
5079         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5080         * src/pic16/pcoderegs.c: message about how many registers are saved
5081         will only be emitted if pic16_pcode_verbose flag is set,
5082
5083 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5084
5085         * src/ds390/ralloc.h,
5086         * src/ds390/ralloc.c (ds390_regWithIdx),
5087         * src/ds390/gen.c (emitcode),
5088         * src/ds390/main.h,
5089         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5090         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5091         ds390operandCompare, getRegsRead, getRegsWritten,
5092         initializeAsmLineNode): customized instruction size calculation for
5093         ds390, started basis for some register optimizations
5094         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5095         corresponding assembly output
5096         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5097         missing push/pop of r0/r1. Optimized push/pops
5098
5099 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5100
5101         * src/mcs51/main.c (instructionSize): fixed ACALL size
5102         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5103
5104 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5105
5106         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5107         the sorting of rlist with NULL elements
5108         * (print_idataType, print_idata): NEW to create idata sections
5109         * src/pic16/device.h: idataSymSet new variable
5110         * src/pic16/gen.c (genFunction): fixed some bugs in string
5111         comparing, improved the absolute section creation for ISRs,
5112         added FSR0L/FSR0H in registers that are saved in an ISR,
5113         * (genInline): fixed the processing of inline snippets,
5114         now they undergo no process by the peephole optimizer
5115         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5116         are placed in idataSymSet,
5117         * (pic16emitStaticSeg): extern symbols are added in externs,
5118         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5119         switching when aboslute variables are placed in access bank memory
5120         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5121         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5122         commented out with #if,
5123         * (pic16_packRegisters): reintroduce the check for CAST because some
5124         symbols are not correctly handled,
5125         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5126         pCodeInstruction instead of pCode,
5127         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5128         pCodeAsmDir definition,
5129         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5130         directive, then the argument directive is emitted without the leading
5131         tab, hack for inline labels which must be in the first column,
5132         * (compareLabel,pic16_findNextInstruction),
5133         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5134         * (insertBankSwitch): modified for the new pCodeAsmDir,
5135
5136 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5137         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5138
5139         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5140         instance,
5141         * (pushSide): commented out with #if,
5142         * (assignResultValue): fixed some typos in saving
5143         registers,
5144         * (genPcall): FIXED and sync'ed with genCall,
5145         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5146         * (genNearPointerGet): fixed to handle some more cases,
5147         implementation scheme via table reads,
5148         * (genConstPointerGet): modified to access code memory correct,
5149         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5150         and improved to handle some cases
5151         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5152         instead of "RETLW" for init data
5153         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5154         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5155         variables are placed in access bank memory (<0x80 and >=0xf80),
5156         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5157         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5158         TBLWT_POSTDEC,TBLWT_PREINC
5159         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5160         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5161         directives
5162         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5163         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5164         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5165         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5166
5167 2004-02-29  Borut Razem <borut.razem AT siol.net>
5168
5169         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5170         support/Util/findme.h, support/Util/system.h: enhance binary relative
5171         search for lib and include by using findProgramPath()
5172
5173 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5174
5175         * src/SDCCpeeph.h,
5176         * src/SDCCpeeph.c (pcDistance),
5177         * src/port.h,
5178         * src/mcs51/ralloc.h,
5179         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5180         * src/mcs51/main.h,
5181         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5182         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5183         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5184         size calculation port specific, started basis for some register
5185         optimizations
5186         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5187         missing push/pop of r0/r1. Optimized push/pops
5188         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5189         * device/lib/_modsint.c (_modsint),
5190         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5191         and stack version so regression tests pass
5192
5193 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5194
5195         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5196         * src/SDCCast.c (decorateType): catch another small optimization
5197         with '?' operator
5198         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5199         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5200         modified to finally use computeType() all over SDCC,
5201         see Feature Request #877103
5202         * src/SDCCval.h: cosmetic
5203         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5204         valCompare(); regression tested in muldiv.c
5205         * support/regression/tests/muldiv.c (testMod): mod sign follows
5206         dividend only
5207
5208 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5209
5210         * src/SDCCast.c (decorateType): fixed bug #902362
5211         * doc/INSTALL.txt: fixed install instructions for win32
5212
5213 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5214
5215         * device/include/Makefile.in (install): fixed by replacing spaces
5216         by tabs
5217         * doc/README.txt,
5218         * doc/INSTALL.txt: updated for release
5219         * doc/sdccman.lyx: added warning for --xstack being buggy
5220
5221 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5222
5223         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5224         to eliminate build warnings.
5225         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5226
5227 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5228            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5229
5230         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5231         removed -penable-stack, added comment for stack pragma, added
5232         warning for not initializing the stack/frame registers, removed
5233         comment at interrupts section
5234
5235         Stack is made permanent, there is no ability to disable stack usage.
5236         * src/pic16/device.h,
5237         * src/pic16/device.c: removed all references to USE_STACK macro,
5238         * src/pic16/device.c (pic16_dump_section): when no elements in
5239         rlist, free rlist before return,
5240         * (pic16_dump_int_registers): NEW, internal registers are a new set
5241         of general purpose registers reused by each function,
5242         * (checkAddReg): returns 1 if registers is added to set,
5243         * (pic16_groupRegistersInSection): when a registers is of type
5244         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5245         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5246         SRCASECMP macro is moved here from device.c
5247         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5248         PO_PCLATU, PO_PRODL, PO_PRODH,
5249         * (pic16_pCodeOpType, genMinus,
5250         changed compares to "a" register, with AOP_ACC,
5251         * (pic16_genPlus): fixed some bugs and indented properly,
5252         * (pic16_addSign): changed size to size+offset in the MOVWF
5253         instruction,
5254         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5255         multiply 8-bit operand by literal, result is 8-bit,
5256         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5257         multiply 2 8-bit operand, result is 8-bit,
5258         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5259         genUMult8X*_16,
5260         * src/pic16/gen.c: changed accUse to contain WREG only,
5261         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5262         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5263         true, do not use immediate addressing any more unless sym is a
5264         pointer in codespace,
5265         * (aopForRemat): do not use immediate addressing when symbol not in
5266         codespace and when symbol's address is requested,
5267         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5268         accUse size (= 1),
5269         * (aopGet): added case for AOP_ACC and don't return "accumulator
5270         bug" but WREG instead,
5271         * (popGetTempReg): pushes contents of temporary register in stack,
5272         * (popReleaseTempReg): pops contents of temporary register from
5273         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5274         * (pic16_popGet): separated case AOP_ACC to return register WREG
5275         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5276         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5277         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5278         the use of immediate pointers to certain cases only.
5279
5280         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5281         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5282         * (assignResultValue, genCall, genRet): modified to use the new
5283         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5284         genPcall is still broken,
5285         * (genFunction): added code to create 'A' type pBlocks when
5286         interrupt functions are generated, code not extensively tested yet,
5287         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5288         * (genEndFunction): modified so ISRs pop stored registers from stack,
5289         * (genMultOneByte): cleanup,
5290         * (AccRsh): added flag andmask, to and result with appropriate mask,
5291         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5292         * (genDataPointerGet): fixed and reenabled its use,
5293         * (genNearDataPointerGet): bugs fixed,
5294         * (genDataPointerSet): bugs fixed,
5295         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5296         pic16_DumpSymbol, pic16_DumpOp,
5297         * src/pic16/genutils.h: function prototypes for the above functions,
5298         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5299         pointers,
5300         * (pic16emitRegularMap): many many many improvements, but needs a
5301         major cleanup,
5302         * src/pic16/main.c: enable_stack in pic16_options is removed,
5303         * (_pic16_parseOptions): removed command line options -penable-stack,
5304         * (_process_pragma): emit stack symbol only when stack pragma is
5305         processed,
5306         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5307         redirected to FSR0L/FSR0H pair,
5308         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5309         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5310         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5311         for immediates,
5312         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5313         * (dumpPicOptype): NEW,
5314         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5315         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5316         with movff instruction,
5317         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5318         added pic16_int_regs, some packRegsFor* functions are commented out,
5319         because produce errors,
5320         * src/pic16/NOTES: minor modifications
5321
5322 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5323
5324         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5325         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5326         --pack-iram.
5327         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5328         * as/mcs51/lkaomf51.c: fixed bug #895763
5329
5330 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5331
5332         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5333
5334 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5335
5336         * doc/sdccman.lyx: added details about the HC08 storage classes and
5337         interrupts, fixed the register usage info for z80 & gbz80
5338
5339 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5340
5341         * doc/sdccman.lyx: added more pic16 port documentation
5342         * device/include/pic16/: added header pic18fregs.h
5343
5344 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5345
5346         * doc/sdccman.lyx: added Vangelis' contribution
5347
5348 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5349
5350         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5351         extend to the next CALL or PCALL, not just to the next CALL.
5352
5353 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5354
5355         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5356
5357 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5358
5359         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5360         bug #895752 and a better fix for bug #716790
5361
5362 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5363
5364         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5365
5366 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5367
5368         * doc/sdccman.lyx: minor changes, minor changed
5369
5370 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5371
5372         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5373         which can't handle SDCC_NEWONEBYTEOPS,
5374         (geniCodeMultiply): removed conversion from mult to shift for pic14
5375         and pic16
5376
5377 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5378
5379         * src/hc08/gen.h,
5380         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5381         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5382         thus fixing bug #895406
5383
5384 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5385
5386         * device/lib/_modsint.c,
5387         * device/lib/_modslong.c: sign follows divisor only
5388         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5389         signs or signedness can be ignored
5390         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5391         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5392         added optimization for IFX,
5393         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5394         arguments;
5395         reenabled optimization for IFX, which was removed on 2004-01-11
5396         * src/SDCCast.h: added return type IFX
5397         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5398         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5399         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5400         SDCC_OLDONEBYTEOPS selects the old behaviour
5401         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5402         changed again and commented promotion rule
5403         * src/SDCCval.c (valDiv): promotion no longer necessary
5404         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5405         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5406         rewritten
5407         * support/regression/tests/onebyte.c: added
5408
5409 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5410
5411         * gen.c (genInline): reverted to old code for assemnling inline
5412         code because of bug reported James Chadd
5413
5414 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5415
5416         * ralloc.h: missing declarations from previous patch,
5417         seems that patch for ralloc.h was never applied, fixed
5418
5419 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5420            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5421
5422         * pcode.c,
5423         * pcode.h,
5424         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5425         indirect addressing. Marked FSR0 as deprecated
5426         * gen.c (pointerCode): commented out, not needed now
5427         (pic16_popGet2p): new MOVFF helper function
5428         (genGenPointerGet),
5429         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5430         (shiftRLong): removed duplicate debugging info
5431
5432 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * src/ds390/gen.c (genNearPointerGet),
5435         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5436         optimization with bits, but not bitfields.
5437         * src/ds390/ralloc.c (packRegisters),
5438         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5439
5440 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5441
5442         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5443
5444 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5445
5446         * src/SDCCsymt.h,
5447         * src/SDCCicode.c (operandFromSymbol),
5448         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5449         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5450         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5451         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5452         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5453         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5454         bug #892038
5455         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5456         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5457         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5458         * src/SDCCsymt.c (newSymbol),
5459         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5460         enumerator_list),
5461         * src/SDCCval.h,
5462         * src/SDCCval.c (newiList): fixed bug #885705
5463
5464 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5465
5466         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5467         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5468
5469 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5470
5471         * device/include/c8051f120.h,
5472         * device/include/c8051f300.h,
5473         * device/include/c8051f310.h: added/updated header files for Silicon
5474         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5475         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5476         in new section Submitting patches
5477
5478 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5479
5480         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5481         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5482         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5483         genGenPointerSet),
5484         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5485         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5486         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5487         genGenPointerSet),
5488         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5489         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5490         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5491         genGenPointerSet),
5492         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5493         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5494         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5495         genGenPointerSet): fixed bug #892400
5496         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5497         to eliminate build warnings.
5498         * src/SDCCast.c (processParms),
5499         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5500         fixed bug 751859
5501         * support/valdiag/valdiag.py: added GCC to the list of defines active
5502         when compiling with gcc
5503
5504 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5505
5506         * support/Util/SDCCerr.h,
5507         * support/Util/SDCCerr.c,
5508         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5509         with an incomplete type (fixed bug #883734)
5510         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5511
5512 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5515
5516 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5517
5518         * src/SDCCast.c (decorateType),
5519         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5520         function pointer implementation
5521         * support/regression/tests/funptrs.c: added tests to verify both forms
5522         of function pointers work correctly. Added tests to verify parameters
5523         are passed in the correct order.
5524
5525 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5526
5527         * device.c (regCompare): registers are sorted by ascending
5528         address and increasing size,
5529         * main.c (_pic16_finaliseOptions): removed the declaration
5530         of compiler macro MCU. Now a macro of the format pic18fxxxx
5531         will be defined from the command line
5532
5533 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5534             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5535
5536         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5537         PCOP_RLCF was overwritten!
5538         * gen.c (genSkip): commented out calls to pic16_emitcode,
5539         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5540         * (genlshTwo),
5541         * (genRRC): added debugging info,
5542         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5543         overwritten while shifting,
5544         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5545         overwritten while shifting,
5546         * (AccLsh),
5547         * (AccRsh),
5548         * (shiftLLeftOrResult),
5549         * (shiftRLeftOrResult),
5550         * (shiftRLong),
5551         * (shiftLLong): Implemented with pic16_emitpcode
5552         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5553         * (genLeftShift): Fixed bug, operand for shift by variable always
5554         was "and"ed with 0x0f,
5555         * (genLeftShiftLiteral),
5556         * (genrshTwo),
5557         * (genRightShiftLiteral): added debugging info,
5558         * (genrshFour): added comment,
5559         * (genRightShift): determined signedness from operand "left"
5560         instead of "result"
5561
5562 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5563
5564         * src/SDCCicode.c (geniCodeParms),
5565         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5566         function pointers, fixed function pointer bugs #861242 and #861896
5567
5568 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5569
5570         * device/include/c8051f000.h,
5571         * device/include/c8051f120.h,
5572         * device/include/c8051f300.h: added header files for Silicon
5573         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5574
5575 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5576
5577         * src/SDCCast.c (processParams): added new type flow and restructured
5578         (gatherAutoInit): added new type flow
5579         (addCast): cosmetic changes
5580         (getLeftResultType): added new type flow for array indices, patch
5581         provided by Stas, see FR #877103
5582         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5583         array index patch by Stas
5584         * src/SDCCast.h: added prototype getResultTypeFromType()
5585         * src/SDCCval.h,
5586         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5587         * src/pic/glue.c (pic14emitStaticSeg),
5588         * src/pic16/glue.c (pic16emitStaticSeg),
5589         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5590         for initialization of symbols
5591         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5592         * support/Util/SDCCerr.h:
5593         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5594         * .version: bumped version number to 2.3.8
5595         * device/include/Makefile.in (install),
5596         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5597         avoid warnings
5598
5599 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5600
5601         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5602         Slade Rich fixed an optimization bug
5603         * src/pic/pcodepeep.c,
5604         * src/pic/pcoderegs.c
5605         * doc/Makefile (install): added test for directory
5606
5607 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5608
5609         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5610         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5611         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5612         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5613         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5614         * as/mcs51/asexpr.c (term),
5615         * as/hc08/asexpr.c (term): fixed bug #887146
5616
5617 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/z80/gen.c (genMult): handle single byte result product
5620         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5621         DUMMY_READ_VOLATILE (fixed bug #886367)
5622
5623 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5624
5625         * support/regression/tests/libmullong.c: fixed logic, on little endian
5626         hosts we ended without a mullong_wrapper()
5627
5628 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5629
5630         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5631         virus/worm forged address usage.
5632
5633 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5634
5635         Fixed promotion, it should be done on AST level:
5636         * src/SDCCast.c (addCast): added promotion to int
5637         (decorateType): updated call to upCast()
5638         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5639         usualUnaryConversions()
5640
5641 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5642
5643         * support/regression/tests/literalop.c (mulWrapper): Added a
5644         wrapper to remove integer overflow warnings.
5645
5646         * support/regression/tests/float_trans.c: Made work on host.
5647
5648         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5649         location of sz80.
5650
5651         * support/regression/generate-cases.py (main): Changed from inline
5652         to a main method.
5653
5654         * doc/Makefile (install): Changed to depth first to get rid of
5655         missing directory install warning.
5656
5657         * as/Makefile (install-doc): Made work on Mac.
5658
5659 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5660
5661         * src/SDCCast.c: added an additional type flow in decorateType() of
5662         opposite direction, see feature request #860006; it's enabled at runtime
5663         by setting the environment variable SDCC_NEWTYPEFLOW
5664         * src/SDCCast.h: changed prototype of decorateType()
5665         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5666         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5667         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5668         see feature request #877103
5669         * src/SDCCval.c: updated call of decorateType()
5670         (valBitwise): fixed bug #882876
5671         (valMinus): added promotion
5672         (valLogicAndOr): result is unsigned
5673         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5674         * src/SDCCsymt.c (computeType),
5675         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5676         must not cause an unsigned operation
5677         * src/pic/glue (pic14emitRegularMap),
5678         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5679
5680 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5681
5682         * src/pic/pcode.c (PCodeID): commented out left over debug code
5683
5684 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5685
5686         * support/valdiag/tests/overflow.c: added shift tests
5687         * src/pic/device.c,
5688         * src/pic/gen.c,
5689         * src/pic/gen.h,
5690         * src/pic/glue.c,
5691         * src/pic/main.c,
5692         * src/pic/pcode.c,
5693         * src/pic/pcode.h,
5694         * src/pic/pcodepeep.c,
5695         * src/pic/pcoderegs.c,
5696         * src/pic/ralloc.c,
5697         * src/pic/ralloc.h: applied patch from Slade Rich;
5698         added support for multiple code pages and multiple RAM banks on the
5699         PIC 14 port. The ASM files now no longer simply assume all the
5700         code / RAM are in the same page / bank. This means the linker can
5701         safely allocate code/RAM of separate ASM files to different pages/banks.
5702         * doc/sdccman.lyx: added Slade's tips
5703         * src/mcs51/peeph.def: fixed bug #880768
5704
5705 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5706
5707         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5708         * src/SDCCast.c (decorateType): fixed bug #880197
5709
5710 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5711
5712         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5713         getopt.h.
5714
5715         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5716         strtof is not part of C89 and isn't included with Mac OS X.
5717
5718 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5719
5720         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5721         shiftL2Left2Result): fixed bug #879326
5722         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5723         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5724         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5725         address fetch for clr instruction
5726         * device/lib/hc08/_mulint.c: created optimized assembly version
5727         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5728
5729 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5730
5731         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5732         proposed in FR #877103
5733
5734 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5735
5736         * src/SDCCval.c (cheapestVal): added missing checks
5737         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5738         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5739
5740 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5741
5742         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5743         equal operands
5744
5745 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5746
5747         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5748         loaded with the linker search paths (-L arguments) and the libraries
5749         to be linked with the current source (-l arguments). Changes
5750         currently will affect only the pic16 port.
5751         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5752         include path the port specific paths and port specific libraries,
5753         * gplink command now contains the $3 argument,
5754         * src/pic16/device.h,
5755         * src/pic16/device.c,: structure PIC_device is made public and
5756         renamed to PIC16_device, the same for variable Pics which is renamed
5757         to Pics16. Updated all references to them.
5758         * src/pic16/glue.c (pic16glue): corrected bug with code
5759         initialization which bypassed the variable initializations block.
5760
5761         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5762         COMPILE_FLAGS and added the --nostdinc option
5763
5764 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5765
5766         * device/include/mc68hc908jb8.h: Register defs for another member
5767         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5768
5769 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5770
5771         Documenting changes from previous commits.
5772         * configure.in (version 1.56),
5773         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5774         when generating output files to configure the pic16 library,
5775         but now I've commented it out, since gputils aren't installed in the
5776         SF compile farm, so library won't compile
5777
5778         * device/lib/Makefile.in (version 1.56): initially I've added in
5779         target 'all' the prerequestive 'model-pic16' so it compiled the
5780         pic16 library, but now I've commented it out for the same reasons
5781         above,
5782         * added targets 'model-pic16' and 'objects-pic16' to compile the
5783         library
5784         * added target 'port-specific-objects-pic16' to handle the
5785         generated libraries and copy them into the build/ directory
5786         * added target 'clean-intermediate-pic16' to clean intermediate
5787         files into pic16 directory
5788         * in target 'installdirs' added line to create directory pic16 in
5789         the installation path
5790
5791         * device/include/Makefile.in (version 1.11): in target 'install'
5792         added lines to copy all header files to installation path,
5793         * in target 'installdirs' added line create directory for pic16
5794         headers in the installation path
5795
5796 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5797
5798         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5799          a function call
5800
5801 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5802
5803         * configure,
5804         * device/lib/configure.in,
5805         * device/lib/configure: fixed for autoconf 2.57
5806
5807 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5808
5809         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5810         option so that it actually works. Made it specific to the z80, since
5811         the gbz80 doesn't have these kinds of I/O ports.
5812
5813 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5814
5815         * device/include/z180.h,
5816         * device/lib/_memcpy.c,
5817         * device/lib/_memmove.c,
5818         * device/lib/_mulint.c,
5819         * device/lib/ser_ir.c,
5820         * device/lib/ser_ir_cts_rts.c,
5821         * device/lib/_strcmp.c,
5822         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5823         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5824         portmode; added deprecation warning for bank= and protmode= forms.
5825         Also, guard against buffer overflow.
5826         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5827
5828 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5829
5830         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5831         changed interrupt vector table generation to only emit declared vectors.
5832         * device/include/Makefile.in: added missing backslash
5833         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5834
5835 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5836
5837         Mainly changes to support compilation of the device libraries
5838         * src/pic16/device.c: stack is allocated via symbol and not
5839         via literal number. The symbol is placed in the corresponding
5840         position of the data ram
5841         * (pic16_dump_section): relocatable and absolute uninitialized
5842         data are now emitted in sorted order to reduce section naming,
5843         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5844         weren't marked as being in the access bank,
5845
5846 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5847
5848         Added portion of GNU PIC Library under the directory
5849         device/include/pic16 and device/lib/pic16. These files
5850         contain the declarations of SFRs for the PIC18Fxx2 devices.
5851         The directory is initialized via configure from toplevel.
5852
5853 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5854
5855         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5856         the spilllocations to be compared correctly
5857
5858 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5859
5860         * src/SDCCast.c (decorateType): fixed bug introduced today
5861
5862 2004-01-12  Borut Razem <borut.razem AT siol.net>
5863
5864         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5865         doc/sdccman.lyx: upper case pragmas are deprecated
5866
5867 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5868
5869         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5870         in simpler and even better code
5871
5872 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5873
5874         * src/SDCCicode.c (operandOperation): fixed bug #874819
5875         * src/SDCCast.c (decorateType): fixed
5876         char foo (unsigned long ul) { return ul > 0; }
5877
5878 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5879
5880         * doc/sdccman.lyx: Moved and added some sections, small changes
5881         all over. Telling LaTeX to be less strict with word spacing
5882         to better keep the right margin. Changed some notes about
5883         maintainance of the ports in section 3.2.1 - is it OK like this?
5884
5885 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5886
5887         SDCC source changes:
5888         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5889         convilong): modified to inform the pic16 port that builtin functions
5890         are external
5891
5892         PIC16 PORT specific changes:
5893         * src/pic16/device.c pic16_dump_equates() added,
5894         processor registers declared internally by the port are emitted in
5895         the translation as equates,
5896         * src/pic16/gen.c: inline code is passed unprocessed to the
5897         translation,
5898         * (pic16_popGetLit2): fnuction modified to take second operand as
5899         pCodeOp pointer and not as literal,
5900         * (popRegFromIdx): prefixed with pic16_,
5901         * (pic16_popCombine2): modified to receive already allocated pCode
5902         operands,
5903         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5904         * (genFunction): initializes local stack frame and pushes on stack
5905         all the registers used by this function,
5906         * (genEndFunction): restores all registers from stack and restores
5907         stack frame,
5908         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5909         improvements,
5910         * (pic16glue): changed the program startup sequence,
5911         * added new dbName code 'A' for functions placed in absolute section
5912         * src/pic16/main.c: added function attribute _naked,
5913         * added pragma 'code' to place a fnuction at an absolute address,
5914         * added command line arguments --debug-ralloc and --pcode-verbose,
5915         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5916         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5917         * (pic16_newpCodeOpLit2): modified to take the second operand as
5918         pCodeOp pointer,
5919         * (pic16_printpBlock): modified to emit each function in a separate
5920         section,
5921         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5922         UPPER for immediate operands,
5923         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5924         instruction,
5925         * src/pic16/peeph.def: all peepholes with movff are commented out,
5926         because there is a problem in the pcode peep optimizer,
5927         * src/pic16/ralloc.c: the register allocator can now reuse local
5928         function symbols for another function. This saves register usage.
5929         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5930
5931         Added file src/pic16/NOTES with information about program writing on
5932         the current port version.
5933
5934 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5935
5936         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5937         and peephole 252 (array access)
5938
5939 2004-01-09  Borut Razem <borut.razem AT siol.net>
5940
5941         * src/SDCCmain.c : fixed #872250: -l command line defined library
5942           files are scanned before standard library files
5943
5944 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5945
5946         * src/SDCCast.c (decorateType): fixed bug #874046
5947
5948 2004-01-09  Borut Razem <borut.razem AT siol.net>
5949
5950         * support/scripts/sdcc.nsi: remove previous installation
5951
5952 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5953
5954         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5955         bytes for last interrupt vector (mcs51)
5956         * sdcc.spec: fixed typo
5957
5958 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5961         gen51Code): more efficient parameter receive for --model-large
5962         ("bug" #845294)
5963
5964 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5965
5966         * src/ds390/main.c,
5967         * src/z80/main.c: added missed needLinkerScript flags (more than
5968         one port structure defined in these file)
5969         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5970         bug #795325
5971
5972 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5973
5974         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5975         * src/port.h: added flag needLinkerScript in port->linker
5976         structure to inform whether to create a .lnk file or not,
5977         * src/avr/main.c,
5978         * src/ds390/main.c,
5979         * src/hc08/main.c,
5980         * src/mcs51/main.c,
5981         * src/pic/main.c,
5982         * src/pic16/main.c,
5983         * src/xa51/main.c,
5984         * src/z80/main.c: changed appropriately to configure
5985         needLinkerScript flag
5986         * src/pic/gen.c,
5987         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5988         * src/pic/glue.c: added variable udata_section_name to
5989         override default uninitialized data segment definition for
5990         devices only with SHAREBANK memory (reported from Erik Epetrich)
5991         * (pic14emitOverlay): modified to emit a commented overlay segment
5992         directive when no overlay data exist
5993         * (picglue): modified to emit uninitialized data segment
5994         according to udata_section_name
5995         * src/pic/main.c (_pic14_parseOptions): added command line
5996         options --udata-section-name=[name] to override default
5997         udata definition name
5998         * modified _linkCmd and _asmCmd to include compiler passed
5999         arguments via -W option
6000         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6001         object file from '.rel' to '.o' in port->linker structure,
6002         changed size of fptr from 2 to 3 in port structure
6003
6004 2004-01-07  Borut Razem <borut.razem AT siol.net>
6005
6006         * support/scripts/sdcc.nsi: update PATH
6007         * support/scripts/sdcc.ico: craeted
6008
6009 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6010
6011         * device/include/Makefile.in: fix install
6012         * doc/Makefile: fix install
6013
6014 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6015
6016         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6017         in bug #860505
6018         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6019         how the function variable allocation summary is displayed; also
6020         include information about variables allocated to the overlay
6021         segment
6022
6023 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6024
6025         * as/mcs51/lkmain.c: Help about -Y option
6026         * as/mcs51/lkarea.c: Fixed gcc warnings
6027
6028 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6029
6030         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6031         fixed warning
6032         * support/valdiag/tests/overflow.c: added
6033         * src/SDCCast.c (decorateType),
6034         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6035         LEFT_OP (left shift)
6036
6037 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6038
6039         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6040         (default behaviour).
6041
6042 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6043
6044         A python script to validate compiler diagnostic messages. It can be
6045         used to verify that sdcc complains about bad c source code and
6046         gives a good location of the error.
6047         * support/valdiag/Makefile,
6048         * support/valdiag/valdiag.py,
6049         * support/valdiag/tests/*
6050
6051 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6052
6053         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6054         * src/SDCCsymt.c (newEnumType),
6055         * src/SDCCsymt.h
6056         * support/Util/SDCCerr.c,
6057         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6058         enum related bugs.
6059         * support/regression/tests/enum.c: added test for enum values that
6060         require at least 2 bytes of storage.
6061
6062 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6063
6064         * src/common.h: added ifndef/define/endif macros
6065         around the header file.
6066         Bug reported from Jesus Calvino-Fraga
6067
6068 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6069
6070         * sdcc.spec: updated
6071         * device/include/Makefile.in: don't install CVS directories
6072         * device/lib/Makefile.in: added removal of CVS directories after install
6073         * doc/Makefile: fixed install, added local_icons
6074         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6075         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6076         * src/ds390/gen.c (genRightShift): fixed bug #870788
6077         * src/SDCCast.c (decorateType): fixed bug #870781
6078
6079 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6080
6081         PIC16 port related changes:
6082         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6083         added variable stackPos,
6084
6085         * gen.c: genCall, assignResultValue: added support for
6086         pushing/retrieving function parameters to/from stack,
6087         genFunction,genEndFunction: setup stack frame for the
6088         generated function,
6089         genAddrOf: will be changed according to bug 863624
6090
6091         * added files genutils.c and genutils.h which contain gen*
6092         debugged and optimised functions extracted from gen.c
6093
6094         * glue.c: added variable 'externs' which holds extern symbols,
6095         pic16emitRegularMap: is modified to properly handle relocatable
6096          symbols under the new scheme,
6097         pic16createInterruptVect: is modified
6098         pic16printPublics: is modified to emit 'global' assembler directives,
6099         added pic16_printExterns to print extern symbols,
6100         pic16glue: initializes stack/frame pointer in the beginning of
6101         the assembly output. Temporary hack, will be corrected later,
6102         because gplink yet does not support stack and SDCC does not
6103         yet support a type of crt0.o object to create the final binary.
6104
6105         * Removed many lines that contain 8051 legacy code.
6106         * The code is finally placed under a 'code' directive.
6107         * Added port specific options.
6108
6109         * _process_pragma: simplified since now we do not need *special*
6110         include file to define SFR registers. But a separate header
6111         will be needed. This will be developed later.
6112         * _pic16_parseOptions: added, parses port specific options:
6113         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6114         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6115         --preplace-udata-with=
6116
6117         * _pic16_setDefaultOptions: modified to initialize section names,
6118         but hack is temporarly out of order since it needs improvement.
6119         * _pic16_genAssemblerPreamble: configuration words are emitted by
6120         their address instead of their name. This part is incomplete and
6121         supports only the 18Fxx2 devices. Other devices will emit an error
6122         during assembly since they do not contain the same set of config
6123         registers
6124         * _pic16_genIVT: is modified,
6125
6126         * pcode.c: added definitions for some hardware registers that are needed
6127         for stack support
6128         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6129         All PCI entries are updated. Now LFSR is supported.
6130         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6131         * added pic16_newpCodeOpLit2 to support instructions with
6132         two literal arguments
6133         * pic16_pCode2str: corrected code that emits assembler instructions
6134         with two literal operands and those that have an access bit modifier
6135         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6136         this fixes a bug which caused some labels to be lost, when an
6137         assembler directive was added, i.e. banksel,
6138         * pic16_FixRegisterBanking: improved logic that causes the insertion
6139         of bank switching,
6140         * InlineFunction: functions that are called once, are not any more
6141         inlined. This can be a port option in the future,
6142
6143         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6144
6145         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6146         hold the corresponding uninitialized symbols,
6147         * pic16_allocProcessorRegister: registers have explicit marked the
6148         accessBank field,
6149         * pic16_allocInternalRegister: registers are explicit marked as
6150         not used,
6151         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6152         processing list, so bit registers were lost,
6153         *
6154
6155         * ralloc.h: added field 'accessBank' and original symbol operand
6156         in register definition,
6157         * removed the field isMapped from register definition,
6158
6159         ** Several functions have been removed from various sources:
6160         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6161         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6162         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6163         pic16_assignRelocatableRegisters
6164
6165         ** others have been introduced:
6166         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6167         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6168
6169 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6170
6171         * support/scripts/inc2h.pl: changed definition of BIT_AT
6172         to emit 'sbit at' instead of 'bit at'. This was a request.
6173
6174         PIC16 port related preliminary changes:
6175         * gen.c: prefixed function popRegFromString with
6176         pic16_ and all references to it corrected
6177         * pcode.c: all pic16_pc_* hardware registers prefixed
6178         with underscore (_),
6179         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6180         * ralloc.c: newReg(): when register is REG_SFR then
6181         set address to rIdx,
6182         pic16_allocProcessorRegister(): marks register wasUsed=0
6183         pic16_writeUsedRegs(): added a call to assign processor
6184         registers via pic16_assignFixedRegisters
6185
6186 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6187
6188         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6189         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6190         variables in unused register banks.  Also the SSEG is placed
6191         wherever there is enough space for it, and IDATA can be anywhere
6192         in internal RAM.  For now compile using -Wl-Y[stack_size].
6193         The mem file is different for this option as well, since it
6194         makes no sense of talking about DSEG lenght.
6195
6196 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6197
6198         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6199         in certain cases, e.g. when ROM assignment, patch provided
6200         from Albert den Haan.
6201
6202 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6203
6204         Many signedness and type propagation fixes:
6205         * src/SDCCicode.c: made geniCodeCast() static
6206         replaced SPEC_ by IS_ (cosmetic)
6207         (operandOperation): fixed div and mod operation
6208         (usualBinaryConversions): added support for promotion of char
6209         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6210         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6211         (geniCodeAdd): an array index will stay unsigned, even if promoted
6212         from char to int
6213         (geniCodeArray): ditto
6214         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6215         * src/SDCCsymt.c (computeType): added more support for char;
6216         promotion of char is selectable by promoteCharToInt, fixed signedness
6217         for all cases
6218         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6219         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6220         * src/SDCCval (val*): replaced signedness calculation by
6221         computeType()
6222         rearranged if-branches (cosmetic)
6223         (valShift): added warning W_SHIFT_CHANGED
6224         (valCompare): fixed problem with different types
6225         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6226         * support/regression/tests/literalop.c: added many cases
6227         * support/regression/tests/ast_constant_folding.c: changed finally to
6228         'unsigned int'
6229         * .version: new year, new version: 2.3.7
6230         * src/SDCCmain.c (main): applied patch #866468
6231         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6232         provided by Scott Bronson
6233         * doc/sdccman.lyx: updated documentation for sdcdb
6234         updated and added chapter tips
6235
6236 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6237
6238         * src/SDCCsymt.h: missing from yesterday's commits
6239
6240 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6241
6242         * src/SDCC.y (struct_or_union_specifier),
6243         * support/Util/SDCCerr.c,
6244         * support/Util/SDCCerr.h: verify that struct & union tags are used
6245         as declared.
6246
6247 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6248
6249         * src/SDCCglobl.h: missing from yesterday's commits
6250
6251 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6252
6253         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6254         sft_attributes, struct_declaration, parameter_declaration,
6255         type_name, start_block, declaration_list),
6256         * src/SDCC.lex (check_type): support redefinition of typedef names
6257
6258 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6259
6260         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6261         aligned xdata arrays. Erik helped me with the if clause.
6262
6263 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6264
6265         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6266         warning
6267
6268 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6269
6270         * src/SDCCast.h,
6271         * src/SDCCast.c (newAst_),
6272         * src/SDCCicode.h,
6273         * src/SDCCicode.c (ast2iCode, newiCode),
6274         * src/SDCCglobl.h,
6275         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6276         expr, statement, expression_statement, selection_statement,
6277         iteration_statement, expr_opt, jump_statement): foundation for tracking
6278         sequence points
6279         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6280         point code too)
6281
6282 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6283
6284         * support/Util/SDCCerr.c,
6285         * src/SDCCast.h,
6286         * src/SDCCast.c (createCase, createDefault, decorateType),
6287         * src/SDCClabel.c (labelUnreach),
6288         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6289         to error messages.
6290         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6291         (with thanks to Stas Sergeev)
6292         * device/include/time.h,
6293         * device/lib/time.c (CheckTime): suppress unreachable code warning
6294
6295 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6296
6297         * src/SDCCast.c (createIvalCharPtr),
6298         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6299         bug #753752)
6300         * support/regression/tests/nullstring.c: tests for these two bugs
6301
6302 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6303
6304         * support/Util/SDCCerr.h,
6305         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6306         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6307         about storage class and 'at' used inside struct or union
6308         * src/SDCCBBlock.c (iCodeFromeBBlock),
6309         * src/SDCCcse.c (ifxOptimize),
6310         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6311         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6312         printIval, emitStaticSeg, emitOverlay),
6313         * src/SDCClabel.c (deleteIfx),
6314         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6315         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6316         gatherAutoInit, processParms),
6317         * support/Util/SDCCerr.h,
6318         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6319         reporting for post-parse errors.
6320
6321 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6322
6323         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6324         implicit casts via union; they don't work on big endian systems
6325         (possible fix for bug #861138)
6326
6327 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6328
6329         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6330         * src/mcs51/main.c: fixed the fix for bug #737001
6331
6332 2003-12-15  Borut Razem <borut.razem AT siol.net>
6333
6334         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6335
6336 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * support/makebin/makebin.c: put output in binary mode
6339
6340 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6341
6342         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6343         xdata and data memory on startup. Set the environment variable
6344         SDCC_NOGENRAMCLEAR to disable this.
6345         * src/mcs51/peephole.def,
6346         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6347         (allows non-interrupt and interrupt code to safely compete for a resource
6348         without the non-interrupt code having to disable interrupts)
6349
6350 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6351
6352         * src/SDCCicode.c (geniCodeAdd),
6353         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6354         with valFromType if type might be a pointer and host is big endian).
6355         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6356         types, not just integer types.
6357         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6358         multiply defined with mismatching "at" address.
6359
6360 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6361
6362         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6363         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6364         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6365         with embedded nulls (fixed bug #753752)
6366
6367 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6368
6369         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6370         Apparently this did not see much testing (endless loop)
6371
6372 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6375
6376 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6377
6378         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6379         gracefully handle NULL memmap pointers
6380
6381 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6384         instead of deleting the iCode when an operand is volatile
6385         * src/z80/gen.c (genDummyRead),
6386         * src/mcs51/gen.c (genDummyRead),
6387         * src/ds390/gen.c (genDummyRead),
6388         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6389         not just IC_RIGHT
6390         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6391         * src/SDCC.y: fixed bug #850420
6392
6393 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         Applied z80 i/o port patch from Peter Townson and fixed some operators
6396         to better handle operands in A register.
6397         * device/include/z180.h
6398         * src/SDCC.y
6399         * src/SDCCglue.c
6400         * src/z80/gen.c
6401         * src/z80/gen.h
6402         * src/z80/main.c
6403         * src/z80/peeph-z80.def
6404         * src/z80/peeph.def
6405         * src/z80/z80.h
6406
6407 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6408
6409         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6410
6411 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         * device/lib/hc08/_mullong.c: Removed extra #endif
6414
6415 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * sim/ucsim/hc08.src/inst.cc,
6418         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6419         carries from x to h
6420         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6421         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6422         * device/include/stdarg.h: fixed varargs for hc08
6423         * device/lib/Makefile.in,
6424         * device/lib/hc08/Makefile,
6425         * device/lib/hc08/_mulint.c,
6426         * device/lib/hc08/_mullong.c: fixed some endian problems
6427
6428 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6429
6430         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6431         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6432         * device/lib/_gptrget.c,
6433         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6434
6435 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6436
6437         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6438         * src/SDCCast.c (astErrors): fixed bug #846007
6439         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6440
6441 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6442
6443         * src/SDCCast.c (decorateType): disabled a transformation I added in
6444         revision 1.188 (access to fields of a structure at an absolute address);
6445         it breaks with bitfields, extern declarations, and gcse analysis.
6446         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6447         could be assigned through a pointer, so don't complain.
6448         * src/SDCCast.c (astErrors),
6449         * src/SDCCast.h,
6450         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6451
6452 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6453
6454         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6455         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6456         output of __config directives, since gpasm now supports them
6457         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6458         pre-processor macro, i.e. -DMCU=p18f452
6459         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6460         and modified to handle 'cast' icode similarly to '=' icode
6461         * src/pic16/device.h (typedef struct PIC_device): added field
6462         'extMIface' to indicate that chip has external memory interface
6463         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6464         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6465         18F8720
6466
6467 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6468
6469         * src/SDCC.y (pointer): fixed bug #846006
6470         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6471         * src/SDCCast.c (decorateType): fixed bug #846009
6472         * src/ds390/peeph.def,
6473         * src/ds390/gen.c (genAnd, genOr),
6474         * src/mcs51/peeph.def,
6475         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6476
6477 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6478
6479         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6480         * src/SDCCdflow.c
6481         * src/SDCCcse.c
6482         * src/SDCCcse.h
6483         * src/SDCCBBlock.h
6484         * src/SDCCBBlock.c
6485
6486 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6487
6488         fixed bug #845089
6489         * src/SDCCbitv.h,
6490         * src/SDCCbitv.c: added function to free a bitvector
6491         * src/SDCClrange.h,
6492         * src/SDCClrange.c: added function to recompute the liveranges
6493         * src/avr/ralloc.c,
6494         * src/ds390/ralloc.c,
6495         * src/hc08/ralloc.c,
6496         * src/mcs51/ralloc.c,
6497         * src/pic/ralloc.c,
6498         * src/pic16/ralloc.c,
6499         * src/xa51/ralloc.c,
6500         * src/z80/ralloc.c: recompute the liveranges after register packing
6501
6502 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6503
6504         * src/SDCCloop.c (newInduction): fixed bug #845630
6505
6506 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6507
6508         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6509         inadvertantly left behind from my 2003-11-12 change
6510
6511 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6512
6513         Updated headers I neglected to commit yesterday.
6514         * src/SDCClrange.h,
6515         * src/SDCCicode.h
6516
6517 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6518
6519         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6520         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6521         * src/SDCCopt.c (eBBlockFromiCode),
6522         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6523         the creation of the key hash table from the sequencing so it can be used
6524         earlier (for some GCSE bug fixes still pending)
6525
6526 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6527
6528         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6529         * support/regression/tests/addsub.c: testing genPlus shortcut
6530
6531 2003-11-15  Borut Razem <borut.razem AT siol.net>
6532
6533         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6534
6535 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6536
6537         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6538         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6539         ordering is immaterial.
6540         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6541
6542 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6543
6544         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6545         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6546         (SIGSEV) of bug #840381
6547         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6548         unlink new file before rename if new and old filenames are the same)
6549
6550 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6551
6552         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6553         uninitialized variables) for the mcs51. Set environment variable
6554         SDCC_GENRAMCLEAR to test.
6555         xdata initialization slightly shorter
6556
6557 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6558
6559         * src/SDCCsymt.h,
6560         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6561         #838241 & 780691 (basicly the same bug)
6562         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6563         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6564
6565 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6566
6567         * src/SDCCmain.c (linkEdit): "fix" #834252
6568
6569 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6570
6571         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6572         * src/SDCCast.h,
6573         * src/SDCC.y: fixed bug #819403
6574
6575 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6576
6577         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6578         the reentrant attribute.
6579         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6580         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6581         simulation
6582         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6583         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6584         erroneously reduced to a literal.
6585         * src/hc08/ralloc.c (packRegisters, rematStr),
6586         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6587         some cases
6588
6589 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6590
6591         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6592         * doc/sdccman.lyx: changed from 'article' to 'book'
6593         * doc/Makefile: readded test_suite_spec and cdbfileformat
6594
6595 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6596
6597         * device/include/stdlib.h: include malloc.h to comply with ANSI
6598         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6599
6600 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6601
6602         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6603         * doc/clean.mk: also remove *.out files
6604         * doc/sdccman.lyx: some additions, larger top/bottom margins
6605
6606 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6607
6608         * src/SDCC.y: fixed bug #837365
6609         * support/regression/tests/bitopcse.c
6610         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6611         a symbol (might be valop instead)
6612         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6613         * device/lib/clean.mk: added hc08 to the cleaning list
6614
6615 2003-11-04  Borut Razem <borut.razem AT siol.net>
6616
6617         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6618           made 2003-11-04
6619         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6620           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6621           malloc is declared in standard stdlib.h
6622
6623 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         * device/lib/hc08/Makefile: need to clean .rel not .o files
6626         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6627
6628 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6629
6630         * src/port.h,
6631         * src/hc08/main.c,
6632         * src/mcs51/main.c,
6633         * src/ds390/main.c,
6634         * src/z80/main.c,
6635         * src/avr/main.c,
6636         * src/pic/main.c,
6637         * src/pic16/main.c,
6638         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6639         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6640         tests (which uses the port's oclsExpense function)
6641         * src/SDCC.y,
6642         * src/SDCCast.c,
6643         * src/SDCCicode.c,
6644         * src/hc08/gen.c,
6645         * src/ds390/gen.c,
6646         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6647
6648 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6649
6650         * src/SDCCcse.c (ifxOptimize),
6651         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6652         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6653         deleting the IFX iCode.
6654         * src/hc08/ralloc.c: reduced unneeded slocs
6655         * src/hc08/gen.c: fixed bug in asmopToBoolean
6656
6657 2003-11-04  Borut Razem <borut.razem AT siol.net>
6658
6659         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6660           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6661           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6662           transferred to configure
6663
6664 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6665
6666         Use headers defined in the C[++] standards:
6667         * sim/ucsim/gui.src/serio.src/fileio.cc
6668         * sim/ucsim/gui.src/serio.src/frontend.cc
6669         * sim/ucsim/gui.src/serio.src/main.cc
6670         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6671         * support/Util/NewAlloc.c
6672         * as/hc08/lklibr.c
6673         * as/mcs51/lklibr.c
6674         * as/z80/aslist.c
6675         * as/z80/assym.c
6676
6677 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6678
6679         * Added MSVC projects for hc08 assembler and linker:
6680         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6681         /as/hc08/link_hc08.dsp
6682
6683 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6684
6685         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6686
6687 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6688
6689         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6690
6691 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6692
6693         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6694
6695 2003-10-31  Borut Razem <borut.razem AT siol.net>
6696
6697         * support/cpp2/cpplib.h,
6698           support/cpp2/cpplib.c,
6699           support/cpp2/cpplex.c,
6700           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6701           to switch _asm block preprocessing on / off. Default is
6702           #pragma preproc_asm +
6703
6704 2003-10-31  Borut Razem <borut.razem AT siol.net>
6705
6706         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6707           when outputting comment blocks (when executed with -C option) and
6708           _asm (SDCPP specific) blocks
6709
6710 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6713
6714 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6715
6716         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6717
6718 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6719
6720         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6721         * src/SDCCast.c (decorateType): fixed bug #832664
6722
6723 2003-10-31  Borut Razem <borut.razem AT siol.net>
6724
6725         * support\cpp2\cpplex.c: fixed for SDCPP:
6726           comments(when executed with -C option) and _asm blocks
6727           were included even if they where in skipped #if block.
6728           Applied solution from GCC cpp 3.3.2
6729
6730 2003-10-31  Borut Razem <borut.razem AT siol.net>
6731
6732         * src/SDCC.lex: sdcc now understands both formats:
6733           '# <line_number> <file_name>' and
6734           '#line <line_number> <file_name>'
6735         * support/cpp2/cppmain.c: sdcpp now generates the standard
6736           '# <line_number> <file_name>' instead of former
6737           '#line <line_number> <file_name>'
6738
6739 2003-10-30  Borut Razem <borut.razem AT siol.net>
6740
6741         * support/cpp2/cpphash.h,
6742         * support/cpp2/cpplib.h
6743         * support/cpp2/cpplex.c,
6744         * support/cpp2/cppmain.c,
6745         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6746
6747 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6748
6749         Fixed a number of problems revealed by bug #827883.
6750         * src/SDCCloop.c (loopInvariants): Spill location of the
6751         result operand should be recomputed if extracted from
6752         a loop. Also, don't extract assignments of an iTemp
6753         from a literal.
6754         * src/SDCCast.c (isConformingBody): loop reversal should
6755         not occur if the control variable is involved with a
6756         relational operator.
6757
6758 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6759
6760         * .version: bumped to 2.3.6 to reflect the big improvements
6761         made by Erik and Klaus. Thanks!
6762
6763 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6764
6765         Replaced the livrange code.
6766         * src/SDCClrange.c: added new LR code
6767         * src/SDCCloop.c,
6768         * src/SDCCBBlock.h: removed remainig parts from old LR code
6769         * src/ds390/ralloc.c,
6770         * src/ds390/gen.c: minor fixes to make it work with new code
6771
6772 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6773
6774         * as/hc08/asm.h,
6775         * as/hc08/lkrloc.c,
6776         * src/hc08/gen.c,
6777         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6778         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6779         (tweaked fix for bug #818696)
6780
6781 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6782
6783         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6784
6785 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6786
6787         * src/SDCCmain.c,
6788         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6789         * src/mcs51/gen.c (gencjneshort),
6790         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6791         more efficient (per Scott Bronson's suggestion)
6792
6793 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6794
6795         Extended the semantics of the critical keyword to include
6796         individual statements. See RFE #827755 and #799831
6797         * src/SDCC.y
6798         * src/SDCCicode.c
6799         * src/SDCCopt.c
6800         * src/SDCCast.c
6801         * support/Util/SDCCerr.c
6802         * support/Util/SDCCerr.h
6803         * src/mcs51/gen.c
6804         * src/ds390/gen.c
6805         * src/hc08/gen.c
6806
6807 2003-10-19  Borut Razem <borut.razem AT siol.net>
6808
6809         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6810
6811 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6814         Fixed bug #818696
6815         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6816         and predecrement operand is displayed
6817
6818 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6819
6820         * src/SDCCval.c (valMinus): fixed bug #826041
6821
6822 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6823
6824         Some hc08 related updates that I missed earlier
6825         * sim/ucsim/stypes.h
6826         * support/regression/ports/hc08/spec.mk
6827
6828 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6829
6830         New target "hc08" for the Motorola 68hc08 family of micros
6831
6832         * configure
6833         * configure.in
6834         * Makefile
6835         * src/hc08/*
6836         * src/SDCCmain.c
6837         * src/port.h
6838         * sim/ucsim/hc08.src/*
6839         * sim/ucsim/configure.in
6840         * src/ucsim/configure
6841         * sim/ucsim/packages_in.mk
6842         * as/hc08/*
6843         * as/Makefile
6844         * device/include/mc68hc908qy.h
6845         * device/lib/hc08/*
6846         * device/lib/Makefile.in
6847         * support/regression/ports/hc08/*
6848         * support/regression/Makefile
6849
6850 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6853         regression test
6854         * src/ds390/gen.c (genCast): fixed bug #821957
6855
6856 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6857
6858         * device/lib/logf.c: "fixed" overlay bug
6859         * support/regression/ports/host/spec.mk: added m library
6860         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6861         * support/regression/tests/float_trans: added (for Eric)
6862
6863 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6864
6865         * src/mcs51/gen.c (genCpl): fixed bug
6866         http://sf.net/mailarchive/message.php?msg_id=6263915
6867
6868 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6869
6870         * src/SDCCast.c (decorateType): added extended constant folding
6871         * src/SDCCsymt.c (computeType): cleanup
6872         * src/SDCCval.c (valShift): minor optimization
6873         * support/regression/tests/ast_constant_folding.c: added
6874
6875 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6876
6877         * src/SDCCmain.c: removed some unintended changes
6878
6879 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6880
6881         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6882         * src/z80/gen.c: fixed part of bug #817589
6883         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6884
6885 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6886
6887         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6888         * src/SDCCcflow.c
6889         * src/SDCCcse.c
6890         * src/SDCCdflow.c
6891         * src/SDCClabel.c
6892         * src/SDCClrange.c
6893         * src/SDCCmem.c
6894         * src/SDCCopt.c
6895         * src/SDCCpeeph.c
6896         * src/SDCCset.c
6897         * src/avr/ralloc.c
6898         * src/ds390/ralloc.c
6899         * src/izt/ralloc.c
6900         * src/mcs51/ralloc.c
6901         * src/pic/ralloc.c
6902         * src/pic16/ralloc.c
6903         * src/xa51/ralloc.c
6904         * src/z80/ralloc.c
6905         * src/z80/gen.c: removed unused label "release:"
6906
6907 2003-10-06  Borut Razem <borut.razem AT siol.net>
6908
6909         * src/SDCC.lex: removed definition of unused variables
6910           save_optimize and save_options
6911
6912 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6913
6914         * clean.mk: removed '=' in "-maxdepth=1"
6915         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6916         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6917
6918 2003-10-06  Borut Razem <borut.razem AT siol.net>
6919
6920         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6921           my_unput() replaced by unput()
6922
6923 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6924
6925         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6926         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6927         type-punned pointer will break strict-aliasing rules"
6928         Old LR behaviour is again default; Klaus' LR can be choosen by
6929         defining the environment variable LRKLAUS
6930         * src/SDCCBBlock.h
6931         * src/SDCCloop.c
6932         * src/SDCClrange.c
6933         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6934         * clean.mk: fixed removal of files in bin/CVS/
6935         * device/lib/clean.mk: fixed removal of directories small and large
6936         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6937         * src/SDCCicode.c,
6938         * src/SDCCval.c: removed superflous test for pedantic
6939
6940 2003-10-05  Borut Razem <borut.razem AT siol.net>
6941
6942         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6943           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6944           message "unmatched #pragma SAVE and #pragma RESTORE"
6945
6946 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6947
6948         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6949           assembly, critical functions, atomic, nojtbound)
6950
6951 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6952
6953         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6954         * src/SDCCBBlock.h
6955         * src/SDCCloop.c
6956         * src/SDCCloop.h
6957         * src/SDCClrange.c
6958
6959 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6960
6961         * src/z80/gen.h,
6962         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6963         * src/mcs51/gen.h
6964         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6965         * src/ds390/gen.h
6966         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6967         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6968         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6969
6970 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6971
6972         * src/z80/gen.c (genRet): fixed bug #524753
6973         * src/z80/gen.c (genCast): fixed internal error on cast from
6974         pointer to long
6975         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6976         fix for bug #477835 to the z80
6977         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6978         for tracking iCodes in the peephole optimizer for z80
6979
6980 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6981
6982         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6983         the other part of bug #814548
6984         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6985
6986 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6987
6988         * src/SDCCcse.c: fixed part of bug #814548
6989
6990 2003-09-28  Borut Razem <borut.razem AT siol.net>
6991
6992         * src/asm.c: rewrite of printILine() to use temporary file instead
6993           a pipe
6994         * src/xa51/main.c: commented out declaration of int rewinds
6995
6996 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6997
6998         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6999
7000 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7001
7002         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7003         * src/asm.c (printILine): Fixed bug #811015
7004
7005 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7006
7007         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7008         freeing.
7009
7010 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7011
7012         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7013         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7014         to correctly handle general case of AOP_PAIRPTR
7015         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7016
7017 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7018
7019         * src/mcs51/ralloc.c (fillGaps),
7020         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7021         register positioning bug)
7022
7023 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7024
7025         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7026
7027 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7028
7029         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7030         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7031         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7032         (ralloc doesn't intentionally do this now, but perhaps later)
7033         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7034         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7035         register positioning bugs (Fixed bug #762602 and #795325)
7036         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7037         (Fixed bug #808779)
7038         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7039         lines that --i-code-in-asm generates
7040
7041 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7042
7043         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7044         trying to fclose a FILE* that was already closed.
7045
7046 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7047
7048         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7049         of const struct should be treated as if const themselves)
7050
7051 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7052
7053         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7054
7055 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7056
7057         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7058         Unix (/n) and DOS (/r/n) line terminations.
7059
7060 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7061
7062         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7063         bug #613775
7064
7065 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * src/mcs51/gen.c (genFunction, genEndFunction),
7068         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7069         and restore of EA so that stack offsets to parameters are
7070         correct when using both critical and reentrant/stack-auto.
7071         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7072         size (can be triggered in error if sloc is shared between
7073         different sized objects)
7074         * device/include/float.h: fixed macros to explicitly use
7075         unsigned long where needed
7076
7077 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7078
7079         Feature req. 799831: added code to allow nesting of critical functions
7080         * src/mcs51/gen.c (genFunction, genEndFunction)
7081         * src/ds390/gen.c (genFunction, genEndFunction)
7082
7083 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7084
7085         * src/SDCCsymt.c (sclsFromPtr),
7086         * src/SDCCsymt.h,
7087         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7088         support for standard C idiom of memory mapped variables; for
7089         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7090         to xdata int at 0x1234 tempvar = 1.
7091         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7092         provided by Akiya ISHIDA
7093
7094 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7095
7096         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7097         * src/SDCCval.c (constVal): added reduction from int to char
7098         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7099         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7100         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7101         to ignore the sign
7102         * support/regression/tests/shifts.c: fixed
7103
7104 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7105
7106         * src/z80/gen.c (genXor): Fixed bug #805445
7107
7108 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         Fixed bug #621531 (const & volatile confusion in the type chain).
7111         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7112         refer to the const or volatile state of the pointer itself.
7113
7114         * src/SDCCast.c
7115         * src/SDCCglue.c
7116         * src/SDCCicode.c
7117         * src/SDCCsymt.c
7118         * src/SDCCval.c
7119         * src/SDCC.y
7120         * src/SDCCsymt.h
7121         * src/pic/gen.c
7122         * src/pic/ralloc.c
7123         * src/pic16/gen.c
7124         * src/pic16/ralloc.c
7125         * support/regression/tests/const.c
7126
7127 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7128
7129         When checking for duplicated modules, use absolute paths
7130         instead of relative paths.  Files changed:
7131
7132         * as/mcs51/lklib.c
7133         * link/z80/lklib.c
7134
7135 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7138
7139 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * device/include/string.h: added size_t typedef, changed
7142         prototypes to use size_t, eliminated separate reentrant and
7143         non-reentrant declarations, added _memmove declaration
7144         * device/lib/_memcpy.c: changed to use size_t instead of int,
7145         changed /4 to >>2 to avoid division library call
7146         * device/lib/_memcmp.c,
7147         * device/lib/_memset.c,
7148         * device/lib/_strncat.c,
7149         * device/lib/_strncpy.c,
7150         * device/lib/_strncmp.c: changed to use size_t instead of int
7151         * device/lib/_memmove.c: new file (fixed bug #772294)
7152         * device/lib/Makefile.in: added _memmove.c
7153         * device/lib/z80/asm_strings.s: fixed bug #772290
7154         * support/regression/tests/bitfields.c: attempt to fix host assertion
7155         failure on amd64-unknown-linux2.2
7156
7157 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7158
7159         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7160         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7161         * as/z80/asmain.c (main): fixed bug #801766
7162
7163 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7164
7165         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7166         compilers
7167
7168 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7169
7170         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7171         reported in bug #800609
7172
7173 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7174
7175         * Top header beautifications in src/pic16 directory:
7176           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7177           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7178           pcoderegs.h, ralloc.c, ralloc.h
7179         * main.c: added top header and GPL license notice
7180         * pcode.c: fixed the if-conditional warning
7181
7182 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7183
7184         * device/lib/_mullong.c: replaced int by short for gcc
7185
7186 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7187
7188         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7189         and JUMPTABLE iCodes properly now (worked by accident before)
7190         * src/mcs51/gen.c (leftRightUseAcc),
7191         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7192         iCode properly now. Use getSize instead of nRegs since a & b
7193         aren't part of the nRegs tally.
7194
7195 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7196
7197         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7198         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7199           before instructions that use the _STATUS register
7200
7201 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7202
7203         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7204         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7205         fetching of the pointer
7206         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7207         copied from genNearPointerSet()
7208         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7209         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7210         If they pop r0/r1 they must be called in the opposite order than aopOp().
7211         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7212         (resp. --stack-auto), prepared for --xstack
7213
7214 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7215
7216         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7217
7218 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7219
7220         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7221         these ports have their own __sdcc_external_start()
7222
7223 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7224
7225         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7226         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7227         type for bits was changed. It resulted in bit variables becoming
7228         global, which is not permitted in PIC 14 assembly output.
7229
7230 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7231
7232         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7233
7234 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7235
7236         Z80 and MCS51 linkers complaint if a public symbol is defined
7237         in more than one library module:
7238
7239         * as/mcs51/lklib.c
7240         * link/z80/lklib.c
7241         * as/mcs51/Makefile.in
7242
7243 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7244
7245         A few small changes that speed up the peephole optimizer.
7246
7247         * src/SDCCpeeph.c
7248
7249 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7250
7251         Try to make the peephole optimizer smarter by maintaining
7252         an association between the assembly source code and the
7253         iCodes that originated them. Put this information to use
7254         with a new peephole rule condition "notVolatile" so that
7255         the rules can be aggressive yet still safe.
7256
7257         * src/SDCCpeeph.c
7258         * src/SDCCpeeph.h
7259         * src/mcs51/gen.c
7260         * src/mcs51/peeph.def
7261
7262 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7263
7264         Fixed bug #741761
7265
7266         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7267         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7268         if the left or right operand symbols have the accuse flag set.
7269
7270 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7271
7272         Changed the type of the result of the ! (NOT) operator to char;
7273         previously it returned the same type as the source. This allows
7274         us to eliminate all the genFloatNot functions (all of its target
7275         implementations were very buggy) since !float can use the same
7276         code as !long now.
7277
7278         * src/SDCCicode.c (ast2iCode): ! returns char
7279         * src/mcs51/gen.c (genNot, genNotFloat),
7280         * src/ds390/gen.c (genNot, genNotFloat),
7281         * src/z80/gen.c (genNot, genNotFloat),
7282         * src/pic/gen.c (genNot, genNotFloat),
7283         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7284
7285 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7286
7287         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7288         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7289            during interrupts. Ensure WSAVE is located at a shared bank address.
7290         2. Fixed page selection in some places
7291         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7292            the registers name strings.
7293         4. Fixed "signed / unsigned compare" compiler warnings.
7294         5. The PIC port manages its own allocation of the general purpose
7295            registers, but makes no attempt to reuse them. As a result when
7296            compiling it soon runs out of general purpose registers. Some
7297            additional code was added to the files pcode.c and device.c to walk
7298            through the function call tree and rename the registers so that they
7299            get reused.
7300
7301         * src/pic/device.c
7302         * src/pic/gen.c
7303         * src/pic/glue.c
7304         * src/pic/pcode.c
7305         * src/pic/pcode.h
7306         * src/pic/ralloc.c
7307         * src/pic/ralloc.h
7308         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7309         genPlus() & genMinus() when the result is the same as left or right
7310
7311 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7312
7313         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7314
7315 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         Made bitfield a distinct type from bit so that bitfields
7318         convert as per ANSI C and bits retain their traditional
7319         boolean style behaviour. Implemented bitfield support in
7320         the z80 port.
7321
7322         * src/SDCCsymt.h,
7323         * src/SDCCsymt.c,
7324         * src/SDCCast.c,
7325         * src/cdbFile.c,
7326         * src/mcs51/gen.c,
7327         * src/ds390/gen.c: bit v bitfield split
7328         * src/z80/gen.c: New support for bitfields
7329         * support/regression/tests/bitfields.c: reenabled z80,
7330         added more tests
7331
7332 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7333
7334         Rules 246.x, 247.x relate to bitfields, the others speed up
7335         access to xdata mapped I/O devices.
7336
7337         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7338
7339 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7340
7341         Cleaned up genPackBits and genUnpackBits and added two helper
7342         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7343         for literal assignments in genPackBits (thanks to Frieder for
7344         reminding me).
7345
7346         * src/mcs51/gen.c
7347         * src/ds390/gen.c
7348
7349 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         Fixed bug #748310 (pointer to function type mishandled when the
7352         function name is omitted). Also fixed a SIGSEGV when a function
7353         attribute (reentrant, etc) is used on a non-function or on a
7354         function but misplaced before the parameter list.
7355
7356         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7357         bug #748310
7358         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7359         * support/Util/SDCCerr.h,
7360         * support/Util/SDCCerr.c: Added func attr misuse error msg
7361
7362 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7363
7364         Fixed bug #787649 by anonymous
7365         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7366         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7367
7368 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         Fixed numerous bitfield problems.
7371
7372         * src/SDCC.y: More bitfield related error checking
7373         * src/SDCCsymt.h,
7374         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7375         * support/Util/SDCCerr.h,
7376         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7377         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7378         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7379         * support/regression/tests/bitfields.c: tests added
7380
7381 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7382
7383         Made the constant following the "interrupt" keyword optional. If
7384         omitted, the function will not automatically be given an entry
7385         in the interrupt vector table (similar to #pragma NOIV, but
7386         less syntacticly kludgy). The interrupt number is also now
7387         range checked. Also fixed a bug in the high order bit example
7388         in the manual.
7389
7390         * src/SDCC.y
7391         * src/SDCCmem.c
7392         * src/SDCCglue.c
7393         * src/SDCCsymt.h
7394         * support/Util/SDCCerr.c
7395         * support/Util/SDCCerr.h
7396         * doc/sdccman.lyx
7397
7398 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7399
7400         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7401         * src/SDCCicode.c (operandOperation): rewritten some ops
7402         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7403         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7404         other type
7405         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7406         be re-activated by defining REDUCE_LITERALS)
7407         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7408         unsigned, but are signed by default
7409         * src/SDCCval.c (constVal): rearranged
7410         * src/SDCCval.c (valMod): preliminary fix
7411         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7412         * support/regression/literalop.c: added, work in progress
7413
7414 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7415
7416         Generate warnings for useless declarations like "char data;"
7417         that don't do what new users expect.
7418
7419         * src/SDCC.y
7420         * support/Util/SDCCerr.h
7421         * support/Util/SDCCerr.c
7422
7423 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7424
7425         * src/SDCCval.c (valMult): fix overflow detection of negative int
7426
7427 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7428
7429         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7430
7431         Changes to support big endian targets:
7432
7433         * src/ports.h
7434         * src/SDCCglue.c
7435         * src/avr/main.c
7436         * src/ds390/main.c
7437         * src/izt/i186.c
7438         * src/mcs51/main.c
7439         * src/pic/main.c
7440         * src/pic16/main.c
7441         * src/xa51/main.c
7442         * src/z80/main.c
7443
7444 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7445
7446         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7447         * device/lib/time.c: fixed warning "integer overflow in expression"
7448
7449 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7450
7451         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7452         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7453         constants are unsigned; added recognition of "u" flag for unsigned
7454         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7455         * src/SDCCval.c (valDiv, valMod): fixed signdness
7456         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7457         signedness of modulo, left and right shift
7458         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7459         * support/Util/SDCCerr.h: added warning W_INT_OVL
7460         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7461         * src/SDCCast.c (ast_print): improved output of constants
7462
7463 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7464
7465         Fixed some warnings when building with MSVC:
7466
7467         * as\mcs51\asdata.c
7468         * as\z80\asdata.c
7469         * as\mcs51\asm.h
7470         * as\z80\asm.h
7471         * link\z80\aslink.h
7472         * link\z80\lkdata.c
7473         * link\z80\lkeval.c
7474         * link\z80\lkgb.c
7475         * link\z80\lkihx.c
7476         * link\z80\lks19.c
7477         * link\z80\lksym.c
7478         * support\cpp2\cpplib.c
7479         * src\ds390\gen.c
7480         * src\mcs51\gen.c
7481
7482 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7483
7484         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7485
7486 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7487
7488         * support\librarian\clean.mk: Do not remove Makefile.
7489         * support\librarian\Makefile: added.
7490
7491 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7492
7493         Added librarian to MSVC build:
7494         * all.dsp
7495         * sdcc.dsw
7496         * support\librarian\librarian.dsp
7497
7498         'configure' not needed for librarian, removed:
7499         * support\librarian\configure
7500         * support\librarian\configure.in
7501         * support\librarian\config_in.h
7502         * support\librarian\Makefile.in
7503
7504         Hopefully these ones built the librarian and the rest of sdcc properly:
7505         * Makefile
7506         * Makefile.common.in
7507
7508         Messed up 'configure', so revert to previous version:
7509         * configure
7510         * configure.in
7511
7512 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7513
7514         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7515         there, while the mantissa of a double is "only" 53 bits wide.
7516
7517 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7518
7519         Adding sdcclib to the build.  MSVC project coming soon.
7520         Files added/changed:
7521
7522         * support\librarian\clean.mk
7523         * support\librarian\configure
7524         * support\librarian\configure.in
7525         * support\librarian\config_in.h
7526         * support\librarian\Makefile.bcc
7527         * support\librarian\Makefile.in
7528         * support\librarian\sdcclib.c
7529         * Makefile.bcc
7530         * Makefile
7531         * Makefile.common.in
7532         * configure
7533         * configure.in
7534
7535 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7536
7537         Linker now complaints if linked modules have conflicting options, for
7538         example, one compiled using --model-large and another one compiled with
7539         --model-small.  The following files were modified:
7540
7541         * as\mcs51\asdata.c
7542         * as\mcs51\aslink.h
7543         * as\mcs51\asm.h
7544         * as\mcs51\asmain.c
7545         * as\mcs51\asout.c
7546         * as\mcs51\i51pst.c
7547         * as\mcs51\lkdata.c
7548         * as\mcs51\lklibr.c
7549         * as\mcs51\lkmain.c
7550         * as\z80\asdata.c
7551         * as\z80\asm.h
7552         * as\z80\asmain.c
7553         * as\z80\asout.c
7554         * as\z80\z80pst.c
7555         * link\z80\aslink.h
7556         * link\z80\lkdata.c
7557         * link\z80\lklibr.c
7558         * link\z80\lkmain.c
7559         * src\SDCCglue.c
7560
7561 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7562
7563         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7564         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7565
7566 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7567
7568         * src/z80/mappings.i: fix _mul[us][int,long] entries
7569
7570 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7571
7572         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7573
7574 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7575
7576         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7577         * support/regression/tests/bitopcse.c: added
7578         fixed warning:
7579         * src/avr/gen.c:
7580         * src/pic/gen.c:
7581         * src/pic16/gen.c:
7582         * src/z80/gen.c:
7583         * src/xa51/gen.c:
7584
7585 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7586
7587         added support for new library format to z80, gbz80 linkers:
7588         *link/z80/aslink.h
7589         *link/z80/lklex.c
7590         *link/z80/lklib.c
7591         *link/z80/lklist.c
7592
7593 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7594
7595         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7596         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7597
7598 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7599
7600         added DUMMY_READ_VOLATILE:
7601         * src/SDCC.y:
7602         * src/avr/gen.c:
7603         * src/xa51/gen.c:
7604         * src/z80/gen.c:
7605         * src/pic/gen.c:
7606         * src/pic16/gen.c:
7607         * src/mcs51/gen.c:
7608         * src/ds390/gen.c:
7609         * src/SDCCcse.c (algebraicOpts): many improvements
7610         * src/SDCCcse.h: removed algebraicOpts()
7611         * src/SDCCicode.c (picDummyRead): added
7612
7613 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7614
7615         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7616         "Insufficient space in data memory".
7617
7618 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7619
7620         * src/mcs51/gen.c: fixed bug #771358
7621         * src/z80/gen.c: fixed bug #759087
7622
7623 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7624
7625         * src/pic16/glue.c: minor cleanup by Vangelis
7626
7627 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7628
7629         * device/include/regc515c.h: fixed #758477
7630         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7631         * device/lib/_gptrput.c: saved a few bytes
7632         * my tab spacing is 8, yours too?)
7633         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7634         * device/lib/serial.c: process RX bytes earlier than TX bytes
7635         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7636
7637 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7638
7639         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7640
7641 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7642
7643     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7644
7645 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7646
7647         * device/lib/Makefile.in: bad fix, reverted to 1.43
7648
7649 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7650
7651         * device/lib/Makefile.in: added missing z80 object files
7652
7653 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7654
7655         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7656         pic16 progress by Vangelis:
7657         * src/SDCCglobl.h:
7658         * src/SDCCmain.c:
7659         * src/pic/Makefile:
7660         * src/pic:
7661         * pic/Makefile:
7662         * pic16/device.c:
7663         * pic16/device.h:
7664         * pic16/gen.c:
7665         * pic16/gen.h:
7666         * pic16/genarith.c:
7667         * pic16/glue.c:
7668         * pic16/main.c:
7669         * pic16/pcode.c:
7670         * pic16/pcode.h:
7671         * pic16/pcodepeep.c:
7672         * pic16/peeph.def:
7673
7674 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7675
7676     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7677
7678 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7679
7680     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7681     added gbz80 build to MSVC project.
7682     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7683     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7684     from 8051 stuff and setup so it links using a .lnk file.
7685
7686 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7687
7688     * support/librarian/sdcclib.c: sdcc librarian.
7689     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7690     with sdcclib.
7691
7692 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7693
7694     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7695
7696 2003-07-02  Borut Razem <borut.razem AT siol.net>
7697
7698         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7699         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7700         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7701         src/xa51/main.c, src/z80/main.c:
7702         virtualization of glue() function: each port has it's own glue function,
7703         which is accessed by do_glue function pointer in PORT.general structure
7704
7705 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7706
7707         * DS800C400 fun, improved ROM interface and tinibios.
7708
7709 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7710
7711         * More support for DS80C400. Now includes beginning of interface to ROM.
7712
7713 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7714
7715         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7716
7717 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7718
7719         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7720
7721 2003-06-19  Borut Razem <borut.razem AT siol.net>
7722
7723         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7724
7725 2003-06-19  Borut Razem <borut.razem AT siol.net>
7726
7727         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7728         fixed Z80 port - crt0.o: cannot open.
7729
7730 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7731
7732         * support/Util/MySystem.c (merge_command): revert bad fix
7733
7734 2003-06-18  Borut Razem <borut.razem AT siol.net>
7735
7736         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7737
7738 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7739
7740         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7741         option --use-stdout sends errors to stdout instead of stderr.
7742
7743 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7744
7745         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7746
7747 2003-06-15  Borut Razem <borut.razem AT siol.net>
7748
7749         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7750         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7751         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7752         fixed width array of pointers replaced with sets;
7753         multiple include and lib paths ared transferred to preprocessor and linker
7754         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7755         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7756         fixed width array of pointers
7757         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7758         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7759         fixupPath(), getPathDifference()
7760         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7761         fixed width array of pointers
7762
7763 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7764
7765         * src/pic16/ralloc.c: fix warnings
7766         * src/pic16/pcode.c: fix warning
7767
7768 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7769
7770          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7771         know all the details, but essentially this set of changes enable
7772         the pic16 port to generate movff instructions and generate assembler
7773         directives,
7774         * src/SDCCmain.c:
7775         * src/pic16/gen.c:
7776         * src/pic16/glue.c:
7777         * src/pic16/pcode.c:
7778         * src/pic16/device.c:
7779         * src/pic16/main.c:
7780         * src/pic16/pcode.h:
7781         * src/pic16/pcoderegs.c:
7782         * src/pic16/ralloc.c:
7783         * src/pic16/ralloc.h:
7784
7785 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7786
7787         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7788         added option --vc, so sdcc errors and warnings are compatible with
7789         Microsoft Visual Studio.
7790
7791 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7792
7793         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7794           device/lib/libfloat.lib: added atof function.
7795
7796 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7797
7798         * doc/sdccman.lyx: updated to Lyx 1.3
7799         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7800         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7801         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7802
7803 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7804
7805         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7806
7807 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7808
7809         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7810           additions to the "related tools/documentation" section
7811
7812 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7813
7814         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7815
7816 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7817
7818         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7819         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7820
7821 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7822
7823         * doc/sdccman.lyx: fix double dash and other minor things
7824         * doc/Makefile: fix double dash
7825
7826 2003-05-28  Karl Bongers(patches from Martin Helmling)
7827         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7828           condition and ignore commands.
7829
7830 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7831
7832         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7833           is in parts still quite out of date, I did changes as far as I felt makes sense
7834           for a non-native english speaker.
7835           Please feel free to add to the manual or to correct my changes.
7836         * doc/Makefile: undid touching the date of intermediate tex files.
7837
7838 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7839
7840         * doc/sdccman.lyx: Manual has an index now
7841
7842 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7843
7844         Finalize muluint/mulsint and mululong/mulslong merging:
7845         * device/lib/_mulint.c
7846         * device/lib/_mullong.c
7847         * device/lib/gbz80/mul.s
7848         * device/lib/gbz80/stubs.s
7849         * device/lib/z80/mul.s
7850         * device/lib/z80/stubs.s
7851         * src/SDCCsymt.c (initCSupport)
7852
7853 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7854
7855         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7856         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7857           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7858           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7859           instead of /Zm500.
7860
7861 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7862
7863         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7864           the regression tests I'm not brave enough to enable 245.b, 245.c
7865         * doc/sdccman.lyx: added latex preamble for hyperref package.
7866           Using pdflatex this will give you a hyperlinked pdf file with
7867           bookmarks. (prepend '%' before /usepackage if this breaks something)
7868
7869 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7870
7871          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7872
7873 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7874
7875         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7876
7877 2003-05-21    <johan AT balder>
7878
7879         * src/SDCCglue.c (printIval): fixed bug #739934
7880
7881 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7882
7883         Applied patch from bug 737905 (renamed yylineo to mylineno):
7884         * src/altlex.c
7885         * src/SDCCast.c
7886         * src/SDCglobl.h
7887         * src/SDCC.lex
7888         * src/SDCCsymt.c
7889         * src/SDCCval.c
7890         * src/pic16/pcode.c: Cleaned warnings
7891         * src/pic16/pcodeflow.c: Cleaned warnings
7892         * src/pic16/pcoderegs.c: Cleaned warnings
7893
7894 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7895
7896         * src/pic16/pcode.c: Cleaned warnings
7897         * src/pic16/pcodepeep.c: Cleaned warnings
7898         * src/pic16/ralloc.c: Cleaned warnings
7899
7900 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         * doc/sdccman.lyx: fixed bug 739745
7903         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7904
7905 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7908         it can be defined with CFLAGS when running configure
7909         * src/SDCCmain.c: fixed compiling + linking with object files
7910
7911 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7912
7913         * configure.in: configure for pic16 port,
7914             added --disable-pic16-port
7915         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7916         * src/SDCCmain.c: linkOptions is changed to set *,
7917             added if/endif conditional macros to remove options help
7918             messages from optionsTable when a port is not configured, added
7919             support for the PIc16 port in the ports table, when executing
7920             the compiler with no port specified on command line, a default
7921             port is selected with the new macro DEFAULT_PORT which is
7922             defined in port.h, in setDefaultOptions() linkOptions is removed
7923             from initialization assignment, since now it is a set,
7924             parseCmdLine uses setParseWithComma for linkOptions, in
7925             linkEdit() linkOptions are accessed with new function indexSet()
7926             which returns the i'th item of a set variable. See SDCCset.c, in
7927             linkEdit() when calling buildCmdLine(), added linkOptions as
7928             last argument. Now users can pass arguments to gplink via the
7929             -Wl option, main() uses pic16glue() to glue up pic16 programs
7930         * src/SDCCpeeph.c: various changes to support pic16
7931         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7932             return the i'th item of the set
7933         * src/SDCCset.h: added function prototype for indexSet()
7934         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7935         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7936         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7937             added macro DEFAULT_PORT
7938         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7939         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7940             generated
7941         * src/pic16/glue.c: commented out some error producing lines
7942         * src/pic16/main.c: __config directives are commented out to stop
7943             gpasm complaining and test the linkage with gplink, _linkCmd and
7944             _asmCmd changed to be more gplink and gpasm friendly
7945         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7946             produced an error when parsed, peep rule 12 is added to utilize
7947             movff, but it is commented out since the pCode does not support
7948             yet a command with 2 address arguments
7949
7950 2003-05-18    <johan AT balder>
7951
7952         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7953         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7954 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7955
7956         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7957   Added feature to script commands from file.
7958
7959 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7960
7961         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7962         * src/SDCCutil.c: include ctype.h for win32
7963
7964 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7965
7966         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7967
7968 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7969
7970         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7971   Fixed so you can set breakpoints prior to run, run does not stop
7972   on entry now.  Add tbreak.  Other enhancements and fixes for use
7973   with ddd.
7974
7975 2003-05-12  Borut Razem <borut.razem AT siol.net>
7976
7977         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7978
7979 2003-05-11  Borut Razem <borut.razem AT siol.net>
7980
7981         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7982         the path of bin directory, so that PATH is the only env. variable, which has to be set
7983         in case of standard installation.
7984         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7985         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7986         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7987
7988 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7989
7990         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7991         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7992         temp files are in the port dir; clean the gen/test directory when
7993         generating new test.c
7994         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7995         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7996         * support/regression/tests/zeropad.c: added
7997
7998 2003-05-09    <johan AT balder>
7999
8000         * src/SDCCglue.c: fixed bug #597940
8001
8002 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8003
8004         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8005   cache sfr, optimize next,step, fix off by one sourceline,
8006   support ddd list function.
8007         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8008
8009 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8010
8011         * support/regression/HTMLgen.py: added compare_s2f()
8012         * support/regression/Makefile: redo 1.27
8013         * support/regression/generate-cases.py: redo 1.5
8014
8015 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8016
8017         * support/regression/tests/float.c: workaround 33 bit hex constant
8018         * support/regression/tests/simplefloat.c: fix division for host
8019
8020 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8021
8022         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8023         that tame's the PIC's over-aggressive optimizer.
8024
8025 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8026
8027          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8028          support for MSVC.
8029
8030 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8031
8032         Initial support for DS80C400. "Hello world" runs on TINIm400
8033         (with polled I/O).
8034
8035 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8036
8037          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8038          * Some notes on ddd usage added in debugger/README
8039          Martin Helmling adding more features and fixes for ddd GUI debugger.
8040          Code added for nexti, stepi, up, down, and other adjustments.
8041
8042 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8043
8044         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8045         * src/pic/peeph.def Added two rules to optimize carry manipulation
8046         * src/pic/* removed debug printfs
8047
8048 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8049
8050         * debugger/mcs51/cmd.c: added header newalloc.h
8051
8052 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8053
8054         * as/Makefile: new EXEEXT
8055         * as/z80/Makefile: remove trailing slash of BUILDIR
8056         * as/z80/clean.mk: new EXEEXT
8057         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8058         * support/cpp2/Makefile.in: new EXEEXT
8059         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8060
8061 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8062
8063         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8064         EXEEXT was introduced to fix all related problems with targets
8065         "clean", "install" and "uninstall"; a couple of further flaws
8066         especially with "clean" have been fixed too
8067         * as/mcs51/Makefile.in
8068         * as/mcs51/clean.mk
8069         * as/z80/Makefile
8070         * Makefile
8071         * clean.mk
8072         * debugger/mcs51/Makefile.in
8073         * debugger/mcs51/clean.mk
8074         * link/z80/Makefile
8075         * link/z80/Makefile.in
8076         * link/z80/clean.mk
8077         * link/Makefile
8078         * packihx/Makefile.in
8079         * packihx/clean.mk
8080         * sim/ucsim/Makefile
8081         * sim/ucsim/clean.mk
8082         * sim/ucsim/avr.src/Makefile.in
8083         * sim/ucsim/avr.src/clean.mk
8084         * sim/ucsim/s51.src/Makefile.in
8085         * sim/ucsim/s51.src/clean.mk
8086         * sim/ucsim/xa.src/Makefile.in
8087         * sim/ucsim/xa.src/clean.mk
8088         * sim/ucsim/z80.src/Makefile.in
8089         * sim/ucsim/z80.src/clean.mk
8090         * sim/ucsim/main_in.mk
8091         * sim/ucsim/packages_in.mk
8092         * sim/ucsim/gui.src/Makefile.in
8093         * sim/ucsim/gui.src/serio.src/Makefile.in
8094         * sim/ucsim/gui.src/serio.src/clean.mk
8095         * src/Makefile.in
8096         * src/clean.mk
8097         * support/cpp2/Makefile.in
8098         * support/cpp2/clean.mk
8099         * support/makebin/Makefile
8100         * support/makebin/clean.mk
8101         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8102         * doc/sdccman.lyx: --program-suffix no longer needed
8103
8104 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8105
8106          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8107          Martin Helmling added support for ddd GUI debugger.
8108          Code added to display assembly, set variables, and other commands
8109          to interface to ddd.
8110
8111 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8112
8113         * as/Makefile: fix target clean
8114         * as/clean.mk: fix target clean
8115         * as/z80/clean.mk: fix target clean
8116
8117 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8118
8119         * Makefile.common.in: added  AT EXEEXT AT
8120         * configure.in: removed all mingw32 stuff
8121         * configure: rebuilt from configure.in
8122         * doc/sdccman.lyx: updated section "installation"
8123         * support/scripts/sdcc_mingw32: adapted to configure
8124         * support/scripts/sdcc_cygwin_mingw32: added
8125
8126 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8127
8128         * src/pic Added object file support for the PIC port
8129         * src/pic Applied patch from Craig Franklin (this started the object file support)
8130         * src/regression Updated the PIC regression tests for object files
8131
8132 2003-04-20  Borut Razem <borut.razem AT siol.net>
8133
8134         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8135           lklex.c: In function `getfid':
8136           lklex.c:203: warning: array subscript has type `char'
8137         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8138           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8139         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8140           stack handling macros
8141
8142 2003-04-19  Borut Razem <borut.razem AT siol.net>
8143
8144         * "handling space characters in file path" task:
8145         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8146         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8147         * support/Util/MySystem.h: make it self-sufficient
8148         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8149           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8150           handling space characters in file path
8151         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8152           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8153         * support/Util/MySystem.c: handling space characters in executable's path
8154
8155 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8156
8157         * as/z80/Makefile: fix permanent rebuild of z80
8158         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8159         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8160
8161 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8162
8163         * src/SDCCopt.c: add special case optimization to replace modulo by
8164           a power of two with a bitwise AND.
8165
8166 2003-04-18    <johan AT balder>
8167
8168         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8169
8170 2003-04-17    <johan AT balder>
8171
8172         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8173         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8174
8175 2003-04-13  Borut Razem <borut.razem AT siol.net>
8176
8177         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8178         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8179           fixed mingw problem in adl_NORMALIZE_PATH
8180
8181 2003-04-12  Borut Razem <borut.razem AT siol.net>
8182
8183         * fixed "#pragma SAVE/RESTORE can not be nested":
8184         * src/SDCC.lex: reworked pragma handling functions
8185         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8186         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8187
8188 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8189
8190         * src/SDCCutil.c (pathEquivalent): defined but not used
8191         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8192         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8193         * configure: rebuilt from configure.in
8194         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8195         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8196         * device/include/Makefile.in: replace sdcc_datadir
8197         * device/lib/Makefile.in: replace sdcc_datadir
8198         * Makefile.common.in: add LDFLAGS from configure
8199         * packihx/Makefile.in: use LDFLAGS
8200         * src/Makefile.in: use LDFLAGS
8201         * support/cpp2/Makefile.in: add LDFLAGS from configure
8202         * support/makebin/Makefile: use LDFLAGS
8203         * .version: bumped version number to 2.3.5
8204
8205 2003-04-12  Borut Razem <borut.razem AT siol.net>
8206
8207         * completed "different paths" task:
8208         * src/SDCCmacro.c: fixed bug in handling quotes
8209         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8210         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8211
8212 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8213
8214         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8215
8216 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8217
8218         * ds390/gen.c ds390/peeph.def: fix bug 706781
8219
8220 2003-04-11  Borut Razem <borut.razem AT siol.net>
8221
8222         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8223
8224 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8225
8226         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8227         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8228          set - this bit used to not be set...).
8229         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8230           bad code in PIC Port
8231         * src/regression/and2.c added to test bug 609268
8232         * src/regression/Makefile added and2.c to regression test
8233
8234
8235 2003-04-08    <johan AT CP255758-A>
8236
8237         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8238         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8239         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8240
8241 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8242
8243         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8244         fix bug #487815
8245         * support/cpp2/Makefile.in: fix bug #487815
8246         * configure: rebuilt from configure.in
8247         * Makefile.common.in: docdir changed, new path suffixes
8248         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8249         * sdcc_vc_in.h: reflect changes from sdccconf.h
8250         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8251         * src/SDCCutil.h: remove BINDIR hack
8252         * doc/sdccman.lyx: update new path hierarchy
8253
8254 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8255
8256         * src/SDCCpeeph.c: added okToRemoveSLOC test
8257
8258 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8259
8260         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8261
8262 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8263
8264         * src/SDCCpeeph.c: added labelIsReturnOnly test
8265         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8266
8267 2003-04-05    <johan AT balder>
8268
8269         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8270         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8271         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8272         * src/SDCCast.c: fixed a warning
8273         * src/SDCCast.h: fixed a warning
8274         * src/SDCCicode.c (operandFromAst): fixed a warning
8275
8276 2003-04-04    <johan AT balder>
8277
8278         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8279         * src/SDCCast.c (decorateType): fixed bug #715076
8280         * src/SDCC.y: fixed bug #702907
8281
8282 2003-04-03    <johan AT balder>
8283
8284         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8285         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8286         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8287         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8288         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8289
8290 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8291
8292         * _decdptr.c: fix return values
8293         * _gptrget.c: fix return values
8294         * _gptrgetc.c: fix return values
8295         * _gptrput.c: fix return values
8296         * _mulint.c: fix return values
8297         * as/z80/Makefile: fix 'make -j' problem
8298
8299 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8300
8301         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8302         * configure.in: big cleanup, updated to autoconf 2.5x
8303         * configure: rebuilt from configure.in
8304         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8305         * sdcc_vc_in.h: reflect changes from sdccconf.h
8306         * doc/Makefile: fixed a flaw in "make install"
8307
8308 2003-04-02    <johan AT balder>
8309
8310         * src/ds390/gen.c (genCmp): no comments
8311         * src/mcs51/gen.c (genCmp): no comments
8312         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8313         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8314
8315 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8316
8317         * support/regression/generate-cases.py: place generated file in given sub directory
8318         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8319         * support/regression/Makefile: improvements for 'make -j';
8320         side effect: it's simpler and faster now
8321
8322 2003-03-31  Borut Razem <borut.razem AT siol.net>
8323
8324         * src/z80/main.c: link-{port} and as-{port} defined without path
8325         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8326
8327 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8328
8329         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8330
8331 2003-03-30  Borut Razem <borut.razem AT siol.net>
8332
8333         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8334           changed type of list parameter to set
8335         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8336         * src/port.h: changed type of do_assemble() parameter to set
8337         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8338           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8339           definition of "cppoutfilename" macro with NULL value in preProcess()
8340         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8341         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8342         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8343           replaced with set *binPathSet
8344         * shash_add() deallocates the item, if allready exsists, before adding the new one
8345         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8346
8347 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8348
8349         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8350           a nested for loop bug in the PIC port
8351         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8352           for loops
8353
8354 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8355
8356         * support/Util/dbuf.h: remove C++ stuff to make it portable
8357
8358 2003-03-28  Borut Razem <borut.razem AT siol.net>
8359
8360         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8361           literal strings in stringLiteral()
8362         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8363         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8364           to the project
8365
8366 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8367
8368         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8369
8370 2003-03-26    <johan AT balder>
8371
8372         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8373         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8374         * src/SDCCast.c (decorateType): fixed " -v < 3"
8375
8376 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8377
8378         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8379         Added Lenny Story's debug infrastructure changes:
8380         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8381         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8382         * src/cdbFile.c: added
8383         * src/SDCCdebug.c: added
8384         * src/SDCCdebug.h: added
8385         * src/SDCCast.c (createFunction)
8386         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8387         * src/SDCCmain.c (parseCmdLine, main)
8388         * src/SDCCmem.c (redoStackOffsets)
8389         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8390         * src/SDCCsymt.h
8391         * src/common.h
8392         * src/avr/gen.c (genAVRCode)
8393         * src/ds390/gen.c (gen390Code)
8394         * src/mcs51/gen.c (gen51Code)
8395         * src/pic/gen.c (genpic14Code)
8396         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8397         * src/xa51/gen.c (genXA51Code)
8398         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8399
8400 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8401
8402         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8403         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8404
8405 2003-03-22    <johan AT balder>
8406
8407         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8408
8409 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8410
8411         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8412         * doc/cdbfileformat.lyx: added, written by Lenny Story
8413         * doc/Makefile: added cdbfileformat.lyx
8414         * doc/clean.mk: added cdbfileformat.lyx
8415
8416 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8417
8418         * src/mcs51/peeph.def: fix bug #705773
8419
8420 2003-03-20    <johan AT balder>
8421
8422         An sfr/sbit can have an "at #" AND an initializer
8423         * src/SDCCsymt.c (checkSClass):
8424         * src/SDCCmem.c (allocGlobal):
8425         * src/SDCCmem.c (allocLocal):
8426         * src/SDCCast.c (createBlock):
8427
8428 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8431
8432 2003-03-16    <johan AT balder>
8433
8434         Undid the hackup of const and volatile, the problem is much bigger
8435         * src/SDCC.y:1.65
8436         * src/SDCCast.c:1.171
8437         * src/SDCCglue.c:1.138
8438         * src/SDCCicode.c:1.146
8439         * src/SDCCsymt.c:1.150
8440         * src/SDCCval.c:1.65
8441
8442 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8443
8444         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8445         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8446
8447 2003-03-13    <johan AT balder>
8448
8449         Hackup const and volatile modifiers in type chains a bit:
8450         * src/SDCC.y:1.63
8451         * src/SDCCast.c:1.169
8452         * src/SDCCglue.c:1.136
8453         * src/SDCCicode.c:1.143
8454         * src/SDCCsymt.c1.146
8455         * src/SDCCsymt.h1.59
8456         * src/SDCCval.c:1.63
8457
8458 2003-03-12    <johan AT balder>
8459
8460         * src/SDCCBBlock.h: more LRH debugging junk
8461         * src/SDCCcflow.h: more LRH debugging junk
8462         * src/SDCCloop.c: more LRH debugging junk
8463         * src/SDCC.y (struct_declaration): fixed bug #697590
8464         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8465         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8466         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8467
8468 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8469         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8470         test function names must now match exactly).
8471         * src/SDCCcse.c: added special case in findCheaperOp to allow
8472         extending a short integer. Makes less awful code for bug 700121 test case.
8473
8474 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8475
8476         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8477         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8478
8479 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8480
8481         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8482         actually called (operandsNotEqual() was called for all
8483         operandsNotEqualX tests).
8484
8485 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8486
8487         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8488         with shorter literals. Fixes bug 700121.
8489
8490 2003-03-11    <johan AT balder>
8491
8492         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8493
8494 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8497         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8498
8499 2003-03-10  Borut Razem <borut.razem AT siol.net>
8500
8501         * src/SDCCmain.c: pipe preprocessor's output
8502         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8503         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8504         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8505         which closes all pipes in pipeSet set
8506         * src/SDCCset.c: free deleted item in function deleteSetItem()
8507         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8508         moved from z80 to src subproject
8509         * .version: increased version number to 2.3.4
8510
8511 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8512
8513         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8514         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8515         * support/regression/ports/xa51/spec.mk: fix typo
8516
8517 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8520
8521 2003-03-09  Borut Razem <borut.razem AT siol.net>
8522
8523         * src/SDCCmain.c: pipe preprocessor's output
8524         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8525         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8526         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8527         which closes all pipes in pipeSet set
8528         * src/SDCCset.c: free deleted item in function deleteSetItem()
8529         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8530         moved from z80 to src subproject
8531
8532 2003-03-09  Borut Razem <borut.razem AT siol.net>
8533
8534         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8535         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8536         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8537         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8538         * src/SDCCglobl.h: unification of WIN32 native definitions
8539
8540 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8541
8542         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8543
8544 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8545
8546         * src/configure.in:   check for endianess (even while cross-compiling)
8547         * src/configure:      check for endianess (even while cross-compiling)
8548         * src/configure_in.h: check for endianess (even while cross-compiling)
8549         * src/avr/gen.c:        remove old endianess stuff
8550         * src/mcs51/gen.c:      remove old endianess stuff
8551         * src/ds390/gen.c:      remove old endianess stuff
8552         * src/pic/gen.c:        remove old endianess stuff
8553         * src/pic/genarith.c:   remove old endianess stuff
8554         * src/pic/glue.c:       fix endianess check
8555         * src/pic16/gen.c:      remove old endianess stuff
8556         * src/pic16/genarith.c: remove old endianess stuff
8557         * src/pic16/glue.c:     fix endianess check
8558         * src/xa51/gen.c:       remove old endianess stuff
8559         * src/z80/gen.c:        fix endianess check
8560         * src/SDCCglue.c:       fix endianess check
8561         * src/ds390/peeph.def: fix bug 700036
8562
8563 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8566         * src/configure: find appropriate data-types on host for SDCC's int and long
8567         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8568         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8569         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8570
8571 2003-03-07    <johan AT balder>
8572
8573         Just a big NOOP:
8574                 some minor cleanups before the big shot
8575                 OP_DEFS and OP_USES now use Kevin's protection
8576                 new option --nolabelopt
8577
8578         * src/SDCCBBlock.c:
8579         * src/SDCCast.c,:
8580         * src/SDCCcflow.c:
8581         * src/SDCCcse.c:
8582         * src/SDCCicode.c:
8583         * src/SDCCicode.h:
8584         * src/SDCClabel.c:
8585         * src/SDCCloop.c:
8586         * src/SDCCmain.c:
8587         * src/ds390/ralloc.c:
8588         * src/mcs51/ralloc.c:
8589         * src/pic/ralloc.c:
8590         * src/xa51/ralloc.c:
8591         * src/z80/ralloc.c:
8592
8593 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         * src/pic/pcode.c (get_op): fix 64 bit warnings
8596         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8597         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8598         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8599         * support/regression/tests/malloc.c: fix 64 bit warnings
8600
8601 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8602
8603         * src/mcs51/gen.c (genMinus): fixed bug 696436
8604
8605 2003-03-02  Borut Razem <borut.razem AT siol.net>
8606
8607         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8608
8609 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8610
8611         * configure.in: test for mkstemp
8612         * sdccconf_in.h: add HAVE_MKSTEMP
8613
8614 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8615
8616         * device/include/ctype.h: removed warning while using --stack-auto
8617         * device/include/malloc.h: removed warning while using --stack-auto
8618         * device/include/string.h: removed warning while using --stack-auto
8619
8620 2003-02-23  Borut Razem <borut.razem AT siol.net>
8621
8622         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8623         because NDEBUG is defined (see man assert)
8624         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8625
8626 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8627
8628         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8629         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8630
8631 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8632
8633         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8634         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8635
8636 2003-02-18    <johan AT balder>
8637
8638         * as/mcs51/asmain.c (asmbl): module can start with a digit
8639         * as/z80/asmain.c (asmbl): module can start with a digit
8640
8641 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8642
8643         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8644         * src/asm.c: fix pipe() for Mingw32
8645
8646 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8647
8648         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8649         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8650         make -V work again; --c1mode reads now from stdin
8651         * doc/sdccman.lyx: added --c1mode
8652         * support/Util/SDCCerr.c: new messages for c1 mode
8653         * support/Util/SDCCerr.h: new messages for c1 mode
8654         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8655
8656 2003-02-15    <johan AT balder>
8657
8658         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8659
8660 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8661
8662         * doc/sdccman.lyx: Environment variables, -o and other minor things
8663
8664 2003-02-14    <johan AT balder>
8665
8666         * src/xa51/main.c: before anyone really tries to use it :)
8667
8668         * Install doc's in share/sdcc/doc
8669         * removed some obsolete files
8670         * Do a proper make distclean and uninstall
8671         M Makefile.common.in
8672         R sdccbuild.sh
8673         M as/Makefile
8674         M device/include/Makefile.in
8675         M device/lib/Makefile.in
8676         M doc/sdccman.lyx
8677         M link/Makefile
8678         M sim/ucsim/doc/Makefile.in
8679         M src/clean.mk
8680         R src/avr/peeph.rul
8681         R src/xa51/peeph.rul
8682         M support/cpp2/Makefile.in
8683         M support/makebin/Makefile
8684
8685
8686 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8687
8688         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8689
8690 2003-02-10  Borut Razem <borut.razem AT siol.net>
8691
8692         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8693         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8694         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8695         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8696         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8697         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8698         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8699         src/z80/Makefile.bcc: Borland Makefile cleanup
8700         * as/z80/Makefile.bcc: Added Borland Makefile
8701         * support/cpp2/borland.h: Removed
8702
8703 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8706         * src/SDCC.lex: new pragma NOIV
8707         * src/SDCCglobl.h: new pragma NOIV
8708         * src/SDCCmem.c: new pragma NOIV
8709
8710 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8711
8712         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8713
8714 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8715
8716         * src/SDCCmain.c: signal handling is switched off by --debug
8717         * doc/Makefile: small fix for install; use clean.mk again
8718         * doc/clean.mk: clean *.pdf and *.html too
8719
8720 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8721
8722         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8723         * device/lib/printfl.c: fix a ds390 bug by making it portable
8724         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8725         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8726         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8727         * debugger/mcs51/cmd.c: converted multi-line string literals
8728         * sim/ucsim/globals.cc: converted multi-line string literals
8729         * src/SDCCmain.c: introduced signal handler to remove temp files
8730         * doc/Makefile: small tweaks, implement clean
8731         * doc: removed generated files
8732
8733 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8734
8735         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8736         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8737         Address Record is not correctly generated for DS390."
8738
8739 2003-02-02  Borut Razem <borut.razem AT siol.net>
8740
8741         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8742         * as/mcs51/asm.h: fixed compilation with Borland C
8743         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8744         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8745         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8746         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8747         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8748         src/z80/Makefile.bcc: delete $(LIB) only if exist
8749         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8750
8751 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8752
8753         * device/include/malloc.h: introduced NULL
8754         * device/include/string.h: introduced NULL
8755         * device/include/stdlib.h: introduced NULL
8756         * device/lib/_memcpy.c: removed NULL
8757         * device/lib/_strcat.c: removed NULL
8758         * device/lib/_strchr.c: removed NULL
8759         * device/lib/_strcmp.c: removed NULL
8760         * device/lib/_strcpy.c: removed NULL
8761         * device/lib/_strcspn.c: removed NULL
8762         * device/lib/_strlen.c: removed NULL
8763         * device/lib/_strncat.c: removed NULL
8764         * device/lib/_strncmp.c: removed NULL
8765         * device/lib/_strncpy.c: removed NULL
8766         * device/lib/_strpbrk.c: removed NULL
8767         * device/lib/_strrchr.c: removed NULL
8768         * device/lib/_strspn.c: removed NULL
8769         * device/lib/_strstr.c: removed NULL
8770         * device/lib/_strtok.c: removed NULL
8771         * device/lib/malloc.c: removed NULL, include own header
8772
8773 2003-02-02    <johan AT balder>
8774
8775         * 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
8776         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8777         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8778         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8779         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8780         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8781
8782 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8783
8784         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8785         area 'DATA'"
8786
8787 2003-02-01    <johan AT balder>
8788
8789         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8790
8791 2003-01-31    <johan AT CP255758-A>
8792
8793         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8794
8795 2003-01-30    <johan AT balder>
8796
8797         * src/SDCCBBlock.c: automatic bug detection
8798         * src/SDCCicode.c: automatic bug detection
8799
8800 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8801
8802         * src/SDCCglobl.h:   now --xram-size 0 works
8803         * src/SDCCmain.c:    now --xram-size 0 works
8804
8805 2003-01-29    <johan AT balder>
8806
8807         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8808
8809 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8810
8811         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8812         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8813         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8814         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8815         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8816         * src/SDCCmain.c:    Added options --xram-size and --code-size
8817
8818 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8821         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8822
8823 2003-01-27    <johan AT balder>
8824
8825         * src/SDCC.y: fixed bug #613764
8826
8827 2003-01-26    <johan AT balder>
8828
8829         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8830         * src/SDCCsymt.h: fixed bug #673374
8831         * src/SDCCglue.c: fixed bug #661910
8832         * src/SDCCast.c: fixed bug #458099 and 673374
8833
8834 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8835
8836         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8837         * as/mcs51/strcmpi.h: added
8838         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8839         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8840         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8841         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8842         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8843         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8844         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8845         * as/mcs51/Makefile.aslink: new module strcmpi
8846         * as/mcs51/Makefile.asx8051: new module strcmpi
8847         * as/mcs51/Makefil.bcc: new module strcmpi
8848         * as/mcs51/Makefile.in: new module strcmpi
8849         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8850
8851 2003-01-26    <johan AT balder>
8852
8853         * src/SDCCglue.c: reverted back to 1.124
8854         * src/SDCCast.c: reverted back to 1.156
8855         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8856
8857 2003-01-25    <johan AT balder>
8858
8859         * src/SDCCglue.c: A better fix for bug #661910
8860         * src/SDCCast.c: A better fix for bug #661910
8861         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8862
8863 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         * src/Makefile.in: remove spawn.o
8866         * src/SDCCmain.c: remove spawn.h
8867         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8868         * src/spawn.c: removed
8869         * src/spawn.h: removed
8870         * support/regression/ports/ds390/spec.mk: link with -r
8871
8872 2003-01-24    <johan AT CP255758-A>
8873
8874         * src/ds390/gen.c (aopOp): fixed bug #667458
8875         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8876         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8877         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8878
8879 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8880
8881         * src/mcs51/peeph.def: better assembler identation by Frieder
8882         * src/mcs51/gen.c: better assembler identation by Frieder
8883
8884 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8885
8886         * as/z80/string.h: removed for gcc 3.2
8887         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8888         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8889
8890 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8893         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8894         * support/regression/Makefile: separate temp files for ports
8895         * support/regression/generate-cases.py: separate temp files for ports
8896         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8897         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8898
8899 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8900
8901         * moved tinitalk to device/examples/ds390
8902
8903 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * as/mcs51/lkmem.c: rflag is for DS390
8906         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8907         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8908                          (linkEdit): move mem- and map-files the same way as ihx-files
8909         * src/z80/main.c (_setDefaultOptions): removed --generic
8910         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8911         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8912         * src/pic/glue.c (picglue): --c1mode works again
8913         * src/pic16/glue.c (pic16glue): --c1mode works again
8914         * src/asm.c (printCLine): fix #660034
8915
8916 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8917
8918         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8919         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8920         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8921         * as/mcs51/lkmem (summary): better fix for sp problem
8922         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8923         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8924         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8925                                               remove --stack-after-data
8926
8927 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8928
8929         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8930         * src/SDCCutil.c (join): ugly bug: missing '\0'
8931         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8932
8933 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8934
8935         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8936         * src/port.h: typo
8937         * src/pic/main.c (_asmCmd): gpasm supports -o
8938         * src/z80/main.c: more general macros
8939         * device/lib/Makefile.in: remove intermediate files
8940
8941 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         * .version: Bumped version number to 2.3.3
8944         * src/SDCCBBlock.c: new option -o
8945         * src/SDCCglobl.h: new option -o
8946         * src/SDCCglue.c: new option -o
8947         * src/SDCCmain.c: new option -o
8948         * src/asm.c: new option -o
8949         * src/ds390/main.c: new option -o
8950         * src/pic/glue.c: new option -o
8951         * src/pic/pcode.c: new option -o
8952         * src/pic/ralloc.c: new option -o
8953         * src/pic16/glue.c: new option -o
8954         * src/pic16/pcode.c: new option -o
8955         * src/pic16/ralloc.c: new option -o
8956         * src/z80/main.c: new option -o
8957         * device/lib/Makefile.in: use -o
8958         * support/regression/ports/ds390/spec.mk: use -o
8959         * support/regression/ports/gbz80/spec.mk: use -o
8960         * support/regression/ports/mcs51/spec.mk: use -o
8961         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8962         * support/regression/ports/z80/spec.mk: use -o
8963         * support/regression/ports/ucz80/spec.mk: use -o
8964         * support/regression/ports/xa51/spec.mk: use -o
8965         * support/regression/fwk/lib/timeout.c: fix usage string
8966
8967 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8968         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8969
8970 2003-01-07    <johan AT balder>
8971
8972         * src/SDCCast.c (decorateType): fixed bug #600035
8973
8974 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8975         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8976         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8977         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8978         * src/pic/pcode.c: outcommented unused variable to remove warnings
8979         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8980
8981 2003-01-06    <karl AT turbobit.com>
8982         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8983    regression tests.
8984
8985 2003-01-06    <johan AT balder>
8986
8987         * src/SDCCicode.c: fixed array add
8988
8989 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8990         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8991         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8992
8993 2003-01-04    <johan AT balder>
8994
8995         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8996
8997 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8998         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8999
9000 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9001         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9002         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9003
9004 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9005         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9006
9007 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9008         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9009
9010 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9011         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9012
9013 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9014
9015     * in \sdcc\as\mcs51\ changed these files in order to create an
9016     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9017     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9018     following files to include the previous two files: aslink.dsp,
9019     Makefile.aslink, Makefile.bcc, and Makefile.in.
9020
9021     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9022     .adb instead of .cdb
9023
9024 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9025
9026         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9027         value from option --iram-size.
9028
9029 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9030
9031         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9032         dram[] array.
9033
9034 2002-09-18    <wiml AT hhhh.org>
9035
9036         * SDCClrange.h: exposed setFromRange() and setToRange()
9037         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9038           packRegsForAccUse() (bug 542397)
9039         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9040           multiple times and emitting the fetch operations more than once
9041           added aopGetUsesAcc() function to allow binary operators to
9042           fetch their operands in the correct order; made genMinus() emit
9043           compact code for X = LITERAL - Y
9044
9045 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9046         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9047         sprintf() in line 1267.
9048
9049 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9050         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9051         like ports.
9052
9053 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9054         Changes to aslink (All the changes are marked with 'JCF'):
9055
9056         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9057         summary().
9058
9059         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9060         area BSEG.  Also moves, if possible, the DATA area down into the internal
9061         ram so more space is available.
9062
9063         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9064         sflag.
9065
9066         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9067         not bytes.  Function summary() which creates a memory usage summary
9068         file with extension .mem.  Reports of overlaping stack and small stack
9069         size.  If the space for the stack is less than 16 bytes aslink trows a
9070         warning.
9071
9072         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9073         the 8051.  Option 'y' for memory summary output file.
9074
9075         Changes to sdcc (All the changes are marked with 'JCF'):
9076
9077         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9078
9079         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9080         overlaying area for it (uses RegBankUsed[4]).
9081
9082         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9083         bank zero as used by default.  By default aslink locates the stack
9084         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9085         the creation of the .mem file.  Delegates the allocation of data area
9086         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9087         the begining of the stack area to aslink.
9088
9089         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9090         glue() in SDCCglue.c creates an area for it.
9091
9092 2002-09-03  Borut Razem <borut.razem AT siol.net>
9093         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9094         sdcc/src/pic/glue.c:
9095         introduced atexit() handler for teporay files removal in case of
9096         errors, assertions, ...
9097
9098 2002-08-29  Borut Razem <borut.razem AT siol.net>
9099         * sdcc/support/cpp2/auto-host_vc_in.h:
9100         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9101         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9102         Maybe there is a similar problem with BORLANDC? It should be checked!
9103
9104         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9105         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9106         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9107         was not executed, and the compiler (cl) launched a warning:
9108         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9109
9110 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9111         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9112
9113 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9114         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9115
9116         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9117           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9118           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9119           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9120           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9121           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9122           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9123         - added Release configuration in VS projects
9124         - review of compiler an linker options
9125         - VC .exe files are generated in bin_vc directory, not to interfere
9126           with binaries generated from other projects (cygwin, mingw, bcc ...)
9127
9128         * sdcc/src/yacc.dsp: added
9129
9130         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9131         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9132         and insert the version number definitions from .version
9133
9134         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9135
9136         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9137         added - genarate auto-host.h using auto-host_vc_in.h as template
9138
9139         * sdcc/sdcc_vc.h,
9140         removed from CVS, generated automatically
9141
9142 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9143         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9144
9145 2002-08-11  Borut Razem <borut.razem AT siol.net>
9146         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9147
9148 2002-08-10  Borut Razem <borut.razem AT siol.net>
9149         * src/SDCCmain.c (main):
9150         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9151         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9152         The consequence was that some temporary files were not removed.
9153
9154         * src/SDCCglue.c:
9155         unification of code in functions tempfilename() and tempfile():
9156         function tempnam() is defined in Visual Studio 6.0 and .NET
9157
9158         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9159
9160         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9161           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9162         - removed compiler command line option /WX: Treats all warnings as errors
9163         - update a list of source files, included into the project
9164
9165         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9166           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9167         changed project type to Generic Project so that can be correcly converted to VS.NET project
9168
9169         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9170
9171         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9172
9173         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9174
9175         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9176         added return 0 statements after assert() to make compiler happy
9177
9178         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9179         added newline in the def file to keep MSC compiler satisfied
9180
9181         * sdcc/src/z80/gen.c:
9182         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9183           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9184         - solved MSC error in function aopDump()
9185
9186         * sdcc_vc.h: define PREFIX as "\\sdcc"
9187
9188 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9189         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9190
9191 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9192         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9193         - Rewrote the register banking algorithm.
9194         - Added pCode live-range analysis to registers (for now, only non-used and
9195         singly-used registers optimized away)
9196
9197         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9198
9199         * 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.
9200
9201 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9202         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9203
9204 2002-04-22  Michael Hope  <michaelh AT vroom>
9205
9206         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9207
9208         * configure.in (DD_COPT): Added include support required for gbdk.
9209
9210         * .version: Bumped version number just to increase it.
9211
9212         * src/SDCCmain.c: Added -nostdinc to the default options.
9213
9214 2002-04-15  Michael Hope  <michaelh AT vroom>
9215
9216         * device/lib/z80/printf.c (sprintf): Added.
9217
9218         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9219
9220         * src/z80/peeph.def: Added transpose redundent load rule.
9221
9222         * src/z80/main.c: Added force callee saves for jaune.
9223
9224         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9225
9226         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9227
9228 2002-03-28  Johan Knol  <johan AT balder>
9229
9230         * src/SDCCval.c: fixed bug #532436
9231
9232 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9233         * /src/port.h:
9234         Added "char *Processor" field to the port structure.
9235
9236         * /src/SDCCmain.c:
9237         Added -p option. Allows port dependent processor to be specified.
9238
9239         * all ports:
9240         Initialized the new field char *Processor field to NULL in all ports
9241
9242         * /src/pic/*:
9243         Compiler generated registers for interrupt context saving
9244         were not getting allocated.
9245
9246 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9247
9248         * /src/SDCCast.c:
9249         Fixed left shift. Will promote the left side of a left shift
9250         if a) left shifting more than size of operand or b) when assigned
9251         to something size > size of left side
9252
9253 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9254         * src/pic/*
9255         tons of changes. Register allocation has been
9256         rewritten. Added customization for the various PICs. Flow
9257         analysis is restructured. ...
9258
9259         * src/pic/device.h:
9260         Added
9261
9262         * src/pic/device.c:
9263         Added. device.c is a PIC port hack to accomodate variations
9264         in PIC devices.
9265
9266 2002-03-13  Michael Hope  <michaelh AT vroom>
9267
9268         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9269
9270 2002-03-04  johanknol  <johanknol AT manik>
9271
9272         * /src/SDCCval.c: fixed
9273
9274         const unsigned char arr[][2] = { { 0, 1 } };
9275         t18.c:1: error: Initializer element is not constant
9276
9277 2002-03-04  bela  <bela AT manik>
9278
9279         * /device/include/mcs51reg.h:
9280         ds89c420 register definition update
9281
9282 2002-03-03    <johan AT FRIJA>
9283
9284         * support/Util/SDCCerr.c: did something, but don't no why anymore
9285
9286         * support/regression/tests/bug-524691.c: made it a little less shy
9287
9288         * src/SDCCast.c (decorateType): fixed bug #524697
9289
9290         * src/SDCCast.c: made some lineno improvements
9291
9292         * src/SDCCval.c (getNelements): changed warning to error
9293
9294         * src/SDCCglue.c (printIvalArray): changed warning to error
9295
9296         * src/SDCCicode.c: fixed a warning for mingw
9297
9298         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9299
9300         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9301
9302 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9303
9304         * src/ds390/peeph.def:
9305         Added some more peephole rules
9306
9307         * src/ds390/gen.c: Various fixes & enhancements
9308
9309         * src/SDCClrange.c, src/SDCClrange.h:
9310         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9311
9312         * src/ds390/ralloc.c:
9313         various fixes & enhancements (ds390) specific
9314
9315         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9316         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9317         from rallocs.
9318
9319         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9320
9321 2002-03-02    <johan AT FRIJA>
9322
9323         * src/SDCCast.c (decorateType): fixed bug #524708
9324
9325         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9326
9327         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9328
9329 2002-03-01  Michael Hope  <michaelh AT vroom>
9330
9331         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9332
9333         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9334
9335 2002-03-01    <johan AT FRIJA>
9336
9337         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9338
9339         * src/SDCCast.c (decorateType): fixed bug #524209
9340
9341         * src/SDCCval.c (valNot): fixed bug #524195
9342
9343 2002-02-26    <johan AT balder>
9344
9345         * src/xa51/gen.c: fixed a warning
9346
9347         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9348
9349         * src/SDCCast.c (decorateType): fixed bug #522534
9350
9351 2002-02-23    <johan AT balder>
9352
9353         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9354
9355 2002-02-22    <johan AT balder>
9356
9357         * src/SDCCast.c: fixed bug #514865
9358
9359         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9360
9361 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9362
9363         * sdcc/src/SDCCloop.c:
9364         Previous fix was not good. basic blocks that have "break" or "return" are
9365         not really partof a loop , but live ranges used in these blocks should
9366         be live thru the entire loop, so set partOfLoop but don't add them to
9367         loop region
9368
9369 2002-02-21    <johan AT FRIJA>
9370
9371         * src/SDCCcse.c: fixed bug #514308
9372
9373 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9374
9375         * src/SDCCloop.c:
9376         Fixed BUG #519583. If a conditional block ended in a return/break
9377         statement inside a loop, it was not being considered part of the loop.
9378
9379         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9380
9381 2002-02-10  Karl Bongers <karl AT turbobit.com>
9382
9383         * debugger/*:
9384         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9385         with lots of comments and notes.
9386
9387         * device/examples/test2.c:
9388         Fix bug, "red" variable not being initialized(compiler complained).
9389
9390         * device/examples/Makefile, examples/test3.c:
9391         Add Makefile in device/examples folder, compiles test3.c
9392         for use as a multiple module SDCDB test case.
9393
9394         * sim/ucsim/cmd.src/cmdset.cc:
9395         Took out debug printfs in ucsim "next" command.
9396
9397         * sim/ucsim/xa.src:
9398         Karl and Johan start ucsim XA support.  Most dissassembly working,
9399         about 75% emulation done(plenty of work remaining).
9400
9401         * sim/ucsim/z80.src:
9402         Add Z80 support to ucsim, add test-ucz80 regression test,
9403         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9404         Notice z80 compiler fails on examples/test3.c/crc code.
9405
9406 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9407
9408         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9409         Added support for --parms-in-bank1
9410
9411         * src/ds390/peeph.def:
9412         added a few more peephole optimzations
9413
9414         * src/ds390/main.c:
9415         1) added __builtin_inp & __builtin_outp used to read in data of given length
9416            from a memory mapped port
9417         2) added __builtin_memcmp
9418         3) added __builtin_swapw swap bytes of a short
9419
9420         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9421         1) handle multiple send & receives from register bank1
9422         2) ralloc can now allocate DPTR1 to some liveRanges
9423
9424         * src/SDCCsymt.c, src/SDCCsymt.h:
9425         changes to handle multiple sends & receives
9426
9427         * src/SDCCptropt.h:
9428         added some pointer arithmetic optimization
9429
9430         * src/SDCCptropt.c:
9431         added some pointer arithmetic optimizations but not stable yet so not
9432         called from anywhere (will get this working shortly)
9433
9434         * src/SDCCopt.c: fixed for multiple sends & receives
9435
9436         * src/SDCCmain.c:
9437         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9438         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9439            set preprocessor defines (depending on options)
9440
9441         * src/SDCCicode.c, src/SDCCicode.h:
9442         changes made to handle multiple sends & receives
9443
9444         * src/SDCCglobl.h:
9445         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9446
9447         * src/SDCCcse.c, src/SDCCcse.h:
9448         added function findbackward def (to be used in upcoming optimization)
9449
9450         * src/SDCCcflow.c, src/SDCCcflow.h:
9451         added function returnAtEnd - to determine if a basic block terminates with
9452         a RETURN iCode
9453
9454         * src/SDCCast.c, src/SDCCast.h:
9455         added option parms-in-bank1
9456
9457         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9458         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9459         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9460         adjusted for --parms-in-bank1 option
9461
9462         * device/include/string.h:
9463         donot redefine "reentrant" keyword
9464
9465         * device/include/ds80c390.h: Added some more SFRs
9466
9467 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9468
9469         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9470
9471 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9472
9473         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9474
9475 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9476
9477         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9478
9479 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9480
9481         * Added --xram-movc option
9482
9483 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9484
9485         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9486
9487 2002-01-11  Johan Knol
9488
9489         * Added math lib of Jesus Calvino-Fraga
9490
9491 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9492
9493         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9494         * support/regression/Makefile: new target test-mcs51-stack-auto
9495         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9496
9497 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9498
9499         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9500
9501 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9502
9503         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9504
9505 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9506
9507         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9508
9509         * src/SDCCglue.h: add definition for printIvalChar()
9510
9511 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9512
9513         * src/SDCCast.c: fix #498138 by Johan
9514
9515         * src/SDCCglue.c: fix #498138 by Johan
9516
9517 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9518
9519         * support/regression/Makefile: fix clean
9520
9521         * support/regression/ports/ds390/support.c: fix transmission of last character
9522
9523 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9524
9525         * /sdcc/src/ds390/gen.c:
9526         a) improved computing address of stack variable
9527         b) took out some #if 0 code
9528         c) improved parmBytes adjustment
9529         d) improved genPlusIncr & genMinusIncr
9530         e) genCmp could generate bad code (when left assigned to DPTR)
9531         f) Fixed bug in hasInc
9532
9533         * /sdcc/src/ds390/ralloc.c:
9534         a) packRegsForSupport could mess up live information (Fixed)
9535         b) packRegsDPTRuse could be incorrect for left & right shift
9536
9537         * /sdcc/src/mcs51/ralloc.c:
9538         packRegsForSupport could mess up the live information (Fixed)
9539
9540         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9541
9542         * /sdcc/src/SDCCast.c:
9543         can reverse a loop even if function call is present as long
9544         as the loop control variable is local & is not passed as parameter
9545
9546 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9547
9548         * /sdcc/ChangeLog: *** empty log message ***
9549
9550         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9551         More builtin function additions for TININative
9552
9553         * /sdcc/src/ds390/ralloc.c:
9554         Had broken the regression testsuite
9555
9556         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9557
9558         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9559         Added funcattr hasStackParms will be set for reentrant functions when there
9560         are paramteres on the stack, this helps in minimizing frame pointer generation
9561         typeFromStr can handle function pointers now
9562
9563         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9564         *** empty log message ***
9565
9566 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9567
9568         * /src/ds390/gen.c, /src/ds390/main.c:
9569         More builtin function additions for TININative
9570
9571         * /src/ds390/ralloc.c:
9572         Had broken the regression testsuite
9573
9574         * /src/SDCCast.c: Fixed a bug in dumptree
9575
9576         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9577         Added funcattr hasStackParms will be set for reentrant functions when there
9578         are paramteres on the stack, this helps in minimizing frame pointer generation
9579         typeFromStr can handle function pointers now
9580
9581         * /doc/builtins.txt, /doc/TININative.txt:
9582         *** empty log message ***
9583
9584
9585 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9586
9587         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9588         ALPHA version for -mTININative
9589
9590         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9591         updated to reflect changes in the port structure
9592
9593         * /src/port.h:
9594         added function do_assemble (similar to do_link) if non-null this function
9595         will be called to do assembly (-mTININative) requires a multi command
9596         assembly
9597         added function genAssemblerEnd will be called to generate assembler Epilogue
9598
9599         * /src/SDCCsymt.c:
9600         added _JavaNative to debug info printing
9601
9602         * /src/SDCCmain.c: added option --tini-libid
9603         added port->do_assemble function (-mTININative) has a multi command assemble
9604
9605         * /src/SDCCglue.c: Disabled "constExpr" check
9606         added port->genAssemblerEnd function
9607
9608         * /src/SDCCglobl.h: Added option --tini-libid value
9609
9610         * /src/SDCCast.h:
9611         tookout optimizeCompare from the header (has no external references)
9612
9613         * /src/SDCCast.c: made one more function "static"
9614
9615 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9616
9617         * src/z80/mappings.i: Added z80asm support.
9618
9619         * src/z80/main.c: Added z80asm support on --asm=z80asm
9620
9621         * src/z80/gen.c: Fixed asm portability issues.
9622
9623         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9624
9625         * src/SDCCglue.c (printExterns): Added global/extern split.
9626
9627 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9628
9629         * support/regression/Makefile: added test for mcs51 model large
9630
9631         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9632
9633         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9634
9635 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9636
9637         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9638
9639 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9640
9641         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9642
9643         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9644
9645 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9646
9647         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9648
9649         * support/regression/tests/simplefloat.c: Port to mcs51.
9650
9651 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9652         * support/regression/tests/bug-485362.c: Added.
9653
9654         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9655
9656         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9657
9658         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9659
9660         * src/z80/gen.c (aopDump): Added a dump function.
9661
9662 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9663         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9664
9665         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9666
9667         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9668
9669         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9670
9671         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9672
9673         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9674
9675         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9676
9677         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9678
9679         * support/regression/ports/ds390/support.c: Use tinibios.
9680
9681         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9682
9683 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9684
9685         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9686         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9687
9688         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9689
9690         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9691
9692 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9693
9694         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9695
9696         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9697         (packRegsForIYUse): Created and optimised.
9698
9699 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9700
9701         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9702 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9703
9704         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9705
9706         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9707
9708         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9709
9710 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9711
9712         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9713
9714         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9715
9716 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9717
9718         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9719
9720         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9721
9722         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9723
9724 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9725
9726         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9727         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9728         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9729
9730         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9731
9732         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9733         (genNotFloat): Added.
9734         (genUminusFloat): Added.
9735
9736         * device/lib/z80/Makefile: Added floating pt stubs.
9737
9738         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9739
9740         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9741
9742         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9743
9744 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9745
9746         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9747
9748         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9749
9750         * sdcc/support/regression/Makefile: Add port ds390.
9751
9752         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9753
9754         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9755
9756         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9757
9758         * sdcc/support/regression/ports/ds390/support.c: Added.
9759
9760         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9761
9762         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9763
9764         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9765
9766 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9767
9768         * device/include/malloc.h: Added z80 and gbz80 support.
9769
9770         * device/lib/gbz80/heap.s: Added.
9771
9772         * device/lib/z80/heap.s: Added.
9773
9774         * device/lib/malloc.c: Added z80 and gbz80 support.
9775
9776         * support/regression/tests/malloc.c (testMalloc): Added.
9777
9778         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9779
9780         * support/regression/tests/bug-478094.c: Added.
9781
9782         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9783
9784 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9785
9786         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9787
9788         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9789
9790         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9791
9792         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9793
9794         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9795
9796 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9797
9798         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9799
9800 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9801
9802         * support/regression/tests/bug-477927.c: Added.
9803
9804         * src/z80/peeph.def: Added minor rules.
9805
9806         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9807
9808         * src/z80/peeph.def: Added jump optimisation modification.
9809
9810 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9811
9812         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9813
9814 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9815
9816         * support/regression/tests/funptrs.c: Added.
9817
9818 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9819
9820         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9821
9822 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9823
9824         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9825
9826         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9827
9828         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9829         (movLeft2ResultLong): Created.
9830
9831         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9832         (joinPushes): Added.  Joins two char pushes into a word push.
9833
9834 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9835
9836         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9837
9838         * support/makebin/Makefile (install): Added creation of dest dir.
9839
9840 2001-10-24 Karl Bongers <karl AT turbobit.com>
9841
9842         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9843
9844 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9845
9846         * src/z80/ralloc.c: Turned off faulty pack for one use.
9847
9848         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9849
9850         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9851
9852 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9853
9854         * support/regression/Makefile: Improved clean
9855
9856         * support/regression/ports/gbz80/spec.mk: Added clean
9857
9858         * support/regression/ports/host/spec.mk: Added clean
9859
9860         * support/regression/ports/z80/spec.mk: Added clean
9861
9862         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9863
9864         * support/regression/ports/mcs51/timeout.c: little improvements
9865
9866 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9867
9868         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9869
9870         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9871
9872         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9873
9874 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9875
9876         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9877
9878         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9879
9880 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9881         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9882
9883         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9884
9885         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9886
9887         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9888
9889         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9890
9891         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9892
9893         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9894
9895         * support/regression/tests/longor.c: Added.
9896
9897 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9898
9899         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9900
9901         * as/mcs51/aslink.h: define PATH_MAX
9902
9903         * as/mcs51/asm.h: define PATH_MAX
9904
9905         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9906
9907         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9908
9909         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9910
9911         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9912
9913         * src/SDCCglobl.h: define PATH_MAX
9914
9915         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9916
9917         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9918
9919 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9920
9921         * src/z80/gen.c (gencjneshort): Fixed
9922
9923         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9924
9925 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9926
9927         * support/regression/tests/bug-469671.c: Added.
9928
9929         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9930
9931 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9932
9933         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9934
9935         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9936
9937 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9938
9939         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9940
9941         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9942
9943         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9944
9945         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9946
9947         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9948
9949         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9950
9951         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9952
9953 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9954
9955         * 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.
9956
9957         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9958
9959         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9960
9961 2001-10-07    <johan AT FRIJA>
9962
9963         * device/lib/gets.c (gets): fixed the return value.
9964
9965 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9966         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9967
9968         * 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.
9969
9970         * 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.
9971
9972         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9973
9974         * src/pic/gen.c: Removed Safe_strdup.
9975
9976         * configure.in: Added option to enable libgc support.
9977
9978         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9979         (bitVectUnion): Optimised.
9980         (bitVectIntersect): Optimised.
9981         (bitVectBitsInCommon): Optimised.
9982         (bitVectCplAnd): Optimised.
9983
9984         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9985
9986 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9987
9988         * src/SDCCmain.c: distinguish between assembler debug and plain options
9989
9990         * src/avr/main.c:   remove standard assembler options
9991
9992         * src/ds390/main.c: remove standard assembler options
9993
9994         * src/mcs51/main.c: remove standard assembler options
9995
9996         * src/port.h: removed "PENDING" comment
9997
9998 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9999
10000         * src/device/lib/_mulint.c  : new, with assember functions
10001
10002         * src/device/lib/_mullong.c : new, with assember functions
10003
10004         * src/device/lib/_divuint.c : with assember functions
10005
10006         * src/device/lib/_divsint.c : with assember functions
10007
10008         * src/device/lib/_divulong.c: with assember functions
10009
10010         * src/device/lib/_divslong.c: with assember functions
10011
10012         * src/device/lib/_moduint.c : with assember functions
10013
10014         * src/device/lib/_modsint.c : with assember functions
10015
10016         * src/device/lib/_modulong.c: with assember functions
10017
10018         * src/device/lib/_modslong.c: with assember functions
10019
10020         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10021
10022         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10023
10024         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10025                                       replaced _mululong.c and _mulslong.c by _mullong.c
10026
10027 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10028
10029         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10030
10031 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10032
10033         * src/SDCCglue.c: test, if win32api is available for MINGW
10034
10035 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10036
10037         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10038         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10039         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10040         * support/regression/ports/host/spec.mk: removed GENERIC
10041         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10042         * support/regression/ports/z80/spec.mk: removed GENERIC
10043
10044 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10045
10046         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10047
10048         * support/regression/tests/bug-467035.c: Created.
10049
10050 2001-10-01    <johan AT FRIJA>
10051
10052         * src/SDCC.y: fixed bug #466586 part 1
10053
10054 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10055
10056         * SDCCicode.c: z80 has no generic pointers
10057         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10058
10059 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10060
10061         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10062
10063 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10064
10065         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10066
10067         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10068
10069 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10070
10071         * configure.in: Fixed up so that ucsim is only configured once.
10072
10073         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10074
10075         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10076         (getPathDifference): As above.
10077
10078         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10079
10080         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10081
10082 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10083         * .version: Updated to 2.3.1
10084
10085         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10086         Added copyright header.
10087
10088         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10089         (assemble): Added support for macro based assembler commands.
10090         (linkEdit): Added support for macro based linker commands.
10091         (preProcess): Changed the pre-processor to use macros.
10092         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10093         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10094
10095         * device/lib/z80/crt0.s: Added module name for debugging.
10096
10097 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10098
10099         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10100
10101         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10102
10103         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10104
10105         * src/Makefile.in: Added SDCCmacro and SDCCutil
10106
10107 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10108
10109         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10110
10111 2001-09-16    <johan AT FRIJA>
10112
10113         * 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.
10114
10115 2001-09-15    <johan AT FRIJA>
10116
10117         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10118         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10119
10120 2001-09-11    <johan AT FRIJA>
10121
10122         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10123
10124 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10125
10126         * support/regression/tests/bug-460444.c: Added test case.
10127
10128         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10129         (genCast): Added justification for all of the asserts.
10130
10131 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10132
10133         * support/regression/support.c: _xdata replaced by xdata
10134
10135         * support/regression/spec.mk: removed _generic
10136
10137 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10138
10139         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10140
10141         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10142         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10143
10144         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10145
10146         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10147
10148         * support/regression/tests/bug-460010.c: Added test case.
10149
10150         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10151
10152 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10153
10154         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10155
10156         * support/regression/testfwk.c: removed workaround for bug #436344
10157
10158         * support/regression/tests/bp.c: use less memory with mcs51
10159
10160         * support/regression/tests/bug-441448.c: use less memory
10161
10162         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10163
10164         * support/regression/collate-results.py: typo
10165
10166 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10167
10168         * support/regression/tests/fetchoverlap.c: Added new test case.
10169
10170         * support/regression/tests/bp.c: Added new test case.
10171
10172         * support/regression/tests/bug-448984.c: Added new test case.
10173
10174         * support/regression/tests/pow2shifts.c: Added new test case.
10175
10176         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10177         (genlshTwo): Fixed right shift for count > 8.
10178
10179         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10180
10181 2001-09-08    <johan AT FRIJA>
10182
10183         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10184
10185 2001-09-07    <johan AT FRIJA>
10186
10187         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10188
10189         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10190
10191 2001-09-06    <johan AT FRIJA>
10192
10193         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10194         * bernhard noted me at this: "() equals to (void)" (1.38)
10195
10196 2001-09-05    <johan AT FRIJA>
10197
10198         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10199
10200 2001-09-04    <johan AT FRIJA>
10201
10202         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10203
10204
10205 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10206
10207         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10208
10209 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10210
10211         * link/z80/aslink.h: Fixed path for PATH_MAX
10212
10213 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10214
10215         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10216
10217         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10218
10219         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10220
10221         * 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.
10222
10223 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10224
10225         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10226         (genCmp): Fixed up genCmp for the GB with longs.
10227
10228         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10229
10230         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10231
10232         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10233
10234         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10235
10236 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10237
10238         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10239
10240 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10241
10242         * 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.
10243
10244         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10245
10246 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10247
10248         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10249
10250         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10251
10252 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10253
10254   * sim/ucsim/configure:    little improvement of Cygwin-detection
10255   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10256   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10257   * support/regression/tests/bug-221100.c: small changes for mcs51
10258   * support/regression/tests/bug-221168.c: small changes for mcs51
10259   * support/regression/tests/bug-227710.c: small changes for mcs51
10260   * support/regression/tests/staticinit.c: small changes for mcs51
10261   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10262   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10263   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10264
10265 $Revision$